Jump to content
MakeWebGames

KyleMassacre

Members
  • Posts

    2,921
  • Joined

  • Last visited

  • Days Won

    48

Everything posted by KyleMassacre

  1. What errors are you getting exactly
  2. Is it shared reseller, vps, or dedi?
  3. Well I would be more than willing but i know nothing about node or python so i guess i wouldnt be much help but i can help you with the ropes of the engine if need be
  4. sniko posted a little something about making an ajax chat and you can see it Here
  5. I believe Cronus has one for sale on the mccodes market place if no one wants to make It for free
  6. what exactly are you looking for here?
  7. Well, give us a list of what you have tried and maybe talk about what wasnt fit for the job. Bottom line it really isnt what we think its what you think. Everyone has their own opinions on what they would recommend.
  8. Hmmm. Well I will be honest here, I won't be able to do all of it so maybe the other guys can. Ajax is not my thing at all but clan modules I'm pretty sure I can tackle and I'm not too sure on what you mean by timed spells/bufs? Sounds like just some user variables etc. If you would like a quote from me pm me with a bit more details and all my consultations are free. And I also don't mind giving ideas on how maybe a certain thing is done.
  9. Well you don't have to involve certain people that you don't wish but maybe you can give some details on what you are looking for. You don't have to go indepth but a little something can't hurt either. who knows you may get a better price for one particular module from one person than the last
  10. I think I personally would disagree. Especially with my knowledge of programming I try to optimize where I can because some of my stuff may not be written in the best manner. But I'm willing to shave a few thousandths of a second of my query times when I can. And I don't see the problem with not using the * in your queries unless you actually plan on using the entire table. I'm just trying to think of the long run here because as you add to your programming your adding more queries within fractions of a second with each other. Now if you take a look at 99% of the people's databases here what do you see? userid int (11), userlevel int (11) money, bankmoney, crystals *int (11+). So a lot of peoples db structure IMHO are already using far too much resources than what is actually needed. Is there going to be 2.1 billion users? Probably not, unless someone spammed your reg for a few hours. How about the same about of userlevels? To me sounds like too many Chiefs and not enough Indians. See this is why I prefer to optimize as you go. most people here aren't making the next fb or twitter but still.
  11. also another way to optimize your query along with what alan is saying is remove the * from your queries. It looks like you are only using a couple columns from your buildings table so just grab those. It may not be much difference but if you go through ALL of them and use what you need then it all adds up in the long run especially on your minute crons, and globals. I mean with this example you stated your looking at like ~ .00001 difference in speed but plan for the long run
  12. Thank you Alain for that, and thank you for the acceptance of the module. I just realized after looking over the help file I failed to add the usage for the script but its quite easy. All you do is give the site your URL like http://yourdomain.tld/modules/voting/incentive.php It is important that you do not give them the path including index.php And I plan to bump the price to $3 but since today is my birthday :o I'll leave it at $1 till Monday morning so if you plan on getting it, I would do so now while its cheap Thanks for the support
  13. Yeah id say its pretty popular. Especially if you need something quick and a bit flashy
  14. Thanks script, I have been wanting to update that in for a while now and was trying to figure out the best way to do it. Plus with my topsite I figure it might just be a nice little plug for it. And I was also tired of back when I ran a game I had a hybrid version of cronus' voting mod and some other stuff that I drew up that had its own file for each topsite to send the request to and I know a few other incentive voting modules are the same way.
  15. Hello MWG and NWE users, I could have swore I made a thread for my voting system when I originally created it but I can't seem to find it right now. Anyways I just pushed for an update to 1.0.2 and if all goes well you can get the new system. I just wanted to talk with you about some of the changes that were made which can also be found in the change log I included as well with some help for it.   Now Incentive Single page for all sites This should accept POST & GET request methods [*]Added some new columns [*]Enable/Disable voting sites [*]Cheater notification Currently if someone tries to vote on a disabled site it will send the Owner a message of the player and the site they tried voting on   This module may be a bit more intense on creating a new site listing just because some sites may require a specific parameter to be passed like a query string for the users id in the url for them to know that this is an incentive vote, now I'm pretty certain I covered it through my testing. If you don't add the key name in the database it just defaults to userid so its not mandatory for you to add it unless the top site requires it. There is the option to have the site listed as an incentive providing site or not. If its not an incentive providing site then it just goes through a page and redirects to the topsite and credits them before they are redirected otherwise it just goes to the url you provided instantly. Like always, questions/comments/concerns are always welcome and ill do my best to handle all of them.
  16. A little harsh there buddy? I didnt expect a comment like that from you illusions I dont think they are bad And I think this is just fueling the fire Krew. Pay no attention to negative comments
  17. I didn't see any spam :p It appears that no one is really making mods anymore or if they are they are not uploading to mccodemods which is a shame.
  18. Very nice but ill have to say Booooo because that looks like a job for the devil himself :p Stupid collection companies
  19. I think what Bert is saying is that you can make the same system you want from the quests. And I believe you can do achievements along side the quests at the same time kind of like over lapping them.
  20. much better than your previous ones good job
  21. I think sand paper is too much. I think if you go with like a marble or some other natural stone look that may be just perfect
  22. I think if the content area and menu area had some textures, it would be like 10× better
  23. So let me get this straight, you don't want to be able to control every aspect of your game? To me that mafia creator is a dumb idea, you can't add your own spin to it at all. What happens when you want a feature that they dont offer? You just have to deal with it or what? NWE may not have everything you need to get a game up amd running out of the box but it gives you a start and you just have to put your mind to it and make stuff up for it as you go. I guess if you have no knowledge of programming then something like that would be right for you or if you wanted to learn you can pick up a free copy of NWE and let er rip and see what you come up with
  24. Well It is common courtesy to not advertise your game on other sites even if it is your players. What you can do is just let them know that its not very professional to do so. I know its impossible to stop them entirely because you will get those few that don't care. I'm sure you wouldn't like if some of my players stopped by and started spamming your game with my game url. Its also better for you not to allow it because if your using deprecated functions like ereg*() chances are your game isn't as secure as you would need it to be. Take it from experience, I had game owners come and try and hack me because I had a player spam my link in their game instead of talking with me about it. So it can hurt you more than help you. I can't tell you how to run your game but whatever actions you do take in this situation can change your game in a good or bad way. I don't want to talk crap on your boy adam that you speak of but if he was a "Professional Web Developer" then he would know you shouldn't use ereg*() on PHP >= 5.
  25. Maybe I haven't been paying attention but I haven't seen a module reference player by name instead of player id or am I blind or not understanding?
×
×
  • Create New...