Tuesday, October 17

Nori can't seem to find a decent intranet/groupware site to co-opt for role playing support for Clan Lord, so she's nagging me to actually build the system we spec'ed out together. It's really not a bad idea, since it would be a great tool for Clan Lord, and it would be great infrastructure for Pneutopia. The only code that would be Clan Lord specific would be the client stub, which would be based on the code I used for TellerBot anyway.

Since this RP-DB is kinda complex, because I over-engineer, I guess I should get cracking on TellerBot. My coding claws are getting dull from disuse, and TellerBot's not really that difficult a project, especially if I just focus on Puddleby Express.

What I really want to get TellerBot to do, though, is the banking stuff. I just hope DT gets around to fixing /PUSH back to what it was. TellerBot will never be able to offer financial services if he can be pushed out of the library. Actually, TellerBot might not really be able to offer Puddleby Express registration safely if he can be mugged. I'll post the Teller command spefication when I get closer to my Mac, so you can see all the nifty stuff coming up. Maybe if more people are nagging me, I'll find more time to code.

So I guess the race is on. Who's "soon" is closer? Mine, with getting Teller to work, or Delta Tao's with fixing the push?

Ready... Set... ...



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); ?>