Offline
Mesaj Sayısı: 11153
Konu Sayısı: 4308
Cinsiyet:
Nerden:
Üye ID: 2
Aktiflik
Uyarı Puanı:  %0
|
formumun templates 'ında yer alan index_body.tpl dosyasını bulun| CODE |  | <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> <tr> <td align="left" valign="bottom"><span class="gensmall"> <!-- BEGIN switch_user_logged_in --> {LAST_VISIT_DATE}<br /> <!-- END switch_user_logged_in --> {CURRENT_TIME}<br /></span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> <td align="right" valign="bottom" class="gensmall"> <!-- BEGIN switch_user_logged_in --> <a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br /> <!-- END switch_user_logged_in --> <a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td> </tr> </table> | Kodunu bulun ve sonuna ekleyin| CODE |  | <!-- BEGIN switch_user_logged_out --> <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline" align="center"> <tr> <td class="catHead" height="28"><span class="cattitle">ÖNEMLİ DUYURU</span></td> </tr> <tr> <td class="row1" align="left" height="40" valign="middle"><div align="center"><span class="genmed"> <b>Forumdan yararlanabilmek için üye olmanız gerekmektedir. Üye olmak için <a href="http://127.0.0.1/phpBB2/profile.php?mode=register">tıklayın.</a></b> </span></div></td> </tr> </table> <!-- END switch_user_logged_out --> | Farklı seçenekler için| CODE |  | <MARQUEE behavior=alternate bgColor=#ff0000 scrollDelay=155 align="middle">deneme mesajı</MARQUEE>
YUKARIDAKİ KOD KIRMIZI ŞERİT İÇİNDE YAZAR "DENEME MESAJINI" KENDİNİZE GÖRE DEĞİŞTİRİN ---------------------------------------------
<marquee class="kyazi" onmouseover="this.stop()" onmouseout="this.start()">!!!İSTEDİGİNİ YAZABİLİRSİN !!!</marquee>" YUKARIDAKİ KOD SADE OLARAK GEÇER "İSTEDİĞNİ YAZABİLİRSİN" OLAN YERİ KENDİNİZE GÖRE DEĞİŞTİRİN --------------------------------------------- YUKARI KAYAN YAZI <HTML> <HEAD> <TITLE>Untitled Page</TITLE> <META NAME="Generator" CONTENT="Created by DJ.KAYA"> </HEAD> <BODY bgcolor="#FFFFFF" text="#000000" vlink="#FF0000"><DIV style="overflow:hidden; position:absolute; left:357px; top:71px; width:233px; height:336px; z-index:0" align="left" align="top"> <p><font color="#00FF00" size="3" face="Arial"><strong><marquee bgcolor="#000080" height="331" direction="up" scrolldelay="80" scrollamount="2" behavior="scroll" align="top" loop="0"> İSTEDİĞİNİYAZABİLİRSİN</marquee></strong></font></p> </DIV> </BODY> </HTML> BU KOD MAVİ DİKDÖRTGEN İÇERİSİNDE YUKARIYA DOĞRU KAYAN YAZIDIR "İSTEDİĞİNİ YAZABİLİRSİN" YAZAN KISMI KENDİNİZE GÖRE DEĞİŞTİRİN ---------------------------------------- AŞŞAĞIDAKİ KOD İSE STATUS BARDA GEÇEN ÇOK GÜZEL BİR KOD
<SCRIPT language=JavaScript> puchtit=")<==( <<<.::xxxforumu.CoM::.>>> )==>("; letrero1="=H-=O-=Ş-=G-=E-=L-=D-=İ-=-N "; letrero2="=S-=İ-=T-=E-=M-=İ-=Z-=E-=- ";ultimo1=letrero1.length-1; ultimo2=letrero2.length-1; tiempo=setTimeout("scroll()",50); function scroll() { aux1=letrero1.charAt(ultimo1-1); letrero1=aux1+letrero1.substring(0,ultimo1-1); aux2=letrero2.charAt(0); letrero2=letrero2.substring(1,ultimo2+1)+aux2; window.status="(" + letrero2 + puchtit + letrero1 + ")"; tiempo=setTimeout("scroll()",50); return true; } // --> </SCRIPT> ---------------------------------------------- AŞAĞIDAKİ KOD İSE SİTENİN YUKARISINDA BUTON SEKLİNDE KAYAN YAZI OLARAK GÖZÜKÜR <title>z-buton-5</title></head> <body> <script language="Javascript"> <!-- // please keep these lines on when you copy the source // made by: ForumTA var speed = 100 var message = " <<<xxx.CoM>>> " var s = 0 var l = message.length document.write("<form name='btn'><input type='button' " +"name='sc' value='"+ message +"'></form>") function btnsc() { document.btn.sc.value = message.substring(s,l) + message.substring(0,s) s++ if (s >= l) { s = 0 } setTimeout("btnsc()",speed) } btnsc(); //--> </script> <p> </p> <p> </p> </body> </html> YUKARIDA SADECE XXX.CoM KISMINI DEĞİŞTİRİN YETER ------------------------------------ <html> <title>Forum ismi</title> <tr> <td width="155" bgcolor="#011D5C" bordercolor="#000000" bordercolordark="#000000" bordercolorlight="#000000" height="27"><font color="blue" size="2" face="Arial"><strong><marquee height="27" scrolldelay="90" width="180" border="0"> buraya istediğiniz yazıyı girin... by : DJ.KAYA</marquee></strong></font></td> </tr> </html> |
|