Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. The Lloyds TSB old method but from the users password rather than a generated set of letters , numbers. The annoying end user experience for any type is that it slows down what they are doing. If its directed personally at them then it should be quicker for them to remember and input.
  2. Your looking at PHP integers there bineye http://php.net/manual/en/language.types.integer.php See the reference to 32bit and 64bit Having not used 32bit for awhile now then IDK would changing the mysql table to bigint go over 2147483647 probably not. Its a limit of the OS and software.
  3. bineye is correct you need to increase the value in the database. http://dev.mysql.com/doc/refman/5.0/en/numeric-type-overview.html
  4. Well that would depend on the modifications and how you work. If you have edited the base code then surely you will have put in markers so that you know where your modification starts and ends. In which case easy to spot and easy to merge into the 2.0.3 code. I wont be doing it......ruler of zu goes waaaaaaay beyond the mc2.x code. Its only handy if you have modified the base code.
  5. File comparison Paul. Select the two folders to compare. It will list all the files that match and when you open a file it will open them both highlighting differences in the code. You can then double click on the highlighted areas, cut and paste or mass copy.
  6. Its a vast improvement over the previous versions thats for sure. I would have liked to have seen the css out of the header and in a css file. Captcha still sucks! That tresde on the roulette and other places is not 100% foolproof.
  7. winmerge compare your 2.0.2c code with the 2.0.3 and merge any modifications.
  8. Why you looking for the easy route? If your using mc2 then wait for the next release 2.0.3. If you have modified code in mc2 then use winmerge or a similiar code comparison checker and then merge in your modifications into 2.0.3 which will leave you with a more secure game code.
  9. This is a cron so not something being used by a player. Therefore where would it get a userid from? which is your error. There is no user. So you either need to grab all the users involved so it has ID's.
  10. I believe this $var code is one of those put this in your header and it will secure your site loada bollox! Remove it and yes you will find stuff now works as its a false sense of security that does more damage than good. Secure your code. If using mc2 then wait for 2.0.3 as its starting to look promising as a base foundation.
  11. round up round down....like you have found out. But you should take the previous advice and check your mysql fields and check what your doing and be consistant
  12. I would suggest you go away work on it and then come back....but $80 as mentioned is way to high for how it is at present. To be honest Dayo's free ajax chat is better than this and comet chat 8o
  13. There is only two that I know of. Paid mod by Cronus Paid mod by Paul <--- preferred
  14. As for the error....must be something else as the default 2.0.2c preferences file is only 200 lines long. Added anything else to make it error at line 215?
  15. Paul thats the default 2.0.2c preferences file.
  16. looks ok now....wasnt when I tried.
  17. So thats why the two storage options available had the ID of $
  18. upgrade storage is bugged. firing an employee event doesnt show the person you fired hard to test everything else as there is no content.
  19. Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/ucgeo0/public_html/V2/company.php on line 6 Not the best start is it!
  20. I do not believe there is one in mc 2.0.2
  21. item_add function works fine. If its breaking your page then its how your using it.
  22. Ah right so you cannot be bothered to read and wish someone to do the work for you. Prepared to pay for it then?
  23. http://makewebgames.io/index.php?form=Search&searchID=133858&highlight=donator
  24. Use the search function this has been covered more than once.
  25. Optimize that code there Lilith!!! select * <--- select everything? why?? select laston :thumbup:
×
×
  • Create New...