#!/usr/bin/perl ############################################################################### # Guestbook.cgi # ############################################################################### # YaBB: Yet another Bulletin Board # # Open-Source Community Software for Webmasters # # Version: YaBB 1 Gold - SP 1.1 # ############################################################################### # Wrote it by Xtrasweetgurl aka Lauren # # with assistance from the Boardmod community. # # Guestbook Version 1.0v3 # ############################################################################### require "$sourcedir/Guestbook.cgi"; ### User Templates ### if(!$tmplfile || !-e("$templatesdir/$tmplfile")) { $tmplfile = "default.html"; } if(!-e("$templatesdir/$tmplfile")) { $templatesdir = "$boarddir"; $tmplfile = "template.html"; } fopen(TEMPLATE,"$templatesdir/$tmplfile") || die("$txt{'23'}: $tmplfile.html"); # fopen(TEMPLATE,"template.html") || die("$txt{'23'}: template.html"); ###/User Templates ### @yytemplate =