Jump to content
MakeWebGames

Maadazzz

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Everything posted by Maadazzz

  1. Re: [mccode] Random.php Nice Mod   Thanks +1 from me   Maadazzz
  2. Re: Contact Form (Fresh & NEW!) I think this is a great Mod Thanks Its neat and tidy   Great +1   Maadazzz
  3. Re: [MCCode V2] Tabbed Explore [MCC V2] Thanks for this great mod :-)   MAADAZZZZ
  4. Re: [mccode v2] Golden Snitch Thanks everyone for your comments   Ill be back with bigger and better mod very sooon   Maadazzz
  5. Re: [mccode v2] Golden Snitch Thanks raushan2007   Im please that someone like my work.   Maadazzz
  6. Re: [mccode v2] Golden Snitch Its called mine.php becasue i new what file i saved it as .
  7. Re: [mccode v2] Golden Snitch Well i have learnt alot and ehy is that a problem I learn fast!   Maadazzz
  8. Re: [mccode v2] News Paper Ads no sql I like this , nice mod Keep the good work up :-)   Maadazzz
  9. Re: [mccode v2] Golden Snitch Hey Guys its my first mod , ive been coding for 3 days , so you can amgine the mod isnt brilliant   Maadazz
  10. <?php session_start(); require "globals.php"; if(!$_GET['spend']) { print "<h2>Golden Snitch</h2> <h5>Here Is The Chance To Get The Golden Snitch</h5> <table border='5' bordercolor='#000000'><th>CATCH</th> <th>The Location<th>The Benefits</th><th>The Cost of The Operation</th><th>Attempt</th></tr><tr> <td><center>Down Diagon Alley</td><td><center>5 CRYSTAL - 1000000 CASH</td><td>50% Energy </td><td><center>$100,000,000</td><td><cemter>[url='mine.php?spend=0']Attempt Diagon Alley[/url]</td></tr><tr> <td><center>In The Dark Forest</td><td><center>50 CRYSTAL - 10000000 CASH</td><td>75% Energy </td><td><center>$250,000,000</td><td><cemter>[url='mine.php?spend=0']Attempt Dark Forest[/url]</td></tr><tr> <td><center>In The Maze</td><td><center>125 CRYSTAL - 100000000 CASH</td><td>100% Energy </td><td><center>$100,000,000</td><td><cemter>[url='mine.php?spend=0']Attempt The Maze[/url]</td></tr><tr></table>"; } else { if($_GET['spend'] == '100000000') { if($ir['money'] <1000000) { print "You Either Dont Have The Money Or Energy Or Speed!"; } else { $db->query("UPDATE usermoney SET money=money+1000000,crystal=crystal+5 WHERE userid=$userid",$c); $db->query("UPDATE users SET money=money-1000000 WHERE userid=$userid",$c); print "<center>You Look For The Snitch You Catch It Successfully , Congratulatiions You Gain 5 CRYSTAL - 1000000 CASH <a /> href='index.php'>>Home</a></center>"; } } else { if($_GET['spend'] == '250000000') { if($ir['money'] <10000000) { print "You Either Dont Have The Money Or Energy Or Speed!"; } else { $db->query("UPDATE usermoney SET money=money+10000000,crystal=crystal+50 WHERE userid=$userid",$c); $db->query("UPDATE users SET money=money-10000000 WHERE userid=$userid",$c); print "<center>You Look For The Snitch You Catch It Successfully , Congratulatiions You Gain 50 CRYSTAL - 10000000 CASH <a /> href='index.php'>>Home</a></center>"; } } else { if($_GET['spend'] == '500') { if($ir['money'] <4500) { print "You either dont have the money needed!"; } else { $db->query("UPDATE usermoney SET money=money+100000000,crystal=crystal+125 WHERE userid=$userid",$c); $db->query("UPDATE users SET money=money-100000000 WHERE userid=$userid",$c); print "<center>You Look For The Snitch You Catch It Successfully , Congratulatiions You Gain 125 CRYSTAL - 100000000 CASH [url='index.php']>Home[/url]</center>"; } } } } } $h->endpage(); ?>   Added code tags -- Tezza`
  11. Re: HOW DO I SORT OUT THE DATABASE!!! Table 'crimeci1_bony.users' doesn't exist
×
×
  • Create New...