Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 07-05-2002, 04:31 PM   #1
XXXPaysiteDesign
Confirmed User
 
Join Date: Mar 2002
Location: Everett, WA
Posts: 2,201
script that rotates a linked text daily?

Anybody have one that I could have?

ICQ: 102707188
Email: webmaster at xxxpaysitedesign.com
__________________
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
XXXPaysiteDesign is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-05-2002, 04:33 PM   #2
XXXPaysiteDesign
Confirmed User
 
Join Date: Mar 2002
Location: Everett, WA
Posts: 2,201
One that displays a new link everytime the surfer views the page would be fine too.. from a list in a txt file or something..
__________________
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
XXXPaysiteDesign is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-05-2002, 04:39 PM   #3
http
Confirmed User
 
Join Date: Oct 2001
Posts: 1,811
I was going to recommend "TERND" on the page below, but their site seems to be broken


http://php.resourceindex.com/Complet...s/Random_Text/
http is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-05-2002, 04:49 PM   #4
richard123
Confirmed User
 
Join Date: Mar 2001
Posts: 491
Why don't you use the same javascript that the hun and worldsex use and just do it with textlinks instead of banners? Works really well.

Edit: And all the work is done client side, so it reduces load on your server.

Last edited by richard123; 07-05-2002 at 04:50 PM..
richard123 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-05-2002, 05:20 PM   #5
TFCash
Confirmed User
 
Industry Role:
Join Date: Apr 2001
Posts: 1,738
If you use javascript and they have it turned off, which seems to be more and more folks these days, then you lose out Do you have php on your server ?? If so then you could easily put this at the top of your page.

put php start tag here
$day = date(D);
put php end tag here


where ever you want the link to appear in your page put this

put php start tag here
insert "$day";
put php end tag here

and then you need to create the files for each day of the week, and put the actual html for the links in there

Mon
Tue
Wed
Thu
Fri
Sat
Sun

** note caps !!!

You can do the same thing by the actual date i.e. 01 02 03 04 05 and so on, and have a diff link for all 31 days if you'd like by changing out the $day = date(D); with $day = date(d);


Then all you have to remember to do is to turn php parsing on for all htm and html files by putting this in your .htaccess

AddType application/x-httpd-php html
AddType application/x-httpd-php htm

email me at webmaster if you have any trouble and I'll try to help you out.


Tim
TFCash is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-05-2002, 05:31 PM   #6
XXXPaysiteDesign
Confirmed User
 
Join Date: Mar 2002
Location: Everett, WA
Posts: 2,201
I have php but the problem is I'm running TM3 cgi, which won't allow me to name my index anything but index.html

I know I could do a bunch of iframes but that just gets too messy.
__________________
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, then you may use a 624x80 instead of a 120x60.
XXXPaysiteDesign is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-05-2002, 06:02 PM   #7
TFCash
Confirmed User
 
Industry Role:
Join Date: Apr 2001
Posts: 1,738
You don't have to rename anything You can parse your html files by putting this in your .htaccess

AddType application/x-httpd-php html
AddType application/x-httpd-php htm
TFCash is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.