<?php
/* Configuration Section */
$file_dir = "/home/u19915/wap.sams-club.ru/www/upload/files"; # This is the absolute path (no trailing slash).
$file_url = "http://wap.sams-club.ru/upload/files"; # Full URL to the uploaded file.
$logo_file = "http://c100fun.info/Upload/img/1.gif"; # FileFusian logo location.
$max_file_size = "500240"; # Max File Size Setting (In Bytes).
$show_info = "1"; # Shows info on main page about file sie etc. 1 = on, 0 = off.
/* Directory Listing */
$listsize = 30; # Maximum Number oF Files To Be Returned.
$filetype1 = ".jpg";
$filetype2 = ".gif";
$filetype3 = ".mmf";
$filetype4 = ".mid";
$filetype5 = ".jar";
$filetype6 = ".3gp";
$filetype7 = ".sis";
$filetype8 = ".avi";
?>