
Dylan
Members-
Posts
291 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Dylan
-
Re: Car Mod contact your friend and ask him who made it...
-
Re: Car Mod Contact whoever created this mod for supprot..
-
Re: Crons issue looks like mine..
-
Re: install.php umm well I don't know what your asking but the install.php executes the .sql file into the database "This file contains all your game SQL".
-
Re: Bar [v1] [FREE] conversion is fine just a little errors
-
Re: Bar [v1] [FREE] Parse error: syntax error, unexpected T_STRING in /home/citygang/public_html/bar.php on line 4
-
Re: [review] City-Gangs - Please review! ^^ good or bad meaning?
-
Re: Cookie Shop My Second MOD!! WOOT Doesnt seem as if you changed anything..except some quotations..but alright thanks >.< :D Nope.... There were more errors your query was correct neither was your $h->endpage();
-
Re: Cookie Shop My Second MOD!! WOOT <?php //mod created by Poldar //FREE MOD //Fixed by Dylan include "globals.php"; print "<h2>Cookie Store</h2> [i]Walking in to the Cookie Shop..you decide whether or not to buy a cookie.. <table width=70% border=1> <th height=8%>Cookie</th><th height=8%>Cost</th> <tr> <td>Chocolate Chip Cookie</td> <td>$10 [url='cookieshop.php?spend=1']Buy cookie[/url]</td> </tr> </table>"; if ($_GET['spend'] == '1') { if ($ir['money'] < 10) { print "You don't have enough money to buy the cookie..Best leave now.."; } else { if ($ir ['money'] >10) { print "You buy the cookie! You feel happier inside! [url='explore.php']Back to City[/url] "; $db->query("UPDATE users SET money=money-10, nerve=nerve+1 WHERE userid=$userid",$c); } } } $h->endpage(); ?> SAVE THE FILE AS cookieshop.php or you can go through the code and edit the links that say that and replace with what you saved it as Fixed Screeny
-
Re: Cookie Shop My Second MOD!! WOOT Parse error: syntax error, unexpected T_LNUMBER in /home/******/public_html/cookie.php on line 7
-
Re: [FIX] Clean Up Page Errors Nice...
-
Re: [review] City-Gangs - Please review! nahh not a new site just haven't really did much into details yet, that is coming and I am redoing the register.php soon anyways
-
Re: [review] City-Gangs - Please review! its un suspended I had to pay it I was in the hospital
-
Re: Counting (nr game) 2015
-
Re: Counting (nr game) 2004 :mrgreen:
-
Re: The world mite end on Wednesday 10ths september 2008... to the note of December 21 2012 planet x is NOT going to hit earth, as the earth is gonna complete its 26,000 year wobble or w/e, and the winter solstice or something like that and the sun is gonna align up in the center of the galaxy doing some sort of black hole massive destruction thing... but these things are normal :roll:
-
mccode-v1 Travel to User Location button on profiles
Dylan replied to Cyanide's topic in Free Modifications
Re: [v1] Travel to User Location button on profiles [FREE] Very nice <?php /*================================== Travel To User Location By Cyanide [url]http://suburban-assault.com[/url] [url]http://infintium.net[/url] This is FREE software. ===================================*/ include "globals.php"; if($ir['money'] < 5000) { print "<center> <font color='red'>[b]ERROR:[/b]</font> You dont have enough money travel to this location. [url='viewuser.php?u={$_GET[']> Go Back[/url]"; $h->endpage(); exit(); } $ct=mysql_query("SELECT * FROM cities WHERE cityid='{$_GET['to']}'",$c) or die(mysql_error()); $to=mysql_fetch_array($ct); if($ir['level'] < $to['cityminlevel']) { print "<center> <font color='red'>[b]ERROR:[/b]</font> You cannot yet travel to this location. [url='viewuser.php?u={$_GET[']> Go Back[/url]"; $h->endpage(); exit(); } else { mysql_query("UPDATE users SET money=money-5000, location='{$_GET['to']}' WHERE userid=$userid",$c) or die(mysql_error()); print "<center>You have paid $5,000 and traveled to {$to['cityname']}. [url='viewuser.php?u={$_GET[']> Back to Users Profile[/url]"; $h->endpage(); exit(); } ?> I think this is converted right edit: it works :) tested to see -
Re: Counting (nr game) 1967
-
Re: Need Help http://www.downthe.net get 10 quality forum post ask for free hosting in request hosting they support crons you can get a subdomain.downthe.net or pay for your own domain and add it
-
Re: New Unified Staff Panel w/ Staff Logs [v1] lol not stupid enough to resell/give it away but I can't wait to see what this is gonna be
-
Re: New Unified Staff Panel w/ Staff Logs [v1] yea but in features that V2 don't have could we add em' to it? say you have something my V2 panel don't have and I bought your Staff Panel and took that feature out and added it to my V2
-
Re: New Unified Staff Panel w/ Staff Logs [v1] could this be used for V2? depends actually how it looks and what it can do
-
Re: Counting (nr game) 1964
-
Re: Most of my Mods for V2 Very very nice mods Joel sad to see ya leave :( and thanks for these
-
Re: Just a heads up to all game owners! you can find most of those images online anyways just learn how to google