Jump to content
MakeWebGames

rulerofzu

Members
  • Posts

    2,464
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by rulerofzu

  1. So what about free or paid vpn services then. Flash wont stop that. Proxy isnt the only way to make multi accounts. In fact proxy is probably the worst way to do it. If your that bothered about multi's log essential activity on your game. IE cash transfers, crystals transfers, item transfers. Most players who play a game will report activity anyway as they think it sucks just as much as you do.
  2. I would like to know if we can rely on your google searches. What history of googlin do you have? Are you secure in your googlin or do you cut n paste :P
  3. Ok a lock option on the mail that needs to be saved and delete the rest. I dont think your inbox is full you cannot get any more mail is a good idea. But each to their own games differ as do the players. I know my players would be very pissed if they had to go away for x amount of time and came back to find nobody was able to send them a msg.
  4. Why? It would be better practise to delete mails after xx amount of days which would keep the database in better shape.
  5. I would suggest anyone that wishes clarification on the status of this script try contacting [email protected] Who is the holder of the copyright for the engine.
  6. See this line while($r=$db->fetch_row($q))   where is the query $q?
  7. Who makes a game thats not going to profit?? 8| I think what George is trying to say is be careful what you use. Rights can be reserved and no reproduction without consent means just that...no reproduction. Now lets see some goddam good templates 8o
  8. If your going to ask for help with your code at least post all of the code.
  9. Good effort ive seen worse.
  10. Been done before. Has been suggested to be done on more than one occassion.
  11. Left and Right joins are simple. Quite often abused as normal queries are though. SELECT * FROM SELECT u.*,i.* FROM users u LEFT JOIN i inventory ON u.userid=i.inv_userid There is a lot of the left join example above in mcc Much better to be selective SELECT u.userid,i.inv_userid
  12. EH? PHPmyAdmin create table specify the amount of fields you want and then fill out the details on the next screen. If you change your mind on any fields simply alter them or delete them or add more fields as required. Is that what you mean?
  13. Im with Equinox thats not nice. I have used that chat on a different game a year or so ago. Couldnt stand it nor could many others and the game chat was empty most of the time.
  14. Nice work on the advanced version DjK   :thumbsup:
  15. Here ya go... mccodes v3 in 3d lmao impressive heh!
  16. The link from that script to comet chat looks like a better option. Not looked at the code though as again its a paid for script.
  17. Still doesnt get you past that your using raven which is illegal. So when you open your game mccodes will ask for it to be closed unless you purchase a valid licence from mccodes.com Id suggest if you paid for raven script reverse the transaction with paypal.
  18. How by any stretch of the imagination is this going to lighten the load on a server when your running a query every second?
  19. No its a paid for chat This chat script can be used for free under GPL-style license for non-commercial purposes. For commercial purposes, please purchase a license.   I assume you have a area on your game which accepts donations/payments? If so then its a commercial game.
  20. Congrats you waited a mere 10 mins before resorting to caps as nobody had yet replied. http://www.mysql.com http://www.google.com This is basic mysql.
  21. I dont see what big scripts would need this and If you ever come across one that does don't use it.
  22. Think of the noobs DJK think of the poor helpless noobs :D But yeah recaptcha does suck. I can hardly read what it says half the time.
  23. This modification has been removed for the following reasons.   Lack of support from the owners of the forum, mccodes staff, for their own engine. Linking from their own website to this modification without permission. Non release of patches for bugs and security flaws in ALL versions of McCodes despite the staff being informed of such.
  24. Well that's a shame. Personally if bertie offered to help me id snap it up. You should never ever refuse good/expert help.
  25. Good points from both Jordan and Illusions. However I must say that. They have asked for feedback. Feedback has been given and then....nothing. For example. Recent thread where it was asked for suggestions on v3. It was suggested they post what features are there already which makes perfect sense. No reply.
×
×
  • Create New...