$q=$_GET['q']; $turler1=$_GET['tur']; if ($q=="") {$q="1";} if ($turler1=="") { $turler=$_POST["turler"]; } else {$turler=$turler1;} $tur=explode(",",$turler); $tur1=$tur[0]; $tur2=$tur[1]; $tur3=$tur[2];
$yil1=$_GET['yil']; if ($q=="") {$q="1";} if ($yil1=="") { $yil=$_POST["yil"]; } else {$yil=$yil1;} $harf=$_GET["harf"]; $animegoster="9"; $offset=($animegoster*($q-1)); if ($tur1!="" or $t=="yil") {
< Bu mesaj bu kişi tarafından değiştirildi Doctor-sama -- 13 Şubat 2021; 22:32:37 >
Notice: Undefined index: t in /var/www/vhosts/dosya.tv/httpdocs/wp-content/themes/dosya/animeara.php on line 7
Notice: Undefined index: q in /var/www/vhosts/dosya.tv/httpdocs/wp-content/themes/dosya/animeara.php on line 11
Notice: Undefined index: tur in /var/www/vhosts/dosya.tv/httpdocs/wp-content/themes/dosya/animeara.php on line 12
Notice: Undefined offset: 1 in /var/www/vhosts/dosya.tv/httpdocs/wp-content/themes/dosya/animeara.php on line 19
Notice: Undefined offset: 2 in /var/www/vhosts/dosya.tv/httpdocs/wp-content/themes/dosya/animeara.php on line 20
Notice: Undefined index: yil in /var/www/vhosts/dosya.tv/httpdocs/wp-content/themes/dosya/animeara.php on line 22
Notice: Undefined index: yil in /var/www/vhosts/dosya.tv/httpdocs/wp-content/themes/dosya/animeara.php on line 25
Notice: Undefined index: harf in /var/www/vhosts/dosya.tv/httpdocs/wp-content/themes/dosya/animeara.php on line 27
kodlar bunlar
$t=$_GET['t'];
if ($t=="")
{$t="tur";}
$q=$_GET['q'];
$turler1=$_GET['tur'];
if ($q=="") {$q="1";}
if ($turler1=="") {
$turler=$_POST["turler"]; }
else {$turler=$turler1;}
$tur=explode(",",$turler);
$tur1=$tur[0];
$tur2=$tur[1];
$tur3=$tur[2];
$yil1=$_GET['yil'];
if ($q=="") {$q="1";}
if ($yil1=="") {
$yil=$_POST["yil"]; }
else {$yil=$yil1;}
$harf=$_GET["harf"];
$animegoster="9";
$offset=($animegoster*($q-1));
if ($tur1!="" or $t=="yil") {
< Bu mesaj bu kişi tarafından değiştirildi Doctor-sama -- 13 Şubat 2021; 22:32:37 >