Jump to content
MakeWebGames

CraigF

Members
  • Posts

    597
  • Joined

  • Last visited

    Never

Everything posted by CraigF

  1. Re: Fantasy Style Engine   Thankyou, so do i ;)
  2. Re: PUB lol. ;) I dont take much credit, It is made from Genocides whore house mod. i edited it to a bar with Beers, Wines and Spirits. Obviously Scottish is the best ;) spirit. i WAS going to do names of beers etc but that is copyright also some people in america may not have same as in england. so i just did where the spirits are from
  3. Re: PUB here have mine lol - it does brave instead of will. - Will potions are for will, so leave it to them to donate to refill their will :P <?php /*----------------------------------------------------- -- Forgotten-Lands v1.0 BETA -- A product of KrAiG -- Do not send or sell to anyone else -- Please keep this text here -----------------------------------------------------*/ session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); if(!$_GET['spend']) { print "<h2>Jimmys Bar</h2> [b]Bartender:[/b] Welcome to Jimmys Bar, we have a fine selection of alcohol for your drunken needs! [b]You:[/b] Sure, i feel the need to get a bit drunk, what do you have? [b]Bartender[/b]We have: <h3>Beers</h3> <table border='1' width='90%' bordercolor='#939393'><th>Name</th><th>Price</th><th><center>Buy</th></tr><tr> <td><center>Australian</td><td><center>$1000</td><td><center>[url='bar.php?spend=ausb']BUY[/url]</td></tr><tr> <td><center>French</td><td><center>$2000</td><td><center>[url='bar.php?spend=freb']BUY[/url]</td></tr><tr> <td><center>American</td><td><center>$3000</td><td><center>[url='bar.php?spend=ameb']BUY[/url]</td></tr><tr> <td><center>Scottish</td><td><center>$5000</td><td><center>[url='bar.php?spend=scob']BUY[/url]</td></tr></table>"; print " <h3>Wines</h3> <table border='1' width='90%' bordercolor='#939393<th>Name</th><th>Price</th><th><center>Buy</th></tr><tr> <td><center>British</td><td><center>$5000</td><td><center>[url='bar.php?spend=briw']BUY[/url]</td></tr><tr> <td><center>Scottish</td><td><center>$6000</td><td><center>[url='bar.php?spend=scow']BUY[/url]</td></tr><tr> <td><center>Spannish</td><td><center>$7000</td><td><center>[url='bar.php?spend=ameb']spaw[/url]</td></tr><tr> <td><center>Italian</td><td><center>$8000</td><td><center>[url='bar.php?spend=scob']itaw[/url]</td></tr></table>"; print " <h3>Spirits</h3> <table border='1' width='90%' bordercolor='#939393'><th>Name</th><th>Price</th><th><center>Buy</th></tr><tr> <td><center>British</td><td><center>$9000</td><td><center>[url='bar.php?spend=bris']BUY[/url]</td></tr><tr> <td><center>Irish</td><td><center>$10000</td><td><center>[url='bar.php?spend=iris']BUY[/url]</td></tr><tr> <td><center>Welsh</td><td><center>$12000</td><td><center>[url='bar.php?spend=wels']BUY[/url]</td></tr><tr> <td><center>Scottish</td><td><center>$15000</td><td><center>[url='bar.php?spend=scos']BUY[/url]</td></tr></table>"; } else { if($_GET['spend'] == 'ausb') { if($ir['money'] <1000) { print "You don't have enough money to buy some Australian Beer!"; } else { mysql_query("UPDATE users SET brave=brave+1,money=money-1000 WHERE userid=$userid",$c); mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c); print "<center>You bought some Australian Beer for \$1000, you downed the pint straight away. You feel dizzy as a rush of your brave starts coming back to you. [url='index.php']>Home[/url]</center>"; } } else if($_GET['spend'] == 'freb') { if($ir['money'] <2000) { print "You don't have enough money to buy some French Beer!"; } else { mysql_query("UPDATE users SET brave=brave+3,money=money-2000 WHERE userid=$userid",$c); mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c); print "<center>You bought some French Beer for \$2000, you downed the pint straight away. You feel dizzy as a rush of your brave starts coming back to you. [url='index.php']>Home[/url]</center>"; } } else if($_GET['spend'] == 'ameb') { if($ir['money'] <3000) { print "You don't have enough money to buy some American beer!"; } else { mysql_query("UPDATE users SET brave=brave+5,money=money-3000 WHERE userid=$userid",$c); mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c); print "<center>You bought some American beer for \$3000, you downed the pint straight away. You feel dizzy as a rush of your brave starts coming back to you. [url='index.php']>Home[/url]</center>"; } } else if($_GET['spend'] == 'scob') { if($ir['money'] <5000) { print "You don't have enough money to buy some Scottish beer!"; } else { mysql_query("UPDATE users SET brave=brave+7 money=money-5000 WHERE userid=$userid",$c); mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c); print "<center>You bought some Scottish beer for \$5000, you downed the pint straight away. You feel dizzy as a rush of your brave starts coming back to you. [url='index.php']>Home[/url]</center>"; } } else if($_GET['spend'] == 'briw') { if($ir['money'] <5000) { print "You don't have enough money to buy some British wine!"; } else { mysql_query("UPDATE users SET brave=brave+7,money=money-5000 WHERE userid=$userid",$c); mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c); print "<center>You bought some British Wine for \$5000, you downed the wine straight away, its been a long day. You feel dizzy as a rush of your brave starts coming back to you. [url='index.php']>Home[/url]</center>"; } } else if($_GET['spend'] == 'scow') { if($ir['money'] <6000) { print "You don't have enough money to buy some Scottish wine!"; } else { mysql_query("UPDATE users SET brave=brave+8,money=money-6000 WHERE userid=$userid",$c); mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c); print "<center>You bought some Scottish wine for \$6000, you downed the wine straight away, its been a long day. You feel dizzy as a rush of your brave starts coming back to you. [url='index.php']>Home[/url]</center>"; } } else if($_GET['spend'] == 'spaw') { if($ir['money'] <7000) { print "You don't have enough money to buy some Spannish wine!"; } else { mysql_query("UPDATE users SET brave=brave+10,money=money-7000 WHERE userid=$userid",$c); mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c); print "<center>You bought some Spannish wine for \$7000, you downed the wine straight away, its been a long day. You feel dizzy as a rush of your brave starts coming back to you. [url='index.php']>Home[/url]</center>"; } } else if($_GET['spend'] == 'itaw') { if($ir['money'] <8000) { print "You don't have enough money to buy some Italian wine!"; } else { mysql_query("UPDATE users SET brave=brave+11,money=money-8000 WHERE userid=$userid",$c); mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c); print "<center>You bought some Italian wine for \$8000, you downed the wine straight away, its been a long day. You feel dizzy as a rush of your brave starts coming back to you. [url='index.php']>Home[/url]</center>"; } } else if($_GET['spend'] == 'bris') { if($ir['money'] <9000) { print "You don't have enough money to buy some British spirit!"; } else { mysql_query("UPDATE users SET brave=brave+13,money=money-9000 WHERE userid=$userid",$c); mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c); print "<center>You bought some British spirit for \$9000, you downed the spirit straight away. You feel dizzy as a rush of your brave starts coming back to you. [url='index.php']>Home[/url]</center>"; } } else if($_GET['spend'] == 'iris') { if($ir['money'] <10000) { print "You don't have enough money to buy some a Irish spirit!"; } else { mysql_query("UPDATE users SET brave=brave+14,money=money-10000 WHERE userid=$userid",$c); mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c); print "<center>You bought Irish spirit for \$10000, you downed the spirit straight away. You feel dizzy as a rush of your brave starts coming back to you. [url='index.php']>Home[/url]</center>"; } } else if($_GET['spend'] == 'wels') { if($ir['money'] <12000) { print "You don't have enough money to buy some Welsh spirit!"; } else { mysql_query("UPDATE users SET brave=brave+17,money=money-12000 WHERE userid=$userid",$c); mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c); print "<center>You bought some Welsh spirit for \$12000, you downed the spirit straight away. You feel dizzy as a rush of your brave starts coming back to you. [url='index.php']>Home[/url]</center>"; } } else if($_GET['spend'] == 'scos') { if($ir['money'] <15000) { print "You don't have enough money to buy some Scottish spirit!"; } else { mysql_query("UPDATE users SET brave=brave+20,money=money-15000 WHERE userid=$userid",$c); mysql_query("UPDATE users SET brave=maxbrave WHERE brave > maxbrave",$c); print "<center>You bought some Scottish spirit for \$15000, you downed the pint straight away. You feel dizzy as a rush of your brave starts coming back to you. [url='index.php']>Home[/url]</center>"; } } } $h->endpage(); ?>
  4. Re: Defend Your Stronghold i have 959/1000 health and im on level 8/9 i think :D and havent spent any points so i got 22080
  5. Re: Defend Your Stronghold haha, i suddenly have an urge to play it brb n00bs! xD
  6. Re: Fantasy Style Engine   I asked for opinions and ideas, not what shoes you wear on a Saturday night. LOL!!!!   i like the race idea, or make it like you can be evil or good, and you chose at the begining and what you chose effects your later game. OR When you do something like a mission, you get two options, the good or the bad mission. and all the good choices you chose add up and all the bad do and it determins if your player is bad or good
  7. Re: Mercs For Sale hes not telling you that! he is telling you if your offer is too low when you make it, otherwise you might go to exactly that price and not higher :P what ever price it is, its totaly worth it!
  8. Re: !!! Many ideas for Mc 2.0 but I cant program !!! he isnt selling his ideas is he?
  9. Re: Need something to code dont you need an IF function so staff can see it only
  10. Re: PUB the day the i got the whore house from the CE i edited it to make different places for different stats :)
  11. Re: ill try it   HAHA!!!
  12. Re: ill try it haha yeah its googled, not hard to google "Kiddy Kartel" xD
  13. Re: ill try it HERE is a preview
  14. Re: Counting (nr game) 1010 DOUBLE NUMBERS WOOT!!
  15. Re: Fav command   lol yeah, unless its a little bit of the page with a bit of info on it, there are like 1/100 exceptions for using Marquee, otherwise people use it to make others think they are smart when they are like 10 :P
  16. Re: [mccode] Register Page   haha!!! i think its v2 Tittiemouse
  17. Re: Fav command i like marquee only if its alot of text to marquee, like a few sentences, one sentence is too little so there is no point marquee of it and it looks un-pro
  18. Re: MMCODE help they are crons
  19. Re: MMCODE help I take it that is sarcastic? Minik, you know how to code yes? and there is a gang mod, you may need to BUY or CODE it. atleast you havent got ilegal v1 or v2 codes :)
  20. Re: ill try it seany plays these?
  21. Re: ill try it lol i suppose, i just dont like the look :) sorry :P
  22. Re: ill try it its crap
  23. Re: Fav command haha i could just imagine it. You now have $For fucks sake why dont you work?? in your donator bank
  24. Re: Counting (nr game) 1006 - lol ;) n00b
  25. CraigF

    MySpace.com

    Re: MySpace.com haha :D as i am cool
×
×
  • Create New...