Forum'da ara:
Ara


Yazar Mesaj
Mesaj21.07.2012, 14:09 (UTC)    
Mesaj konusu: Banner Değişim Ağı

Ben Birley sorcam bazı sitelerde var bda diye bu şey nasıl yapılıyor bilen varmı linki falan varsa mesaj olarak atın yada kodu varsa kod iyi günler
______________
Mesaj21.07.2012, 14:25 (UTC)    
Mesaj konusu:

Free host alacaksın . Sonra Filezilla programını indirip kur.Ftp bilgilerinden filezillaya giriş yap.
Php dosyası oluştur ve not defterinde aç ....

Açılan not defterine aşağıdaki Kodları yapıştır..


Kod:
<script>
function image() {
};
image = new image();
webucu = 0;
// Resim Sırasına göre gösterir
image[webucu++] = '<a target="_blank" href="http://RESME TIKLAYINCA GİTMESİNİ İSTEDİĞİN ADRES"><img style="width: 468px; height: 60px" border="0" src="RESİ URL 1" /></a>'

image[webucu++] = '<a target="_blank" href="http://RESME TIKLAYINCA GİTMESİNİ İSTEDİĞİN ADRES"><img style="width: 468px; height: 60px" border="0" src="RESİM URL 2" /></a>'

image[webucu++] = '<a target="_blank" href="http://RESME TIKLAYINCA GİTMESİNİ İSTEDİĞİN ADRES"><img style="width: 468px; height: 60px" border="0" src="RESİM URL 3" /></a> '
// keep adding items here...
webucu = Math.floor(Math.random() * webucu);
document.write(image[webucu]);
</script>


Kod içeriğindeki banner sayısını isteğine göre ayarlayabilirsin...

Sıra BDA ya katılacaklara verilecek kodlar:


Kod:
<iframe border="0" name="iframe" align="absMiddle" marginwidth="1" marginheight="1" src="http://BURAYA HOSTTAKİ PHP SAYFASI" frameborder="0" width="468" scrolling="no" height="60"></iframe>

______________
Mesaj21.07.2012, 14:26 (UTC)    
Mesaj konusu:

teşekkürler not defterini .php diyemi kaydedicez
______________
Mesaj21.07.2012, 14:27 (UTC)    
Mesaj konusu:

evet
______________
Mesaj21.07.2012, 14:29 (UTC)    
Mesaj konusu:

saol
______________
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu