PDA

View Full Version : Constantly updated page



Nija
04-17-2003, 01:53 PM
So, what I want to do is basiclly have a file on my local harddrive that can be uploaded to my webpage every 10 hours. I was thinking maybe an FTP program, left open, would do it, but I can't seem to find one that will do it under a time delay.

The reason I want to do it, is extremely selfish. I whenever I find something I want, I want to be able to put into this file, and then direct it to loved ones whenever they want to be nice and buy me cool stuff.

Can someone recommend something that may get me started in the correct direction?

Thanks In Advance

Nija

GilbertsGrape
04-17-2003, 08:13 PM
try tweaking one of those web cam to web page picture programs

coleslaw
04-17-2003, 09:00 PM
Come on, Nija, you're somewhat of a linux guy, right?

Just set up a simple cronjob. :)

Nija
04-17-2003, 09:04 PM
Originally posted by coleslaw
Come on, Nija, you're somewhat of a linux guy, right?

Just set up a simple cronjob. :)

I run linux, doesn't mean i know how to use most of it i.e. the commandline :P

Besides, I kind of wanted to do this on my XP machine, although I'd be more than willing to do it on the linux machine, if i know how...

first one that says 'RTFM' will get my xlative-laced butthole in their face :D

coleslaw
04-18-2003, 01:40 AM
OK, so if you want to do this with a WinXP box, you could use the Task Scheduler to execute a batch file (upload_my_poo.bat) every ten hours. You could then include a simple FTP command to upload the file to your webpage. Something like this (modify for your purposes of course):


open xxx.xxx.xxx.xxx
login
password
hash

lcd c:\webpage\poo.html
cd \\public_html\\poo
prompt
put poo.html

quit





first one that says 'RTFM' will get my xlative-laced butthole in their face

And you say this as if it's a bad thing... :gle:

Nija
04-18-2003, 08:18 AM
Originally posted by coleslaw
OK, so if you want to do this with a WinXP box, you could use the Task Scheduler to execute a batch file (upload_my_poo.bat) every ten hours. You could then include a simple FTP command to upload the file to your webpage. Something like this (modify for your purposes of course):


open xxx.xxx.xxx.xxx
login
password
hash

lcd c:\webpage\poo.html
cd \\public_html\\poo
prompt
put poo.html

quit






And you say this as if it's a bad thing... :gle:

:spock: ok...

it's bad for everyone who hasn't released a song called 'poopsex' :P

sho.gun
04-24-2003, 01:53 PM
Why don't you just run a small webserver on that comp? It would be a lot easier... unless you have a slow ul like me :(