Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. Scroll down the code until you reach the actual fight bit. Before it runs the query inserting the loser into the hospital add in the options for mug/leave or continue to place them in the hospital
  2. Sorry but this is rubbish and always has been rubbish. Really... dont use it. Password kept as plain text. Posted without security.
  3. Congrats to both. Does this mean Paul will be giving his engine away gratis to the community 8o Crim engine lite lol
  4. Dont worry about the OP's permission. Wasnt his code to begin with its taken from GRPG. This is a one click attack code. Mc2 already comes with an attack with those options.
  5. Hmm just updated. Whilst I like the look and feel of it.
  6. Clipboard data. Last time I searched it has been stopped on nearly all browsers and a work around was to place the data into flash and then use it from there. I hate flash so was not prepared to go down that route.
  7. Whilst I like the look and performance IE 9 has removed a feature which I utilized in my day to day business that no other browser could do. I was probably exploiting a flaw in previous versions of IE but alas it meant we could not work as quickly processing orders (this is not a game related business). Therefore I rolled back to IE8. You think the install is painful....try the roll back :wacko:
  8. Well one allows fractions and the other one does not and one can flag in other options whilst the other one does not. Its a logical method of working with a slight touch of overkill in this instance.
  9. Ive spent the entire day ringing this mod on php 5.3.5 without any errors or bugs.
  10. It is working very well. I have already configured further gateways to match my game which was easy to add due to the modular gateway system.
  11. rulerofzu

    PHP Emails

    Usually most email programs and free mail websites will junk if it does not have: A Subject Line. Return Email Address that can be checked by MX or other method. If your on shared hosting this can be a problem as the return address in the header which is checked by the receivers spam filter will be whatever is set in php.ini So make sure if your using PHP mail to set the from email address in your code. From is a requirement for mail to be sent so use your own email address. Alternatively you can relay the php mail to a valid email service and have it sent that way. Therefore the mx checking is done to their email not yours and all checks out.
  12. Whilst I looooves you Illusions for all the free mods and ideas I would have to concur $30 would be the most I would pay for this.
  13. Lockdown...its php , jquery and mysql. Not exactly restricted to McCodes is it. Very nice code.
  14. But in the mean time you would accept a higher offer. I find that distasteful. Good luck to the new owner if there actually is one.
  15. What so your now saying you have someone who will buy it for the take it $350 but are now trying to get a better offer?
  16. Licence fee is a requirement obviously. Layout was done at your expense to make your game attractive in your opinion. Is that really something that should be passed on to a buyer? I dont agree and I would expect any serious buyer to wish to change the layout anyway and make it their own game. Comet chat you cannot resell so has to be included. You previously stated that it had not earned much so active donating members...not much.
  17. Ill be suprised if you sell it for the price your asking. A game with little income is worth the bare minimum which would be licence and domain fee.
  18. *notes down Berties price per hour range. Now if only I can book his free time to code for me 8o I think the forum is blessed to have people like Alain who code in a variety of languages.
  19. Giving a demo would mean that the person selling the mod is working with that particular engine. I think thats important.
  20. Impose a min number of posts required in the free mod section before anyone can post into the paid mod section and clearly state in the posting rules for the paid mod section that a demo must be provided or the post will be removed.
  21. Well this is exactly why it was not worth what you asked for it. The whole thing would be better as a staff file using the sglobals and perhaps using the define method used in 2.0.3 or another securing method. user_level = 7 // ok you have changed the number but no explanation to those who wish to use the mod. reduce the whole code by 14 lines by combining your sql query $q=$db->query('UPDATE users SET brave=maxbrave,will=maxwill,hp=maxhp........ etc No need for single lines. Points towards you have no real understanding of PHP and just cut and pasted the code from the cron_day.php file
  22. Or cut n paste the free code and remove the indents if your that bothered and cant sleep lol select userid,username,location,money,jail,hospital would be much better than select * Well done. Nice simple I would add lots more to it but depends on your game!
  23. Lol another game bites the dust......come play the game in the ad ;)
  24. As DJK stated parse the bbcode which your not doing.
  25. Very true General but you pay too much for your accountant :D
×
×
  • Create New...