Quote:
Originally Posted by Saviour
can the eggdrop be running on someone else's server?
|
That's technically possible, yes. All ya need is a cron job, uploading the nicklist.txt to your web site's ftp (forum root!). But please keep in mind, that you would loose the real time functionality of your who's online list. Do the following on the server, where your eggdrop is configured at:
Code:
$ aptitude install ncftp
and install the following cron job
cron job (runs every five minutes):
Code:
*/5 * * * * ncftpget -u ftp_username -p ftp_password ftp_ip '/path/to/your/forum/' './nicklist.txt' &> /dev/null