Jump to content
MakeWebGames

Cronus

Members
  • Posts

    986
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Cronus

  1. Re: Bought the ipn_donator mod from cronus, doesn't work and no support need help You sent a hateful message because I didn't respond to you within 1hr of you sending me a message. You were being rude and impatient AND threatened to file paypal charges, for no reason. If you want support you can't throw threats around because you have the patience of a flea. Anyone who files a support ticket gets support, period. If you would have simply waited for me to give a response before throwing around outlandish accusations, this issue could probably be resolved already.
  2. Re: Bought the ipn_donator mod from cronus, doesn't work and no support need help It has worked for every other person except for you. No one else has had this error and thats why I haven't been able to fix it. If you fix it thats awesome, but you have no grounds to blame me for it. This script works for EVERYONE else except you, literally 0 people have had this error you are having.
  3. Re: Bought the ipn_donator mod from cronus, doesn't work and no support need help No support? I'm waiting on YOUR response?!?! Also, there are about 20 people here on ce who have this mod working without error. You cant exactly claim it doesn't work when obviously its something server-side thats causing the error.
  4. I'm just curious, how much bandwidth does everyones games use monthly? If you could post how much you use, and the site, it would be appreciated. I'm looking to get a general idea of how my game compares to others. My game uses 27gb/month according to my plesk stats.
  5. Re: How good CronWerks/Cronus is   Sorry but I have neither the patience nor the ability to test every carrier, especially the ones that aren't offered in my area. I have no way of checking every single persons phone to see if it will work. It works for my users and apparently the users of the people who already bought the mod, as I have only heard good things. So why doesn't everyone stop playing the blame game, and move on.
  6. Re: [TGM] Stat Level [TGM] I plan on remaking it if I can get a copy. I honestly do not have any record of it or know what it does. I think I might have bought the rights to this from someone.
  7. Re: [v2] SMS Messaging System O_O Thats huge lol
  8. Re: random user lol I actually use that query on an assortment of pages. :p It really doesn't take that many resources, as it doesn't ACTUALLY look at every row, just the 1 random one that it pulls. It is the equivalent of pulling the $ir value for the user that is actually playing. But nonetheless, its no big deal, just a wee little query. Not trying to start a huge debate.
  9. Re: random user It only selects 1 user, ie the LIMIT 1. That query will take milliseconds to load. If you want it to just select userid you could i suppose, but since its only pulling 1 result it really won't matter all that much.
  10. Re: random user The script you have there will not work. What if you have 300 members, but a few IDs have been deleted, and your rand() selects a deleted ID? You need this: $blah=mysql_query("SELECT * FROM users ORDER BY RAND() LIMIT 1"); $user=mysql_fetch_array($blah);   Then the attacking line would be: [url='attack.php?ID={$user[']Attack Random User[/url]   However, I don't know why a player would ever agree to attack someone completely random in the game lol. What if they get the #1 guy?
  11. Re: How good CronWerks/Cronus is   It does work, and it DOES say right in the post that it works with most carriers. And it even says that it most likely won't work in the UK. Your complaining that I'm not telling people about something, when I clearly am in the post. Your contradicting yourself and it makes absolutely no sense. If you really want to argue that bad, head over to 4chan or something. My posts are for sales inquiries only, not for people who can't go through a single day without flaming.
  12. Re: How good CronWerks/Cronus is I took what he posted and put it in the main thread and deleted his post so that content wouldn't be duplicated. Simple as that.
  13. Re: What would you do with $100,000,000? Would buy houses, cars, and whatever I saw that I liked, then make some websites that could really turn some heads. =)
  14. Re: How good CronWerks/Cronus is I stand by my statement. I did exactly what you asked and you were still flaming about how I was trying to hide something. Grow up. Also, I do not silence people that complain about mods, I am willing to work with the person to get whatever working, in a support ticket. Simple as that.
  15. Re: [TGM] Stat Level [TGM] If anyone has an old copy of this mod on their pc/flash drive please message me.
  16. Re: Hypothetically speaking Every time the user logged out they would lose all of their information.
  17. Re: secured forums I have added and uploaded this here.
  18. Re: secured forums I will be adding a free advanced forum sometime soon.
  19. Re: How can you get a different Icon for your website? On all the sites I have ever used I just replace the favicon.ico with my own, all browsers know to recognize it, however if you cant see it, it has to do with your pc, not necessarily the icon itself.
  20. Re: How can you get a different Icon for your website? You don't need to add any html to your pages to get the favicon to work, just upload it as favicon.ico in your public_html or httpdocs folder. At first you won't see the change because your cache is used to no favicon, but it will catch up.
  21. Cronus

    New Game Out

    Re: New Game Out   <-------- someone
  22. Re: Ideas/Requests [Free Mod 4 U] Ideas dont pay bills. If they had the idea and think the deal is unfair, they can make the mod themselves? Seems pretty fair considering they are getting what they wanted.... for free. If they want to make the mod and sell it themselves it seems like that would be okay too.
  23. Re: Stupid Idiots He does some awesome work though.
  24. Re: Help with auto ipn   Mark another flame up for Miss Crazy T.
  25. Re: Help with auto ipn   Once again, do you really need to post your flaming? Can't you just move on and go code or something?
×
×
  • Create New...