Jump to content
MakeWebGames

CrazyT

Members
  • Posts

    708
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by CrazyT

  1. Re: Pot Of Gold $15 [mccode v2]   INSERT it into a log.. Select the logs.. $sql = $db->query('SELECT `userid`, `won` FROM `raffle_page` ORDER BY `won` DESC LIMIT 5;'); while ($row = $db->fetch_row($sql)) { $username = $db->fetch_single($db->query('SELECT `username` FROM users WHERE (userid = '. $row['userid'] .')')); echo stripslashes($username) .' won '. number_format($row['won']) .' gold '; } I don't know what the mod is like that was just a example
  2. Re: Respect from orgcrimes   Why add that, that is pointless. lol.. Just use the one already there?. echo "Money: ". money_formatter($ir['money']); OR.. echo "Money: \$". number_format($ir['money']);
  3. Re: Viewing codes hack LOL! CTRL+U BAM! :D
  4. Re: [mccodes] Advanced Pet Mod [$15]   Might want to check the other posts ;)
  5. Re: [MCCODES V2] MailBox Update   $fix= abs((int) $_GET['fix']); switch($fix) { case '1': mail_fix(); break; case '2': mail_2(); break; case '3': mail_3(); break; default: error(); break; }   You don't need to quote numbers. and you don't need to abs((int) $_GET['fix']);..
  6. Re: [mcCodes v2] Donator Pack About to Expire Warning   Why not just for different donator days.. eg. [php] if(in_array($ir['donatordays'], array(1, 2, 6, 10))) { echo "You have only ". $ir['donatordays'] ." left."; }   For only serten days.
  7. Re: Pot Of Gold $15 [mccode v2]   You should get the mod free, because you gave them the idea.. :D
  8. Re: Deadly World I just clicked the link saw the login page, then exit it. I don't like that layout on the login tbh.
  9. Re: [mccode v2] Youtube Mod   Then it's not this mod is it.. It's your header i guess your using SOMEONE'S sql protector lmao
  10. Re: rewrite of monorail needed   Why not use in array if you want the Search the streets in other locations.. if (in_array($ir['location'], array(3))) { echo "Search the Streets "; }
  11. Re: Error with coding need help please   Have you cleaned the text?... $db->escape($text) o.o
  12. Re: [mccodes] Advanced Pet Mod [$15]   Nice layout on your game when i went to login!. I'll have to register later to check it out tho, Because im going in a minute! :D
  13. Re: [mccodes] Advanced Pet Mod [$15]   was that ment to be a msg to me? Nah the mod creator lol.
  14. Re: [mccodes] Advanced Pet Mod [$15] 1) $ID=$_GET['pet']; Weres the secuirty on that?. Pfft theres ton's. I might just code my own ;)
  15. Re: CLASS   PM me on msn i'll give you a link 2 a database class; )
  16. Re: Malacious Error Detected I guess your using Cyanides sql protector it wont protect u lol
  17. Re: [mccodes] Advanced Pet Mod [$15]   agreed. I have a problem with this mod and me and the owner have spoken, was supposed to fix but i havent heard anything in over a week. So Crazy-T if you wish to fix it for me as well, let me know And breaking i am not trying to bring your sales down, just letting the public know the truth I'll PM you on MSN.
  18. Re: IP Banning tool [V1] + [V2]   yes it is and all cases should be changed to $ip = $_SERVER['REMOTE_ADDR'];   Or $IP = getenv('REMOTE_ADDR');
  19. Re: CLASS   ADODB is easy to get working lol....
  20. Re: [mccodes] Advanced Pet Mod [$15] BreakingLight you might wan't to recheck the code and give people a new copy. I have found a ton of expploits and bugs.. someone just asked me for help i was like wtf lol. no offence on your mod tho.
  21. Re: [mccodes v2] Workout Centre [$15] http://img2.pict.com/94/97/58/326231154 ... orkout.png Why not use something like this.. from that screen shot :) $allowed = array(5, 10, 15); if(!in_array($_POST['mins'], $allowed)) { echo "Invalid Time Now your in Hospital :)"; $db->query('UPDATE `users` SET `hospital` = `hospital` - 20, `hospreason` = \'Idiot\' WHERE (userid = '. $ir['userid'] .')'); $_POST['time'] = 5; } doWorkSon('bicycle', 'btime', $_POST['time']);   Lol :D
  22. Re: Files For My Radio Web Site   oh Yeah lmao.. I still speak to him xD
  23. Re: [MCcode V2 or V1] raDiO's Raffle Script [$10 USD] @radio_active Awesome mod :)
  24. Re: [sHOWCASE] Avalon   Cool. Im looking for a layout soon!.. Who made the layout :D
  25. Re: [REVIEW] Organized Gangstas - Please review!!   ...so... DISorganized gangstas? I guess so lmao :D
×
×
  • Create New...