Author Topic: My bank interest doesn't work.  (Read 2996 times)

Offline polis

My bank interest doesn't work.
« on: March 25, 2007, 04:04:00 am »
Im on Frihost and i have the cron job activated. I did almost everything the Shop wiki said.

I put  this on "Command": "/usr/bin/php -q /home/polis/public_html/Sources/shop/dointerest.php > /home/polis/public_html/interest_log.htm"   

"polis" is the username. I didn't put the forum name, because everything is on "public_html".

Any clue why is not working?

Offline Daniel15

Re: My bank interest doesn't work.
« Reply #1 on: March 25, 2007, 10:22:48 am »
You're on server 2 (DirectAdmin), right? Change:
/home/polis/public_html/Sources/shop/dointerest.php
to:
/home/polis/domains/[yourdomain].frih.net/public_html/Sources/shop/dointerest.php

If this doesn't fix it, try /usr/local/bin/php, rather than /usr/bin/php.

I'm a moderator at FriHost, although I haven't been there for a while (and don't have much experience with Server 2 - I was hosted on Server 1)