The Dink Network

Reply to Re: just wondering...

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
January 6th 2006, 02:48 PM
fairy.gif
Glennglenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 
btw if anyone want a random quote script is this it:

/////// <?php srand((double)microtime()*1000000); $quotelist = file("quote.txt"); $nquote = sizeof($quotelist); $rquote = rand(0,$nquote-1); $quote = $tiplist[$rquote]; echo $quote; ?>

create the file quote.txt