include("../../php/browsercheck.php"); $ua = browser_info(); include("../../php/Mobile_Detect.php"); $detect = new Mobile_Detect; if ($detect ->isMobile()) { header("Location: index2.php"); } ////ob_start("ob_gzhandler"); ?>
$dirname = implode("/", (explode('/', $_SERVER["REQUEST_URI"], -1))).'/'; $command = "/bin/grep jpg /home/tranceaddict/www/".$dirname."gallery.xml | grep CDATA | awk {'print $2'} | sed 's/href=\"//' | sed 's/\"//' | head -" .($i+1)." | tail -1"; $image = exec($command); echo ''; ?>