Canlı TV
<script language="javascript" src="http://in.sitekodlari.com/tv1.js"></script>
Canlı TV Model 2;
<script language="javascript" src="http://in.sitekodlari.com/tv2.js"></script>
Download Sayacı kodu
Kodu 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: BURAYAYUKLENECEKOLANDOSYAYININADINIYAZ.UZANTISIDABURAYA"); ?>2- Tekrar bir note defteri açıyoruz ve bunu da boş haliyle say.txt olarak kaydediyoruz.
3- Bu 1ve2 de bahsettiğim iki dosyayı FTP ile yüklenecek dosya ile aynı yer olmak şartı ile sitemize atıyoruz.
4- Son olarak yüklenecek dosyanın linkini şu şekilde veriyoruz <a href="sayac.php">Download</a>
5- Kaç kere yüklendiğini göstermek için ise
<?php
$myFile = "say.txt";
$fh = fopen($myFile, 'r');
$theData = fread($fh, filesize($myFile));
echo $theData;
bu kodu yazınız.
Döviz Kurları Kodu;
<script language="javascript" src="http://in.sitekodlari.com/doviz.js"></script>
Facebook Link Kodu ( bir sürü örnek olduğu için link veriyorum )
http://www.sitekodlari.com/facebooklinkkodu.php
Gazete okuma kodu;
<script language="javascript" src="http://in.sitekodlari.com/gazeteler.js"></script>
Günlük burç kodu;
<script language="javascript" src="http://in.sitekodlari.com/burc.js"></script>
Haber Kodu;
http://www.sitekodlari.com/haberlerkodu.php
Hava Durumu kodu;
http://www.sitekodlari.com/havadurumukodu.php
Hesap Makinesi Kodu;
<script language="javascript" src="http://in.sitekodlari.com/hesap.js"></script>
HTML Renk Kodu;
http://www.sitekodlari.com/htmlrenkkodlari.php
IMKB Endeksi kodu;
<script language="javascript" src="http://in.sitekodlari.com/imkb.js"></script>
İngilizce Türkçe Sözlük Kodu;
<script language="javascript" src="http://in.sitekodlari.com/sozluk.js"></script>
IP Adresi gösterme kodu;
http://www.sitekodlari.com/ipadresikodu.php
Kayan yazı kodu;
http://www.sitekodlari.com/kayanyazikodu.php
Saat kodu;
http://www.sitekodlari.com/saatkodu.php
http://www.sitekodlari.com
Burada devamı vardır.