Jump to content
MakeWebGames

Crons Problem Please Help


Recommended Posts

Guest Anonymous
Posted

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

Guest Anonymous
Posted

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

Posted

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

Guest Anonymous
Posted

Re: Crons Problem Please Help

I just want to let everyone know I am dumb and I had to have my host enable them

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...