dprayer Posted June 8, 2006 Share Posted June 8, 2006 Hi AllIn my online mafia game, i have a countrys section where you can take over a casino or bank etc,etc.In my scripts it says as a php script you are able to grab it but its not working on the game.Is there something i need to type in to activate it or is there something on mysql i need to change to activate it.It has been disabled for Bank, Bulletfactory, All Casinos and airport.Its just as if there is a switch i need to press for it to work..lolThanks Quote Link to comment https://forums.phpfreaks.com/topic/11467-php-mysql/ Share on other sites More sharing options...
.josh Posted June 8, 2006 Share Posted June 8, 2006 a) we can't help you unless you post code. b) maybe you should contact whoever sold you the code.c) why would you purchase code if you have no idea how to use it. Quote Link to comment https://forums.phpfreaks.com/topic/11467-php-mysql/#findComment-43086 Share on other sites More sharing options...
dprayer Posted June 8, 2006 Author Share Posted June 8, 2006 <td height="10" valign="top">Airport</td> <td width="184"> <?php if ($airport->owner == "0"){ echo "No owner-<a href='?grab=Airport&location=$locations[$i]'>Grab it</a>"; }else{ echo "<a href='profile.php?viewuser=$airport->owner'>$airport->owner</a>"; } ?> </td> <td width="233"><!--DWLayoutEmptyCell--> </td> </tr> <tr> there is the script.the guy i bought the scripts from is on holiday.and i thought this was a help forum instead questioning why someone does something? (sorry if it sounds harsh) Quote Link to comment https://forums.phpfreaks.com/topic/11467-php-mysql/#findComment-43088 Share on other sites More sharing options...
ToonMariner Posted June 8, 2006 Share Posted June 8, 2006 the code we would need to see is in the php file that processes these requests. When you say it has been disabled for those elements then there could well be a simple switch Quote Link to comment https://forums.phpfreaks.com/topic/11467-php-mysql/#findComment-43092 Share on other sites More sharing options...
dprayer Posted June 8, 2006 Author Share Posted June 8, 2006 [!--quoteo(post=381299:date=Jun 8 2006, 09:39 AM:name=ToonMariner)--][div class=\'quotetop\']QUOTE(ToonMariner @ Jun 8 2006, 09:39 AM) [snapback]381299[/snapback][/div][div class=\'quotemain\'][!--quotec--]the code we would need to see is in the php file that processes these requests. When you say it has been disabled for those elements then there could well be a simple switch[/quote]i have managed to get it on the website now.. but the grab it doesn't work to take it over.if anyone has msn it would make it so much easier.. rayer_gangland@hotmail.co.uk Quote Link to comment https://forums.phpfreaks.com/topic/11467-php-mysql/#findComment-43096 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.