
-Matt-
Members-
Posts
1,011 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by -Matt-
-
If($_GET['action'] == '1day') { $db->query("UPDATE users SET haha=haha+1 WHERE userid=".$ir['userid']); $db->query("UPDATE users SET money=money-200 WHERE money>=200 AND userid=".$ir['userid']); $db->query("UPDATE users SET lol=24 WHERE userid=".$ir['userid']); Echo ' <h1>**********************</h1>'; $h->endpage(); exit; } well the bug is that when your money is 0 you refresh and it puts haha+1 still when it takes 0 money away. as it does not go past 0 but still puts it up any help?
-
Re: New V2 Hall of Fame tells you all you need to know.
-
[Other] Selling Full Back Up Of Urban-Warfare [Ask]
-Matt- replied to Delete !'s topic in Paid Modifications
Re: Selling Full Back Up Of Urban-Warfare You leave would be better for people who sell mods on CE. -
Re: Battle Of The Toons see no point of this. http://justfuckinggoogleit.com/
-
[Other] Selling Full Back Up Of Urban-Warfare [Ask]
-Matt- replied to Delete !'s topic in Paid Modifications
Re: Selling Full Back Up Of Urban-Warfare so you: 1. Upload Blowncity Codes 2. Free Domain + Host 3. Edit for afew hours then sell it... for a backup i would not even give $1 for it, i bet alot of people like arson are angry at you who made mods to make money and your just taking the piss. PS: why buy one when golden zero gives them out for free. -
Re: The Best Game Ever Released Well i think runescape.com jayex seems a cool guy. Since 2004, Jagex has donated over £200,000 to various charities including: Save the Children CAFOD Hamlin Churchill Childbirth Injuries Fund Cancer Research Cystic Fibrosis Trust The University of Pennsylvania Royal Marsden Cancer Campaign Bury Bombers Wheelchair Basketball SOS Children's Villages
-
Re: The Best Game Ever Released As arson once said "A fight waiting to happen"
-
Re: ipn_donator.php not crediting! OR simply search the forums i'm shore OXI posted somthing along the lines. Also You Don't Need To Say Everone Word In Caps.
-
Re: Advanced Burn House [$15] why bump it if its sold out. if someone wants it they will read it ;)
-
Help with adding a Background Image to the Header.php!
-Matt- replied to Joel's topic in General Discussion
Re: Help with adding a Background Image to the Header.php! background-image: url; -
Re: Advanced Burn House [$15] Lmao.
-
Re: Advanced Burn House [$15] You can't really do that :\ if you put a limit on it you should not change it :P.
-
Re: Advanced Burn House [$15] Lmao beat you to it :p
-
Re: [REVIEW]Mafia-Streetz to some parts it can be inproved little things like the register page using like: <font color=red>Thanks for signing up</font> ect you can't read the font once registered. also i think an animated banner inside the game is off putting, just iritates you lmao. i'm not shore but the codes maybe based on "The-Dark-Assassin" but i could be wrong. i do think some new bars could be ordered abit plain if you ask me. not much more to say nothing really unique.
-
Re: Top Site Script :( not really. it works fine, if you download it from a site then Yes its very buggy.
-
Re: Mysql injection that actually works http://criminalexistence.com/ceforums/i ... ;topicseen http://criminalexistence.com/ceforums/i ... ic=18874.0 http://criminalexistence.com/ceforums/i ... pic=8462.0 http://criminalexistence.com/ceforums/i ... ic=18482.0 These should help to stop cheaters in different ways.
-
Re: Forgotten Admin Password well how do you lose your admin pass? if they hack your account there's a chance your game would already have been messed up i'm not shore how to do this you could just search "Forgot Password" and use that. or you could go into PHPMYADMIN > users >browse>edit ID 1 and look for password now go to a site like http://scriptserver.mainframe8.com/md5.php put in the password you could like and encode it then copy and paste and your done...
-
Re: Christmas Gift [V2] ( Abit Late :P ) no really there was one line mistake.... <?php include "globals.php"; if($ir['ctreat'] == 1) { die("You already have picked your christmas treat."); } { echo ' <h2><font color=red>C</font><font color=green>h</font><font color=blue>r</font><font colour=pink>i</font><font color=white>s</font><font color=red>t</font><font color=green>m</font><font color=blue>a</font><font colour=pink>s</font> <font color=white>T</font><font color=red>r</font><font color=green>e</font><font color=blue>a</font><font colour=pink>t</font><font color=purple>s</font> </h2>'; echo '[img=http://www.mybrightonandhove.org.uk/images/uploaded/scaled/st_peters_christmas.jpg] '; print "<h1><font color=darkred>Pick a christmas gift from {$set['game_name']}.... </h1>"; echo '<a href="?action=gift1"> [img=http://images.replacements.com/images/images5/china/M/mikasa_holiday_elegance_gift_box_with_lid_P0000181334S0005T2.jpg]'; echo '<a href="?action=gift2"> [img=http://www.chocolove.com/images/red_gift_box_400.jpg]'; echo '<a href="?action=gift3"> [img=http://www.artinstituteshop.org/images/giftbox.jpg]'; echo '<a href="?action=gift4"> [img=http://www.lakewoodconferences.com/direct/dbimage/50318261/Gift_Box.jpg]'; echo '<a href="?action=gift5"> [img=http://www.thefudgecottage.co.nz/onlineshop/images/box_gold.jpg]'; } If($_GET['action'] == 'gift1') { $db->query("UPDATE users SET crystals=crystals+20 WHERE userid=".$ir['userid']); $db->query("UPDATE users SET 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 WHERE userid=".$ir['userid']); $db->query("UPDATE users SET 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 WHERE userid=".$ir['userid']); $db->query("UPDATE users SET crystals=crystals+25 WHERE userid=".$ir['userid']); $db->query("UPDATE users SET 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 WHERE userid=".$ir['userid']); $db->query("UPDATE users SET 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 WHERE userid=".$ir['userid']); $db->query("UPDATE users SET ctreat=ctreat+1 WHERE userid=".$ir['userid']); Echo ' <h1>You won 100 crystals, Thanks for coming</h1>'; $h->endpage(); exit; } $h->endpage(); ?>
-
Re: Christmas Gift [V2] ( Abit Late :P ) Just really special events easly change it into like easter ect...
-
Re: Christmas Gift [V2] ( Abit Late :P ) nope...
-
Re: Christmas Gift [V2] ( Abit Late :P ) It was....
-
Re: Christmas Gift [V2] ( Abit Late :P ) was pretty late when i posted.
-
Got bored so here: <?php include "globals.php"; if($ir['ctreat'] == 1) { die("You already have picked your christmas treat."); } { echo ' <h2><font color=red>C</font><font color=green>h</font><font color=blue>r</font><font colour=pink>i</font><font color=white>s</font><font color=red>t</font><font color=green>m</font><font color=blue>a</font><font colour=pink>s</font> <font color=white>T</font><font color=red>r</font><font color=green>e</font><font color=blue>a</font><font colour=pink>t</font><font color=purple>s</font> </h2>'; echo '[img=http://www.mybrightonandhove.org.uk/images/uploaded/scaled/st_peters_christmas.jpg] '; print "<h1><font color=darkred>Pick a christmas gift from {$set['game_name']}.... </h1>"; echo '<a href="?action=gift1"> [img=http://images.replacements.com/images/images5/china/M/mikasa_holiday_elegance_gift_box_with_lid_P0000181334S0005T2.jpg]'; echo '<a href="?action=gift2"> [img=http://www.chocolove.com/images/red_gift_box_400.jpg]'; echo '<a href="?action=gift3"> [img=http://www.artinstituteshop.org/images/giftbox.jpg]'; echo '<a href="?action=gift4"> [img=http://www.lakewoodconferences.com/direct/dbimage/50318261/Gift_Box.jpg]'; echo '<a href="?action=gift5"> [img=http://www.thefudgecottage.co.nz/onlineshop/images/box_gold.jpg]'; } If($_GET['action'] == 'gift1') { $db->query("UPDATE users SET crystals=crystals+20 WHERE userid=".$ir['userid']); $db->query("UPDATE users SET 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 WHERE userid=".$ir['userid']); $db->query("UPDATE users SET 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 WHERE userid=".$ir['userid']); $db->query("UPDATE users SET money=money+25 WHERE userid=".$ir['userid']); $db->query("UPDATE users SET 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 WHERE userid=".$ir['userid']); $db->query("UPDATE users SET 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 WHERE userid=".$ir['userid']); $db->query("UPDATE users SET ctreat=ctreat+1 WHERE userid=".$ir['userid']); Echo ' <h1>You won 100 crystals, Thanks for coming</h1>'; $h->endpage(); exit; } $h->endpage(); ?> SQL: ALTER TABLE `users` ADD `ctreat` VARCHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0' Should all work thanks.
-
Re: One Big Code! not really my page was using <?php include "globals.php"; print <<<EOF <u><h5>Matt Rocks</h1></u> <u><h4>Matt Rocks</h1></u> <u><h3>Matt Rocks</h1></u> <u><h2>Matt Rocks</h1></u> <u><h1>Matt Rocks</h1></u> <font color=red>M</font><font color=green>a</font><font color=red>t</font><font color=green>t</font> <font color=red>R</font><font color=green>o</font><font color=red>c</font><font color=green>k</font><font color=red>s</font> EOF; $h->endpage(); ?>
-
Re: One Big Code! <u><h1>Matt Rocks</h1></u>