Jump to content
MakeWebGames

GoldenZero

Members
  • Posts

    36
  • Joined

  • Last visited

    Never

Everything posted by GoldenZero

  1. Re: Header.php [New/More Imrpoved] Wow...taking credit for my old work...
  2. Re: Gangs Help.   if($them['days']<10) ( die("Cant declare on this faction yet, they must be 10 days old!"); )   use that then ;)
  3. 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
  4. 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:
  5. Re: MC2 password Retrieve :S haha gotta make money some how :P
  6. Re: MC2 password Retrieve :S I helped him fix the bug :)
  7. Re: V2 Mccode Background Change (Middle)   $bgcolor = 'DCDCDC';
  8. 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 ;)
  9. 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
  10. 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
  11. Re: Night Club MOD Here IS What People Are Looking For um.....whats the point of this?....thers nothing to it...
  12. 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
  13. 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
  14. 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
  15. 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 ;)
  16. Re: is ther any good free webhodt sites with cpanel 11 and cron jobs ya...
  17. 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
  18. Re: PLEASE TELL ME IF THIS SERVER WILL................... lol why wouldn't I good?...I google everything...its my bestest friend
  19. Re: Illegal codes been sold lol actually they are lil boys with no brains
  20. 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.
  21. 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
  22. Re: Creating new cities error its just the extra ' befor minlevel
  23. 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>"; } }
  24. 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
  25. Re: Coding Error (itemmarket.php) - Please help!!! yay :)
×
×
  • Create New...