Tuesday, January 9

I'm working on an interactive taxonomy of SM and fetish erotica, with the intent of making it available as an index to a large collection of stories that I've accumulated over the years. It's an interesting project, somewhat like a smut Yahoo. It's also getting me doing some PHP4 and MySQL work, which is good. At some point, when it's ready for prime time, I'm going to try and make it a subscription service. It'll be the first step towards a larger adult oriented site.

So, I'm taking my first fledgling steps to being a pornographer! But I'm going to be a pornographer with some style, integrity and good usability, damn it!

Actually, the pornography will just be the revenue generating component of a larger, SM/fetish community site, which will have a lot of information and resources available for free. The free stuff comes later though, when we can afford to give stuff away. Right now, I have a hungry ex-wife to feed, and a girlfriend that needs more corsets.



Older entries

'; } else { if(stristr($filename,"archive")) { $dir=$_SERVER['DOCUMENT_ROOT']; $template='_01_archive.html'; $tail=strlen($template); $thisArchive=$filename; //$files=scandir($dir); $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); $earlyarch=""; $laterarch=""; $prevarch=""; $next=0; foreach($files as $file) { if (substr($file,-$tail)==$template) { if ($next==1) { $laterarch=$file; $earlyarch=$prevarch; $next=0; } if ($file==$thisArchive) { $next=1; } else { $prevarch=$file; $earlyarch=$prevarch; } } } $link=''; $divider=''; if(file_exists($earlyarch)) { $link='< Earlier Archive'; $divider=" | "; } if(file_exists($laterarch)) { $link=$link.$divider.'Later Archive >'; } $link=$link.'

'; } } echo($link); ?>