Seditio ve Ldu hakkında sınırsız arama yapın
 
 
> 1 <

Etiketler: exodus daki gibi kodlardan oluşan girşi lazım

Author Message

networker

Members


Online status

18 posts

Location: Turkey
Occupation:
Age:

#562   2007-03-21 17:22 GMT      

arkadaşlar leetlogin kullandım ama giriş yapmıyor deli olucam bende şöyle bir fikir düşündüm
T3 Exodus skinide kodlardan oluşan bir üye girşi var ya skini yada o skindeki kodları bana birisi verirse cok sevinirim gercekten

Kaan

Moderators


Online status

2,038 posts
http://www.ntka.org
Pagerank: 3

Location: Turkey
Occupation: Destek
Age: 25

#564   2007-03-21 17:29 GMT      
Code:
<!-- BEGIN: GUEST -->
<form name="login" action="users.php?m=auth&amp;a=check&amp;redirect=" method="post">
{PHP.skinlang.usersauth.Username}<br />
<input type="text" class="text" name="rusername" size="16" maxlength="32" /><br />
{PHP.skinlang.usersauth.Password}<br />
<input type="password" class="password" name="rpassword" size="16" maxlength="32" /><br />
<input type="hidden" name="rcookiettl" value="5184000" />
<input type="submit" style="font-size:10px; " value="{PHP.skinlang.usersauth.Login}" />
</form>
<br />[<a href="users.php?m=register">{PHP.skinlang.header.Register}</a>]<br />
[<a href="plug.php?e=passrecover">{PHP.skinlang.header.Lostyourpassword}</a>]
<!-- END: GUEST -->

networker

Members


Online status

18 posts

Location: Turkey
Occupation:
Age:

#566   2007-03-21 17:35 GMT      

kardeş bu o üye girşi değil onda kullanıcı adı şifre yazma yeri var bunda ise login ve register diye link halinde

Kaan

Moderators


Online status

2,038 posts
http://www.ntka.org
Pagerank: 3

Location: Turkey
Occupation: Destek
Age: 25

#568   2007-03-21 17:47 GMT      
Ben ordakini aynısını yapıştırdım baska yok.
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>
<div id="container">

<div id="header">
<a href="index.php"><img src="skins/{PHP.skin}/main/top.gif" alt="" /></a>

</div>

<div id="nav">

{PHP.cfg.menu1}

</div>
<br />

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="180" style="padding:0px 0px 0px 4px;">

<div class="box"><h2>{PHP.skinlang.index.User_cp}</h2>
<div class="boxtext">
        <!-- BEGIN: USER -->
  <div class="user">
    <ul>
      <li>{HEADER_LOGSTATUS}&nbsp;</li>
      <li>{HEADER_USER_ADMINPANEL}&nbsp;</li>
      <li>{HEADER_USER_PFS}&nbsp;</li>
      <li>{HEADER_USERLIST}&nbsp;</li>
      <li>{HEADER_USER_PROFILE}&nbsp;</li>
      <li>{HEADER_USER_PMREMINDER}&nbsp;</li>
      <li>{HEADER_USER_LOGINOUT}&nbsp;</li>
      <li>{HEADER_NOTICES}&nbsp;</li>
</ul>
</div>
<!-- END: USER -->

<!-- BEGIN: GUEST -->
<form name="login" action="users.php?m=auth&amp;a=check&amp;redirect=" method="post">
{PHP.skinlang.usersauth.Username}<br />
<input type="text" class="text" name="rusername" size="16" maxlength="32" /><br />
{PHP.skinlang.usersauth.Password}<br />
<input type="password" class="password" name="rpassword" size="16" maxlength="32" /><br />
<input type="hidden" name="rcookiettl" value="5184000" />
<input type="submit" style="font-size:10px; " value="{PHP.skinlang.usersauth.Login}" />
</form>
<br />[<a href="users.php?m=register">{PHP.skinlang.header.Register}</a>]<br />
[<a href="plug.php?e=passrecover">{PHP.skinlang.header.Lostyourpassword}</a>]
<!-- END: GUEST -->
</div>
</div>

<div class="box"><h2>{PHP.skinlang.index.Search}</h2>
   <div class="boxtext">
<form id="search" action="plug.php?e=search&amp;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="Go" />

<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>&nbsp;<a href="plug.php?e=search">{PHP.skinlang.index.Advanced_Search}</a>
   </div>
</div>

<div class="box"><h2>{PHP.skinlang.index.Online}</h2>
  <div class="boxtext"><a href="plug.php?e=whosonline">{PHP.out.whosonline}</a> :<br />{PHP.out.whosonline_reg_list}</div>
</div>
</td>
    <td>

<!-- END: HEADER -->

index.tpl

Code:
<!-- BEGIN: MAIN -->

<table border="0" cellpadding="0" cellspacing="0" style="width:100%;">
<tr>
<td style="padding:0px 0px 0px 4px; width:500px;">
{INDEX_NEWS}
<div class="box"><h2>{PHP.skinlang.index.Newinforums}</h2>
<div class="boxtext">{PLUGIN_LATESTTOPICS}</div></div>
</td>
<td style="padding:0px 4px 0px 4px;">
<div class="box"><h2>{PHP.skinlang.index.Polls} </h2>
<div class="boxtext">{PLUGIN_LATESTPOLL}</div></div>
<div class="box"><h2>{PHP.skinlang.index.Recentadditions}</h2>
<div class="boxtext">{PLUGIN_LATESTPAGES}</div></div>
</td>
</tr>
</table>

<!--Seditio Skin T3 Exodus v2.0 Copyright © 2006 T3-Design.Com. All rights Reserved. -->
<!-- END: MAIN -->

networker

Members


Online status

18 posts

Location: Turkey
Occupation:
Age:

#569   2007-03-21 18:01 GMT      
kardeş bundada giriş yapmıyor ben temamı kendim yaptım acaba yaparken bir yerde hatamı yaptım :S


herşey calışıyor en önemlisi üye girşi birde anket calışmıyor :S

Dvdbil

Administrator


Online status

2,179 posts
http://www.seditio-tr.com
Pagerank: 3

Location: Turkey istanbul
Occupation: Web Site(ler) İşletmeciliği :)
Age: 28

#570   2007-03-21 18:03 GMT      
Örnek siteyi göstermelisin bu şekilde yardımcı olmak zor..

networker

Members


Online status

18 posts

Location: Turkey
Occupation:
Age:

#572   2007-03-21 18:05 GMT      
sitem locelde kardeş

Kaan

Moderators


Online status

2,038 posts
http://www.ntka.org
Pagerank: 3

Location: Turkey
Occupation: Destek
Age: 25

#584   2007-03-21 21:00 GMT      
leetlogin den olabilir.

networker

Members


Online status

18 posts

Location: Turkey
Occupation:
Age:

#586   2007-03-21 21:31 GMT      

kardeş senin son verdin kodlarıda denedim onda bile giriş yapmadı :s kul adı şifremi yazıyon tmm diyom ana sayfaya geliyor ama giriş yapmamış halde :S

Kaan

Moderators


Online status

2,038 posts
http://www.ntka.org
Pagerank: 3

Location: Turkey
Occupation: Destek
Age: 25

#600   2007-03-22 09:04 GMT      
Anladım obendede olmuştu bir ara sanırım o leetloginden kaynaklanıyor orjinal leetlogin yükle ben ldu yu cevirmiş tim giriş yapıyordu ama solda yine giriş yapın yazıyordu orjinal eklenti yükle düzelecektir.
> 1 <

Benzer konular (Similar topics) #BETA

Keywords (beta):

Forum Arşiv (beta):

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207]