Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Minecraft > Minecraft Guides & Strategies
You last visited: Today at 20:18

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Initial Minecraft registration code

Discussion on Initial Minecraft registration code within the Minecraft Guides & Strategies forum part of the Minecraft category.

Reply
 
Old   #1
 
TraxWall's Avatar
 
elite*gold: 0
Join Date: Oct 2010
Posts: 178
Received Thanks: 86
Initial Minecraft registration code

Hey.
Well, as in websites Scriptures enough to start minecraft, but I tried this yesterday xauth add-on to write a web registration system.
I hope you take benefit from it.
I had enough but unfortunately it is still quite difficult for me to do whilpool encryption.

Code:
<?php
	function encryptPassword($password) {
	$salt = substr(hash('whirlpool', uniqid(rand(), true)), 0, 12);
	$hash = hash('whirlpool', $salt . $password);
	$saltPos = (strlen($password) >= strlen($hash) ? strlen($hash) : strlen($password));
	return substr($hash, 0, $saltPos) . $salt . substr($hash, $saltPos);
}
if(isset($_POST['submit']) && $_POST['submit'] == 'Regist') {
	$playername = mysql_real_escape_string($_POST['playername']);
	$password = encryptPassword($_POST['password']);
	$email     = mysql_real_escape_string($_POST['email']);
	$registerip = $_SERVER["REMOTE_ADDR"];
	$registerdate = date("Y-m-d H:i:s",time());

$insert = "INSERT INTO account (playername,password,email,registerdate,registerip,active) Values ('$playername', '$password', '$email','$registerdate','$registerip','1')";

	if (strlen($playername) < 1) {$error=$error."Please enter your account ID!<br>";}
	if (strlen($password) < 1) {$error=$error."Please enter a password!<br>";}
	if (strlen($email) < 1) {$error=$error."Please enter your e-mail address!<br>";}
	if (strlen($error) > 0){
		echo "<a href=\"javascript:history.back();\">>back<</a><br>$error";
	}else{
$result = mysql_query($insert);
if(!$result) { 
	echo '<font color="#990000">Failed to create an account! </font>'; 
	} else { 
	echo '<font color="#669900">The user was successfully created!<br>
								user name :</font> '.$playername.'<br>'
								;
	 }
	}
}
?>

<form name="input" action="WEBSITE GET example : ?s=regist" method="post">

<table width="200" border="0">
  <tr>
    <td style="background: none repeat scroll 0% 0% transparent; border: 1px dashed rgb(96, 82, 67); padding: 5px;"width="20" align="right"><font color="white">User Name:</font></td>
    <td width="40"><input style="background: none repeat scroll 0% 0% transparent; border: 1px dashed rgb(96, 82, 67); padding: 5px;"type="text" name="playername" class="txt" /></td>
  </tr>
  <tr>
    <td style="background: none repeat scroll 0% 0% transparent; border: 1px dashed rgb(96, 82, 67); padding: 5px;"align="right"><font color="white">Password:</font></td>
 
    <td><input style="background: none repeat scroll 0% 0% transparent; border: 1px dashed rgb(96, 82, 67); padding: 5px;"type="password" name="password" class="txt" /></td>
  </tr>
  <tr>
    <td style="background: none repeat scroll 0% 0% transparent; border: 1px dashed rgb(96, 82, 67); padding: 5px;"align="right"><font color="white">E-Mail:</font></td>

    <td><input style="background: none repeat scroll 0% 0% transparent; border: 1px dashed rgb(96, 82, 67); padding: 5px;"type="text" name="email" class="txt" /></td>
  </tr>
</table>

<input type="submit" name="submit" value="Regist" class="btn" />
</form></center>
TraxWall is offline  
Thanks
3 Users
Old 03/25/2013, 03:31   #2

 
elite*gold: 1921
Join Date: Nov 2011
Posts: 472
Received Thanks: 341
Thanks :>
CHXENVS is offline  
Reply


Similar Threads Similar Threads
[VB 2010][Source Code]HWID Registration Program
12/26/2012 - elite*gold Trading - 9 Replies
http://i.imgur.com/x9hmX.png Treasure | Preis | Verfügbarkeit HWID #1 | 30 e*gold | Nicht Verfügbar HWID #2 | 30 e*gold | Verfügbar HWID #3 | 30 e*gold | Verfügbar HWID #4 | 30 e*gold | Verfügbar HWID #5 | 30 e*gold | Verfügbar
Anu Registration code ng RAd 7.5??
08/11/2009 - Grand Chase Philippines - 3 Replies
Anu Registration code ng RAd 7.5??:)
Can't see registration Code for OB
04/17/2009 - Aion - 3 Replies
Hi - My buddy was trying to register last night and the code does not show up on the bottem any one have thoughts why this is happening? Thanks



All times are GMT +2. The time now is 20:18.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.