Thank's
But code it's not correct in config.php
$sitename = "My File Host";
$siteurl = "YOURDOMAINNAME HERE/savefile_php/
$admin25email = "emailaddress@localhost";
$att_max_size = '5000';
$att_filetypes = "gif|jpg|png|zip|rar|tar|gz|jar|";
modif by
$sitename = "My File Host";
$siteurl = "YOURDOMAINNAME HERE/savefile_php/";
$admin25email = "emailaddress@localhost";
$att_max_size = '5000';
$att_filetypes = "gif|jpg|png|zip|rar|tar|gz|jar|";
But now i have a other error
Fatal error: Using $this when not in object context in /home/site/www/test/savefile_php/include/common.php on line 11
this line
$this->min_pass_length = 6;Plz help me.
Thank's