This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by rias
Wed Feb 15, 2006 11:09 am
Forum: Shell & Bouncer Help
Topic: ftp + pisg
Replies: 5
Views: 15634

Sorry for posting in the wrong forum. Hopefully some kind admin/mod can move this to the correct forum over me posting an entirely new, but altogether identical in subject matter, thread. I have got my shell provider to install curl and i can manually upload the stats now, but im unsure how i set th...
by rias
Tue Feb 14, 2006 9:08 pm
Forum: Shell & Bouncer Help
Topic: ftp + pisg
Replies: 5
Views: 15634

ftp + pisg

For crontab create a file called "pisgchek" and chmod it 755. Here is the content of my file: Code: #!/bin/sh statsbin="./pisg" statpath="/home/Ballarat/public_html/pisg-0.52" cd $statpath $statsbin And here is my crontab entry: Code: 0,30 * * * * ~/public_html/pisg-0....