
GoldenZero
Members-
Posts
36 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by GoldenZero
-
Re: Header.php [New/More Imrpoved] Wow...taking credit for my old work...
-
Re: Gangs Help. if($them['days']<10) ( die("Cant declare on this faction yet, they must be 10 days old!"); ) use that then ;)
-
Re: Speed optimisations ya, I was also planning on doing this, but it takes sooooo long, ill do it when I have the time :D
-
Re: Best Freebies Never modest are you GZ? Anyway, for one who cannot read someone elses code, you arent that bad of a coder awwws thanks :lol:
-
Re: MC2 password Retrieve :S haha gotta make money some how :P
-
Re: MC2 password Retrieve :S I helped him fix the bug :)
-
Re: V2 Mccode Background Change (Middle) $bgcolor = 'DCDCDC';
-
Re: Gangs Help. just make new column in users as days (INT)11 and a cron to +1 gang days then use if($gangdata['days']<10) ( die("Cant declare on this faction yet, they must be 10 days old!"); ) then you got it ;)
-
Re: Free Donator XFER w/ LOGS! OMG something you releasing free :O...someone hack your account? XD lol ill try it out thanks... lol just looked at what it actually does...no big deal lol...nevermind XD
-
Night Club MOD Here IS What People Are Looking For
GoldenZero replied to Jawad's topic in General Discussion
Re: Night Club MOD Here IS What People Are Looking For lol doesn't look like it would do much anyway...just like deadthstar said XD -
Night Club MOD Here IS What People Are Looking For
GoldenZero replied to Jawad's topic in General Discussion
Re: Night Club MOD Here IS What People Are Looking For um.....whats the point of this?....thers nothing to it... -
is ther any good free webhodt sites with cpanel 11 and cron jobs
GoldenZero replied to Ekidd's topic in General Discussion
Re: is ther any good free webhodt sites with cpanel 11 and cron jobs it say the MySQL server is on another address?...if not use localhost -
is ther any good free webhodt sites with cpanel 11 and cron jobs
GoldenZero replied to Ekidd's topic in General Discussion
Re: is ther any good free webhodt sites with cpanel 11 and cron jobs well I use Secure File Transfer Client and Secure Shell Client they both work great -
PLEASE TELL ME IF THIS SERVER WILL...................
GoldenZero replied to -CrAzY-'s topic in General Discussion
Re: PLEASE TELL ME IF THIS SERVER WILL................... ya, only thing bad with php.net is that the search brings back 20 useless crap that im NOT looking for -
is ther any good free webhodt sites with cpanel 11 and cron jobs
GoldenZero replied to Ekidd's topic in General Discussion
Re: is ther any good free webhodt sites with cpanel 11 and cron jobs lol I didn't say anything about looking at a file did I? XD...not everything has to do with php coding ;) -
is ther any good free webhodt sites with cpanel 11 and cron jobs
GoldenZero replied to Ekidd's topic in General Discussion
Re: is ther any good free webhodt sites with cpanel 11 and cron jobs ya... -
is ther any good free webhodt sites with cpanel 11 and cron jobs
GoldenZero replied to Ekidd's topic in General Discussion
Re: is ther any good free webhodt sites with cpanel 11 and cron jobs I have cpanel 11 on my host and I never liked cpanel XD..complete crap :)...FTP and shell access is good enough for me -
PLEASE TELL ME IF THIS SERVER WILL...................
GoldenZero replied to -CrAzY-'s topic in General Discussion
Re: PLEASE TELL ME IF THIS SERVER WILL................... lol why wouldn't I good?...I google everything...its my bestest friend -
Re: Illegal codes been sold lol actually they are lil boys with no brains
-
PLEASE TELL ME IF THIS SERVER WILL...................
GoldenZero replied to -CrAzY-'s topic in General Discussion
Re: PLEASE TELL ME IF THIS SERVER WILL................... I know there is you idiot theres 6 popular kinds ANSI | SQL/PSM IBM | SQL PL Microsoft/Sybase | T-SQL MySQL | MySQL Oracle | PL/SQL Postgres | PL/pgSQL and many different verys for each...but normaly you want the latest version of MySQL and normal people know what people talk about when they say SQL (MySQL) because its the MOST popular. -
PLEASE TELL ME IF THIS SERVER WILL...................
GoldenZero replied to -CrAzY-'s topic in General Discussion
Re: PLEASE TELL ME IF THIS SERVER WILL................... You need 4 simple things PHP support SQL support Cron Job support Brain support Paying Coders if you cant support -
Creating new cities error
GoldenZero replied to Jamie Taylor - Director of's topic in General Discussion
Re: Creating new cities error its just the extra ' befor minlevel -
Creating new cities error
GoldenZero replied to Jamie Taylor - Director of's topic in General Discussion
Re: Creating new cities error I donno if the edit/delete work...but I did this a while ago so here is add city function addcity() { global $db, $ir, $c, $h, $userid; $minlevel=abs((int) $_POST['minlevel']); $name=$_POST['name']; $desc=$_POST['desc']; if($minlevel and $desc and $name) { $q=$db->query("SELECT * FROM cities WHERE cityname='{$name}'"); if($db->num_rows($q)) { print "Sorry, you cannot have two cities with the same name."; $h->endpage(); exit; } $db->query("INSERT INTO cities VALUES(NULL, '$name', '$desc', '$minlevel')"); print "City {$name} added to the game."; stafflog_add("Created City $name"); } else { print "<h3>Add City</h3><hr /> <form action='staff_cities.php?action=addcity' method='post'> Name: <input type='text' name='name' /> Description: <input type='text' name='desc' /> Minimum Level: <input type='text' name='minlevel' /> <input type='submit' value='Add City' /></form>"; } } -
Re: Illegal codes been sold lol I know most of those guys....they dont know how to code...they dont even know what a rar file is....they think its a type of PHP syntax XD lol not really....only the police/fed/cia/gov...but they really donno what they doin XD...and really really good security experts that can get in any system....they can basicly own the net
-
Coding Error (itemmarket.php) - Please help!!!
GoldenZero replied to Jamie Taylor - Director of's topic in General Discussion
Re: Coding Error (itemmarket.php) - Please help!!! yay :)