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

Etiketler: hızlı üyelik

Author Message

Mr.Hkn

Members


Online status

21 posts
http://localhost/sed/
Pagerank: 0

Location: Turkey
Occupation:
Age: 20

#1322   2007-04-12 15:29 GMT      



bunu nasıl yaparız kodu nedir?
мя.нκи

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

#1333   2007-04-13 02:42 GMT      
o html kodlarını al, koymak istediğin .tpl dosyasına ekle.. <form> </form> içindeki hidden inputu kaldır onu output fonksiyonu otomatik ekliyor.

Mr.Hkn

Members


Online status

21 posts
http://localhost/sed/
Pagerank: 0

Location: Turkey
Occupation:
Age: 20

#1348   2007-04-13 20:15 GMT      

fakat o kod nedir??
мя.нκи

NextCode

Members


Online status

96 posts

Location: Turkey Kostantin
Occupation: Soldier
Age: 21

#1349   2007-04-13 20:27 GMT      
Code:
<p align="center"><b>.:.:. Hizli Üyelik :.:.:.</b></div>
<div class="cb_main">

<table cellSpacing="0" cellPadding="0" width="100%" border="0" id="table1">
     
<tr>
<td>
<div id="guest">
<div class="cb_main">
<font color="green" size?3>
<form name="login" method="post" action="users.php?m=register&a=add">
&nbsp;Kullanici Adi: <input class="text" maxLength="32" name="rusername">&nbsp;&nbsp;Sitede Kullanacağınız Nick!
</br>
&nbsp;E-mail:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input class="text" maxLength="32" name="ruseremail">&nbsp;&nbsp;Mail Adresiniz!
</br>
&nbsp;Sifre:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input class="password" type="password" maxLength="32" value name="rpassword1">&nbsp;&nbsp;Sifrenizi En Az 5 En fazla 15 Karakter Seciniz!</font><font size?3>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</font>
<font color="green" size?3>
<br>
&nbsp;Sifre Tekrar: <input class="password" type="password" maxLength="32" value name="rpassword2">&nbsp;&nbsp; Sifrenizin Kabulu İcin Tekrar Giriniz!
</br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="submit" value="Hemen Uye Ol">
<div>
<input id="x" type="hidden" value="GUEST" name="x">
</div>
</form>
</font></div>
</div>
</td>
</tr>
</table>


</div>
Seditio Bir Efsane....

Mad

Bilgili Üye


Online status

64 posts
http://www.google.com
Pagerank: 10

Location: Turkey
Occupation:
Age:

#1437   2007-04-15 18:57 GMT      
Şifrelenmiş olanları koyma

Kripteks

Bilgili Üye


Online status

446 posts

Location: Turkey Eskisehir
Occupation: PhP Delisi
Age: 26

#1501   2007-04-16 21:29 GMT      
Peki uye olduktan sonra giris yaptiktan sonra koydugumuz yerde durmamasi icin napmaliyiz ?
Internetim kapandi, izin'lerden sonra actiracam insallah!

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

#1503   2007-04-16 21:34 GMT      
Eklenti haline dönüştürmek gerek veya core hack yapmak gerek.
Bazı kontroller yapıp ona göre sayfaya yazdırman gerek

mesela:
Code:
if ($usr['id']>1)
{
baska kodlar
}
else
{
üstte verilen hızlı üyelik kodları
}

gibi..

mert

Members


Online status

34 posts

Location: Turkey
Occupation:
Age: 19

#3221   2007-06-10 03:11 GMT      
Dvdbil bize tam olarak hizli uyeligin kodunu ve nereye atcagimizi yaza bilr imisiniz ??

fuat

Members


Online status

1 posts

Location: France
Occupation:
Age:

#3265   2007-06-11 21:48 GMT      

NextCode kardes bu verdigin kod u kullana bilirmiyiz ??

Hackkobaz

Members


Online status

52 posts
http://www.okyanushack.com
Pagerank: 0

Location: Turkey Mekan
Occupation:
Age: 17

#3342   2007-06-13 19:40 GMT      
index.tpl içine bu kodları yerleştirin..

Code:
<p align="center"><b>.:.:. Hizli Üyelik :.:.:.</b></div>
<div class="cb_main">

<table cellSpacing="0" cellPadding="0" width="100%" border="0" id="table1">
     
<tr>
<td>
<div id="guest">
<div class="cb_main">
<font color="green" size?3>
<form name="login" method="post" action="users.php?m=register&a=add">
&nbsp;Kullanici Adi: <input class="text" maxLength="32" name="rusername">&nbsp;&nbsp;Sitede Kullanacağınız Nick!
</br>
&nbsp;E-mail:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input class="text" maxLength="32" name="ruseremail">&nbsp;&nbsp;Mail Adresiniz!
</br>
&nbsp;Sifre:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input class="password" type="password" maxLength="32" value name="rpassword1">&nbsp;&nbsp;Sifrenizi En Az 5 En fazla 15 Karakter Seciniz!</font><font size?3>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</font>
<font color="green" size?3>
<br>
&nbsp;Sifre Tekrar: <input class="password" type="password" maxLength="32" value name="rpassword2">&nbsp;&nbsp; Sifrenizin Kabulu İcin Tekrar Giriniz!
</br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="submit" value="Hemen Uye Ol">
<div>
<input id="x" type="hidden" value="GUEST" name="x">
</div>
</form>
</font></div>
</div>
</td>
</tr>
</table>

This post was edited by Hackkobaz (2007-06-13 19:48 GMT, 451 Gün ago)
Hack Etmek Ne Kadar Zor ise, Hacklenmek 'te O Kadar Kolayd?r.
> 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]