Cron Job Help

Started by Noob, April 09, 2011, 05:51:33 pm

Previous topic - Next topic

Noob

I'm trying to use Blizzard's RMXOS to make an online RPG.

I had the game running for a while with one host, but then the host kicked me off, he said I wasn't allowed to use ports, which was kind of wierd...

Anyway, I found a new host but am having trouble using cron jobs to start up ruby. On the last hosting site, I used
/usr/bin/ruby ~/RMX-OS_Server/rmxos.rb and it worked fine. However, in this new host,
php -f/home/(long number that is apparently my username)/ is automatically added before every cron job. How can I alter my previously used command to work with this?