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)
-   -   Does anyone know any text rotating script? (https://gfy.com/showthread.php?t=448561)

reggy 03-26-2005 07:07 AM

Does anyone know any text rotating script?
 
Do u guys know of any text rotating and banner rotating scripts - a simple one ???

mortenb 03-26-2005 07:14 AM

Quote:

Originally Posted by reggy
Do u guys know of any text rotating and banner rotating scripts - a simple one ???

Very simple:

Example: http://www.integer.dk/gfy/rand.php

Source: http://www.integer.dk/gfy/rand.phps

You can add as many links or banners as you want..

who 03-26-2005 07:16 AM

how about rotating cock?

mortenb 03-26-2005 07:17 AM

Quote:

Originally Posted by .?.
how about rotating cock?

I'm scared now

reggy 03-26-2005 07:19 AM

Mortenb-thanx the response. I want to be able to display about 10links on a page and have them rotate from a list of about 20 links - how can i do that?

mortenb 03-26-2005 07:22 AM

Quote:

Originally Posted by reggy
Mortenb-thanx the response. I want to be able to display about 10links on a page and have them rotate from a list of about 20 links - how can i do that?

the easiest would be to put the links in a mysql database and call them with and sql query like this one:
Code:

SELECT
    link
FROM
    links
ORDER BY
    RAND()
LIMIT 0,10

Then the sql code would select 10 random links each time it is called..

who 03-26-2005 07:22 AM

^ That dude has a good answer.

reggy 03-26-2005 07:25 AM

I dont know anything bout MySQL or PHP so i was just looking for something simple that i could copy and paste into html ?? :Oh crap


All times are GMT -7. The time now is 09:37 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123