Site’ye IMKB Endeksini Gösteren Kod Ekleme

Html No Comments »

Sitenize IMKB ile eş zamanlı borsadaki hisse senetlerinin anlık Durumlarını gösteren kod.

Yapmanız gereken aşağıdaki kodu kopyalayıp uygun bir yere yapıştırmak

<script language="javascript" src="http://downloads.smfnet.org/file/imkb.js"></script>

Read the rest of this entry »

Download Sayaç Kodu Ekleme

Html No Comments »

Nasıl Kullanacağım ?
1- İlk olarak aşağıdaki kodu not defterine kaydediyoruz ve sonrasında farklı kaydet yapıp ismini sayac.php yapıyoruz

    <?php
    $myFile = "say.txt";
    $fh = fopen($myFile, 'r');
    $theData = fread($fh, filesize($myFile));
    fclose($fh);

    $theData = $theData + 1;

    $myFile = "say.txt";
    $fh = fopen($myFile, 'w') or die("can't open file");
    fwrite($fh, $theData);
    fclose($fh);

    header("Location: DOSYAADI.UZANTISI");
    ?>   

Read the rest of this entry »

Site İçin TV İzleme Kodları

Html No Comments »

Canlı Televizyon İzleme Kodu ile sitenize tv izleme özelliğini kazandırabilirsiniz.
tek yapmanız gereken aşağıdaki kodu aşağıdaki kodu kullanmanız.

<script language="javascript" src="http://downloads.smfnet.org/file/tv1.js"></script>

ÖRNEK GÖSTERİM( temadan dolayı sağ’da problem var normalde sorunsuz çalışıyor)


Read the rest of this entry »

Yatay Canlı Televizyon İzleme Kodu

Html No Comments »

Canlı Televizyon İzleme Kodu ile sitenize tv izleme özelliğini kazandırabilirsiniz.
tek yapmanız gereken aşağıdaki kodu aşağıdaki kodu kullanmanız.

<script language="javascript" src="http://downloads.smfnet.org/file/tv2.js"></script>

Read the rest of this entry »

Toplam 2 sayfa, 1. sayfa gösteriliyor.12
WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Giriş