Register page

01/11/2009 23:31 TheRoyalSmoker#1
Hey.
can somebody help me to create register page...
I'm using MySQL & Power Source database...
I have no idea how i can create register page.
So...can somebody write here some guide or smth ?
01/11/2009 23:33 damianpesta#2
Are you people "Lets say too Dumb" to use search button? ...

here :

[Only registered and activated users can see links. Click Here To Register...]
01/12/2009 03:05 gerble93#3
I agree =D
01/12/2009 03:32 TruthCo#4
this one is better [Only registered and activated users can see links. Click Here To Register...]

acutally works lol just edit the pass in register.php

and read the readme file =]]

www is the file u want

1st is a old source
01/12/2009 03:33 gerble93#5
Read my new guide =D
01/12/2009 14:28 TheRoyalSmoker#6
All those guides/register pages wont work ...The page is forking...but nobody cant register...
01/12/2009 15:14 yuko#7
<?php

//login interface

// verbinding

$conn = mysql_connect("localhost", "root", "Your pass")
or die(mysql_error());
mysql_select_db("coproj",$conn)
or die(mysql_error());
$IPcheck =$_SERVER['REMOTE_ADDR'];
?>
<body>
<form action="?op=register" method="post">
<table width="338" border="0" align="center">
<tr>
<td width="132" height="20" class="b01">Username:</td>
<td width="196"><label>
<input name="user" type="text" class="liteoption" id="user" size="15" maxlength="15" />
</label></td>
</tr>
</table>
<p align="left"></p>
<p align="center">
<input name="submit" type="submit" class="liteoption" value="Register" />
<br>
</p>
<?php
if(isset($_POST['submit'])) {
if(!$_POST['user']) {
die('You must fill in all of the feilds!!!<BR>');
}
$check = mysql_query("SELECT * FROM accounts WHERE AccountID = '$user'");
$check2 = mysql_num_rows($check);
if($check2 != '0') {
die("Username: '".$user."' is in use!");
}
$insert_member = mysql_query("INSERT INTO accounts (AccountID, LogonType, Status) VALUES ('$user', '2','0')");
if($insert_member) {
echo("<p class='b01'>Registration Complete!");
} else {
echo("<p class='b01'>Registration Failed!</p>");
}}
?>
01/12/2009 15:34 sherwin9#8
Yuko dutch? I am :P
01/12/2009 15:40 yuko#9
yes i am dutch :d
01/12/2009 17:42 TheRoyalSmoker#10
Server working :D...
Want join...
name Conquer Estonia & psw: 123
(hamachi of course) :D
01/13/2009 02:38 TruthCo#11
lol link back to epvp just make a new topic

[ADV]EstoniaCo

make srue in annoucments u got the elitepvpers link and on site =]]