Welcome to the Valley of Nightmares! ---- There's nothing scary about this site, really, the site has nothing to do with the name - so ignore! =O Anyways, enjoy the site while it's alive because you never know when I will accidently press the red button over there in the corner...*coughcough* ^_^;

     Main.Page
     Splash.Page
     F.A.Q
     About.Us
     Contact.Us
     Affiliation
     VN.History
     VN.Characters
     Past.Layouts
     Linkage (In/Out)
     Our.Awards
     Win.an.Award
     Report.an Error!
     Arigatou.Thanks!

     VN.Radio.Blog
     VN.Blab Forums
     VN.Oekaki
     VN.Topsites
     Plushies.Paresu
     Final.Kiseki (fansite)

     Fun.Pokemon Pages
     DARE
     Mewonie.Baloney
     Ask.Snowbora
     Blonde.Quiz
     Personality.Quiz
     TUFV (noclickie!!)
     .......
     Random.Polls
     Funneh.Events
     Crazeh.Excuses
     How.To Annoy
     How.To.Annoy CU

     3D.Pokemon
     Pokemon.Images
     Fan.Art
     Fan.Fakes
     Art.Gallery

     Drabbles
     Touhi.Za.Kusari
     Solo (one shot)

     Red.:.Blue
     Gold.:.Silver
     Ruby.:.Sapphire
     FR.:.LG
     Dungeon.R/B
     R/S.Pokemon Sprites
     Eevee.Evolutions
     Weakness.Chart

     Video.Tutorials
     HTML.Tutorials
     Photoshop.Tutorials
     Oekakis.Setup
     PlugBoards.Setup
     RadioBlog.Help

     Free.Buttons
     Free.Layouts
     Layouts.Help
     Styleswitchers
     HTML.Tips
     SSI.PHP Include
     Web.Dictionary
     Source.Codes
     Tips.And.Tricks
     Web.Resources

     Photoshop.Brushes
     Winamp.Skins
     Anti-Anti.Pokemon
     All.About N00bs
     IM.Status Messages
.:: How to set up your own Tagboard ::.


If you've seen the weird thingie in our splash page, it's a plugboard thingie >3

First things first...
Before you can start, you will need to (download) the plugboard files and unzip them with Winzip or another similar application. You sould now have readme.txt, plug.php, plug.db.php, banned.php, config.php and index.php.

Make sure that your host supports PHP and FTP (so you can CHMOD the files)! If they do not then there's no way you will be able to install the plugboard X.o

Installation:
1. Open config.php and edit the settings to your desire. Make sure you edit the $path to "yoursite.com/plugboard"
2. Create a folder for the plugboard files. 'Plugboard' would be a good thing to call it.
3. Upload config.php, banned.php, plug.php, plug.db.php and index.php to your plugboard folder (or just upload the entire folder and ignore #2)
4. CHMOD plug.db.php to 666.
5. To include the script on your .php page use the following code:

<? include "plug.php"; ?>

If you want to include it in an iframe (incase you don't want to use .php extensions on your site) use the following code.

<iframe src="http://www.yoursite.com/path to plugboard/index.php" width="100" height="195" frameborder="0" scrolling="no"></iframe>

Banning unwated IP's:
Open banned.php and add the IP you wish to ban here; go look in the plug.db.php for the IP's of plugged buttons.

$blockip = array("1.1.1.1");

If you want to ban more than one IP simply seperate them with a comma.

$blockip = array("1.1.1.1, 2.2.2.2");

Then save the file; the unwanted IP's will now be banned from your plugboard.