Jump to content
MakeWebGames

KyleMassacre

Members
  • Posts

    2,921
  • Joined

  • Last visited

  • Days Won

    48

Everything posted by KyleMassacre

  1. You can maybe look at this use it. Post made by Alix Axel and then just add that to your list of attachment. After you send the file just unlink() it like sniko stated and you should be good to go
  2. You may have a file that is a bandwidth hog or a file with a bad loop. There are tons of reasons why your site can be going slow though. So I would talk to your hosts tech support and see what they say
  3. You can search around the interwebs and look for stock images
  4. If it's going super slow I don't think that your storage would play that big of an impact. If you use chrome and open the developer tools there is a tab there that shows some of your loading speeds for the files required to display on that page. You can look there and see if anything is taking too long to respond and go from there
  5. That's a bit pricey for my liking tbh. A lot of people I know use digital ocean and swear by it and I myself use interserver and haven't had any issues but I am thinking about making the switch to digital ocean myself in the future
  6. Because that method doesn't exist. Try using fetch_row() :p
  7. KyleMassacre

    Spam PM's

    Lol sticky anyone? i get tons of spam on my skype mostly but usually it's "girls wanting to chat"
  8. Ugh damn you autocorrect it always does that
  9. I don't want to undermine you Guest but your code is a tad. It dated :p j/k But melduk you may want to convert you queries over the the $db class that has been provided for you by the engine and the reason being that if/when your host now or future host decides they wish to update your PHP version to a version that doesn't support the mysql extension you can avoid downtime just by switching your class files in your config.php to use the mysqli extension. As as for the actual code I haven't tested it myself but Guest does have a pretty decent track record with providing untested code with close to 0 errors. And thanks for the share Guest!
  10. Go through and fix all your errors you have. Your forums is riddled with them
  11. Dont post a new thread please
  12. it looks almost the same except you added some placeholders and moved the title around
  13. well i wouldnt post up sub-par stuff "trying to show what you can do" that gets you nowhere. You should post up your greatest hits and you would get better feedback
  14. @Script: No this is a different one @OP: This does show that it was only 10 min worth of work. If you spend a bit more time on it you may have something there
  15. Lol clever but no
  16. Try putting that in your paypal ipn file
  17. I have never even touched the PDO lib/API so I never really looked into it very much but they way you are describing it makes sense to me and should make sense to a lot of people so all I have to say is very nice share. And maybe this will help people get away from the deprecated MYSQL extension
  18. Nice one. It I see a few things: for your email check you are using strict comparison operators which is case sensitive and believe the actual outputs are TRUE:FALSE so you don't need to be strict. Also for the same little snippets you know that they have filter_input since you are filtering an actual input: filter_input(INPUT_POST,"email",FILTER_VALIDATE_EMAIL) And yes they do pretty much the same thing in reality but still :p
  19. Yep this is the downside to handing over your files to people is that they have access to them encrypted or not.
  20. I vote Yes. When I develop a module I try and steer away from using crone and use timestamps. I feel it's just better to perform transactions incrementally and doing only what needs to be done instead of for example when 00:00:00 hits I run 1 min cron, 5 min cron, 1 hour cron, and 1 day cron. I think crons from the cron tab should be used mainly for large transaction like generating reports, backups, etc
  21. I think it would be better if he came here and sold it. Because we don't actually know if you have the right to sell it on his behalf. Im im going to lock this thread and when the owner comes to sell it I'll unlock it or maybe if you ask another staff member nicely they may do it for you :p
  22. You can add something that pings your site like curl or fsockopen etc. the problem with that is, is that they can be removed unless you encode it with something that's hard to be decoded
  23. I believe it costs $TBD. :p
  24. Thats more 'like it. Im just a bit worried that $500 may not be enough to cover it since a lot of the people here do have jobs, and families so a lot of the time you are paying for their free time. The layout alone is approx $100-200 and thats sliced and coded, and if you want an engine that can do a lot of the stuff for you (I would suggest NWE) then that is $100 which puts you up to $200-$300 Here is why I (if I were you) would think about NWE:   It has Login/Register There is an attack system but its not really built that way but its pretty modular so that can be changed Profiles though they can be spruced up a bit There is a module that allows players to buy things in game which you can add anything in there And it has a staff panel which has the ability to edit pretty much anything in the game from files to the database So this really only leaves you with a few things that need to be created or edited. So good luck with your venture. Im sure that are several people here that you can possibly go to and get these things done.
  25. Hello and welcome to MWG. Can you provide some things that you may be looking for in your game? It would be nice to get a bit more details this way you can get accurate quotes on the job. And do you have a budget or a range that you want/would like to stay within?
×
×
  • Create New...