Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
MD5 TO SHA1
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MayoMayn" data-source="post: 390345" data-attributes="member: 71840"><p>Hey man, what you should consider doing instead, would be using their password functions: password_verify() and password_hash(). And well, consider cleaning the shit up, because there's a lot of unneeded coding inside there. Aswell as all CMS contain deprecated mysql_. mysqli a must, bit pdo is the shit. It's also easy to fraud and fake a user through sessioning. When the user gets logged in, it sets sessions from the users table in db, BUT there's none sort of authentication key, like match against password. It's so dann unbreachable.</p><p></p><p>Sent from my SM-G928F using Tapatalk</p></blockquote><p></p>
[QUOTE="MayoMayn, post: 390345, member: 71840"] Hey man, what you should consider doing instead, would be using their password functions: password_verify() and password_hash(). And well, consider cleaning the shit up, because there's a lot of unneeded coding inside there. Aswell as all CMS contain deprecated mysql_. mysqli a must, bit pdo is the shit. It's also easy to fraud and fake a user through sessioning. When the user gets logged in, it sets sessions from the users table in db, BUT there's none sort of authentication key, like match against password. It's so dann unbreachable. Sent from my SM-G928F using Tapatalk [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
MD5 TO SHA1
Top