Example #1
0
	if(isset($_GET["tabs"])){tabs();exit;}
	if(isset($_GET["popup"])){rbls();exit;}
	if(isset($_GET["rbl-popup"])){rbl_add_popup();exit;}
	if(isset($_GET["rbl-list"])){rbl_list();exit;}
	if(isset($_POST["rbls-save"])){rbls_add();exit;}
	if(isset($_GET["keywords-edit"])){keywords_edit();exit;}
	if(isset($_GET["keywords-edit-save"])){keywords_edit_save();exit;}
	if(isset($_GET["RBLDisable"])){RBLDisable();exit;}
	if(isset($_GET["RBLDelete"])){RBLDelete();exit;}
	if(isset($_GET["results"])){results();exit;}
	if(isset($_GET["params"])){parameters();exit;}
	if(isset($_GET["PublicIPAddress"])){SaveParams();exit;}
	if(isset($_GET["CheckRBLNow"])){CheckRBLNow();exit;}
	
	if(isset($_GET["others-ip-list"])){other_ip_list();exit;}
	if(isset($_GET["OtherIpClient-add"])){other_ip_add();exit;}
	if(isset($_GET["OtherIpClient-del"])){other_ip_del();exit;}
	
	
	
js();

function js(){
	$tpl=new templates();
	$page=CurrentPageName();
	$title=$tpl->_ENGINE_parse_body("{rbl_check_artica}");		
	echo "YahooWin3('700','$page?tabs=yes','$title');";
	
}

Example #2
0
    exit;
}
if (isset($_GET["PublicIPAddress"])) {
    SaveParams();
    exit;
}
if (isset($_GET["CheckRBLNow"])) {
    CheckRBLNow();
    exit;
}
if (isset($_GET["others-ip-list"])) {
    other_ip_list();
    exit;
}
if (isset($_GET["OtherIpClient-add"])) {
    other_ip_add();
    exit;
}
if (isset($_GET["OtherIpClient-del"])) {
    other_ip_del();
    exit;
}
js();
function js()
{
    $tpl = new templates();
    $page = CurrentPageName();
    $title = $tpl->_ENGINE_parse_body("{rbl_check_artica}");
    echo "YahooWin3('700','{$page}?tabs=yes','{$title}');";
}
function parameters()