SWFW Sorgonet Web File broWser ############################################################################################# #SWFW Sorgonet Web File broWser V1.4 30-11-03 # #http://Sorgonet.com # #http://SorgoNet.com/swfw/ # #Bug report at necro_ at sorgonet.com or use web site forum , For installation notes please # #read README.TXT # #This programs is a GNU (GPL) software # ############################################################################################# ######################### version 1.9 ######################### 19-06-04 Swfw version 1.9 includes new features like extract stories from php-nuke database and include it into a browsable folder that have a similar name like topic story, this option can be disable or enable. **Installation Notes: Uncompres Pack: tar -xzvf swfw_v1.4.tar.gz Copy the files on your site or your html path (usually /var/www/html) cp -r swfw/ /your_html_path/ cd swfw/ Copy the CGI file on your site or your CGI path (usually /var/www/cgi-bin) cp swfw_v1.0.cgi /your_cgi_path/ Change files permisions cd /your_cgi_path/ chmod 751 swfw_v1.0.cgi cd /your_html_path/ chmod 750 Count.con **Configuration Notes $Path_site="your html folder";# your html web site path folder usually (/var/www/html/) also your can configure a relative site ej:(../html) This folder becomes locked, and no body can back to down folder $Domain_name="http://yoursite.com/";#your domain site name $Cgi_Paht="http://yoursite.com/cgi-bin/";#your cgi paht folder usually (/var/www/cgi-bin/) ; $Cgi_Name="swfw_v1.0.cgi"; $CVersion="v1.4"; $Restricte_folder ="(admin\/)|(private\/)";#restricted folder or names (the names or folder write here, don't are reads ,to added= |(text) $Visible_files="*/ index.php *.html";#added here others visibles files,(files type to list) $swfw_dir="swfw/";#Swfw directory $Logo_Path="http://yoursite.com/swfw/swfw.jpg";#Logos path $How_many_lines_read=4;#How many lines writes on file comments $Files_content="(\.html)|(\index.php)|(\index_es.php) ";# Files to read and write a comments ######## NEW FEATURES v 1.9 Configuration ####### #Mysql Configuration $Use_Database=1;#Swith betwen 0 or 1 to Disable/Enable PhpNuke database mode my $dbHost = "localhost";#localhost my $dbName = "Your Database Name";#Your Database Name my $dbUser = "Your User Database Name";#Your User Database Name my $dbPassword = "Your Database Password";#Your Database Password ######################### version 1.4 ######################### 30-11-03 **Installation Notes: Uncompres Pack: tar -xzvf swfw_v1.4.tar.gz Copy the files on your site or your html path (usually /var/www/html) cp -r swfw/ /your_html_path/ cd swfw/ Copy the CGI file on your site or your CGI path (usually /var/www/cgi-bin) cp swfw_v1.0.cgi /your_cgi_path/ Change files permisions cd /your_cgi_path/ chmod 751 swfw_v1.0.cgi cd /your_html_path/ chmod 750 Count.con **Configuration Notes $Path_site="your html folder";# your html web site path folder usually (/var/www/html/) also your can configure a relative site ej:(../html) This folder becomes locked, and no body can back to down folder $Domain_name="http://yoursite.com/";#your domain site name $Cgi_Paht="http://yoursite.com/cgi-bin/";#your cgi paht folder usually (/var/www/cgi-bin/) ; $Cgi_Name="swfw_v1.0.cgi"; $CVersion="v1.4"; $Restricte_folder ="(admin\/)|(private\/)";#restricted folder or names (the names or folder write here, don't are reads ,to added= |(text) $Visible_files="*/ index.php *.html";#added here others visibles files,(files type to list) $swfw_dir="swfw/";#Swfw directory $Logo_Path="http://yoursite.com/swfw/swfw.jpg";#Logos path $How_many_lines_read=4;#How many lines writes on file comments $Files_content="(\.html)|(\index.php)|(\index_es.php) ";# Files to read and write a comments