
3XTR3M3
Members-
Posts
145 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by 3XTR3M3
-
Re: New Explore Page Have you got a game ?
-
Re: New Explore Page its goodd mate :)
-
Re: Shops (Upgraded a bit) O so you have just linked them in the script to google nice but id rather download becuase if they took that picture off lOl but i know how to change it so i will:)
-
Re: please help with this one thanks good but like you should try to solve problems like this yourself bbefore posting helps you learn faster:)
-
Re: New Explore Page Still an orite explore page but i dont like it how you have put them together like userlist|hall of fame etc would of been better in colums
-
Re: Shops (Upgraded a bit) Wont we have to download the monkey images?
-
Re: Shops (Upgraded a bit) nice work mate :)
-
Re: How did your RPG gaming start? i started tc then think i went on to criminal country , urban riot deadly town criminalspree and others then found c.e then it all started
-
Re: My plan so really this is like having your own website buts its only for you and ur not paying for it and you dont even have to be online to acess it and stuff SOunds Great:)
-
Re: My plan Thanks for all the advice Its much apreciated my budget is in GBP so ?100 .. And this local host thing how do i get it and Stuff ?
-
Im 15 :D am going to start learning php and i allready have a Mccodes v2 .. I have a budget Of ?100 for starting up a game LIke domain hosting etc and Stuff I was wondering would this be enough to start me off with a decent game and a money making game I wont be doing this until i have masterred a bit of php Etc the basics and stuff e.g security problems bugs so i just want your opinion would this be enuff to you to start your own game and stuff . Thanks
-
Re: why doesn't this work? yeah djkanna is right i have had this problem before and i fixed it by editing the header :)
-
Re: need help Maybe its one of your staff using the force user logout ?
-
Re: [V2] Distrubed City you should of really secured it before you started giving links out or you get the people who just hack it for fun and mess urs hard work up in 1 minute
-
Re: Mob Nation mate why have you got your game game.realhost.com you should have a full domain name to make more players join or there going to just think its some crappy thing and .. Login 3/10 ingame layout 8/10 pretty nice could do with color change register so Are you going to switch to a proper domain beaucse dont think many people will takw this serious
-
Re: My PHP Tactical RPG Game Engine but why is your site in another language i tried accessing it but its in like dutch or w.d
-
Re: My PHP Tactical RPG Game Engine looks goood
-
Re: New Take Out A Loan im sure iv seen this loan mod before dont know if yours is going to be ayn better well ill test it :)
-
http://future.sfh.cc/ check my game over for errors and stuff know the layouts mesed up up to now just wants u's check it out so if i can get it up to scratth ill get a get a proper domain
-
This my new game under construction going to get proper domain once done and that i just want people sign up now so that few can be staff and help me get the game going faster and assistance http://future.sfh.cc/ Sign up now !!!1
-
i get this error when i try accessing staff menu . Fatal error: Call to undefined method headers::smenuarea() in /home/liamm09/public_html/sglobals.php on line 93 so then i try removing the () in sglobals staff menu comes on but there nothing click so is there summit missing check_level(); $h = new headers; $h->startheaders(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); global $atkpage; $staffpage=1; if($atkpage) { $h->userdata($ir,$lv,$fm,$cm,0); } else { $h->userdata($ir,$lv,$fm,$cm); } $h->smenuarea(); ?>
-
http://www.murdercountry.com/register.php?REF=33 Great game
-
Re: Hack my usernam,e is samz because he give the hosting to me and please will some one try and hack it
-
will u hack my game someone changed ma pass www.gangstaz-life.com username samz port www.gangstaz-life.com:2082/ please help
-
Re: [V2] Staff_cities Help my monorail looks like this <?php include "globals.php"; $_GET['to'] = abs((int) $_GET['to']); if(!$_GET['to']) { print "Welcome to the Monorail Station. It costs \$1000 for a ticket. Where would you like to travel today? "; $q=$db->query("SELECT * FROM cities WHERE cityid != {$ir['location']} AND cityminlevel <= {$ir['level']}"); print "<table width=75% cellspacing=1 class='table'><tr style='background:gray'><th>Name</th><th>Description</th><th>Min Level</th><th> </th></tr>"; while($r=$db->fetch_row($q)) { print "<tr><td>{$r['cityname']}</td><td>{$r['citydesc']}</td><td>{$r['cityminlevel']}</td><td>[url='monorail.php?to={$r[']Go[/url]</td></tr>"; } print "</table>"; } else { if($ir['money'] < 1000) { print "You don't have enough money."; } else if( ((int) $_GET['to']) != $_GET['to']) { print "Invalid city ID"; } else { $q=$db->query("SELECT * FROM cities WHERE cityid = {$_GET['to']} AND cityminlevel <= {$ir['level']}"); if(!$db->num_rows($q)) { print "Error, this city either does not exist or you cannot go there."; } else { $db->query("UPDATE users SET money=money-1000,location={$_GET['to']} WHERE userid=$userid"); $r=$db->fetch_row($q); print "Congratulations, you paid \$1000 and travelled to {$r['cityname']} on the monorail!"; } } } $h->endpage(); ?>