exit;
}
if (isset($_GET["postqueue-context-list"])) {
    postqueue_context_list();
    exit;
}
if (isset($_GET["ban-to-domain"])) {
    ban_domains_js();
    exit;
}
if (isset($_GET["ban-to-domain-perform"])) {
    ban_domains_perform();
    exit;
}
if (isset($_GET["banned"])) {
    banned_domains();
    exit;
}
if (isset($_GET["banned-list"])) {
    banned_list();
    exit;
}
if (isset($_GET["banned-delete"])) {
    banned_delete_js();
    exit;
}
if (isset($_GET["banned-delete-perform"])) {
    banned_delete_perform();
    exit;
}
if (isset($_GET["js-message"])) {
예제 #2
0
     $db_con->query($sql_query);
     if ($debug && $db_con->errno) {
         $err_row = __LINE__ - 2;
         printf("<p><span class='red'>&nbsp;MySQL failure: %s&nbsp;\n<br /></span></p>", $db_con->error);
         if (__FUNCTION__) {
             printf("<p><span class='red'>&nbsp;Found in script: " . __FILE__ . "&nbsp;&nbsp;row: {$err_row}&nbsp;&nbsp;in function():&nbsp;" . __FUNCTION__ . "&nbsp;<br /></span></p>");
         } else {
             printf("<p><span class='red'>&nbsp;Found in script: " . __FILE__ . "&nbsp;&nbsp;row: {$err_row}&nbsp;<br /></span></p>");
         }
         printf("<p><span class='red'>&nbsp;Script execution aborted.&nbsp;<br /></span>");
         printf("<p><strong>Invalid query string, which caused the SQL error:</strong></p>");
         echo "<p> {$sql_query} </p>";
         exit;
     }
     $valid = '1';
     banned_domains($valid);
     break;
 case '':
     approve_newsites();
     break;
 case 35:
     $phpinfo = '';
     ob_start();
     // redirect output into buffer
     phpinfo();
     $phpinfo = ob_get_contents();
     // get all from phpinfo
     ob_end_clean();
     // clean buffer and close it
     //  extract the table content
     $start = stripos($phpinfo, "<table ");
예제 #3
0
if(isset($_GET["settings-queue-save"])){queue_settings_save();exit;}

if(isset($_GET["details"])){popup_postqueue();exit;}
if(isset($_GET["details-list"])){popup_postqueue_details();exit;}
if(isset($_GET["details-list-from"])){popup_postqueue_details_form();exit;}
if(isset($_GET["details-list-search-to"])){popup_postqueue_details_search();exit;}
if(isset($_GET["details-list-search-from"])){popup_postqueue_details_search();exit;}


if(isset($_GET["postqueue-context"])){postqueue_context_popup();exit;}
if(isset($_GET["postqueue-context-list"])){postqueue_context_list();exit;}

if(isset($_GET["ban-to-domain"])){ban_domains_js();exit;}
if(isset($_GET["ban-to-domain-perform"])){ban_domains_perform();exit;}

if(isset($_GET["banned"])){banned_domains();exit;}
if(isset($_GET["banned-list"])){banned_list();exit;}

if(isset($_GET["banned-delete"])){banned_delete_js();exit;}
if(isset($_GET["banned-delete-perform"])){banned_delete_perform();exit;}





if(isset($_GET["js-message"])){queue_js();exit;}

//postfix_queue_monitoring();

function banned_delete_js(){
	$page=CurrentPageName();