Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by TomParad0x

  1. T

    [PHP] mysql_num_rows error

    Thanks, I am not doubting her experience, there may be an issue and I have not seen it - but I would like to see if it affects anything I do. While I do not have 30 years, I have been doing PHP for a little while. yea, I used to not use `, then I used a keyword in the query... Iit took me a...
  2. T

    [PHP] mysql_num_rows error

    Re: I need some help. :D I have never had a problem using empty(), any chance you can find out what issues it has, so I may test it and see? Edit: Issues and PHP version range that it effects, if you can. Thanks.
  3. T

    [PHP] salt? crypt? md5? howto :-)

    It's actually hashing, not really encryption as far as I know. I would recommend using sha1 or something along those lines, also I would recommend using 2 salts (My version of a salt is a randomly generated string of x length.). I actually do something to the salts, in the code while its...
  4. T

    [PHP] mysql_num_rows error

    Re: I need some help. :D Only thing I can think of off the top of my head with what I see is: Make sure the Query is correct, make sure the table name / column names are correct and not typed wrong, and make sure $activation is not something that would break the query. Also, I think empty()...
  5. T

    [PHP] salt? crypt? md5? howto :-)

    Wow, if thats not an extremely self centered and ignorant post I don't know what is... I would suggest learning how to use php.net to your advantage, its a very useful resource for just about any PHP dev.
  6. T

    Star Wars Galaxies?

    I heard it used to be good (Back when I played the trial), but then one of the "recent" changes they did to it made it suck. Recent being a while ago. Besides, I play too much EVE-Online atm anyway.
  7. T

    Lets pay our dues to mental here.

    I agree, this is a bad april fools joke...
  8. T

    Lets pay our dues to mental here.

    Please show me a news article showing me he did... I don't know them personally, so I can't say if they would joke about it or not - I am just reading this over the internet after all. I have seen it done before. If he did, then I pay my respect, but if not this is just really bad joke. Oh...
  9. T

    Lets pay our dues to mental here.

    As will I. Not to sound like an inconsiderate butt if this is real, but if its not this is most likely the worst and dumbest april fools joke you could do.
  10. T

    Log in & Control Panel Script

    This is not a request section, people are not going to do the work for you. On top of that you did not even provide a language, what it's supposed to do / etc. Edit: If you wish to do this in PHP, and wish to learn PHP to do it, I would be more than happy to help - but I wont hold your hand...
  11. T

    [PHP] Register page..

    Personally, I would write that like: <?php $MySQL_Host = 'localhost'; // Server host $MySQL_DbPort = '3306'; // Default MySQL Port $MySQL_DbUser = 'root'; // DB Username $MySQL_DbPass = 'root'; // DB Password $MySQL_DbName = 'ao'; // Database Name $DBG = false; // Debug. $Con =...
  12. T

    [Website] Preview WoWps website

    Looks to me like you did not do all that much to CutePHP if anything at all... Also, ad block element hider > those annoying voting boxes. Ad block ftw. If I want to vote ill go vote, I hate those damn things spammed in your face on private server sites now.
  13. T

    [php] Automatic mysql_real_escape_string?

    No problem, happy to help.
  14. T

    [php] Automatic mysql_real_escape_string?

    I'm not 100% sure of your question, but if you have magic_quotes_gpc on it will auto escape that stuff, basically like running addslashes on it. To see if its that, you can do get_magic_quotes_gpc() (Will return a true / false, true if its enabled false if its not).
  15. T

    Nother smudge sig

    Havnt made one yet :p Ill post a few after I have made them.
Back
Top