Jump to content
MakeWebGames

cgrimes985

Members
  • Posts

    14
  • Joined

  • Last visited

  • Days Won

    1

cgrimes985 last won the day on March 10 2022

cgrimes985 had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

cgrimes985's Achievements

Apprentice

Apprentice (3/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

  1. sent in a private message Thank you kindly for your help Uridium. What you had me do fixed the issue and it is working. Again, i thank you. Crystal
  2. so when i look in valid8.php i dont see anything mentioning captcha_700 ? am i misunderstanding something? i see these lines that contain "captcha" $_SESSION['captcha']="".$right.""; $bg="".mt_rand(5000,9999)."9"; print "<center><h3>User Validation</h3><hr /> <br/>Please enter the 5 digit number shown in the picture below<br/> If you can't make out the numbers, hit refresh to get a new picture.<br/> <img src='valid8/captcha_".$vtime.".php?bgcolor=$bg' /><br/>
  3. criminal-nations.com
  4. when i right click on the image and select open in new tab i get this: 404 Not Found The requested URL /valid8/captcha_1800.php?bgcolor=70039 was not found on this server. The file has either been moved or deleted, or you entered the wrong URL or document name. Look at the URL. If a word looks misspelled, then correct it and try it again. If you clicked a link on the site that brought you here, please report the broken link to admin. Return to: XXXXXXXXX the host company said something about the file not being created?: This is from the hosting company: "Alright, so after reading over the ticket notes, and taking the time to understand what's going on here, I believe that our main issue is that the captcha_XXXX.php files simply aren't being generated as they should be. Now I'm not a developer, and I want to make that crystal clear up front, however from what I'm seeing in how this site works, it seems that this cron job is supposed to make a curl request (with a specific code) every 15 minutes that's then supposed to generate a new file called captcha_XXXX.php (based on the current time): I did check the permissions and ownerships on the relevant files as mentioned from the last messages you included (since it seems that was the problem before), however those all look fine, and this doesn't appear to be a file permissions or ownership issue this time around. you'll need to consult your developer to figure out why those captcha_XXXX.php files aren't being generated, as troubleshooting code falls outside the scope of what we're able to support. Again, thanks in advance.
  5. I'm having an issue with captcha images not showing, after a move from one server to another with the same hosting company, and the hosting company is saying i need a developer to look at the code. Last time I had this issue it ended up being a permissions issue, but the host company is saying they checked and it is not the problem this time. Willing to pay for services. Thanks in advance
  6. we had something more in mind like this one http://makewebgames.io/showthread.php/34997 but i have not had any success trying to reach Josh. Thanks again in advance.
  7. Is anyone willing to sell me a mod for quests for V2? I've tried contacting a few from older posts, but I have not gotten any response. Thanks in advance.
  8. Re: [mccode v2] Gym i was trying to o something similar with a *2 in a donator gym, and it looks like all you changed was a *4... can you explain to me the math behind that? also i removed the lines: $sql = sprintf("SELECT energy, will FROM users WHERE (userid = %u)", $userid); $rs = $db->query($sql); $info = $db->fetch_row($rs); since $info is never used and this information is pulled in the primary query.
  9. Re: Looking for a Referal Mod ... offering to pay for this mod?
  10. Re: Crystal / Bank Transfer Bug. did you ever find a solution for this? i know it's possible but i can't seem to find any specifics on how it's done. There are games that don't allow more than one window open (tab or browser or computer) which would be ideal. I can limit the number of pages per second, but 1 page per second can be a pain in some places. Please let me know if you found something, thanks.
  11. Re: Free 2 - Slots   someone deleted grapes.png from our server, this was a big help, thanks mikrows
×
×
  • Create New...