Your IP : 18.216.151.164


Current Path : /home/sudancam/.trash/quran/mobile/
Upload File :
Current File : /home/sudancam/.trash/quran/mobile/reader-location.php

<?php
include("../includes/function.php");
include("includes/function.php");
$sorax = intval($_POST['sora']);
if(!isset($_POST['x']) OR intval($_POST['x'])==0){ $x = 16; }else{ $x = intval($_POST['x']); }
if(isset($_POST['l']) OR intval($_POST['l']) != 0){ $l = intval($_POST['l']); }else{ $l = 3; }
if(isset($sorax) AND $sorax != 0 AND $sorax < 114){ $sora = $sorax; }else{ $sora = 1; }
if ($htmlorphp=="1"){ $links = "reader-".$sora."-".$x.".html"; }else{ $links = "index.php?sora=".$sora."&x=".$x.""; }
if ($htmlorphp=="1"){ $links2 = "s-".$sora."-".$l."-".$x.".html"; }else{ $links2 = "translate.php?sora=".$sora."&l=".$l."&x=".$x.""; }
if(isset($_POST['translate']) AND intval($_POST['translate']) == 1){
echo "<meta http-equiv='refresh' content='0; url=".$links2."' />";
}else{
echo "<meta http-equiv='refresh' content='0; url=".$links."' />";
}
?>