_code http://up.rvnfamily.com/ubr_file_upload.php
Download http://www.uploadstation.com/file/9UZavxS/tmt-today_share.rar
http://rvnfamily.com/phpmyadmin Ac : root pass : *******
_ Mở Files ubr_default_config.php
$_CONFIG['allow_extensions'] = '(wma|wmv|mpg3|mpg|mpeg|avi|mov|jpg|jpeg|gif|bmp|png|tiff)'; // Include file extentions that are allowed to be uploaded.
$_CONFIG['bucket_progress_bar'] = 0; // Enable the 'Bucket' style progress bar (Must disable Cedric style progress bar).
$_CONFIG['cedric_hold_to_sync'] = 0; // Hold 'Cedric' progress bar if it races ahead of actual upload.
$_CONFIG['cedric_progress_bar'] = 0; // Enable the 'Cedric' style progress bar.
$_CONFIG['check_allow_extensions_on_client'] = 1; // Check allow file extensions BEFORE upload.
$_CONFIG['check_allow_extensions_on_server'] = 1; // Checks for allow file extensions on the server.
$_CONFIG['check_disallow_extensions_on_client'] = 0; // Check disallow file extensions BEFORE upload.
$_CONFIG['check_disallow_extensions_on_server'] = 0; // Checks for dissalow file extensions on the server.
$_CONFIG['check_duplicate_file_count'] = 1; // Make sure the user did not select duplicate files.
$_CONFIG['check_file_name_error_message'] = 'Error, legal file name characters are 1-9, a-z, A-Z, _, -'; // Error message used for client side regex fail.
$_CONFIG['check_file_name_format'] = 1; // Check the format of the file names BEFORE upload.
$_CONFIG['check_file_name_regex'] = '^[a-zA-Z0-9\-\_]+[a-zA-Z0-9\-\_\.]+[a-zA-Z0-9\-\_]$'; // Regex used on client side file name check.
$_CONFIG['check_null_file_count'] = 1; // Make sure the user selected at least one file to upload.
$_CONFIG['config_file_name'] = 'ubr_default_config'; // Name of this config file.
$_CONFIG['disallow_extensions'] = '(sh|php|php3|php4|php5|py|shtml|stm|shtm|phtml|html|htm|js|jsp|asp|aspx|exe|cgi|pl|plx|htaccess|htpasswd)'; // Include file extentions that are NOT allowed to be uploaded.
$_CONFIG['email_subject'] = 'Uber File Upload'; // Subject of the email.
$_CONFIG['from_email_address'] = 'admin@yoursite.com';