Jump to content
MakeWebGames

General Doom

Members
  • Posts

    185
  • Joined

  • Last visited

Everything posted by General Doom

  1. Bo problem, just letting you know as they are VERY trigger happy when it comes to screwing people over for copyright infringments.
  2. Just as an FYI,   Gallente shuttle on bottom of the main page, not a good idea to take ship pictures from EVE, CCP are not nice people.
  3. Can't believe I didn't think of that. Thankyou very much!
  4. General Doom

    PHP code help

    Hello all.   Im trying to create a PHP code that updates all users money every hour based on there income. Im doing this using a crontab so that it runs on exactly every hour.   However, every users current money and income is different, so, is there a way to get the mySQL to cycle through every user without having to run the script for multiple users?   The surrent script im using only does it for the 1st player registered (me), any ideas?     <?php $playerid=mysql_query("SELECT * FROM users"); $user=mysql_fetch_object($playerid); $newcreds=$user->credits+$user->economy; $userid=$user->id; mysql_query("UPDATE users SET credits='$newcreds' WHERE id='$userid'"); ?>     Any ideas on how I can get it to do this for every user?
  5. Nevermind, sorted it.
  6. Hey, im trying to get an old set of scripts back online but it's just not having it. All I keep getting is random popup fields but no errors, it jsut redirects back to the log-in:   www.inspired-logic.info/index.php   User:GenDoom Pass:DOOM13   i've tried everything I can think off. The index page redirects to play.php once the user has logged in, i've tried removing everything apart from HTML from that page and it doesn't change, looked at all the included scripts and theres nothing wrong with them. This one really does just have me baffled.   Any help/ideas would be greatly appreciated.
  7. Anybody feel like posting a review? :D lol.
  8. Just before people get confused, it is not my game, posting because I know the creator and he asked me to, so I take no credit.   It is similar to Ogame in some respects, but also very very different in it's own way.
  9. http://www.outer-core.com A new space style game. This is a RTS browser based game, set in space where you compete against other players in war, economics, research, diplomacy and much more.   Rise to the top in any way! Be the best economist in the game, or smash your rivals to pieces with your armada!   This game has somthing for everyone, whether you enjoy building or destroying, creating alliances or going solo. Fighting players and simply crushing NPC's this is the game for you!
  10. Re: [mccode v2] Steal (Money / Crystals) [$10.00]   He never said it was sold, somone just asked for it to be reserved, guess he didn;t contact him.
  11. Re: THIS OR THAT? Dustbin man. Batman or Superman?
  12. Re: Noob question Lol, didn't even notice it was print before. I usually use echo ^.^
  13. Re: Need an artist   Didn;t mean to make it sound like I was shooting you down and knew more than you. Was just saying it sounded a little too high just for the sake of googling a few pics and resizing/croping them, which is essentially a 2min job.
  14. Re: Noob question   You need to change the double quotatios to single quotations. Like so:   If your using quotations within quotations you can't use the same ones. So if your surround the code in single quotations: ' ' all the code inside must use double quotations " " else the script will end prematurely. Works the same vice-versa.
  15. Re: Need an artist   $150 to crop pictures O.o Id be looking to pay about $50 max if you were just cropping images off google for me lol.
  16. Re: How good CronWerks/Cronus is I've talked to Cronus before (Dunno if you remember me, only just come back to CE :P) And he is a very nice and talented guy. There is no doubt in my mind that all of these problems were nothing more than mis-comunications. Simply, submit a support ticket and im sure he will resolve your problem, without the need to flame on CE about it =]
  17. Re: Cannot connect to Database. Nevermind, I found the error, after about 3 hours my dad came in and read the code to me, and I instantly knew the error lol.
  18. Hey all, i've not coded in awhile, and im embaressed to post this, but for the life of me I cannot find the problem. Im creating a site but cannot get it to connect to the database, heres a sample script:   <?php include_once 'db_connect.php'; $fetch=mysql_query("SELECT * FROM users WHERE id='$1'"); $info = mysql_fetch_object($fetch); echo "$fetch->firstname"; echo "$info->firstname"; ?>   It just displays nothing, the mySQL is scorrect (as far as I can tell) and my db_connect has all the correct info. Please help!
  19. General Doom

    WWII

    Re: WWII Italy - 16 Japan - 20 Great Britain - 42 United States - 21 Soviet Union - 21 France - 19
  20. Re: One Big Code! echo 'lol fail';
  21. Re: Hosting for Mccodes Im sure I posted a mySQL script that does the same job as cron's somwhere on these forums...i'll have a scout now.
  22. Re: Fraud seller of mccodes   It's also pretty kuch not protected, so it's not technically illegal if you look into it, i don't think. I pray somone can correct me here.
  23. Re: crimes You must have a missing if statement somwhere, post the script?
  24. Re: Phone calls/Texts Lol np.
  25. Re: Phone calls/Texts   General as in an Army General :-P
×
×
  • Create New...