Jump to content
MakeWebGames

DELETE ME NOW!

Members
  • Posts

    346
  • Joined

  • Last visited

    Never

Everything posted by DELETE ME NOW!

  1. Re: [mccode v2] User Comments No site is (ever) secured enough
  2. Re: Attack.php Cant be that line
  3. Re: Attack.php   Look after attacked by.. should be somethin like $hospreason = "Attacked by "; if($r['gang']) { print "[<font color={$r['gangCOLOR]}'>{$r['gangPREF']}</font>]"; } print " {$r['username'}."; Something like that.
  4. Re: [mccodes v2]street gangs [100$] just one copy   So your saying you HAVE neva done it before.?
  5. Re: [mccodes v2]street gangs [100$] just one copy Damn, bro looks good :)
  6. Re: Attack.php   Check again... you will see the error ;)
  7. Re: Sql queries Good :mrgreen:
  8. Re: Preventing Javascript on User comments and User Signatures lol ok ty
  9. Re: Preventing Javascript on User comments and User Signatures EineyEntertainment here. $sig = mysql_real_escape_string(strip_tags($_POST['newsig'])); mysql_query("UPDATE `users` SET `sig`='".$sig."' WHERE (`userid` = $userid)"); And your done.. same as (SomeRandomBastard) one... just with the query..
  10. Re: Good Addintion to CE forums Search the forums theres some.
  11. Re: Many mistakes PLEASE HELP   I've already told you about that in your game.. It's your server. I offered to help you with that, but instead you became highly defensive.. So, you can bugger off. Have a nice day ;) Lol
  12. Re: New MainMenu   lol, Why?, they have shown a screenshot.
  13. Re: Improved Staff Logs For V2   lol
  14. Re: Sql queries So have you fixed it yes/no ?
  15. Re: [MCCODES V2]My First Mod (Flash Games)   LMAO
  16. Re: New estate mod [V2]   I only had a quick look but all values i saw were numbers.. Lol  
  17. Re: Improved Staff Logs For V2   Failed
  18. Re: Improved Staff Logs For V2 Yo i do know .. lol
  19. Re: Improved Staff Logs For V2   Karlis i know.. you like sprintf like you said the other day.... My way fine.. yeah forgot to add that but ooh well...
  20. Re: Improved Staff Logs For V2 LOL, its easy to make... when someone takes money or gets money from there partner.. insert the log into the db :P example...... mysql_query("INSERT INTO `partner_logs` (`id`, `user`, `time`, `money`, `crystals`) VALUES('NULL', '".mysql_real_escape_string($ir['username'])."', unix_timestamp(), '{$_POST['money']}', '{$_POST['crystals']}')") or die (mysql_error()); that was a quick example.. Also you can just make a function to view them from staff panel...
  21. Re: New estate mod [V2] You might want to mysql_real_escape_string on the name stuff when inserting to the db :P
  22. Re: [mccode v2] Casino Mod: Roulette [$25] Wow nice mod ive just been playing this lol :P
  23. Re: [mccode] Mod Sale [$10.00 - $110.00] Best way i think is make your own password function ;)
  24. Re: [mccode v2] Flash Arcade System with High Scores [$150]   They havent after so long you cant edit your post. lol
  25. Re: [mccode v2] Scratch Card Mod [$10]   Prob lol
×
×
  • Create New...