Jump to content
MakeWebGames

DELETE ME NOW!

Members
  • Posts

    346
  • Joined

  • Last visited

    Never

Everything posted by DELETE ME NOW!

  1. Re: [McCodes V2] Assassinate user (donator only)   Here is what it should be. $db->query("UPDATE `users` SET `money`= '0', WHERE `userid` = {$ir['userid']}") or die(mysql_error());   You put ` should of been ' and you missed { lol
  2. Re: [MCV2]SHOUTBOX[MCV2]   All you have to do is add that in shoutbox, and then when a message is enterted like i just looked at the code put mysql_real_escape_string(htmlspecialchars(filter_badwords($_POST['shout']))); But you got to fix it in there.
  3. Re: [MCV2]SHOUTBOX[MCV2]   Remember kids... this mod needs protection from injections :) Your still a kid your self :P
  4. Re: Filter Badwords! FREE!   Hm, no i dont think so, i made this myself.
  5. Re: Link.?   I would just put   if($pvf+$wvf+$dvf+$avf+$gvf < 1) { print "<hr /><font color='red'>One of the basic diagnostics failed, so Setup cannot continue. Please fix the ones that failed and try again.</font><hr />"; }   Lol then it all words :xd:
  6. Re: [McCodes V2] Assassinate user (donator only)   Do this $db->query("UPDATE `users` SET `jail`=`jail` + '25', `jail_reason`='stupidkillers' WHERE `userid` = {$ir['userid']}");
  7. Re: [mccode v2] Christmas Gift ( Abit Late :P ) Come'on why so many querys?   <?php include("globals.php"); if($ir['ctreat'] == 1) { echo 'You have already got your treat!'; $h->endpage(); exit; } echo ' <h2> <font color="red">C</font> <font color="green">h</font> <font color="blue">r</font> <font color="pink">i</font> <font color="white">s</font> <font color="red">t</font> <font color="green">m</font> <font color="blue">a</font> <font color="pink">s</font> <font color="black"> - </font> <font color="white">T</font> <font color="red">r</font> <font color="green">e</font> <font color="blue">a</font> <font color="pink">t</font> <font color="purple">s</font> </h2> '; If($_GET['action'] == 'gift1') { $db->query("UPDATE `users` SET `crystals`=`crystals`+'20', `ctreat`=`ctreat`='1' WHERE userid=".$ir['userid']); Echo ' <h1>You won 20 crystals, Thanks for coming.</h1>'; $h->endpage(); exit; } If($_GET['action'] == 'gift2') { $db->query("UPDATE `users` SET `crystals`=`crystals`+'50', `ctreat`=`ctreat`+'1' WHERE userid=".$ir['userid']); Echo ' <h1>You won 50 crystals, Thanks for coming.</h1>'; $h->endpage(); exit; } If($_GET['action'] == 'gift3') { $db->query("UPDATE `users` SET `money`=`money`+'10000', `crystals`=`crystals`+'25', `ctreat`=`ctreat`+'1' WHERE userid=".$ir['userid']); Echo ' <h1>You won 25 crystals and $10,000, Thanks for coming.</h1>'; $h->endpage(); exit; } If($_GET['action'] == 'gift4') { $db->query("UPDATE `users` SET `crystals`=`crystals`+'1', `ctreat`=`ctreat`+'1' WHERE userid=".$ir['userid']); Echo ' <h1>You won 1 crystal Bad luck, but thanks for coming.</h1>'; $h->endpage(); exit; } If($_GET['action'] == 'gift5') { $db->query("UPDATE `users` SET `crystals`=`crystals`+'100', `ctreat`=`ctreat`+'1' WHERE userid=".$ir['userid']); Echo ' <h1>You won 100 crystals, Thanks for coming</h1>'; $h->endpage(); exit; } echo ' [img=http://www.mybrightonandhove.org.uk/images/uploaded/scaled/st_peters_christmas.jpg] <h1> <font color="darkred">Pick a christmas gift from '.$set['game_name'].'.... </h1> <a href="?action=gift1"> [img=http://images.replacements.com/images/images5/china/M/mikasa_holiday_elegance_gift_box_with_lid_P0000181334S0005T2.jpg] </a> <a href="?action=gift2"> [img=http://www.chocolove.com/images/red_gift_box_400.jpg] </a> <a href="?action=gift3"> [img=http://www.artinstituteshop.org/images/giftbox.jpg] </a> <a href="?action=gift4"> [img=http://www.lakewoodconferences.com/direct/dbimage/50318261/Gift_Box.jpg] </a> <a href="?action=gift5"> [img=http://www.thefudgecottage.co.nz/onlineshop/images/box_gold.jpg] </a>'; $h->endpage(); ?> :P, Might have missed an ' some where. lol
  8. Re: [mccodes V2] Delete item from shop mod $10   Rofl!
  9. Re: [MCCODES V2+V1] Easiest Editing System you will ever need... echo "</table>";
  10. Re: [mccodes V2] Delete item from shop mod $10 Why would someone buy it, when its free, All you have is use the Search button and you found what you want.
  11. Re: Mccodes v2 Theme (want to buy)   Yeah, but that rpg_style, does them for cheap.
  12. Re: Filter Badwords! FREE! Ya, lol, i only done it so people didnt have to go and edit there code to add more new words in lol
  13. Re: [mccodes v2] Casino Mod Package [$75]   Thanks Dayo ;) And glad you think so Crazy T :mrgreen: Nooo its not i think, it is :xd: lol ;)
  14. Re: NO DONATION.. $db->query("INSERT INTO settings VALUES(NULL, 'game_name', '{$_POST['game_name']}')"); $db->query("INSERT INTO settings VALUES(NULL, 'game_owner', '{$_POST['game_owner']}')"); $db->query("INSERT INTO settings VALUES(NULL, 'paypal', '{$_POST['paypal']}')"); $db->query("INSERT INTO settings VALUES(NULL, 'game_description', '{$_POST['game_description']}')"); You need to do that, lol, that is from installer.php :P
  15. I have made a filter badwords, if you would like to get the code/mod click Here I cba to type it all again lol.
  16. Re: Creating New Stat Problem lol
  17. Re: [McCodes V2] Assassinate user (donator only) lol :roll:
  18. Re: [mccodes v2] Casino Mod Package [$75] Nice, cheap mod package Seanybob
  19. Re: [McCodes V2] Assassinate user (donator only)   I only added, isset(); for you:P
  20. Re: Creating New Stat Problem Yes, lol
  21. Re: [mccode v2] Enhanced Hall of fame COMPLETED! Same as header right? if($r['donatordays'] > 0) { $r['username'] = '<font color="red">'. $r['username'] .'</font>'; } With the " $r " You need to make it from the sql eg prob is " $t['username'] " Somethink like that, i havent been uplong lol
  22. Re: will this secure my website?   You got that from a site lol, Here
  23. Re: Signature Change That I Can Put On Main Menu Yes true, but i would have it as an in_array();, witch means i dont have to store it all in MySQL all the time, i would store it in arrays and code. :xd:
  24. Re: Crons Help Needed You prob havent done it right .... in the box should look something like. curl http://yourgamename.com/cron_minute.php?code=your code just check to see what yours is like.
  25. Re: [mccodes V2] Delete item from shop mod $10 Hey i found the link lol, Click here
×
×
  • Create New...