Does anyone know any text rotating script?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • reggy
    Confirmed User
    • Jun 2004
    • 190

    #1

    Does anyone know any text rotating script?

    Do u guys know of any text rotating and banner rotating scripts - a simple one ???
    Black Pussy
  • mortenb
    Confirmed User
    • Jul 2004
    • 2203

    #2
    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..
    Last edited by mortenb; 03-26-2005, 05:16 AM.

    Comment

    • who
      So Fucking Banned
      • Aug 2003
      • 19593

      #3
      how about rotating cock?

      Comment

      • mortenb
        Confirmed User
        • Jul 2004
        • 2203

        #4
        Originally posted by .?.
        how about rotating cock?
        I'm scared now

        Comment

        • reggy
          Confirmed User
          • Jun 2004
          • 190

          #5
          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?
          Black Pussy

          Comment

          • mortenb
            Confirmed User
            • Jul 2004
            • 2203

            #6
            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..

            Comment

            • who
              So Fucking Banned
              • Aug 2003
              • 19593

              #7
              ^ That dude has a good answer.

              Comment

              • reggy
                Confirmed User
                • Jun 2004
                • 190

                #8
                I dont know anything bout MySQL or PHP so i was just looking for something simple that i could copy and paste into html ??
                Last edited by reggy; 03-26-2005, 05:27 AM.
                Black Pussy

                Comment

                Working...