|
|
|
||||
|
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. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Dec 2003
Posts: 423
|
hahahahahahahahahaha for gallery updates
Anyone know a place to find a script that will update a link on my page daily, perhaps even with an updated image.
After racking up my google popup blocker using the se's, i give up. thx |
|
|
|
|
|
#2 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Mar 2004
Posts: 16,116
|
scripts?
__________________
Your Paysite Partner Strength In Numbers! StickyDollars | RadicalCash | KennysPennies | HomegrownCash |
|
|
|
|
|
#3 |
|
FBOP Class Of 2013
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
|
|
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Dec 2003
Posts: 423
|
yes, didn't realize j-a-v-a script was banned.
just a simple script for having a daily movie update |
|
|
|
|
|
#5 |
|
Confirmed User
Industry Role:
Join Date: Dec 2003
Location: City... City of Satan
Posts: 2,651
|
dont know where, but try a search on Cron Jobs
|
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: Dec 2003
Posts: 423
|
thanks jacexxx, great resource.
|
|
|
|
|
|
#7 |
|
Confirmed User
Join Date: Dec 2003
Posts: 423
|
been looking around, and can't quite get what i'm after. I basically want one of those 'random' banner style rotators that include an image and a link, but i only want it to change every 24 hours, not on every pageload. I have no scripting skills whatsoever, though i'm sure some of these scripts could be altered to suit my needs. any help would be awesome!
|
|
|
|
|
|
#8 |
|
Confirmed User
Join Date: Dec 2003
Posts: 423
|
something like this that i could change to update daily instead of every pageload:
function banner() { }; banner = new banner(); number = 0; // bannerArray banner[number++] = "<a href='http://www.url1.com' target='_blank'><img src='images/banner-1.gif' border='0'></a>" banner[number++] = "<a href='http://www.url2.com' target='_blank'><img src='images/banner-2.gif' border='0'></a>" banner[number++] = "<a href='http://www.url3.com' target='_blank'><img src='images/banner-3.gif' border='0'></a>" banner[number++] = "<a href='http://www.url4.com' target='_blank'><img src='images/banner-4.gif' border='0'></a>" banner[number++] = "<a href='http://www.url5.com' target='_blank'><img src='images/banner-5.gif' border='0'></a>" // keep adding items here... increment = Math.floor(Math.random() * number); document.write(banner[increment]); thanks in advance |
|
|
|
|
|
#9 |
|
Programming King Pin
Industry Role:
Join Date: Oct 2003
Location: Montreal
Posts: 27,360
|
Checkout Google!
__________________
UUGallery Builder - automated photo/video gallery plugin for Wordpress! |
|
|
|