Jump to content
MakeWebGames

hamster01

Members
  • Posts

    1,108
  • Joined

  • Last visited

    Never

Everything posted by hamster01

  1. Re: V1.1/V1 Does anyone no where the bugs are ? division by zero in loggedin.php
  2. Re: Honor Awards v2   hey, I liked her ..... Oh the 404 is kinda good accept for ^^^ That!
  3. Re: not sure why this wont work   huh?
  4. Re: V1.1/V1 Does anyone no where the bugs are ? Lol, I laughed when i saw this threads name :lol: MCC is a bug :lol:
  5. Re: Counting (nr game) 1071
  6. Re: hmmm topwebgames.com okay, I heard of twg. :P Not so great :(
  7. Re: Proxy Deny Script[free] Yes, kraig. But that isntnt information to catch someone. Ill work on a better one. After i made a new mod :P
  8. Re: Proxy Deny Script[free] I have a new name for you Decryption, Criticism master ;) oxidati0n, i prefer loging it to text file though. Less server lag
  9. Re: Coding Contests no ones perfect,m i make mistakes
  10. Re: LARGE ammount of stolen code in use. :\... Why not do an sql injection to delete his acount and make you admin ??
  11. Re: Proxy Deny Script[free] ;)
  12. Re: How to get NPC's in the Battle Tent and Not Players Yep, you will need their userid's
  13. Re: Coding Contests so this is complicated: $do = fopen("log.txt",w); $text = $_POST['text']; fwrite($do, $text); fclose();
  14. Re: Proxy Deny Script[free] Not everyone knows where t oget an ellete proxy ;)
  15. Re: Proxy Deny Script[free] oh yea forgot :( $page = $_SERVER['SCRIPT_NAME']; $nowtime = date('r');
  16. Re: Register Page I dont think it scase sensitive. I would just keep on searching.. normally an weird error Try this at end of querys: or die("Error aoorured at $query");
  17. Hi, here is a simple script that block proxies from your site. Please Comment if you used this and keep the message at the top please. add to header.php find if ($fedjail){ Ad above: /* PROXY BLOCK */ /* -- By DeathStar -- DK Codes */ if(isset($_SERVER['HTTP_X_FORWARDED_FOR']) || ($_SERVER['HTTP_USER_AGENT']=='') || ($_SERVER['HTTP_VIA']!='')){ echo "Logged"; $fp = fopen("proxies.txt", "a") or die("Could not be logged");/*append the file*/ $write = fputs($fp, "IP: " .$_SERVER['REMOTE_ADDR'] . " Browser: ". $_SERVER['HTTP_USER_AGENT'] . " Page: $page Time: $nowtime \n") or die("Could not be logged"); fclose($fp); die("[b]Don't use proxies, please. You may be baned! IP logged as: $ip"); } /* PROXY BLOCK */   Create a file called proxies.txt and cmod it to 755. Done.. Happy Days without proxies. ;)
  18. Re: V2 Mccodes Auto DP Crediting system trouble. Hi i can help you, whats the error?
  19. Re: Register Page Decrypti0n i though it was: $db->query("INSERT INTO users (username, login_name, name, last, age, aog, msn, aim, aol, yahoo, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( '{$username}', '{$username}', '{$name}', md5('{$_POST['password']}'), 1, $sm, 0, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, '{$_POST['gender']}', unix_timestamp(), '{$_POST['email']}', -1, '$IP', '$IP', '{$last}', '{$age}', '{$aog}', '{$msn}', '{$aim}', '{$aol}', '{$yahoo}')");[code] now i only see its: $db->query("INSERT INTO users (username, login_name, name, last, age, aog, msn, aim, aol, yahoo, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( '{$username}', '{$username}', '{$name}', '{$last}', '{$age}', '{$aog}', '{$msn}', '{$aim}', '{$aol}', '{$yahoo}', md5('{$_POST['password']}'), 1, $sm, 0, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, '{$_POST['gender']}', unix_timestamp(), '{$_POST['email']}', -1, '$IP', '$IP')");   I'll have a look at that script. ;)[/code]
  20. Re: One-Liners Wanting to burst out laughing at seanybob. airconditioners is like computers they don't work with windows open. Fear is not an obstacle but an challenge.
  21. Re: Hitman-City   Ghetto i sugest you do not post if you are drunk, there are some imature people here.
  22. Re: Opinions Needed! depends.. i dontlike him he dissed me on msn infront of alot of ppl
  23. Re: Register Page nevermind im hard explaining
  24. Re: Register Page username, login_name, name, userpass thats the order dont know hwo you put it
  25. Re: Register Page well ,username, login_name, name, last, age, aog, msn, aim, aol, yahoo, userpass thats incorect
×
×
  • Create New...