• There is an important update regarding account security and 2FA. Please click here for more information.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
  • Imgur has blocked certain regions from viewing any images uploaded to their site. If you use Imgur, please consider replacing any image links/embeds you may have on PokéCommunity so everyone can see your images. Click here to learn more.

Special Site 2 - Revenge Of The Linking

Koriaku

...Like a Circus?
  • 745
    Posts
    21
    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