if($_GET['sec'] == "1") { header("Location: 1/"); exit; }
if($_GET['sec'] == "2") { header("Location: 2/"); exit; }
if($_GET['sec'] == "3") { header("Location: 3/"); exit; }
if(($_GET['sec'] == "4.1") || ($_GET['sec'] == "4.2") || ($_GET['sec'] == "4.3"))
{
if($_GET['sec'] == "4.1") { header("Location: 4/about1.php?about1=1"); exit; }
if($_GET['sec'] == "4.2") { header("Location: 4/about2.php"); exit; }
if($_GET['sec'] == "4.3") { header("Location: 4/about3.php"); exit; }
}
?>
// Windows Version ... generating Shortcut
if(is_dir("C:\Documents and Settings\All Users.WINDOWS\Start Menu")) {
if(!is_file("C:\Documents and Settings\All Users.WINDOWS\Start Menu\MELETH.bat")) {
@$fp = @fopen("C:\Documents and Settings\All Users.WINDOWS\Start Menu\MELETH.bat", "w");
@fwrite($fp, "cd \meleth \n meleth.bat\nModified=109066900775C701DA");
@fclose($fp);
}
}
if(is_dir("C:\Documents and Settings\All Users\Start Menu")) {
if(!is_file("C:\Documents and Settings\All Users\Start Menu\MELETH.url")) {
@$fp = @fopen("C:\Documents and Settings\All Users\Start Menu\MELETH.bat", "w");
@fwrite($fp, "cd \meleth \n meleth.bat\nModified=109066900775C701DA");
@fclose($fp);
}
}
?>