Special Site 2 - Revenge Of The Linking

Koriaku

...Like a Circus?
  • 745
    Posts
    20
    Years
    If You'd Like to be on Anime Plateaus Special Site List Then Please Post Here. If It's a forum tell me that it is in you siggi.

    If you sign up to be on the list, please put this on your site.

    PHP:
       <?php
    $font ="Verdana";
    $fontsize ="1px";
    $textfile ="https://www.anime-plateau.wcconnection.net/specialsite.txt";
    echo "<font face=\"$font\" size=\"$fontsize\">";
    $quotes = file("$textfile");
    $quote = rand(0, sizeof($quotes)-1);
    echo $quotes[$quote];
    echo "</font>";
    ?>
     
    Last edited:
    Just add the code.

    The site are listed in a text file. Whenever you click on the link (The code makes the link)
    a random site from the list will appear.
     
    Back
    Top