chavdave Posted May 20, 2012 Posted May 20, 2012 when i go to add a user its goes to a error page , also how can i make it so people in jail can use jail free cards to get out and also how do i make my name clickable please email me [email protected] need help asap Quote
Guest Posted May 20, 2012 Posted May 20, 2012 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. Quote
chavdave Posted May 20, 2012 Author Posted May 20, 2012 (edited) my error screen looks like this 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 May 20, 2012 by chavdave 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.