SpEcKs
Members-
Posts
152 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by SpEcKs
-
Re: [Free V2] Lottery aint crediting my users either
-
Re: Mining V2 Converted But no one has included the bar greens or anything like that so this dont actually work good
-
Re: [Free V2] Lottery How do you change how many tickets that each player can buy im a noob so i dont know lol
-
Re: Battletent [V2] ok thanks m8
-
I need help with my battletent, because when i create NPC's and put them in the battletent he is the only one that goes in and you can't see the other NPC's in there. can anybody help me the screeny is below
-
Re: Gun licence Mod $5 yh good idea xplo
-
A good Mod Which alows users to buy a licence before buying weapons Copies: 10-20 Includes:1 php file, 1 sql file , 1 instruction file, 1 read me file OMC Mods coming soon Boxing- $30 Dog Racing - $20 Hitman - $15 Garden - $15 Bedroom - $15 Gym pass - $5
-
Re: Swim Mod For V2 [Free] thnks looks good might use this :-) :-D
-
Re: [V1]*+*Amazing Explore page*+*[V1] yeh well its ok for my game :)
-
Re: [V1]*+*Amazing Explore page*+*[V1] yeh ok fair comment but its the first eva thing that i have done and i am an ametuer :|
-
All i did was copy My Honour Awards page and created it into an explore page :) <?php /*----------------------------------------------------- -- Ayto co. -- A product of Ayto co. -- Copyright held 2008 by Ayto -- INDEX.php -----------------------------------------------------*/ 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(); $tresder=(int) rand(110,999); print "[b]You begin exploring the area you're in, you see a bit that interests you.[/b] <center><table width=100%><tr height=110> <table border=\"1\" class=\"table\"><tr><td class=\"table\">[b]North-west[/b] [i][url='shops.php']The Mall[/url][/i] [i][url='itemmarket.php']Item market[/url][/i] [i][url='cmarket.php']Drug Market[/url][/i] [i][url='dmarket.php']Donator Day Market[/url][/i] </td><td class=\"table\">[b]North Side[/b] [i][url='monorail.php']Travel Agency[/url][/i] [i][url='estate.php']Estate Agent[/url][/i] [i][url='bank.php']Local Bank[/url][/i] [i][url='crystalsbank.php']Drug Bank[/url][/i] [i][url='donatorbank.php']Donator Bank[/url][/i] [i][url='investment.php']Investment Bank[/url][/i] </td><td class=\"table\">[b]North-East[/b] [i][url='crystalshop.php']Drug Shop[/url][/i] [i][url='crystaltemple.php']Drug Temple[/url][/i] [i][url='drugs.php']Greenhouse[/url][/i] [i][url='tradement.php']Advanced Drug Temple[/url][/i] [i][url='amtemple.php']Advanced Money Temple[/url][/i] [i][url='bugtracker.php']Bug Tracker[/url][/i] </td></tr><tr><td class=\"table\">[b]West Side[/b] [i][url='diamondmarket.php']Diamond Market[/url][/i] [i][url='diamondtemple.php']Diamond Temple[/url][/i] [i][url='pearlmarket.php']Pearl Market[/url][/i] [i][url='pearltemple.php']Pearl Temple[/url][/i] [i][url='minigolf.php']Mini Golf[/url][/i] [i][url='bowling.php']Bowling[/url][/i] </td><td class=\"table\">[b]Central City[/b] [i][url='userlist.php']User List[/url][/i] [i][url='vdonators.php']View Donators[/url][/i] [i][url='stafflist.php']Stafflist[/url][/i] [i][url='halloffame.php']Hall Of Fame[/url][/i] [i][url='stats.php']Global Stats[/url][/i] [i][url='usersonline.php']Players Online'[/url][/i] </td><td class=\"table\">[b]East Side[/b] [i][url='youtube.php']You Tube[/url][/i] [i][url='monkeys.php']Monkey Slaves[/url][/i] [i][url='whorehouse.php']Love Shack[/url][/i] [i][url='carnival.php']Carnival[/url][/i] [i][url='mine.php']Mining[/url][/i] </td></tr><tr><td class=\"table\">[b]South West[/b] [i][url='poker.php']Poker[/url][/i] [i][url='slotsmachine2.php']Slots[/url][/i] [i][url='roulette.php']Roulette[/url][/i] [i][url='raffle.php']Raffle[/url][/i] [i][url='lottery.php']Lottery[/url][/i] [i][url='horsing.php']Horse Racing[/url][/i] </td><td class=\"table\">[b]South Side[/b] [i][url='honorawards.php']Honour Awards[/url][/i] [i][url='honorexchange.php']Honour Exchange[/url][/i] [i][url='propose.php']Mini Golf[/url][/i] [i][url='managemarriage.php']Manage Marriage[/url][/i] [i][url='bodyguard.php']Bodyguard[/url][/i] [i][url='assassin.php?ID={$r[']Assassinate[/url][/i] </td><td class=\"table\">[b]South East[/b] [i][url='gangcentral.php']Mafias[/url][/i] [i][url='gangwars.php']Mafia Wars[/url][/i] [i][url='fedjail.php']Fedjail[/url][/i] [i][url='chatrooms.php']Forum[/url][/i] [i][url='bot.php']Help Bot[/url][/i] [i][url='battletent.php']Battletent[/url][/i] </td></tr></table><center>"; $h->endpage(); ?> A great New Explore +1 If you like it plz (Wrapped in code blocks)
-
<?php /*----------------------------------------------------- -- Ayto co. -- A product of Ayto co. -- Copyright held 2008 by Ayto -- INDEX.php -----------------------------------------------------*/ 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(); $tresder=(int) rand(110,999); print "[b]You begin exploring the area you're in, you see a bit that interests you.[/b] <center><table width=100%><tr height=110> <table border=\"1\" class=\"table\"><tr><td class=\"table\">[b]North-west[/b] [i][url='shops.php']The Mall[/url][/i] [i][url='itemmarket.php']Item market[/url][/i] [i][url='cmarket.php']Drug Market[/url][/i] [i][url='dmarket.php']Donator Day Market[/url][/i] </td><td class=\"table\">[b]North Side[/b] [i][url='monorail.php']Travel Agency[/url][/i] [i][url='estate.php']Estate Agent[/url][/i] [i][url='bank.php']Local Bank[/url][/i] [i][url='crystalsbank.php']Drug Bank[/url][/i] [i][url='donatorbank.php']Donator Bank[/url][/i] [i][url='investment.php']Investment Bank[/url][/i] </td><td class=\"table\">[b]North-East[/b] [i][url='crystalshop.php']Drug Shop[/url][/i] [i][url='crystaltemple.php']Drug Temple[/url][/i] [i][url='drugs.php']Greenhouse[/url][/i] [i][url='tradement.php']Advanced Drug Temple[/url][/i] [i][url='amtemple.php']Advanced Money Temple[/url][/i] [i][url='bugtracker.php']Bug Tracker[/url][/i] </td></tr><tr><td class=\"table\">[b]West Side[/b] [i][url='diamondmarket.php']Diamond Market[/url][/i] [i][url='diamondtemple.php']Diamond Temple[/url][/i] [i][url='pearlmarket.php']Pearl Market[/url][/i] [i][url='pearltemple.php']Pearl Temple[/url][/i] [i][url='minigolf.php']Mini Golf[/url][/i] [i][url='bowling.php']Bowling[/url][/i] </td><td class=\"table\">[b]Central City[/b] [i][url='userlist.php']User List[/url][/i] [i][url='vdonators.php']View Donators[/url][/i] [i][url='stafflist.php']Stafflist[/url][/i] [i][url='halloffame.php']Hall Of Fame[/url][/i] [i][url='stats.php']Global Stats[/url][/i] [i][url='usersonline.php']Players Online'[/url][/i] </td><td class=\"table\">[b]East Side[/b] [i][url='youtube.php']You Tube[/url][/i] [i][url='monkeys.php']Monkey Slaves[/url][/i] [i][url='whorehouse.php']Love Shack[/url][/i] [i][url='carnival.php']Carnival[/url][/i] [i][url='mine.php']Mining[/url][/i] </td></tr><tr><td class=\"table\">[b]South West[/b] [i][url='poker.php']Poker[/url][/i] [i][url='slotsmachine2.php']Slots[/url][/i] [i][url='roulette.php']Roulette[/url][/i] [i][url='raffle.php']Raffle[/url][/i] [i][url='lottery.php']Lottery[/url][/i] [i][url='horsing.php']Horse Racing[/url][/i] </td><td class=\"table\">[b]South Side[/b] [i][url='honorawards.php']Honour Awards[/url][/i] [i][url='honorexchange.php']Honour Exchange[/url][/i] [i][url='propose.php']Mini Golf[/url][/i] [i][url='managemarriage.php']Manage Marriage[/url][/i] [i][url='bodyguard.php']Bodyguard[/url][/i] [i][url='assassin.php?ID={$r[']Assassinate[/url][/i] </td><td class=\"table\">[b]South East[/b] [i][url='gangcentral.php']Mafias[/url][/i] [i][url='gangwars.php']Mafia Wars[/url][/i] [i][url='fedjail.php']Fedjail[/url][/i] [i][url='chatrooms.php']Forum[/url][/i] [i][url='bot.php']Help Bot[/url][/i] [i][url='battletent.php']Battletent[/url][/i] </td></tr></table><center>"; $h->endpage(); ?> A great New Explore (Wrapper in code blocks)
-
Re: [mccode] 2nd Crystals wen i make a temple for the 2nd crystals how would i be able to swap 2nd crystals for more normal crystals
-
Re: i Need help with my game v1 sorry got it wrong in every place where there is ment to be a space there is this why is that ?
-
everytime i put in a new mode it says like 'Parse error: syntax error, unexpected '<' in /home/looloo/public_html/explore.php on line 6' and that is lways line where it has the global_function.php thingy i dont know wat to do :| please help