Yazar |
Mesaj |
-

yousnet
Acemi Üye
Konum: Bursa
|
13.10.2009, 06:25 (UTC) Mesaj konusu: |
|
|
Güncel Virüs Bilgileri
Kod: <script language="JavaScript" type="text/javascript" src="http://webmasterim.com/yeni_virusler/yeni_virusler.php?t_r_1=DCDCDC&t_r_2=F5F5F5&y_g=verdana&y_b=1&y_r=000000"></script> |
|
↑
|
|
 |
-

yousnet
Acemi Üye
Konum: Bursa
|
13.10.2009, 06:28 (UTC) Mesaj konusu: |
|
|
Çeşitli Gül Resimleri
Kod: <a href="http://yousnet.tr.gg/"><img src="http://files.bum-files.com/Files/GlitterGraphics/092043306d0b4c6e0.gif" border="0" /></a>
Kod: <a href="http://yousnet.tr.gg/"><img src="http://files.bum-files.com/Files/GlitterGraphics/092043306d3547898.gif" border="0" /></a>
Kod: <a href="http://yousnet.tr.gg/"><img src="http://files.bum-files.com/Files/GlitterGraphics/page2/1134168106_titti2.gif" border="0" /></a>
Kod: <a href="http://yousnet.tr.gg/"><img src="http://files.bum-files.com/Files/GlitterGraphics/page2/cartoon_10.gif" border="0" /></a>
Kod: <a href="http://yousnet.tr.gg/"><img src="http://files.bum-files.com/Files/GlitterGraphics/page2/cartoon_123.gif" border="0" /></a>
Kod: <a href="http://yousnet.tr.gg/"><img src="http://files.bum-files.com/Files/GlitterGraphics/page3/cartoon_149.gif" border="0" /></a>
Kod: <a href="http://yousnet.tr.gg/"><img src="http://files.bum-files.com/Files/GlitterGraphics/page3/cartoon_171.gif" border="0" /></a> |
|
↑
|
|
 |
-

yousnet
Acemi Üye
Konum: Bursa
|
13.10.2009, 06:29 (UTC) Mesaj konusu: |
|
|
Hello Adlı Simli Gif
Kod: <img src="http://files.bum-files.com/Files/GlitterGraphics/page5/hellog5lu0fq6xg.gif" border="0" /> |
|
↑
|
|
 |
-

yousnet
Acemi Üye
Konum: Bursa
|
13.10.2009, 06:31 (UTC) Mesaj konusu: |
|
|
Kodlarınızı Şifreleyin Kimse Çalamasın !
Kod: <!-----KAYNAK:www.heryerden.com------!>
<IFRAME name="koddeneme sayfasi" src="http://www.heryerden.com/yazilarim/sifrele.html" style='top:0px;left:0px;position:absolute' width="431" height="497" scrolling="no" frameborder="0" marginwidth="0" marginheight="0"></IFRAME> <!-----KAYNAK:www.heryerden.com------!> |
|
↑
|
|
 |
-

yousnet
Acemi Üye
Konum: Bursa
|
13.10.2009, 12:09 (UTC) Mesaj konusu: |
|
|
Yönlendirme Kodu
Kod: <meta http-equiv="refresh" content="5;URL=http://site ismi">
5 saniye beklemedentedir yükseltebilirsiniz 10 , 30 , 70 saniye gibi.. |
|
↑
|
|
 |
-

benimsitem1993
Uzman Üye
Konum: Istanbul..
|
13.10.2009, 12:14 (UTC) Mesaj konusu: |
|
|
Verdiğin kodlar için sağolda,bazıları iframe var..  ______________ balikesirerdek.tr.gg ve exevolium.tr.gg adresleri şahsıma aittir.  |
|
↑
|
|
 |
-

egitimsitesixx
Acemi Üye
|
13.10.2009, 13:40 (UTC) Mesaj konusu: |
|
|
teşekkürler ______________  |
|
↑
|
|
 |
-

yousnet
Acemi Üye
Konum: Bursa
|
13.10.2009, 15:44 (UTC) Mesaj konusu: |
|
|
sonuç olarak html kod :=) |
|
↑
|
|
 |
-

yousnet
Acemi Üye
Konum: Bursa
|
13.10.2009, 15:45 (UTC) Mesaj konusu: |
|
|
Her Gün Bir Dua
İframedir xD
Kod: <IFRAME SRC=http://www.islamiyet.gen.tr/webmaster/dualar.php width=360 height=360 frameborder=0 scrolling=yes></IFRAME> |
|
↑
|
|
 |
-

yousnet
Acemi Üye
Konum: Bursa
|
13.10.2009, 15:46 (UTC) Mesaj konusu: |
|
|
Renkli Scroll Bar Yapımı
Kod: <style TYPE="text/css">BODY {
SCROLLBAR-FACE-COLOR: #660066; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #880088; SCROLLBAR-DARKSHADOW-COLOR: #000000}
</style>
|
|
↑
|
|
 |
-

yousnet
Acemi Üye
Konum: Bursa
|
13.10.2009, 15:47 (UTC) Mesaj konusu: |
|
|
Ekran Kaydırma
Kod: <script language="JavaScript1.2">
// Arama ve Reklam Hizmetleri --> www.yousnet.tr.gg
var currentpos=0,alt=1,curpos1=0,curpos2=-1
function initialize(){
startit()
}
function scrollwindow(){
if (document.all)
temp=document.body.scrollTop
else
temp=window.pageYOffset
if (alt==0)
alt=1
else
alt=0
if (alt==0)
curpos1=temp
else
curpos2=temp
if (curpos1!=curpos2){
if (document.all)
currentpos=document.body.scrollTop+1
else
currentpos=window.pageYOffset+1
window.scroll(0,currentpos)
}
else{
currentpos=0
window.scroll(0,currentpos)
}
}
function startit(){
setInterval("scrollwindow()",10)
}
window.onload=initialize
</script>
|
|
↑
|
|
 |
-

cincocuk
Bedava-Sitem Bağımlısı
|
13.10.2009, 15:51 (UTC) Mesaj konusu: |
|
|
Teşekkürler Ama İframe onları kullanmayın ______________ Upsss... xD |
|
↑
|
|
 |
-

biltekno-web
Uzman Üye
|
15.10.2009, 09:38 (UTC) Mesaj konusu: |
|
|
cincocuk yazmış: Teşekkürler Ama İframe onları kullanmayın
çoğu iframe zaten  ______________ Siteme yazar arıyorum ..
30 özgün yazı yazana 500 mb host veriyorum . |
|
↑
|
|
 |
|