Esempio n. 1
0
	if(isset($_POST["smtp_notifications"])){SMTP_PARAMETERS_SAVE();exit;}
	if(isset($_GET["test-smtp-js"])){tests_smtp_js();exit;}
	if(isset($_GET["smtp_sendto"])){tests_smtp();exit;}
	
	
	if(isset($_POST["UfdbGuardHTTPAllowUnblock"])){UNLOCK_SAVE();exit;}
	if(isset($_GET["EnableSquidGuardHTTPService"])){save();exit;}
	if(isset($_GET["tabs"])){tabs();exit;}
	if(isset($_GET["popup"])){popup();exit;}
	if(isset($_GET["per-categories"])){per_category_main();exit;}
	if(isset($_GET["per-categories-settings"])){per_category_settings();exit;}
	if(isset($_POST["external_uri"])){per_category_settings_save();exit;}
	if(isset($_GET["skin"])){skin();exit;}
	if(isset($_POST["CATEGORY"])){SAVE_SKIN();exit;}
	if(isset($_GET["unlock"])){UNLOCK_SECTION();exit;}
	if(isset($_GET["skin-tabs"])){skin_tabs();exit;}
	if(isset($_GET["skin-logo"])){skin_logo();exit;}
js();	
	
function js(){
	$tpl=new templates();
	$page=CurrentPageName();
	$title=$tpl->_ENGINE_parse_body("{banned_page_webservice}");
	header("content-type: application/x-javascript");
	$html="
		YahooWin5('1071','$page?tabs=yes','$title');
	";
	echo $html;
		
		
}
Esempio n. 2
0
    exit;
}
if (isset($_GET["skin"])) {
    skin();
    exit;
}
if (isset($_POST["CATEGORY"])) {
    SAVE_SKIN();
    exit;
}
if (isset($_GET["unlock"])) {
    UNLOCK_SECTION();
    exit;
}
if (isset($_GET["skin-tabs"])) {
    skin_tabs();
    exit;
}
if (isset($_GET["skin-logo"])) {
    skin_logo();
    exit;
}
js();
function js()
{
    $tpl = new templates();
    $page = CurrentPageName();
    $title = $tpl->_ENGINE_parse_body("{banned_page_webservice}");
    header("content-type: application/x-javascript");
    $html = "\n\t\tYahooWin5('1071','{$page}?tabs=yes','{$title}');\n\t";
    echo $html;