Jump to content
MakeWebGames

reek13

Members
  • Posts

    83
  • Joined

  • Last visited

    Never

Everything posted by reek13

  1. How much you have to spend ?
  2. I love the fact that your giving the community a free layout , but to me it seem like all of your layouts look the same . Your layouts seem to be dark , have the same colors , just think outside the box and look around for some better color schemes.
  3. One thing you should work on is your grammar. you will not be treated serious if you misspell words continuously. I would say that every post you created you have at least 2 grammar errors. The message I'm trying to get out to you is proof read your posts before you submit them.
  4. i have a fed communication mod add me on msn [email protected]
  5. only charge stamps when mail is sent , not received
  6. reek13

    Can someone help me?

    Djkanna saves the day lol
  7. The features seem to be pretty good
  8. These arent games that you just play like a dinner dash or something . The games are mmorpg games where they are on a server and have a database. Users have to sign up for the game etc . Don't really have time to explain fully at this minute .
  9. Do you have msn ?
  10. Everything works fine its just some characters show up in mine , dont know why anyone think they know what the problem is ?
  11. reek13

    Facebook email?

    I would like an invitation , email it to [email protected]
  12. reek13

    Folder Structure

    you have a great engine
  13. welcome back
  14. Are you going to put up a live demo of your mod ?
  15. If you want Custom images im pretty sure your going to pay a nice price for the template and mascots. Prison struggle paid about 3 grand for there template and mascots
  16. Great work , this mod seems like its going to be good. How much you think you gonna sell it for ?
  17. Good job
  18. reek13

    Off Topic

    I would say that this is a great way to get your post count up XD
  19. good job
  20. Good job +1 , i still haven't coded anything for the community , its just that life is busy .
  21. I think the idea is good but it has flaws to it , MD listed most of them
  22. reek13

    Darksiders

    The game looks interesting
  23. reek13

    Gym?

    I would agree with MTC suggestion
  24. Doesnt look too bad , very simple and straight forward
  25.     if(strlen($_POST['about']) > 75 OR strlen($_POST['exp']) > 75) { echo 'Invalid Command. You cannot input more than 75 characters. >[url="StaffApps.php"]Go Back[/url]'; $h->endpage(); exit;   Edit that part to how many character you want it to be. its located in staffapps.php Example: say if you wanted to change your max character to 250 you would change the bold to 250 , and of course you would want to change the message below it   if(strlen($_POST['about']) > [b]75[/b] OR strlen($_POST['exp']) > [b]75[/b]) { echo 'Invalid Command. You cannot input more than 75 characters. >[url="StaffApps.php"]Go Back[/url]'; $h->endpage(); exit;
×
×
  • Create New...