![]() |
Scripts for paysite auto updates??
I am looking for something that I can program to automatically add update links for my paysites, (daily updates) while I am on holidays this summer
I can easily pre upload the pics and galleries, but I cannot or will not be able to upload very much from my 14.4 cellular net connection while I am away I would just like to have the appearance of daily updates http://bbs.gofuckyourself.com/board/wink.gif thx ------------------ Make dirty money from your surfers Dirty Gold Jack Thumbs TGP Search Engine Driven TGP - Pages LISTED INSTANTLY |
use dreamweaver
|
Rip -
There are a lot of ways to do that, I prefer to use php to add new content each day by looking at which day it is. The absolute easiest way to do it, is to have all your content uploaded and a new picpage.html for each new addition. i.e. picpage1.html picpage2.html picpage3.html and so on. Then use crontab to copy the new page over at midnight each night. And presto it looks like you are updating each and every night. Nice thing is you can do all your page updates on one day, and the script does your updates for you each day. The crontab would look something like this: 0 0 * * 0 /home/yourname/mov_sunday.sh 0 0 * * 1 /home/yourname/mov_monday.sh 0 0 * * 2 /home/yourname/mov_tuesday.sh 0 0 * * 3 /home/yourname/mov_wednesday.sh and so on the mov_sunday.sh would look like this /bin/cp -f /home/dir/somefolder/picpage2.html /home/dir/somefolder/picpage.html and you would make one for each day of the week. That would give you 7 days of automatic updates with no intervention on your part http://bbs.gofuckyourself.com/board/smile.gif Sorry it's so techy, I'm sure your server support team can add it for you if you have not done crontab stuff before. Tim |
RIP:
Even on a slow connection, uploading a little HTML shouldn't take too much time, as long as the graphics are already FTP'd. ------------------ Producer of truly original teen/young woman-oriented adult content |
Thanks for the tips, I have never used php, and am just learning perl, but maybe I could figure out something, since I already have some auto-gallery and gate page makers, maybe just learning how to do cron and extract the date from the computer, could be enough
------------------ Make dirty money from your surfers Dirty Gold Jack Thumbs TGP Search Engine Driven TGP - Pages LISTED INSTANTLY |
|
All times are GMT -7. The time now is 05:14 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123