Guest Anonymous Posted April 9, 2007 Posted April 9, 2007 I have entered all my crons correctly I think have tried it with http://www and http:// and I still can't get them to work Here a pic of my cronshttp://www.drgaon-gang.info/crons_pic.gif If anyone knows what I am doing wrong I would appreciate the help. Quote
oxidati0n Posted April 9, 2007 Posted April 9, 2007 Re: Crons Problem Please Help Try 0 0 * * * * curl http://www.url.com/cron_file/cronfile.p ... 390jkai313 thats worked for all of us, I use a different client but it still compiles and does the same job. Quote
-Genocide- Posted April 9, 2007 Posted April 9, 2007 Re: Crons Problem Please Help I PMed you some information about this. Hope it helps. Quote
tittlemouse Posted April 9, 2007 Posted April 9, 2007 Re: Crons Problem Please Help I have entered all my crons correctly I think have tried it with http://www and http:// and I still can't get them to work Here a pic of my cronshttp://www.drgaon-gang.info/crons_pic.gif If anyone knows what I am doing wrong I would appreciate the help. i can help u. crons are easy. Quote
hamster01 Posted April 9, 2007 Posted April 9, 2007 Re: Crons Problem Please Help easy... *sigh* what is there simple commands then.. crontab -e crontab -v crontab -l crontab -r Quote
tittlemouse Posted April 9, 2007 Posted April 9, 2007 Re: Crons Problem Please Help post all the links to ur cron files. and ill tell u what u need 2 add. Quote
Guest Anonymous Posted April 9, 2007 Posted April 9, 2007 Re: Crons Problem Please Help Crons Pic http://www.drgaon-gang.info/crons_pic.gif Crons Folder http://www.drgaon-gang.info/crons-folder.bmp If that helps out in any way I just don't know why there are two mysql.php files and if they both need to be edited mysql.php~ <? $c=mysql_connect('localhost','omega_verse','7tfj-82pg') or die(mysql_error()); mysql_select_db('omega_verse',$c); ?> and mysql.php <? $c=mysql_connect('localhost','rob1978_hokage','death') or die(mysql_error()); mysql_select_db('rob1978_hokage',$c); ?> I just don't know if I need to edit the mysql.php~ to make the crons work Quote
hamster01 Posted April 9, 2007 Posted April 9, 2007 Re: Crons Problem Please Help whats the mater with the crons? Quote
Guest Anonymous Posted April 9, 2007 Posted April 9, 2007 Re: Crons Problem Please Help Here's how I have each of my crons; curl http://www.drgaon-gang.info/darkside/cr ... u/jail.php * 0 * * * curl http://www.drgaon-gang.info/darkside/cr ... update.php 0 0 * * * curl http://www.drgaon-gang.info/darkside/cr ... aysold.php 0 0 * * * curl http://www.drgaon-gang.info/darkside/cr ... jobpay.php 0 17 * * * curl http://www.drgaon-gang.info/darkside/cr ... gcrime.php 0 * * * * curl http://www.drgaon-gang.info/darkside/cr ... ate.php*/5 * * * * curl http://www.drgaon-gang.info/darkside/cr ... update.php */5 * * * * curl http://www.drgaon-gang.info/darkside/cr ... spital.php * * * * * and here's both mysql files again; mysql.php <? $c=mysql_connect('localhost','rob1978_hokage','death') or die(mysql_error()); mysql_select_db('rob1978_hokage',$c); ?> mysql.php~ <? $c=mysql_connect('localhost','omega_verse','7tfj-82pg') or die(mysql_error()); mysql_select_db('omega_verse',$c); ?> Is mysql.php~ suppose to stay the same as it is here or be edited to look just like mysql.php Quote
N00b Posted April 9, 2007 Posted April 9, 2007 Re: Crons Problem Please Help hehe lol update u mysql file to ur database My host is gay their main crons keep on stopping so i ordred a server for $3k my own :D Quote
Guest Anonymous Posted April 10, 2007 Posted April 10, 2007 Re: Crons Problem Please Help I just want to let everyone know I am dumb and I had to have my host enable them Quote
hamster01 Posted April 10, 2007 Posted April 10, 2007 Re: Crons Problem Please Help IMAO :lol: and you can delete the ~mysql.php dont know why Damboshit put it there Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.