Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. Well ill be damned...there is both my games listed and they couldnt even be bothered to do a decent write up. pfft.
  2. All i have to say on this matter is stuHover.js Language: JavaScript Copyright: © 2005-2007 Stu Nicholls. All rights reserved. LOC: 24   and here is the bit you removed from the js ;) /* ================================================================ This copyright notice must be kept untouched in the stylesheet at all times. The original version of this script and the associated (x)html is available at http://www.stunicholls.com/menu/pro_drop_1.html Copyright © 2005-2007 Stu Nicholls. All rights reserved. This script and the associated (x)html may be modified in any way to fit your requirements. =================================================================== */
  3. Id suggest reading areas on this forum about bbcode esp img tags and how they can comprimise security.
  4. You are correct there is something's that you would treat differently. Securing functions Unset Then perhaps a fallback for lesser php version (or just tell them to upgrade) It wont do the work itself your still going to need to apply to the code where required. Putting it in a single file or a class means you can see what functions you have and then call them where required. Coding wise its easier to input the function name than type out the whole function again and again. Depends on the style of the coder.
  5. Blade you couldnt help anyway.
  6. HINT....guess who made it HINT HINT 8o
  7. Would that be a random salt Danny or a pre-set one? Maybe in your version its $salt='nulled';
  8. Its stayed there for longer than I expected lol
  9. Probably Alabama. Depends on how they are using it though. IE with a salt or md5(md5(..... which ive come across before. Once thats determined should be pretty straight forward stuff.
  10. For the encryption search in the free mods. There is details there on how to change the MCodes password encrytion posted by Joshua/ImmortalThug then you will probably need to check the registration code for VB to see what the process there. Usually your looking for MD5 which is the password hash.
  11. Blade you are always asking for help for basic stuff so how you can comment IDK. KDawg. Main prob you will find is that VB has to be paid for so most people wouldnt know the file layout etc. If your gonna get this done then it will have to be by PM etc as you wont be able to post any VB code here. The process as AlabamaHit has outlined is simple your probably overthinking it. My advice would be to see what passord encryption VB uses and change MCodes to use that rather than change VB. But that depends on if you have players already in your game or not.
  12. Id suggest http://www.w3schools.com/PHP/filter_sanitize_string.asp   $var = filter_var($var, FILTER_SANITIZE_STRING, FILTER_FLAG_NO_ENCODE_QUOTES); return $var; used in a private static function.
  13. A wild stab in the dark function add()   perhaps.   Well done Danny
  14. In MC the npc's are basically users (players) that have the user_level set to 0. So essentially you have a user with an inventory,stats etc So npc's could have their own gangs appear in different location and so on. The nuts n bolts is all in there you just need to adjust your attack file, results and bolt on your new additions.
  15. Must be the cider I had at lunch you post made little sense to me!
  16. Explain what your attempting to achieve.
  17. Id say your special Crim...in your own special way! lol
  18. The free mod master is back at work. Welcome back. :D
  19. Sorry Danny your so PHP 5 too :D
  20. Your so PHP 5 :thumbsup:
  21. I see your logic. But not really for mccodes. In order for it to work you would have to implement it through the code and if your doing that just change the code to make sure its checking correctly anyway. Also its my understanding. ctype_digit will return false if its not a number anyway.
  22. Thats correct magic quotes is depreciated from PHP 5.3.0 and removed from PHP 6
  23. They have crons. Doesnt mean that they allow all the crons you need! A lot of hosts will not allow 1minute or 5minute crons to run for example. You can set them but they will not run.
  24. So your the original owner of this mod then? Just checking :D
×
×
  • Create New...