Jump to content
MakeWebGames

Dominion

Members
  • Posts

    2,447
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Dominion

  1. I think money grab is harsh. If they get their documentation, and others stuff in it (how it install mods, whats changed etc...) it has great potential. Just needed a little more work by the sounds of it.
  2. It sounds like he was unsure of how to add 3rd party mods (since one of it's selling points was “compatible with all current mccodes mods”) and they simply told him it was his own knowledge of the engine that made it difficult. Suggestion for mccodes : add a tutorial to show people how to do it... As for what shad said... no offense but it should work out of box since mccodes own sites says - @ original poster – all the errors pointed out there (and more) were pointed out here - http://makewebgames.io/showthread.php/38994-MCCode-engine-Redux – and they still went ahead and released it without fixing the bugs. Kind of disappointing in my opinion. File a support ticket... if that fails post each problem and people should help. @ comments on 2.03 – there are still small issues, but I guess nothing in it that amounts to massive threats just inconveniences when the pages don't work the way you would want them to.
  3. No one is going to hack someones source for you. It's a site based off mccodes v1, and done up by http://makewebgames.io/member.php/53506-Floydian so maybe mail them? Do a whois on the domain?
  4. If it's running without the if() your code was wrong... I would keep some kind of protection like that in the file. Just now you know the problem you can fix it.
  5. Email the owners and ask?
  6. remove the if that check the $_GET['code'] part of the cron, and run it. if it runs then your code is wrong. If not you will at least get to see the error.
  7. If your running them fine would you not be using the same code you used when you set them up?
  8. You could always be nice, and fix it for him ;) if it was your first ever mod... i have seen a lot worse.
  9. Try, and run the cron files yourself, and post any errors.
  10. You could just attach the file to your post...
  11. first off this is not an mccodes based mod... it can be for any website so this is in the wrong section. secondly you have posted a very similer thread twice when there is no need (http://makewebgames.io/showthread.php/39488-Free-graphics!!!)
  12. Please don't double post. Editing the last post would have been fine.
  13. There are better ones in the free mods section of this site. Use the search bar.
  14. Good tutorials ignore “Common Sense” ;)
  15. You did not spend four hours looking... you spent two hours asking people to fix it.
  16. Check if your host limits the minimum amount of time a cron can run for, some limit it to 15 mins or lower (as in don't allow 14 mins or below). If there’s an error post it.
  17. I assume he means people are mailing noobs, helping them to gain friends. When they never come back... it just artificially boosts friend counts. Suggestion: Don't count friends with no days, but store them for if they donate again... Would take a little editing, but nothing to hard.
  18. Fair enough many feel that about using css rather than things like that. As I said nice mod. :)
  19. Dominion

    Domain

    That's not entirely true. If I can't find a site again I type it into google. Saying that .net is still fine.
  20. If you're doing what I just described for a basic game... you're also over thinking it. :p
  21. Not a bad mod by the looks of it thanks for contributing. Just some small things after a quick scan - 1) why do a query for the userdata? You already have $ir with everything in. 2) Some deprecated html in there e.g. <center> 3) you abs( (int)) numbers that come from rand(). There is no point as it's always going to be a number, and no user input seems to be able to manipulate it here. 4) I would suggest since you have the query there anyway, and nothing linking it to the user table indefinitely why not give it its own table? Called once, on one page but it's increasing your larger user query.
  22. Hangman is only made complex as people try, and over think it by using a database to store the words, and a request to call a page, and grab it (if that makes sense). People get themselves lost in over thinking.
  23. Look at what i have said. -.-
  24. Most people miss it. Anyway... I don't know if there are others. You would need to look, however Feel free to ask for help on it.
×
×
  • Create New...