PHP: Confirm USID Registration 
21 comments Now when a user signs up on your forum, clan, or game website you can make sure that they are who they say they are.
When a user attempts to sign up, they are required to confirm with unrealsoftware. As well, if the usid has been registered, it cannot be registered again.
Img1: Filling out the form
Img2: A unique link is generated
Img3: Clicking on the unique link
Img4: Clicking Register
Img5: Trying to register again
If you didn't click on the unrealsoftware link, clicking register does nothing.
When a user attempts to sign up, they are required to confirm with unrealsoftware. As well, if the usid has been registered, it cannot be registered again.
Img1: Filling out the form
Img2: A unique link is generated
Img3: Clicking on the unique link
Img4: Clicking Register
Img5: Trying to register again
If you didn't click on the unrealsoftware link, clicking register does nothing.
edited 2×, last 20.07.12 07:39:32 am

Comments
21 commentsLog in!
You need to log in to be able to write comments!Log in
@
davidgumazon: That means it's a Philippines Country of the oceania i mean closer to Malaysia, japan, china, australia (wut?)
south korea..

south korea..
04.08.12 10:54:17 pm

this is good for a clan websites or for registering their account they can use this as registering in a clan
right? or maybe im not right

Code:
1
2
2
//fwrite($file,json_encode($_POST));
fwrite($file,$_POST['usid']." has been confirmed and cannot be used by anyone else.");
fwrite($file,$_POST['usid']." has been confirmed and cannot be used by anyone else.");
Fixed.
@
DC: Gotcha


Code:
1
2
2
//fwrite($file,json_encode($_POST));
fwrite($file,$_POST['usid']." is now registered and now cannot be registered again!");
fwrite($file,$_POST['usid']." is now registered and now cannot be registered again!");
I really hope that nobody is so dumb to enter the actual Unreal Software password there...
The whole point of the Unreal Software connect API is that you do not have to give your password to anyone. Other sites can check if the account is yours without knowing your password.
@
Apache uwu: Maybe you shouldn't save the passwords. I'm afraid that some people will enter their real US passwords there because.. you know.. they are stupid.
The whole point of the Unreal Software connect API is that you do not have to give your password to anyone. Other sites can check if the account is yours without knowing your password.
@

@
Apache uwu:
PHP is shit. I'd really appreciate ROR version though. Maybe I'll do it myself.

PHP is shit. I'd really appreciate ROR version though. Maybe I'll do it myself.
Well it is a vanilla template :), also of course when you're using it, you should be using a database not readable folders.
The folder is only to show the data processed on the server as well as other user file examples.
@
Obviously Exactly Myself: That's why I put "NOT your unrealsoftware pass". -- Guess it didn't work properly. In any case, removed, you can register again if you want to now :D.
@
oxytamine: Just showing off how php can be awesome. Maybe after seeing this people might try learning php.
The folder is only to show the data processed on the server as well as other user file examples.
@

@

Why bothering uploading? That's too easy. Also, it did not work for me. So, basically, it does not work properly.