Jump to content
MakeWebGames

John99

Members
  • Posts

    491
  • Joined

  • Last visited

    Never

Everything posted by John99

  1. Re: [need help]car mod Neva used the car mod on the mod does it say too add somethink to global_funcs.php ?
  2. Re: Guess the next poster   Nope...... Zero-Affect
  3. Re: [mccode] 8 Lines to secure your site from known sql injections.   Lmfao!! If you can hack, hack google.com :) or This forum ;)
  4. Re: [ERROR]Need Help   I dont see no error there show the line above and below them lines
  5. Re: [McCodes][v2] Event Layout Mod   Hmm well i didn`t is that okay with you? lol
  6. Re: Sexy CSS buttons! Yeah here's the site im looking at kinda cool stuff on here check it out Click Here! Like i said kool stuff ;)
  7. I didnt know where to post this please put it in the right topic:) I found a site as it says HOW TO MAKE SEXY CSS buttons Click Here Please remove too right board please:)
  8. Re: [MC Code V2] Custom Error Pages Yeah same if like someone is voting on a site like You are voting at C.E topwebgames redirecting in 3 seconds
  9. Re: [MC Code V2] Custom Error Pages Okay.. Who like's Meta Refresh?
  10. Re: Shoutbox Ban - Not Finished - Dont Post   I haven`t used it.....
  11. Re: [McCodes][v2] Event Layout Mod   I wasnt onna bout that i was pointing the last thing i said @ gurpreet he wrote nothing..
  12. Re: What FTP Client do you use? Allways Cuteftp for me:P
  13. Re: Guess the next poster   No xD POG1 next
  14. Re: [McCodes][v2] Event Layout Mod Eh? nothing to say? lol!
  15. Re: Shoutbox Ban - Not Finished - Dont Post   If this is true, then why on earth start this arguement in the first place?! MTG is right!
  16. Re: [v2] CSS Administration System [$10] LOL!
  17. Re: [McCodes] Duplicate IP block   $user_ip = $_SERVER['REMOTE_ADDR']; $_GET['ID'] = abs(@intval($_GET['ID'])); $select = sprintf("SELECT lastip FROM users WHERE ((lastip = '%s') OR (lastip_login = '%s') OR (lastip_signup = '%s') AND (userid = %u))", $user_ip, $user_ip, $user_ip, $_GET['ID']); $query = $db->query($select); if($db->num_rows($query) > 1) //Only one user should be found - you! { echo "Another account has been detected on your IP. As a result, sending to this person is prohibited"; $h->endpage(); exit; }   The one i done is for v1
  18. Re: What's your motivation? Nice and called The. LOL!
  19. Re: [McCodes] Duplicate IP block if($r['lastip'] == ".$_SERVER['REMOTE_ADDR'].") { die("ERROR!!!!!!!!!!!!!!!!!"); }
  20. Re: [McCodes][v2] Staff Menu Mod (1st Mod ive made) It's up to you matey :p
  21. Re: [McCodes] Duplicate IP block   No it won't. Gotta love your replies Nyna i hope that's sarcasm It won't work because? lol how about that one nyna see if you can answer with more than 3 words lol cause with you it's rather 1000 or 3 LOL!
  22. Re: [MC Code V2] Custom Error Pages Why when you could add at the top ob_start(); Then header("Location: index.php"); Why send them to index.php? to check if there loggedin! if not it will send them to login.php page!
  23. Re: [McCodes][v2] Staff Menu Mod (1st Mod ive made) Looks good Dayo +1
  24. Re: [v2] CSS Administration System [$10]   LOL! But how much monopoly money? :P
  25. Re: Exp from leaving people not working   Correct i would do $sql = sprintf("UPDATE `users` SET `exp` = `exp` + '%u' WHERE (`userid` = '%u')", $expgain, $userid); $db->query($sql);
×
×
  • Create New...