Jump to content
MakeWebGames

CrazyT

Members
  • Posts

    708
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by CrazyT

  1. Re: Crack the Safe   LMFAO!!! Why don't you just go fuc* a horse? :lol:
  2. Re: honor exchange help   LOL, why even use all that?...
  3. Re: Attack System [Paid Request]   Yeah attack System's are a bitch to get right. lol
  4. Re: Crack the Safe   Haven't had a great look into cookies yet, I'll have a look later, thanks! :wink:   I gathered what POG1 was saying Alan.. I'm getting used to having a few files which do the logic for me, and returns me to a page where I display it. But you can't do that through a variable, however in this case, you can. :-P   How about you stop claiming other peoples work, you idiot. :lol: Yeah.. XD @The Chaotic Banana... Go bite your toes :lol:
  5. Re: Attack System [Paid Request] I think the hardest part in a game is making a new attack system. Even if its your own game engine or what ever. It has to be just right. lol
  6. Re: mod request hope right topic Yes there are a few on this forum. Cronus made one also for free.
  7. Re: Crack the Safe Yeah no need for sessions could just do. $message = ''; /// $message = 'Only numbers..'; /// if ($message) echo $message .' ';
  8. Re: City Error, Can not add cities on mccV2!!!! HELP That is because, on the html on it.. its missing a/an '
  9. Re: [V2] Advanced Template MOD $20 Nice work! :D
  10. Re: SQL Protector   Sure sure. LOL
  11. Re: Security $1 [Mc Code V2]   But it still wouldn't secure you. I think someone done something like... function blah($what) { foreach($what as $key => $value) $what[$key] = mysql_real_escape_string($value); return $what[$key]; } $_POST = blah($_POST); $_GET = blah($_GET); Or something like that.
  12. Re: Security $1 [Mc Code V2] is it even worth $1?. O.o if (preg_match('/(from|union|select|drop|table|truncate|insert|into|show|#|\*|-|\\\\|%22)/ims', trim($_SERVER['QUERY_STRING']))) { die('NOOB HEAD'); } lol Wow im secure. LOL
  13. Re: [sHOWCASE] New map editor Damn thats awesome, nice work!
  14. Re: Need help with some referal coding Although you can store IP's as INT instead of VARCHAR... http://dev.mysql.com/doc/refman/5.0/en/ ... tions.html
  15. Re: could i have 20 seconds of your time please!? help needed   @bennyh were's the secuirty on that?
  16. Re: Need help with some referal coding   $refer= sprintf("INSERT INTO referals VALUES ('', %u, %u, %u, '%s', '%s')", $_POST['ref'], $i, $time, $r['lastip'], $IP); $db->query($refer); There :)
  17. Re: [mccodes] Advanced Pet Mod [$15] LMFAO. My name used quite alot here lol
  18. Re: house pic   Thank you very very much CrazyT mate this works perfectly +1 No problem :)
  19. Re: house pic That is totally wrong. $house_picture = $db->fetch_single($db->query('SELECT `hsepic` FROM `houses` WHERE hWILL = '. $ir['maxwill'])); echo '<h3>House Picture</h3>[img=images/houses/'. $house_picture .'] ';   Hope it helps...
  20. Re: Cron Job Replacement Question... How many files is this?
  21. Re: Max Bank Interest :O Selecting everythink from users? :O, you only need to grab one thing.. $is = $db->fetch_row($db->query('SELECT bankmoney FROM users;'));
  22. Re: 2147483647-troubles! so would.. if(isset($_POST['money']) && preg_match("/^\d+$/"ims", $_POST['money'])) { //some code..update money ect. } else { //form box } :D
  23. Re: [MCCODES V2] File Creator and Editor ingame Already made. :) With secuirty on it. I get to give staff/coders permissons on what files they can add/edit/delete :)
  24. Re: Flash Slot Machine [$50] Designed to fit your game!   If you buy a copy then you have the licence. Then you can use it on all your games. O.o   Pfft is someone has brought a copy ... licence then sure they can use it on there games.. PFFT!
  25. Re: help on fields? Is this all you do, on this forum is ask for stuff?
×
×
  • Create New...