########################################################################### # New Variables and Multi Page Layout Information # Create by Steven Miller Jr Email: webmaster@vaultworld.com # Site http://www.vaultworld.com/cgi-scripts # Last Updated: 2 Mar 98 ################### Basic Items ################################ $ext2 = ".html"; $pagename = ""; @page_contents = ""; $countpages = 0; # The Current Page Count $pages_needed = 0; # Total Number of Pages Needed $one = 1; ################ Customize Multipage Appearance############################# #Config Items $use_proboard = 1; # 1 = YES; 0 = NO $pageprefix = "multipage"; #This is the name of the multiply files ex polevault1.html $firstpagename = $pageprefix . $one . $ext2; $perpagedisplay = 5; #Display the Number of Original Post Per Page #Note qq? and qq+ same as " but eliminates all \/ /" Stuff $pagedirectoryfaq = qq?
[ Post Message ][ FAQ ][One Page Version][Multi Page Version] \n
?; $pagedirectory = qq?
[ Post Message ][One Page Version][Multi Page Version]\n
?; $counter = qq+ +; ###Ads Banner Option $show_ads = 0; #1 = Yes 0 = No $adsbanner = qq+ +;