Jump to content
MakeWebGames

GodLovesEcstasy

Members
  • Posts

    15
  • Joined

  • Last visited

    Never

Everything posted by GodLovesEcstasy

  1. Edit: Problem solved , thanks everybody :) :thumbsup:
  2. +1
  3. Ehh.. If you could provide a code maybe? Haha sorry I'm not that great at writing php..
  4. Heey. I made a test announcement on my game and I can't seem to find a way to edit or remove it >.< Any solutions? Thanks :whistling:
  5. Heey. I made a test announcement on my game, but I can't seem to find a way to edit or remove it >.<. Any solutions? Thanks haha. :whistling:
  6. I used that guide to the dot and nothing seems to be happening.. none of my players stats are getting refilled, jail time is stuck, and so is hospital time. :/
  7. Hey there. I tried doing exactly as this says, but it doesn't seem to work :/ Any support would be appreciated! :)
  8. That's not normal dude lmao.. Try not using MS Paint, they never come out looking good.
  9. Yes, I am using the same code as the one in my config.php file. I double checked, but it still gets the same result. If anybody helps me solve this, I will really give out a reward. I spent money on hosting and domain names, and I'm willing to pay a little bit more to fix my cron job problem. ALSO - If you can find me a substitute and help me set it up, that would also be great! Even better. I'm talking about mySQL events or time stamps. If you can find me a good replacement for cron jobs, the money reward will also be there for you. Thanks for reading.
  10. I apologize for bumping ancient posts, but I'd like to know how I can use this instead of crons. Can anybody give me a little guidance? I'm trying to completely replace all my crons. Where would I put this code?
  11. I've been trying to get my cron jobs working for the longest,and it's not working. It's very irritating, I would really appreciate any sort of help from you guys! Here is what I put: */5 * * * curl [url]http://MYSITE.com/cron_fivemins.php?code=50c46dc54440b7cf99223e9e946da6f2[/url] * * * * * curl [url]http://MYSITE.com/cron_minute.php?code=50c46dc54440b7cf99223e9e946da6f2[/url] 0 * * * * curl [url]http://MYSITE.com/cron_hour.php?code=50c46dc54440b7cf99223e9e946da6f2[/url] 0 0 * * * curl [url]http://MYSITE.com/cron_day.php?code=50c46dc54440b7cf99223e9e946da6f2[/url] When I put that, this is the output e-mail that I get: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 __________________________________ So I tried doing this: */5 * * * * curl home/MYSITE/public_html/cron_fivemins.php?code=50c46dc54440b7cf99223e9e946da6f2 * * * * * curl home/MYSITE/public_html/cron_minute.php?code=50c46dc54440b7cf99223e9e946da6f2 0 * * * * curl home/MYSITE/public_html/cron_hour.php?code=50c46dc54440b7cf99223e9e946da6f2 0 0 * * * curl home/MYSITE/public_html/cron_day.php?code=50c46dc54440b7cf99223e9e946da6f2   and then the output e-mails looked like this: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 39 3399 39 1312 0 0 3412 0 --:--:-- --:--:-- --:--:-- 3412 100 3399 100 3399 0 0 7592 0 --:--:-- --:--:-- --:--:-- 33126   BUT MY STATS IN-GAME DO NOT GO UP! Im using Mccodes v2. Please, any help would really be appreciated. I'm willing to offer a reward of some money via PayPal for anybody who can help me solve this issue! I just need the cron jobs to work properly and for the Brave and Energy to refill correctly! Thank you for reading, and please reply :)
  12. Sorry I don't understand what you're trying to tell me.. I've searched through this site for cron help, and tried some solutions that didn't work, so now I'm finally making a thread. BTW - I get the e-mails that cron jobs send me, but they come out like this: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0   This is getting more and more frustrating, I'd really really really appreciate some help! I will send $10 PayPal to whomever can help me on this issue! I'll also give cPanel access if needed to help fix my cron jobs. Thank you.
  13. I've been trying to get my cron jobs working for the longest,and it's not working. It's very irritating, I would really appreciate any sort of help from you guys! Here is what I put: */5 * * * * curl http://www.mysite.com/public_html/cron_fivemins.php?code=63a30d21bf3107aa7fa29bccaafe3927 * * * * * curl http://www.mysite.com/public_html/cron_minute.php?code=63a30d21bf3107aa7fa29bccaafe3927 0 * * * * curl http://www.mysite.com/public_html/cron_hour.php?code=63a30d21bf3107aa7fa29bccaafe3927 0 0 * * * curl http://www.mysite.com/public_html/cron_day.php?code=63a30d21bf3107aa7fa29bccaafe3927   I tried running them manually, and it works that way, but they wont run auto. Thanks for reading.
×
×
  • Create New...