stripHtml($_REQUEST['p']); if (!is_numeric($page) || !isset($page) || empty($page) || strlen($page) <= 0 ){ $page = 0; } if ($page >= 35){ $robots = "NOINDEX,FOLLOW"; $p_rand = rand(7, 30); $content = $html->StartpageGenerateNewsV3($p_rand); } else { $robots = "INDEX,FOLLOW,ALL"; $content = $html->StartpageGenerateNewsV3($page); } $htmlMinified = $minObj->minifyHTML($content); echo $htmlMinified; $logs->logQuerys("Startpage Endless Scroll"); exit(0);