Jump to content
MakeWebGames

skooda

Members
  • Posts

    494
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by skooda

  1. Good work I like it.
  2. Sorry change my mind dont need the money but since I got a new game engine and its not mccode.But im thinking of making a contest and the winner will get the full game + Liscene and 5months free of me coding it.Also this will happen in the next 3weeks if my mate dont buy it.
  3. I fogot all abot this post but disorted msg me when its done I will be happy to pay for it
  4. yea I played it on your game I love it
  5. the game has been shut down almost a year
  6. Hes the only one that gets it all im trying to do is make a lil cash aftferwards im done with mccodes and now your talking about giving my license away well I want have a problem with that but dont act like non of you never sold an game before that you didnt create.But I really dont get it with this mccode when I bought it non of that stuff came with it came from my hard hours of time.
  7. Also cave yes I have a liscene and I didnt really notice that this was illegal people do this all the time if im not mistaken and do it really matter if its on a server.I tell you what I will put it on a free server then it will be a website and if I do that will you shut your mouth up.
  8. The game is a starter for anyone who wants to have a game and its mccode mate.
  9. also it have paid features
  10. ok demo at crimelane.com user-demo pasd-demo their ya go also im only selling it to the first 2 who msg me at [email protected]
  11. Selling a clone of my site.Sorry no details because im in a rush but if your interested msg me at [email protected] I would happly show you the demo also only selling 2 clones of it its worth over 450$ because of game layout but only selling it for 50 usd also this just a good way to start you off.
  12. Hey well I have this Idea it all started a while back but back to the point I wonder can some one can create a kill mod this could be a big hit I really dont care about if a user leave but this type a mod brings people and I like it.But I got this idea could I just edit my attack and add something that will drop the user and give them a msg .If so could someone give me a couple function and were to put them at or just some help would be fine.
  13. skooda

    Anti-sopa

    Yea I was going to post that this is fin to mess up the internet history if this law is approve
  14. ok I found the problem
  15. I know php and I try understand sql but thats confusing
  16. well I really dont know a guy did it for me a while back and it was working I just never pick off of it until now
  17. so my cron day want work
  18. ok thanks alot I will get on it right now
  19. O so how do put them in one field
  20. Ok I keep getting this error the rest of my crons work but this one just keep giving me an error well heres my cron_day file   <?php include "config.php"; global $_CONFIG; if($_GET['code'] != $_CONFIG['code']) { die(""); } define("MONO_ON", 1); require "class/class_db_{$_CONFIG['driver']}.php"; $db=new database; $db->configure($_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], $_CONFIG['persistent']); $db->connect(); $c=$db->connection_id; $db->query("UPDATE fedjail set fed_days=fed_days-1"); $q=$db->query("SELECT * FROM fedjail WHERE fed_days=0"); $ids=array(); while($r=$db->fetch_row($q)) { $ids[]=$r['fed_userid']; } if(count($ids) > 0) { $db->query("UPDATE users SET fedjail=0 WHERE userid IN(".implode(",", $ids).")"); } $db->query("UPDATE `users` SET `daily`='0'"); $db->query("UPDATE users SET reward_done=0"); $db->query("UPDATE `users` SET `restorevip`='0'"); $db->query("UPDATE `users` SET `restore`='0'"); $db->query("UPDATE `users` SET `restoredd`='0'"); $db->query("UPDATE users SET ddcollections = 5 WHERE donatordays >= 1"); $db->query("UPDATE users SET ddcollections = 3 WHERE donatordays = 0"); $db->query("DELETE FROM fedjail WHERE fed_days=0"); $db->query("UPDATE users SET daysingang=daysingang+1 WHERE gang > 0"); $db->query("UPDATE users SET daysold=daysold+1, boxes_opened=0"); $db->query("UPDATE users SET mailban=mailban-1 WHERE mailban > 0"); $db->query("UPDATE users SET donatordays=donatordays-1 WHERE donatordays > 0"); $db->query("UPDATE users SET vipdays=vipdays-1 WHERE vipdays > 0"); $db->query("UPDATE users SET cdays=cdays-1 WHERE course > 0"); $db->query("UPDATE users SET bankmoney=bankmoney+(bankmoney/50) where bankmoney>0"); $db->query("UPDATE users SET cybermoney=cybermoney+(cybermoney/100*7) where cybermoney>0"); $q=$db->query("SELECT * FROM users WHERE cdays=0 AND course > 0"); while($r=$db->fetch_row($q)) { $cd=$db->query("SELECT * FROM courses WHERE crID={$r['course']}"); $coud=$db->fetch_row($cd); $userid=$r['userid']; $db->query("INSERT INTO coursesdone VALUES({$r['userid']},{$r['course']})"); $upd=""; $ev=""; if($coud['crSTR'] > 0) { $upd.=",us.strength=us.strength+{$coud['crSTR']}"; $ev.=", {$coud['crSTR']} strength"; } if($coud['crGUARD'] > 0) { $upd.=",us.guard=us.guard+{$coud['crGUARD']}"; $ev.=", {$coud['crGUARD']} guard"; } if($coud['crLABOUR'] > 0) { $upd.=",us.labour=us.labour+{$coud['crLABOUR']}"; $ev.=", {$coud['crLABOUR']} labour"; } if($coud['crAGIL'] > 0) { $upd.=",us.agility=us.agility+{$coud['crAGIL']}"; $ev.=", {$coud['crAGIL']} agility"; } if($coud['crIQ'] > 0) { $upd.=",us.IQ=us.IQ+{$coud['crIQ']}"; $ev.=", {$coud['crIQ']} IQ"; } $ev=substr($ev,1); if ($upd) { $db->query("UPDATE users u LEFT JOIN userstats us ON u.userid=us.userid SET us.userid=us.userid $upd WHERE u.userid=$userid"); } $db->query("INSERT INTO events VALUES('',$userid,unix_timestamp(),0,'Congratulations, you completed the {$coud['crNAME']} and gained $ev!')"); } $db->query("UPDATE users SET course=0 WHERE cdays=0"); $db->query("UPDATE users SET turns=25"); $db->query("TRUNCATE TABLE rating"); $db->query("TRUNCATE TABLE votes;"); ?>   and heres the error that keep poping up when I do it. QUERY ERROR: Unknown column 'restore' in 'field list' Query was UPDATE `users` SET `restore`='0'
  21. skooda

    Help

    Well here we are again its like i go up 1 and go down 2 on my test is not working with cron it has the cron feature its just useless.So I thought to myself I just want to turn my game time stamp I want all the timers to time stamp I dont want to see cron atfer im done.Im starting to get piss with cron for several years I dont know whyI havent switched to time stamp sooner Things I need help I want to know how I formate it Also I want to know do I just put it in a php file just like a cron or what   I would be really grateful for the help please dont give me some BS about searching the web or search the forum I did it either it didnt give me anything or it didnt gve me anything I want to know. I dont care were you contact me at you have 3options.Post it under the forum,send me a pm or msg me at [email protected]
  22. I like it :)
  23. Well hey guys I FInally bought a paid webhosting im with 1and1 but as you can see I found a good free webhost.I like it I just test phps and some graphics of mines well heres the link its a refer as you can see I also 100 refers can get you a free premuim accout also this accout is a friend of mines we just on ibut since he make free mod the best I can do is give out the word http://api.2freehosting.com/redir/603831 sign up now and get your first refer to start you off.
  24. skooda

    Free hosting

    Do any one know a site with free hosting and cpanel thats better than x10hosting
  25. Nvm Admins Please close this thread
×
×
  • Create New...