Sorry for pastebin link but I can't post the actual tut due to Firewall, if a staff member could somehow copy the text from the link to the actual post that'd be great!
http://pastebin.com/HwCBniEq
http://pastebin.com/HwCBniEq
(11-06-2016 - 02:15 AM)sdk Wrote: Sorry for pastebin link but I can't post the actual tut due to Firewall, if a staff member could somehow copy the text from the link to the actual post that'd be great!
http://pastebin.com/HwCBniEq
(11-06-2016 - 04:52 PM)Red Wrote:Too Many Quotes (Click to View)
I have tried, but it will not post. the pastebin link is still fine though! Thank you for sharing this tutorial, very insightful. ^^
(11-06-2016 - 07:51 PM)sdk Wrote:Too Many Quotes (Click to View)
Thanks for trying and thanks for the kind words, look forward to more :D
(11-06-2016 - 08:23 PM)Red Wrote:Too Many Quotes (Click to View)
Yeah I don't think that script goes well with the site. All I can suggest is making individual pastebin links for the code.
(11-10-2016 - 11:30 PM)hax67 Wrote: You should use password_hash and password_verify instead of sha1 for passwords, and increase the length of the password column to 60.
Also, instead of generating a random string for user identification, use a int and auto increment it.
Other than that, your code is great! :D