| Author | Message |
B5L5XIS
54 posts |
#39664 2008-09-25 10:02 GMT |
|
arkadaslar saolun letlogin yükledim ama şimdide iki tane kullanıcı paneli cıkıyoo http://pages.google.com/edit/B4L4XIS/kjj.jpg/kjj-full.jpg arkadas dedi şunu yap kalkar dedi Code: <!-- BEGIN: USER --> <div id="user"> <ul> <li>{HEADER_USERLIST} </li> <li>{HEADER_USER_PROFILE} </li> <li>{HEADER_USER_PFS} </li> <li>{HEADER_USER_PMREMINDER} </li> <li>{HEADER_USER_LOGINOUT} </li> <li>{HEADER_USER_ADMINPANEL} </li> <li>{HEADER_NOTICES} </li> </ul> </div> <!-- END: USER --> yaptım olmadı |
|
|
www.hack-ordusu.ch//www.saldiri.net
|
|
The_PcDelisi
258 posts |
#39665 2008-09-25 12:01 GMT |
|
header.tpl dosyasının kodlarını verirsen yardımcı olabilirim.
|
|
|
TeknoPaylasim.NET Biraz özenti oldu ama idare edin :)
5 Gün Deneme Hosting Veriyoruz Memnun kalırsanız Alıyorsunuz( Linux Windows ) Morelim Bozuk :( Pr 3 den/1e Düştü Lanet olsun bu içimdeki insan sevgisi |
|
B5L5XIS
54 posts |
#39773 2008-09-25 22:06 GMT |
|
benim header.tpl böle Code: <!-- BEGIN: HEADER -->
{HEADER_DOCTYPE} <html> <head> {HEADER_METAS} {HEADER_COMPOPUP} <title>{HEADER_TITLE}</title> <link href="skins/{PHP.skin}/{PHP.skin}.css" type="text/css" rel="stylesheet" /> </head> <body> <!--Seditio Skin Belagio Copyright © 2006 T3-Design.Com. All rights Reserved. --> <a name="ontop"></a> <div id="container"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="width:27px;"><img src="skins/{PHP.skin}/img/main/bl1.gif" alt="" /></td> <td style="width:927px;"> <table class="menu_holder"> <tr> <td class="menu_item"><a id="home" href="index.php"></a></td> <td class="menu_item"><a id="forums" href="forums.php"></a></td> <td class="menu_item"><a id="files" href="list.php?c=files"></a></td> <td> </td> <td class="menu_item"><a id="articles" href="list.php?c=articles"></a></td> <td class="menu_item"><a id="users" href="users.php"></a></td> <td class="menu_item"><a id="search" href="plug.php?e=search"></a></td> </tr> </table> </td> <td style="width:27px;"><img src="skins/{PHP.skin}/img/main/br1.gif" alt="" /></td> </tr> <tr> <td colspan="3"><a href="index.php"><img src="skins/{PHP.skin}/img/main/banner.gif" alt="" /></a></td> </tr> <tr> <td class="border_left"> </td> <td><br /> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="width:200px; padding-right:4px;"> <div class="cb_small_title">» {PHP.skinlang.usercp}</div> <div class="cb_main"> <strong>{PLUGIN_LEETLOGIN}</strong> <!-- BEGIN: GUEST --> <form name="login" action="users.php?m=auth&a=check&redirect=" method="post"> {PHP.skinlang.usersauth.Username}<br /> <input type="text" class="text" name="rusername" value="Username..." onBlur="if(this.value=='') this.value='Username...';" onFocus="if(this.value=='Username...') this.value='';" size="16" maxlength="32" /><br /> {PHP.skinlang.usersauth.Password}<br /> <input type="password" class="password" name="rpassword" value="Password" onBlur="if(this.value=='') this.value='Password';" onFocus="if(this.value=='Password') this.value='';" size="16" maxlength="32" /><br /> <input type="hidden" name="rcookiettl" value="5184000" /> <input type="submit" value="{PHP.skinlang.usersauth.Login}" /></form> <br /> <br /> <input type="button" onClick="window.location.href='users.php?m=register';" value="{PHP.skinlang.header.Register}" /> <input type="button" onClick="window.location.href='plug.php?e=passrecover';" value="{PHP.skinlang.usersauth.Lostpassword}" /> <!-- END: GUEST --> </div> <div class="cb_footer"> </div> <div class="cb_small_title">» {PHP.skinlang.quick_menu}</div> <div class="cb_main"> <ul id="quickmenu"> <li><a href="index.php">Ana Sayfa</a></li> <li><a href="forums.php">Forumlar</a></li> <li><a href="list.php?c=articles">Makaleler</a></li> <li><a href="plug.php?e=search">H-O Arama</a></li> <li><a href="users.php">Üyeler</a></li> <li><a href="www.legalhack.ch">LeGalhAck</a></li> <li><a href="list.php?c=news">Haberler</a></li> <li><a href="list.php?c=files">Dosyalar</a></li> </ul><br class="clear" /></div> <div class="cb_footer"> </div> <div class="cb_small_title">» {PHP.skinlang.quick_stats}</div> <div class="cb_main">{PLUGIN_QUICKSTATS}</div> <div class="cb_footer"> </div> <div class="cb_small_title">» {PHP.skinlang.quick_search}</div> <div class="cb_main"> <form id="ssearch" action="plug.php?e=search&a=search" method="post"> <input type="text" class="text" name="sq" value="search..." size="15" onBlur="if(this.value=='') this.value='search...';" onFocus="if(this.value=='search...') this.value='';" maxlength="32" /> <input type="submit" class="submit" value="{PHP.skinlang.btn_search}" alt ="" /> <input type="hidden" name="searchin_frm" value="1" /> <input type="hidden" name="frm_sub[]" value="9999"/> <input type="hidden" name="searchin_pag" value="1" /> <input type="hidden" name="pag_sub[]" value="all" /> <input type="hidden" name="searchin_use" value="1" /> </form> <a href="plug.php?e=search">{PHP.skinlang.advanced_search}</a> </div> <div class="cb_footer"> </div> </td> <td> <!-- END: HEADER --> |
|
|
www.hack-ordusu.ch//www.saldiri.net
|
|
seha
13 posts |
#39777 2008-09-26 01:08 GMT |
|
Code: <!-- BEGIN: GUEST --> <form name="login" action="users.php?m=auth&a=check&redirect=" method="post"> {PHP.skinlang.usersauth.Username}<br /> <input type="text" class="text" name="rusername" value="Username..." onBlur="if(this.value=='') this.value='Username...';" onFocus="if(this.value=='Username...') this.value='';" size="16" maxlength="32" /><br /> {PHP.skinlang.usersauth.Password}<br /> <input type="password" class="password" name="rpassword" value="Password" onBlur="if(this.value=='') this.value='Password';" onFocus="if(this.value=='Password') this.value='';" size="16" maxlength="32" /><br /> <input type="hidden" name="rcookiettl" value="5184000" /> <input type="submit" value="{PHP.skinlang.usersauth.Login}" /></form> <br /> <br /> <input type="button" onClick="window.location.href='users.php?m=register';" value="{PHP.skinlang.header.Register}" /> <input type="button" onClick="window.location.href='plug.php?e=passrecover';" value="{PHP.skinlang.usersauth.Lostpassword}" /> <!-- END: GUEST --> Code: <strong>{PLUGIN_LEETLOGIN}</strong> ikisinden herhangi birisini kaldir. This post was edited by seha (2008-09-26 02:37 GMT, 106 Gün ago) |
|
B5L5XIS
54 posts |
#39824 2008-09-26 08:20 GMT |
|
yaptım saol
|
|
|
www.hack-ordusu.ch//www.saldiri.net
|
> 1 <
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| avatarda yine hata | 2 | TRouBLeSHooTeR | 107 Gün |
| Default avatarda sorun | 9 | Sender | 611 Gün |
| texboxerde hata ve forum açarken hata yardım pls | 5 | Dvdbil | 419 Gün |
| cok değişik hata böyle hata görülmedi(: | 4 | Kaan | 99 Gün |
| hata | 2 | Aragorn-pc | 24 Gün |



