| Server IP : 185.86.4.75 / Your IP : 216.73.216.143 Web Server : Apache System : Linux lotom.com.tr 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64 User : lotomcom ( 10006) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/lotom.com.tr/httpdocs/ |
Upload File : |
<?
include("$host/lotokdata.php");
mysql_connect("localhost","$db","Sanane777") or die ("MySQL'e bağlanamadım");
mysql_select_db("$tb") or die ("MySQL'de veritabanını bulamadım");
mysql_query("SET NAMES 'latin5'");
$onlotom="SELECT * FROM spbikr ORDER BY tarih";
$sorgu=mysql_query($onlotom);
$sayi=mysql_num_rows($sorgu);
$sayac=$sayi-1;
?>
<div class="tahdk">
<div class="luzen">
<div class="luzen2"><h2>Süper Piyango Son Çekilişler</h2></div>
</div>
<?
$mpsonsay=0;
while ($sayac>-1):
$no = array (
1=> @mysql_result($sorgu, $sayac, "tarih"),
);
$tarih1=substr ($no[1],0,4);
$tarih2=substr ($no[1],4,2);
$tarih3=substr ($no[1],6,2);
if ($mpsonsay>7){$sayac=-1;}
?>
<div class="biletso">
<div class="biletson"><a title="Süper Piyango <?echo "$tarih3.$tarih2.$tarih1";?> tarihli sonuçları" href="https://www.lotom.com.tr/super-piyango-cekilis-sonuclari-sp<?echo "$tarih1$tarih2$tarih3";?>/"><h5>Süper Piyango <?echo "$tarih3.$tarih2.$tarih1";?><h5></a></div>
<?
$sayac--;
$mpsonsay++;
endwhile;
?>
</div>