Jump to content
MakeWebGames

Haunted Dawg

Members
  • Posts

    2,933
  • Joined

  • Last visited

    Never
  • Days Won

    1

Everything posted by Haunted Dawg

  1. Re: hall of fame addon   4 "lol"'s in 1 paragraph? Sheesh :/
  2. Re: hall of fame addon if it just show's black writing, change it in the CSS! :|
  3. Re: Mccodes v2 need help He has mccodes v2 free and want's it installed.. ok let's do the run down. You played a game and liked it. You found the source code (mccodes v2) and downloaded it. You then find a forum (CE) and find people to do the work for you. You are either using a free hosting account with a free domain? Your a dj looking for work. But it's free, you should rather just say "I am a DJ looking to do some free DJ'ing". How long is your game going to last? 1 week? 1 day? 4 day's?
  4. Re: could i have 20 seconds of your time please!? help needed Change this: mysql_query("INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip) VALUES( '{$username}', '{$username}', md5('{$_POST['password']}'), 1, $sm, 2, 2, 1, 12, 12, 100, 100, 5, 5, 100, 100, 9, 'Male', unix_timestamp(), '{$_POST['email']}', -1, '$ip')", $c); to mysql_query("INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip) VALUES( '{$username}', '{$username}', md5('{$_POST['password']}'), 1, $sm, 2, 2, 1, 12, 12, 100, 100, 5, 5, 100, 100, 9, 'Male', unix_timestamp(), '{$_POST['email']}', -1, '$ip')", $c) or die(mysql_error());
  5. Re: Help auto refreshers Only captcha is the way to solve this issue.
  6. Re: Mass Crystals give gangs By the look's of it, you copied this from some where else.
  7. Re: Weapon with stats Simple, when equiping, you give them the agility. when un equiping, you take it away.
  8. Re: Content for sale, that's right.   Me ;), i will charge you 0.50 USD per crime. Thus include's: Intro: "You walk up to XX Shop and look into the window. You notice a nice gold watch. You decide to steal it." Success: "You came back late at night and broke the window. You successfuly stole the gold watch" Failure: "You came back late at night and broke the window. You did not steal the gold watch, there was a guard inside. You managed to run away" Caught: "You came back late at night and broke the window. You did not steal the gold watch and you tried to run away from the guard, i think he was to fast for you!"
  9. Re: Content for sale, that's right. I would actualy write it all before i pay $50.00 ;)
  10. Re: Content for sale, that's right. $50.00, your mad. Good luck tho.
  11. Re: Content for sale, that's right. See, if you don't tell me a price, im not going to consider saying a price. Thus leading me into making my own.
  12. Re: help needed http://php.net/sprintf
  13. Re: Content for sale, that's right. How much would you be interested in for the crime's & street's?
  14. Re: Max Bank Interest And you would need a while() function. Thus i suggest you use my method :P
  15. Re: Max Bank Interest What's your "way"?
  16. Re: Next Generation Browser Game Engine - Input Request   McCode? lol. McCode uses serialized strings somewhere, forgot where though. Possibly items or weapons, specifically(probably wrong though). Item's use field's use the serialized string's.
  17. Re: Max Bank Interest mysql_query('UPDATE `users` SET `bankmoney` = `bankmoney` + (IF((`bankmoney` * 0.05) > 90000000), 90000000, (`bankmoney` * 0.05))) WHERE `bankmoney` > 0'); Should work
  18. Re: [mccode v2] Ignore User Mail That problem should now be fixed illusion's ;)
  19. Re: [Review] - Killah-City.net - Please Review   I seem to remember you being sexist racist and attacking staff members with insulting mails, comments and in shoutbox. This was a review for a game which we all know was owned by Kyle AKA Killah obviously by the name u can see Kyle loved the site alot. The site was exploitable to a massive extent when Kyle owned it i see the only issue with old players is they can't cheat or abuse the bugs anymore so they leave or become very crude with remarks. All i really have to say to these cretins is get a bloody life! Lol, i secured it to the best extent, then your mod's came in.. BTW, i think you should get off your high horse and start recoding your modification's ;)
  20. Re: Checking if an IP is (maybe) a proxy Most proxies ip's lead to a webserver, thus if you just check the status of the ip it should tell you wether or not if it's a proxy, then again, if those people's ip's lead to another home page, it would mean your blocking people.
  21. Re: For auction: Login page, just the .psd So you done the vector art's?
  22. Re: For auction: Login page, just the .psd Hi there, i do say, your graphic's look's awesome. I just have one question before i bid. Where did you get your cartoon collection from?
  23. Haunted Dawg

    Replace

    Re: Replace Just be careful what user's can add to the template file's ;)
  24. Re: Mod idea   lol!
  25. Re: [Mccodes V2] [bIG MOD] Trading Card Game [$15] Nice mod joel!
×
×
  • Create New...