24 lines
		
	
	
		
			801 B
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			801 B
		
	
	
	
		
			PHP
		
	
	
	
<?php
 | 
						|
 $nmcol[0]=array('-1'=>'888888','97ACEF','D8E8FE','AFFABE','FFEA95');
 | 
						|
 $nmcol[1]=array('-1'=>'888888','F185C9','FFB3F3','C762F2','C53A9E');
 | 
						|
 $nmcol[2]=array('-1'=>'888888','7C60B0','EEB9BA','47B53C','F0C413');
 | 
						|
 $linkcolor='FFD040';
 | 
						|
 $linkcolor2='F0A020';
 | 
						|
 $linkcolor3='FFEA00';
 | 
						|
 $linkcolor4='FFFFFF';
 | 
						|
 $textcolor='E0E0E0';
 | 
						|
 $boardtitle='<font size=6>Title Goes Here</font>';
 | 
						|
 $font='arial';
 | 
						|
 $font2='verdana';
 | 
						|
 $font3='tahoma';
 | 
						|
 $newpollpic='New poll';
 | 
						|
 $newreplypic='New reply';
 | 
						|
 $newthreadpic='New Thread';
 | 
						|
 $newpic='<img src=images/new.gif>';
 | 
						|
 $numdir='num1/';
 | 
						|
 $numfil='numnes';
 | 
						|
 if(!$scheme) $scheme=0;
 | 
						|
 $filename=@mysql_result(mysql_query("SELECT file FROM schemes WHERE id=$scheme"),0,0);
 | 
						|
 if(!$filename) $filename='dailycycle.php';
 | 
						|
 require "schemes/$filename";
 | 
						|
?>
 |