GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Scripts for paysite auto updates?? (https://gfy.com/showthread.php?t=33666)

Rip 05-17-2001 11:15 PM

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

sweetjimmy 05-17-2001 11:16 PM

use dreamweaver

TFCash 05-18-2001 12:24 AM

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

UnseenWorld 05-18-2001 01:07 AM

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

Rip 05-18-2001 09:39 AM

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

monro 12-13-2003 06:00 AM

I have been EATEN!

http://www.stormfront.org/forum/


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