Jump to content
MakeWebGames

Enuf

Members
  • Posts

    88
  • Joined

  • Last visited

Enuf's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I get this error :( Warning: Invalid argument supplied for foreach() on line 376
  2. Im confused with on of the comments lol.   Shouldn't it be ''Do not edit below, unless you know what you're doing'' ? lol. Though it's an awesome mod ;D Also when i try to leave (im leader) It says You have an item on rent from your Family! [back]
  3. I'm trying to make something like this, but i think ill fail (im new to PHP) So ill more than likely buy this very soon :D
  4. Also i suggest reading a few PHP tuts. Im new to PHP, but this is a very basic thing you learn. You should really buy a book or something while playing around with MCCodes lol. Makes it much easier.
  5. Yes he does. If you look at the image he gave, you'll see at the bottom you have like ''units'' but you cant build the other untill it's light. So he wants one version light, so its use-able and the other darkened so you cant use it. Like the two there.
  6. Dominion. I have to agree hah. I don't really like them.. ive found someone on deviantart who is amazing and a lot cheaper lol.
  7. Enuf

    Update?

    Nice. :D Do you know anyway to combined my web game and a FB application? (So people can log on from FB or my site, but both are the same. Is it possible?) Tad off topic but meh :D
  8. Enuf

    Wamp error

    Ok, i've used wamp before many times. I've even used it before for MCCodes. But now im getting an error? Before i was on XP though now im on windows 7.   Notice: Undefined index: HTTP_X_FORWARDED_FOR in C:\wamp\www\header.php on line 110 Notice: Undefined index: attacking in C:\wamp\www\header.php on line 119 That's the error. This is from lines 106 - 124   } function userdata($ir,$lv,$fm,$cm,$dosessh=1) { global $db,$c,$userid, $set; $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) <- 110 error. ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; $db->query("UPDATE users SET laston=unix_timestamp(),lastip='$IP' WHERE userid=$userid"); if(!$ir['email']) { global $domain; die ("<body>Your account may be broken. Please mail help@{$domain} stating your username and player ID."); } if($dosessh && ($_SESSION['attacking'] || $ir['attacking'])) <- 119 error { print "You lost all your EXP for running from the fight."; $db->query("UPDATE users SET exp=0,attacking=0 WHERE userid=$userid"); $_SESSION['attacking']=0; }
  9. Enuf

    deleted

    In my opinion MCCodes. It just has more free codes, and it has way more people to help you with problems, 'cause it's well known.
  10. Just get the smallest package. What makes you think you'll have even 40 active members straight away lol. No need in wasting money, if you don't get that many.
  11. I think im going to go with w3theorys for the BETA stages of the game, with a simple layout. (i want to give them something decent to look at hehe) Then after go with Lilith. (maybe, i haven't seen example yet) Or SOSFactory.
  12. Enuf

    Update?

    Nice thanks. Also im not trying to rush them. Though he said there would be some update in a couple of months. It's been a couple of months lol :D
  13. Enuf

    Update?

    Dayo you should so make an engine hahah :D You = my fav coder on here.
  14. Post was made on: Wednesday, November 3rd 2010, 12:55pm. Correct me if im wrong, but i haven't seen any of this? I have seen a few things saying they might be added or are good ideas. But nothing solid.
  15. Enuf

    Found this.

    I think it is his script lol. This was his first post lol.
×
×
  • Create New...