Hey,
Anyone with php knowledge could make that for me ? (or charge me a few $)
I will have 2 or more sites with a txt file (http://blablable.com/filetext.txt, http://blablabla2.com/filetext.txt, etc )
Lets say that these sites won't be up for long
I need to be able to save those txt files at regular interval so i don't lose the info in case site got shut down.
The txt file will be modified each time a surfer enters the info i need.
So with each save, the txt can be overwrite .. but need to be sure that in case it becomes 404 or not reachable, the latest saved is kept and not written with a blank file
Let me know thanks in advance
PS: i tried in crontab like this wget -O /tmp/filetext.txt http://blablable.com/filetext.txt it wont work .. target size file is 0 and nowhere to found in server where the cron runs. Need a small php app please
Anyone with php knowledge could make that for me ? (or charge me a few $)
I will have 2 or more sites with a txt file (http://blablable.com/filetext.txt, http://blablabla2.com/filetext.txt, etc )
Lets say that these sites won't be up for long
I need to be able to save those txt files at regular interval so i don't lose the info in case site got shut down.
The txt file will be modified each time a surfer enters the info i need.
So with each save, the txt can be overwrite .. but need to be sure that in case it becomes 404 or not reachable, the latest saved is kept and not written with a blank file
Let me know thanks in advance
PS: i tried in crontab like this wget -O /tmp/filetext.txt http://blablable.com/filetext.txt it wont work .. target size file is 0 and nowhere to found in server where the cron runs. Need a small php app please