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

Etiketler: leetlogin farklı şekil yapma

Author Message

3nokta5

Banned


Online status

397 posts
http://www.erotikitiraf.com/
Pagerank: 2

Location: Turkey
Occupation:
Age: 117

#31780   2008-07-06 16:14 GMT      

arkadaşlar benim iki tane sorunum var çok denedim ama yapamadım hatta iyicene karıştırdım etrafı diyebilirim yardımc olursanız sevinirim şimdiden teşekkürler..
ik sorunum böyle bir leetlogin yapmak istiyorum

This post was edited by 3nokta5 (2008-07-06 20:03 GMT, 152 Gün ago)
yoklan size bi halt adam olana halt

Kaan

Moderators


Online status

2,151 posts
http://www.ntka.org
Pagerank: 2

Location: Turkey
Occupation: Destek
Age: 26

#31812   2008-07-06 23:45 GMT      
Aşagıdaki kodlara bir setup dosyası oluştur ve eklenti haline getir yukle Hata olabilir test etmedim..


Code:
<?PHP

/* ====================
Land Down Under - Website engine
Copyright Neocrome
http://www.neocrome.net

[BEGIN_SED]
File=plugins/loginform/loginform.php
Version=125
Updated=2008
Type=Plugin
Author=Kaan
Description=
[END_SED]

[BEGIN_SED_EXTPLUGIN]
Code=loginform
Part=forum
File=loginform
Hooks=forums.sections.tags
Tags=forums.sections.tpl:{FOFRUM_LOGINFORM}
Minlevel=0
Order=10
[END_SED_EXTPLUGIN]

==================== */

if (!defined('SED_CODE')) { die('Wrong URL.'); }



if ($usr['maingrp'] == 0) {
$loginform = "
<form name=\"login\" action=\"users.php?m=login&amp;a=check&amp;footsub=sub\" method=\"post\">
  <table width=\"100%\" cellpadding=\"3\" cellspacing=\"1\" border=\"0\" class=\"forumline\">
<tr>
  <td class=\"catHead\" height=\"28\"><span class=\"cattitle\"><a

href=\"users.php\">Giriş</a></span></td>
</tr>
<tr>
  <td class=\"row1\" align=\"center\" style=\"vertical-align:middle;\" height=\"28\"><span

class=\"gensmall\">Kullanıcı Adı:
<input class=\"post\" type=\"text\" maxlength=\"32\" name=\"rusername\" size=\"10\" />
&nbsp;&nbsp;&nbsp;Şifre:
<input class=\"post\" type=\"password\" name=\"rpassword\" size=\"10\" maxlength=\"32\"

/>
&nbsp;&nbsp; &nbsp;&nbsp;Beni Hatırla
<input class=\"text\" type=\"checkbox\" name=\"rcookiechebox\" checked=\"checked\" />
&nbsp;&nbsp;&nbsp;
<input type=\"submit\" class=\"mainoption\" name=\"login\" value=\"Giriş\" /><br />
<a href=\"users.php?m=register\">Kayıt Ol</a> &nbsp; &nbsp;
<a href=\"plug.php?e=passrecover\">Şifremi Unuttum?</a>
</span> </td>
</tr>
  </table>
</form>
";
}


$t-> assign(array(

"FORUM_LOGINFORM" => $loginform,

));

?>

3nokta5

Banned


Online status

397 posts
http://www.erotikitiraf.com/
Pagerank: 2

Location: Turkey
Occupation:
Age: 117

#31827   2008-07-07 00:12 GMT      

setup yaptım panelden çalıştırdım ama hiç çalışmadı kaan
yoklan size bi halt adam olana halt

Kaan

Moderators


Online status

2,151 posts
http://www.ntka.org
Pagerank: 2

Location: Turkey
Occupation: Destek
Age: 26

#31831   2008-07-07 00:24 GMT      
Çalışması gerekiyor. Setupdaki yazma okuma ayarlarını ekledin mi.

Yarın test ederim olmasa..

3nokta5

Banned


Online status

397 posts
http://www.erotikitiraf.com/
Pagerank: 2

Location: Turkey
Occupation:
Age: 117

#31834   2008-07-07 00:30 GMT      
Code:
<?PHP

/* ====================
Seditio - Website engine
Copyright Neocrome
http://www.neocrome.net

[BEGIN_SED]
File=plugins/loginform/loginform.setup.php
Version=125
Updated=2006-apr-09
Type=Plugin
Author=Hodges
Description=
[END_SED]

[BEGIN_SED_EXTPLUGIN]
Code=loginform
Name=loginform
Description=Advanced Login & User Panel
Version=4.0
Date=2006-apr-09
Author=Hodges
Copyright=
Notes=
SQL=
Auth_guests=R
Lock_guests=W12345A
Auth_members=R
Lock_members=W12345A
[END_SED_EXTPLUGIN]

[BEGIN_SED_EXTPLUGIN_CONFIG]
welcome=01:radio::1:Shows (Welcome [username]!)
avatar=02:radio::1:Shows avatar from user
ynlin=03:radio::1:Shows (You're not logged in!)
pmsound=04:select:0,1,2,3:3:0 - Disable, 1 - Popup Notice, 2 - Sound Notice, 3 - Both
npmessages=05:string::plugins/loginform/misc/ex_play_aol-mix.swf:Location of the sound, must be in flash format eg; *.swf
avatar2=06:string::plugins/loginform/misc/noavatar.gif:Location of the default avatar
1arrow=07:string::plugins/loginform/misc/pin.gif:Location of arrow (has to be an image!)
[END_SED_EXTPLUGIN_CONFIG]

==================== */

if (!defined('SED_CODE')) { die('Wrong URL.'); }

?>
yoklan size bi halt adam olana halt

Kaan

Moderators


Online status

2,151 posts
http://www.ntka.org
Pagerank: 2

Location: Turkey
Occupation: Destek
Age: 26

#31836   2008-07-07 00:35 GMT      
altdakileri sil onlar çalışmaz..

izinler de tamam çalışması gerekiyor

Bunları degiştir baska yerde dene..

Hooks=forums.sections.tags
Tags=forums.sections.tpl:

welcome=01:radio::1:Shows (Welcome [username]!)
avatar=02:radio::1:Shows avatar from user
ynlin=03:radio::1:Shows (You're not logged in!)
pmsound=04:select:0,1,2,3:3:0 - Disable, 1 - Popup Notice, 2 - Sound Notice, 3 - Both
npmessages=05:string:lugins/loginform/misc/ex_play_aol-mix.swf:Location of the sound, must be in flash format eg; *.swf
avatar2=06:string:lugins/loginform/misc/noavatar.gif:Location of the default avatar
1arrow=07:string:lugins/loginform/misc/pin.gif:Location of arrow (has to be an image!)

3nokta5

Banned


Online status

397 posts
http://www.erotikitiraf.com/
Pagerank: 2

Location: Turkey
Occupation:
Age: 117

#31839   2008-07-07 00:49 GMT      
çalıştına dağir bi belirtiyi bırak görüntü bile yok neyse sağol yardımların için
yoklan size bi halt adam olana halt

Kaan

Moderators


Online status

2,151 posts
http://www.ntka.org
Pagerank: 2

Location: Turkey
Occupation: Destek
Age: 26

#31850   2008-07-07 11:52 GMT      
Çalışan Şekli.. Üye giriş yapınca yukardaki form kaybolur..



Kodlar.
Code:
<?PHP

/* ====================
Land Down Under - Website engine
Copyright Neocrome
http://www.neocrome.net

[BEGIN_SED]
File=plugins/loginform/loginform.php
Version=125
Updated=2008
Type=Plugin
Author=Kaan
Description=
[END_SED]

[BEGIN_SED_EXTPLUGIN]
Code=loginform
Part=forum
File=loginform
Hooks=header.tags
Tags=header.tpl:{FORUM_LOGINFORM}
Minlevel=0
Order=10
[END_SED_EXTPLUGIN]

==================== */

if (!defined('SED_CODE')) { die('Wrong URL.'); }

if ($usr['id'] == 0) {
$loginform = "
<form name=\"login\" action=\"users.php?m=auth&amp;a=check\" method=\"post\">
  <table width=\"100%\" cellpadding=\"3\" cellspacing=\"1\" border=\"0\" class=\"forumline\">
<tr>
  <td class=\"row1\" align=\"center\" style=\"vertical-align:middle;\" height=\"28\"><span class=\"gensmall\">Kullanıcı Adı:
<input class=\"input\" type=\"text\" name=\"rusername\" size=\"15\" maxlength=\"32\"></input>
&nbsp;&nbsp;&nbsp;Şifre:
<input class=\"input\" type=\"password\" name=\"rpassword\" size=\"15\" maxlength=\"32\"></input>
&nbsp;&nbsp; &nbsp;&nbsp;
Beni Hatırla &nbsp; ".$out['guest_cookiettl']."
Bağlı Kal
<input class=\"text\" type=\"checkbox\" name=\"rcookiechebox\" checked=\"checked\" />
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
<input type=\"submit\" class=\"mainoption\" name=\"login\" value=\"Giriş\" />&nbsp;&nbsp;&nbsp;
<a href=\"users.php?m=register\">Kayıt Ol</a> &nbsp; &nbsp;
<a href=\"plug.php?e=passrecover\">Şifremi Unuttum?</a>
</span> </td>
</tr>
  </table>
</form>";
}

$t-> assign(array(
"FORUM_LOGINFORM" => $loginform
));

?>


Setup
Code:
<?PHP

/* ====================
Seditio - Website engine
Copyright Neocrome
http://www.neocrome.net

[BEGIN_SED]
File=plugins/loginform/loginform.setup.php
Version=125
Updated=2008
Type=Plugin
Author=Kaan
Description= Kısayol Giriş formu
[END_SED]

[BEGIN_SED_EXTPLUGIN]
Code=loginform
Name=Login Form
Description=Hızlı Giriş
Version=v1.0
Date=2008
Author=Kaan
Copyright=www.ntka.org [by Kaan]
Notes= İstadiğiniz yerde çalıştırabilirsiniz. loginform.php deki hoks ve tags kısımlarını degiştirerek..
SQL=
Auth_guests=R
Lock_guests=W12345A
Auth_members=R
Lock_members=W12345A
[END_SED_EXTPLUGIN]

[BEGIN_SED_EXTPLUGIN_CONFIG]
[END_SED_EXTPLUGIN_CONFIG]

==================== */

if (!defined('SED_CODE')) { die('Wrong URL.'); }

?>
> 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] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294]