Jump to content
MakeWebGames

POG1

Members
  • Posts

    1,419
  • Joined

  • Last visited

Everything posted by POG1

  1. Re: Imacros Killer! on my game i have a small captcha image on all pages that people would want to cheat on, all the other pages are accessable.
  2. Re: Imacros Killer! Completly Automated Public Turing to test and tell Computers and Humans Apart
  3. Re: [V2] Youtube Mod [V2] yeah, it still works out the same, but there are some people who won't know what the embedded code is and get confused.
  4. Re: [V2] Youtube Mod [V2] why not have the URL of the video instead?
  5. Re: [V2] Youtube Mod [V2] for the insert query you may want to use htmlentities() and to output it html_entity_decode() "i think"
  6. Re: Sick & Tired well, good compared to me then :mrgreen:
  7. Re: Sick & Tired from what I've seen MTG is a good programmer.
  8. POG1

    Google Chrome

    Re: Google Chrome I checked a few sites out on it and there are only minor differences.
  9. Re: Script For Header which 1?
  10. Re: Script For Header With this also you could set it into the DB and it can be shown in the user online page.. Just an idea :P
  11. Re: Script For Header Nice idea, easy to add pages as well.
  12. POG1

    FaceBook

    Re: FaceBook facebook is the social networking site of choice for adults. facebook = adults bebo = children My opinion anyway :-)
  13. POG1

    FaceBook

    Re: FaceBook Facebook is for adults, most people on this site are children and probably have bebo instead
  14. POG1

    Google Chrome

    Re: Google Chrome I downloaded google chrome just to see if my site looks any different. The browser is very light and "stylish" 8/10 i'd say.   The people that are slating are bitches!
  15. Re: Vallheru created before Mcc ? This game is based on "Gamers-Fusion" which was created in 2003 i think.
  16. Re: Vallheru created before Mcc ? Sounds interesting, you got a link for it? and you should post it in English when its done.
  17. Re: New Login Page, Great look!!!   From looking at your dollafree site you are talking out your ass
  18. Re: Modification Help so you want someone to do it for you?
  19. Re: Fav band, music run dmc...
  20. Re: [V2]Ranks Mod!!!![V2] not any more :)
  21. Re: [V2]Ranks Mod!!!![V2] There is a big difference between 86 lines just to output the image and name Here is something simpler, only 8 lines. <? function getRank($lvl) { $rank = 0; while($lvl > 5) { $lvl=$lvl-1; $rank++; } return $rank; } // A simple example, nothing complex $rank = getRank($ir['level']); $names = array (1=>'rank1', 2=>'rank2', 3=>'rank3', 4=>'rank4', 5=>'rank5'); echo $names[$rank].' '; ?>
  22. Re: v3 game engine sprintf() wont alone make a website secure
  23. Re: v3 game engine i hear its mccodes!
  24. Re: [V2]Ranks Mod!!!![V2] why close the echo on the previous line then open it again. echo 'blah blah blah '. '';
  25. Re: [V2]Ranks Mod!!!![V2] why not just have sumin like this.. and then name each rank image the desired rank.. very simple way instead of about 100 lines
×
×
  • Create New...