Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,142
  • Joined

  • Last visited

  • Days Won

    148

Everything posted by Magictallguy

  1. To what does the URL change when you attempt to click on a link within your city?
  2. Relatively certain his statement was directed to me - similar sentiment from me though
  3. Lol @ you @Sim Not only the wrong word for the intended meaning, but a word from Old and Middle English; suggesting it's simply not in use anymore. That's the trouble with using older language - contexts are different. How about stop being a young me and drop the attitude; it ain't gonna help you in this world
  4. Easy way to check. Does /inc/updates.php exist? If not, it's v1
  5. Then you're likely running gRPG v2. You'll be happy to know we have an active community 🙂
  6. Downloaded freely, or through @AdamHull?
  7. Sadly, no such feature exists in stock gRPG v2 (I'll be sure to add it! Though I can't currently provide an ETA) There are many developers available for hire here who, I'm sure, would be willing to throw some code your way
  8. Within your website files, there should be a file named error_log.
  9. Hi, welcome to MakeWebGames! Without any further information concerning your issue, we can only take guesses as to its cause. Is there an error log available?
  10. To add on to SRB's statement; in some setups, it may be necessary to parse the JSON string into an object before JS will let you use it as such. let scavengeData = JSON.parse(data); alert(scavengeData[0].amount);
  11. Ah, they use cPanel. Also, welcome to the forum. I'll message you directly and prevent derailing your intro thread 🙂
  12. "Scheduled Jobs"? Are you running on Plesk?
  13. If I'm reading that right, you should be able to access the `amount` key (presumably repurposed to a context of "days" if applicable) like a standard array. data[0].amount Edit; which I see you've tried. In what format is `data`? Is it a JSON string, or something else?
  14. Your setTimeout call. If memory serves correctly, you don't need to add the parenthesis for the callable function setTimeout('showScavageResults', 1000);
  15. Debugging is too old skool! Dubuging shall rise!
  16. "dubuging" is my favourite developer's pasttime
  17. Ya know; if you used the code tags built into the forum, you'd see your markup was broken.
  18. I remember experiencing this issue before in multiple other engines and almost every case came down to sessions. There was one or two cases where a token was being set before it was processed (invalidating the expected key before we could touch it) - check for duplicate calls to MCCv2's CSRF token generation function
  19. I work for a small number of sites on the same host and have not experienced this issue. Check your session handling
  20. Magictallguy

    jQuery

  21. Magictallguy

    jQuery

    ID DON'T NEED #! AAAAAAAAAA
  22. Magictallguy

    jQuery

    Put id="php__container" back into the div from which you removed it. Change the <a> tag id attributes - they don't need an octothorpe and they must be unique
  23. Magictallguy

    jQuery

    Restore the php__container ID to that div and alter your anchor IDs
  24. The .com was unavailable at the time
  25. Which kinda negates the point of a database.
×
×
  • Create New...