Jump to content
MakeWebGames

Recommended Posts

Posted

Do you have any PHP experience or even HTML at that? SS the error page as saying it goes to an error page really doesn't help.

Posted (edited)

my error screen looks like this

criticalerrorjpeg.jpg

 

When am setting up the crons where do i need to place these

<br />

<table width=100%>

<tr><td><b>Minute</b></td><td><b>Hour</b></td><td><b>Day</b></td><td><b>Month</b></td><td><b>Weekday</b></td><td><b>Command</b></td></tr>

<tr>

<td><input type=text name="1-minute" size=2 value="0"></td>

<td><input type=text name="1-hour" size=2 value="*"></td>

<td><input type=text name="1-day" size=2 value="*"></td>

<td><input type=text name="1-month" size=2 value="*"></td>

<td><input type=text name="1-weekday" size=2 value="*"></td>

<td><input type=text name="1-command" size=45 value="php /path/to/yourgame/Crons/cron_hour.php xxx"></td>

<td><img src="delete.jpg" border=0></td>

</tr>

<tr>

<td><input type=text name="2-minute" size=2 value="0"></td>

<td><input type=text name="2-hour" size=2 value="0"></td>

<td><input type=text name="2-day" size=2 value="*"></td>

<td><input type=text name="2-month" size=2 value="*"></td>

<td><input type=text name="2-weekday" size=2 value="*"></td>

<td><input type=text name="2-command" size=45 value="php /path/to/yourgame/Crons/cron_day.php xxx"></td>

<td><img src="delete.jpg" border=0></td>

</tr>

<tr>

<td><input type=text name="3-minute" size=2 value="*"></td>

<td><input type=text name="3-hour" size=2 value="*"></td>

<td><input type=text name="3-day" size=2 value="*"></td>

<td><input type=text name="3-month" size=2 value="*"></td>

<td><input type=text name="3-weekday" size=2 value="*"></td>

<td><input type=text name="3-command" size=45 value="php /path/to/yourgame/Crons/cron_minute.php xxx"></td>

<td><img src="delete.jpg" border=0></td>

</tr>

<tr>

<td><input type=text name="4-minute" size=2 value="*/5"></td>

<td><input type=text name="4-hour" size=2 value="*"></td>

<td><input type=text name="4-day" size=2 value="*"></td>

<td><input type=text name="4-month" size=2 value="*"></td>

<td><input type=text name="4-weekday" size=2 value="*"></td>

<td><input type=text name="4-command" size=45 value="php /path/to/yourgame/Crons/cron_fivemins.php xxx"></td>

<td><img src="delete.jpg" border=0></td>

</tr>

</table>

Edited by chavdave

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