Your IP : 13.58.44.229


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

<?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"){ $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=".url(18,$sora,$x)."' />";
}
?>