Jump to content
MakeWebGames

Energy?


Enuf

Recommended Posts

It's still not working, lol.

 


<?php
$_CONFIG = array(
'hostname' => 'localhost',
'username' => '*************',
'password' => '*************',
'database' => '*************',
'persistent' => 0,
'driver' => 'mysql',
'code' => 'a76980f6a5008353c3de36f9c4a7394c'
);
?>

 

That's my config file..

Link to comment
Share on other sites

This may have cropped up already but did you add a email?

They normally don't run unless a email is added, use one from your domain and empty it regularly.

good point.. this is normally the case as to why i suggested adding

 >/dev/null 2>&1

at the end of the command this will disable any notification attempt for the specified cron.

Keep it on for daily crons if you want for a verify but no need to have it send a notify on 1m or 5m crons ..

Link to comment
Share on other sites

WRX I FRCKEN LOVE YOU!!!!

 

I ran them, and did that code, and it works.. you my friend are a genius :P

 

 

And thanks to all the others who tried to help! :D

Energy: 16%, it wont go any higher, lol..

Every time i open a certain cron (in the links) it gives me more energy..

Link to comment
Share on other sites

Every time i open a certain cron (in the links) it gives me more energy..

If by that statement you mean you can manually run the http://yourdomain.com/cron_day.php?code=codehere from your web browser and it works but if you run

"curl http://yourdomain.com/cron_day.php?code=codehere" via the cron tab and it dosent work, then verify that "curl" is an available wrapper to be called.

your host should be able to verify this for you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...