Jump to content
MakeWebGames

Danny696

Members
  • Posts

    2,632
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Danny696

  1. Nice mod snikz
  2. Hmm, try something like a log user, see what the add to the URL e.g forum/crystal hack both use urls. Thats probabbly your best bet i think.
  3. True, but the functions you use e.g $.post have been in most jQuery versions, so they will have fixed and prefected it.
  4.   Damm, i wish i asked you to do my layout, the person i asked is just taking the P*SS and i already paid him for the layout. Your designs look really decent! Why would you pay someone before them even making the file :/
  5. I was wondering why they were using an old version of something. Like this forum, if theres an update, they'll use it. they dont want the old one, theres will be a problem with thatm thats why it was upgraded :)
  6. Still, why not jQuery 1.4 :/
  7. $IP = $_SERVER['REMOTE_ADDR']; $IP=addslashes($IP); $IP=mysql_real_escape_string($IP); $IP=strip_tags($IP); LOL!
  8. Hm, how are you access the page, would it be like this; http://www.domain.com/page.php?cmd=delete
  9. erm mabey im blind, but doent $db allready do the or die(mysql_error());
  10. Face it drizzle, your getting busted here, may aswell code it
  11. Who would really use a spammer on a forum, PMs would be better -.-
  12. LMAO!
  13. use [.php] tags, without the .
  14. Im sure CB/DB will be happy to give you them :)
  15. its Magictalguy, its Pudda, and its Djkanna ;)
  16. because its an int not a string Use these SQLS: ALTER TABLE `items` ADD ( `boots` int(11) NOT NULL default 0, `helmet` int(11) NOT NULL default 0, `breastplate` int(11) NOT NULL default 0, `leggings` int(11) NOT NULL default 0, `gloves` int(11) NOT NULL default 0 );
  17. IPv4 is runing out, thats quite a big concern -.-
  18. SQL: ALTER TABLE `items` ADD ( `boots` int(11) NOT NULL default '0', `helmet` int(11) NOT NULL default '0', `breastplate` int(11) NOT NULL default '0', `leggings` int(11) NOT NULL default '0', `gloves` int(11) NOT NULL default '0' );
  19. Thanks :D and good mod david :)
  20. Ok, i know one feature, IPv6 ;)
  21. whats to say all we really know it there making a new copy of mcc (v3) and its coming soon as it gets near to completion they will tell us So there making a V3 discussion board, yet not making a V3 :P
  22. But ill admit it when i get it wrong -.-
  23. So stop thinking your mint, and get down from your high horse
  24. not really, it was an host mistake. i thought he did __FILE__ -.-
  25. My bad, sorry xD
×
×
  • Create New...