-
[RELEASE] Daniel's Regiser Page
Hey guys i was looking on the inernet to learn how to make a register page and i made my own WOOT ok here it is others may have similar ones because its a internet tut that basically explains everything
Reg Page Download :
http://www.megaupload.com/?d=UMGE1TEO
I will be trying to work on other stuff but it takes time .. :D
Good luck with this if it dont work dont flame me im still learning tell me the errors and ill fix.
-
Re: [RELEASE] Daniel's Regiser Page
nice work. Works fine, and for the noobs that dont know how to install. On the line that says
$link=mysql_connect ("localhost", "YOURDBUSER", "YOURDBPASS") or die ('Error: ' . mysql_error());
Where YOURDBUSER and YOURDBPASS is usually "root" for user, and your pass is what u set it for mysql. (YOU MUST CHANGE FOR THIS TO WORK)
-
Re: [RELEASE] Daniel's Regiser Page
-
Re: [RELEASE] Daniel's Regiser Page
-
Re: [RELEASE] Daniel's Regiser Page
I'll try but yet im still working on stuff got like 5 things to do
-
Re: [RELEASE] Daniel's Regiser Page
hah, well, if u need help learning php or somethin, let me know
-
Re: [RELEASE] Daniel's Regiser Page
-
Re: [RELEASE] Daniel's Regiser Page
stoled :))) man you release other guys work and you say is your :)) waaaa what an nuub
-
Re: [RELEASE] Daniel's Regiser Page
LMFAO i made this so stfu you fag
-
Re: [RELEASE] Daniel's Regiser Page
nah you stoll it :)))) i have an copy exactly like this :)) and from Rage
-
Re: [RELEASE] Daniel's Regiser Page
lol, daniel... see thats why ur pissing people off... u told me diff on msn... u said u got it off a "tutorial"
-
Re: [RELEASE] Daniel's Regiser Page
Lmfao proberly we used the same tut ? your so fukin stupid u idiot
-
Re: [RELEASE] Daniel's Regiser Page
Steal this is my registration form... You where giving me tips on msn whilst i was making this. First he downloads a template and changes the banner and says he coded it now he releases my work. Fucking nooblet.
Used the same tutorial dude this is EXACTLY how i sent you it. Rofl you aint even edited 1 line
-
Re: [RELEASE] Daniel's Regiser Page
nah :)))) you just want to release and to be good here :) this is kinda boring :)
-
Re: [RELEASE] Daniel's Regiser Page
Quote:
Originally Posted by
Scottdavey
Steal this is my registration form... You where giving me tips on msn whilst i was making this. First he downloads a template and changes the banner and says he coded it now he releases my work. Fucking nooblet.
yup i use your reg form and when i was open is i was know is your in 2 seconds :))
-
Re: [RELEASE] Daniel's Regiser Page
haha wow... thats sad daniel...
I remember scott. I just was trying to find some good in this kid, not sure its possible.
-
Re: [RELEASE] Daniel's Regiser Page
Scoot Web form:
Code:
<html>
<head>
<title>Registration Page</title>
</head>
<center><b><u>ShadowCo</u></b><br />
Passwords will be automatically set on first login.</center><br />
<body>
<form method="post" action="index.php">
<center>Username: <input type="text" name="username" size="30" />
<input type="submit" value="Complete Registration" name="Submit"/></center>
</form>
</body>
<center><br /> Visit our <a href="http://shadowco.ucoz.com">website</a>
<br /><br />Copyright 2008.</center><br /><br />
<center><b></b>Server Status:</b> <img src="http://status.blackout-gaming.net/status.php?dns=89.40.243.110&port=9958&style=1" alt="Status Checker Running" border="0"></center>
</html>
<?php
$link=mysql_connect ("localhost", "root", "") or die ('Error: ' . mysql_error());
mysql_select_db ("coproj");
$res = mysql_query("SELECT count(*) FROM accounts;");
$val = mysql_fetch_array($res);
echo "<br /><center>Total Accounts Created: ".$val[0]."</center>";
$res = mysql_query("SELECT count(*) FROM characters;");
$val = mysql_fetch_array($res);
echo "<center>Total Characters Created: ".$val[0]."</center>";
$username = $_POST['username'];
if(isset($_POST['Submit'])) {
if(!$_POST['username']) {
die('<center>You must fill in all of the fields!</center>');
}
$check = mysql_query("SELECT * FROM accounts WHERE AccountID = '$username'");
$check2 = mysql_num_rows($check);
if($check2 != '0') {
die("<center>Username: '".$username."' is in use!</center>");
}
mysql_query("INSERT INTO accounts (AccountID,LogonType) VALUES ('$username','2')");
die("<center>Username '".$username."' successfully registered!</center>"); }
?>
Daniel Web Form
Code:
<html>
<head>
<title>Registration Form</title>
</head>
<body>
<form method="post" action="register.php">
<center>Username: <input type="text" name="username" size="30" />
<input type="submit" value="Complete Registration" name="Submit"/></center>
</form>
</body>
</html>
<?php
$link=mysql_connect ("localhost", "YOURDBUSER", "YOURDBPASS") or die ('Error: ' . mysql_error());
mysql_select_db ("coproj");//COPROJ is the database for lotf source
$username = $_POST['username'];
if(isset($_POST['Submit'])) {
if(!$_POST['username']) {
die('You must fill in all of the fields!');
}
$check = mysql_query("SELECT * FROM accounts WHERE AccountID = '$username'");
$check2 = mysql_num_rows($check);
if($check2 != '0') {
die("Username: '".$username."' is in use!");
}
mysql_query("INSERT INTO accounts (AccountID,LogonType) VALUES ('$username','2')");
die("Username '".$username."' successfully registered!"); }
?>
he just delete some lines to can say " hehe i'm goodo check my release" patetic
-
Re: [RELEASE] Daniel's Regiser Page
haha OWNED. if he followed a tutorial, it was a tutorial of example by Scott, and he just copied the tutorial exactly hah.
-
Re: [RELEASE] Daniel's Regiser Page
He didn't do anything, if you read other threads he asked me to create him one so i did and saved it as what you see in register.php. He edited nothing i even added the comment because i thought he would of been to stupid to understand.
I didn't give him the one i released because i didn't want to, So i made a simple button and textform,
Enough said Daniel's a pathetic Nub XD
-
Re: [RELEASE] Daniel's Regiser Page
Fatality :)))))))
Yup and new nuub on RageZone
-
Re: [RELEASE] Daniel's Regiser Page
yeah....well i modified the reg page of stealarcher`s but i didnt released it like nobish that want to show how good are they xD
-
Re: [RELEASE] Daniel's Regiser Page
ya i modified scott page too but is only for mr, i will not release it -.-
-
Re: [RELEASE] Daniel's Regiser Page
This isn't modified steal archers registration page.. This is my registration page released again with a different name XD
He didn't modify it i sent him it exactly like that. And no worrys ZuZu you sent me some good shit on msn
-
Re: [RELEASE] Daniel's Regiser Page
hah personally, idc what happens with my registration page, it can be modified and released. But if u release it, make it worth releasing. Dont just release what ive already done hah.
-
Re: [RELEASE] Daniel's Regiser Page
I don't really care either its just the fact that i was in a good mood when i said i would make him it so when i made him it i was being friendly, and he does this rofl.
I don't care it was like my first php script EVER.
-
Re: [RELEASE] Daniel's Regiser Page
hey scott enter pls on www.shadowco.ucoz.com and the Live Support i have some questions about your webpage, if otjer Operator pick you say to send you to me (i'm ZuZu in LS and Sco)
-
Re: [RELEASE] Daniel's Regiser Page
One of the reason why most of the productive members left CO server dev or quit open-source: 90% would get spammed with things like "plz, y i cant connec to server?". Only a few really helped.
Stealing other's people work is lame. You have no honor to do that, personally, I dislike using other people source (so far, I only used them to find packets & encryption).
-
Re: [RELEASE] Daniel's Regiser Page
Quote:
Originally Posted by
Tarouka
One of the reason why most of the productive members left CO server dev or quit open-source: 90% would get spammed with things like "plz, y i cant connec to server?". Only a few really helped.
Stealing other's people work is lame. You have no honor to do that, personally, I dislike using other people source (so far, I only used them to find packets & encryption).
hihi.. wanted 2 reply on that xD
1st. you should get PH for the help spammers..
2nd. 100% agree and thumbs up for you
3rd. /for daniel stop posting your [daniel stealing stuff]
-
Re: [RELEASE] Daniel's Regiser Page
Quote:
Originally Posted by
lizzio
hihi.. wanted 2 reply on that xD
1st. you should get PH for the help spammers..
2nd. 100% agree and thumbs up for you
3rd. /for daniel stop posting your [daniel stealing stuff]
Did you even take the time to read what Tarouka said?
"One of the reason why most of the productive members left CO server dev or quit open-source: 90% would get spammed..."
Every time you post, you end up decreasing your IQ.
-
Re: [RELEASE] Daniel's Regiser Page
Quote:
Originally Posted by
Ograbme~
Did you even take the time to read what Tarouka said?
"One of the reason why most of the productive members left CO server dev or quit open-source: 90% would get spammed..."
Every time you post, you end up decreasing your IQ.
maybe you should read i already told him
to get PHS(PMS) FOR THE SPAMMERS >.< READ READ READ!
-
Re: [RELEASE] Daniel's Regiser Page
You know, one of the rules of this section is that you need to be able to read and write in understandable English. You aren't capable of either one, therefore you should be banned, or furthermore, killed.
Maybe someone nice enough to tolerate morons like yourself could help you understand what Tarouka said.
-
Re: [RELEASE] Daniel's Regiser Page
maybe you should finger yourself or something cause i can see you got totally no live respond on me each time i drop something o.O
-
Re: [RELEASE] Daniel's Regiser Page
Wuhot deid yo say i caneted underestanded yo?
-
Re: [RELEASE] Daniel's Regiser Page
Quote:
Originally Posted by
danieltaylor090
hey guys i was looking on the inernet to learn how to make a register page and i made my own woot ok here it is others may have similar ones because its a internet tut that basically explains everything
reg page download :
http://www.megaupload.com/?d=umge1teo
i will be trying to work on other stuff but it takes time .. :d
good luck with this if it dont work dont flame me im still learning tell me the errors and ill fix.
lol, pwnt!!!