Exemplo n.º 1
0
             events("{$DEBUGHOSTNAME} Is SURBL ?" . __LINE__);
         }
         if (surblclient($GLOBALS["LOG_AR"])) {
             continue;
         }
     }
     if ($GLOBALS["DebugLoop"]) {
         events("Quota size ?" . __LINE__);
     }
     if (QuotaSize($IP, $userid, $URI, $DEBUGHOSTNAME, $GLOBALS["LOG_AR"])) {
         continue;
     }
     if ($GLOBALS["DebugLoop"]) {
         events("To ufdb ?" . __LINE__);
     }
     if (UfdbBlackList($ToUfdb, $GLOBALS["LOG_AR"], $ToUfdbKey)) {
         continue;
     }
 }
 if ($GLOBALS["DebugLoop"]) {
     events("GoogleSafeBrowsing ?" . __LINE__);
 }
 if (GoogleSafeBrowsing($URI, $PROTO, $H["host"], $IP, $userid)) {
     continue;
 }
 if ($GLOBALS["DebugLoop"]) {
     events("HyperCacheRules ?" . __LINE__);
 }
 if (HyperCacheRules($PROTO, $ToUfdb, $URI, $IP, $userid, $DEBUGHOSTNAME)) {
     if ($GLOBALS["HyperCacheDebug"]) {
         events("HyperCacheRules: SEND");
Exemplo n.º 2
0
			if($GLOBALS["DebugLoop"]){events( "$DEBUGHOSTNAME: $ OUPTUT NULL $ ".__LINE__);}
			Output_results(null);
			continue;
		}
		
		if($GLOBALS["DebugLoop"]){events( "$DEBUGHOSTNAME Is Blacklisted ?".__LINE__);}
		if(BlacklistedBase($URI,$IP,$userid)){continue;}
		
		if($GLOBALS["DebugLoop"]){events( "$DEBUGHOSTNAME Is Unlocked ?".__LINE__);}
		if(Unlocked($URI,$IP,$userid)){
			if($GLOBALS["VIDEOCACHE_DEBUG"]){events( "StreamCache($IP..) ".__LINE__);}
			if(StreamCache($PROTO,$ToVideoCache,$URI,$IP,$userid)){continue;}
			continue;
		}
		if($GLOBALS["DebugLoop"]){events( "To ufdb ?".__LINE__);}
		if(UfdbBlackList($ToUfdb)){continue;}
	}
	
	if($GLOBALS["DebugLoop"]){events( "GoogleSafeBrowsing ?".__LINE__);}
	if(GoogleSafeBrowsing($URI,$PROTO,$H["host"],$IP,$userid)){continue;}
	
	
	if($GLOBALS["VIDEOCACHE_DEBUG"]){events( "StreamCache($IP..) L.".__LINE__);}
	if($GLOBALS["DebugLoop"]){events( "StreamCache ?".__LINE__);}
	if(StreamCache($PROTO,$ToVideoCache,$URI,$IP,$userid)){
		if($GLOBALS["VIDEOCACHE_DEBUG"]){events( "StreamCache($IP..) -> CONTINUE".__LINE__);}
		continue;
	}
	if($GLOBALS["DebugLoop"]){events( "HyperCacheRules ?".__LINE__);}
	if(HyperCacheRules($PROTO,$ToVideoCache,$URI,$IP,$userid,$DEBUGHOSTNAME)){
		if($GLOBALS["HyperCacheDebug"]){events("HyperCacheRules: SEND");}