Search found 7 matches

by Pseudonym
Thu Sep 26, 2013 2:31 pm
Forum: Suggestions
Topic: PHP Account Creation
Replies: 8
Views: 5097

Re: PHP Account Creation

I'll take snippets out of mine, you'll get the example from it. $add = mysqli_query($con,"INSERT INTO accounts (id, login, password) VALUES ('DEFAULT', '$user' ,PASSWORD('$pass')) ") or die("Can't Insert! "); All you really need is, a register script in PHP that works, easy to find over the internet...
by Pseudonym
Sat Aug 10, 2013 12:38 pm
Forum: Troubleshooting
Topic: Password Hashing
Replies: 6
Views: 3239

Re: Password Hashing

Thank you guys, I'll do it now, took me a while when setting up a page for creating accounts(if possible soon characters), noticed auto increment was off so I couldn't type in DEFAULT for id, change it to Auto Increment, so even the webpage could create accounts, I'm wondering if it can cause any pr...
by Pseudonym
Sat Aug 10, 2013 12:19 pm
Forum: Troubleshooting
Topic: Password Hashing
Replies: 6
Views: 3239

Re: Password Hashing

Maybe equivalent to SHA1(UNHEX(SHA1())) perhaps? I'll try it out.
by Pseudonym
Sat Aug 10, 2013 12:17 pm
Forum: Troubleshooting
Topic: Password Hashing
Replies: 6
Views: 3239

Re: Password Hashing

Can it be used in PHP?
by Pseudonym
Sat Aug 10, 2013 8:01 am
Forum: Troubleshooting
Topic: Password Hashing
Replies: 6
Views: 3239

Password Hashing

I am aware this may not be the right place at all to ask this, most definitely not the right index to post this. If there was another forum index that this could have went in, I'm deeply sorry about it. But anyway, I was wondering what the hashing algorithm the client uses to hash the passwords befo...
by Pseudonym
Thu Aug 08, 2013 4:23 pm
Forum: Custom Applications and Tools
Topic: Anyone wanna help with this FFXIWEBSERVER Beta
Replies: 20
Views: 30173

Re: Anyone wanna help with this FFXIWEBSERVER Beta

It's cool now, I cleared the 'logout' trigger.
^False alarm, redirects back to index, but still logged in, and mind to PM me? I'd like to tell you something that may be very vital to you that I can't disclose on a public post.
by Pseudonym
Thu Aug 08, 2013 4:06 pm
Forum: Custom Applications and Tools
Topic: Anyone wanna help with this FFXIWEBSERVER Beta
Replies: 20
Views: 30173

Re: Anyone wanna help with this FFXIWEBSERVER Beta

Here's the print error, "Fatal error: Call to undefined function session_unregister() in C:\xampp\htdocs\1\index.php on line 217" 216-222:" else { (isset($_SESSION["id"])?session_unregister('id'):false); (isset($_SESSION["SELF_USER_DATA"])?session_unregister('SELF_USER_DATA'):false); header("Locatio...