Jump to content
MakeWebGames

Danny696

Members
  • Posts

    2,632
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Danny696

  1. Danny696

    hey

    I got a 500 Internal Server Error
  2. Im guessing nickson likes the IDE environment, as after his short paragraph on text editors, he only talks about IDEs..
  3. IDE's are for n00bs, it even tabs it for you ha!
  4. The topic is this mod, im talking about the mod, your not. -.- It will probabbly work, but yeh, the fact theres 100000s of others, ima let you figgure the rest out ;)
  5. Im not a player in the game though am i -.-
  6. Well, i can see the code, im a developer, so i can view the codes, and yeh, i will comment on them.
  7. Thats not the point, the point is he keeps jumping from on to the other, like a b00b, yeh, it should be n00b, but i cant say that, so just replace it ;)
  8. Yup...
  9. I was suspended form college for 6 months because of this I was born in 1984 I have appeared on the simpsons
  10. Rasmus Lerdorf??
  11. But its better to stick to one or the other...
  12. Magnus Hagander??
  13. Im fat Im bald Im famous My middle name is Jay I am a safety inspector
  14. Garry Glitter :)
  15. your using things like mysql_num_rows($db->query('ima n00b')); when you should use $db->num_rows...
  16. Paul Francis Gadd mabey?
  17. Why are you mixing the hardcore php commands with the mccodes class commands if you get me?
  18. Danny696

    Who Am I?

    Ok, whoever gets the correct answer goes next, max of 5 clues, min of 3. I go first:   I like children sitting on my knee I bring joy to these children I am often in WsIrc
  19. Well, finally got around to making this, it may even be free ;) Does exactly what it says on the tin, makes the forum use JS. [progressbar=100]Show forum list, and forums[/progressbar] [progressbar=100]Show Post[/progressbar] [progressbar=100]Reply[/progressbar] [progressbar=15]BbCode[/progressbar] [progressbar=5]Quote[/progressbar] [progressbar=100]Lock & Pin Topics[/progressbar] [progressbar=80]Delete Topics & posts[/progressbar] [progressbar=5]Move[/progressbar] [progressbar=5]Edit[/progressbar] [progressbar=90]Recache[/progressbar]
  20. Every person depends, send me a message for my quote.
  21. There's lots of this to secure, I highly doubt, no, I'm positive that no-one will do a full mccodes security job for free. There are many, and all have failed, one liner security jobs. I for one, can do this at a price. Other people include Equinox, Dave Mac, DjKanna and others. But yeah, you'll have to pay for security.
  22. Find $result = mysql_query("UPDATE `users` SET `money` = '".$newmoney."',`hospital` = '20' WHERE (`userid`=".$ir['userid'].")", $c) or die(mysql_error()); Replace with: $result = mysql_query("UPDATE `users` SET `money` = '".$newmoney."',`hospital` = '20', `hospreason` = 'Lost to ".$attack_person['username']."' WHERE (`userid`=".$ir['userid'].")", $c) or die(mysql_error()); Find $result = mysql_query("UPDATE `users` SET `money` = ".$newmoney.", `hospital` = 10 WHERE (`userid`=".$attack_person['userid'].")", $c) or die(mysql_error()); Replace with: $result = mysql_query("UPDATE `users` SET `money` = ".$newmoney.", `hospital` = 10, `hospreason` = 'Attacked by ". $ir['username'] ."' WHERE (`userid`=".$attack_person['userid'].")", $c) or die(mysql_error());
  23. Use [ php] tags please
  24. I never said otherwise Equinox.
  25. Oh you want free, sorry, but there all rubbish, if you gonna make an McCodes site, invest some money, for a proper domain, a host, mods and a template. If its just for a learning experience, use a LAMP environment
×
×
  • Create New...