Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


MySQL and PHP simple login system filter_list
Author
Message
RE: MySQL and PHP simple login system #41
(10-28-2013, 09:40 AM)Sebastian Kvernland Wrote:
(10-28-2013, 08:17 AM)hellomen Wrote: nice tutorial but not good enough for security reasons
-it is sql injectable
-password instant storage?
-sessions over cookies?

mhm this are just 3 I could think of and those 3 are the most important things I suggest to not learn from this script but actuall use this script as a reminder on how to put it up on a logical way.
Do you know how to do it the correct way or the best way? I\m very interested in learning how to do it secure. Do you think you could upload a thread or a tutorial about how to do it? Thank you!

MySQLi or PDO (I prefer PDO)
is one to make it more secure than the mysql_connect and stuff

strip_tags() for the $_GET's and $_POSTS helps better against XSS than when you don't use them
and ofcourse check your codes for fails
also try to use injections by yourself if you're unsure or ask someone to find leaks...

oh and never trust people on the internet
so every single thing you think mehhh that can be done later (security)
always MAKE THE THING because you can never trust a service user from your service.
Calling me stupid won't mind me it only shows your immaturity -<3

[Image: 120x240.gif]

Reply

RE: MySQL and PHP simple login system #42
(10-28-2013, 09:48 AM)hellomen Wrote: MySQLi or PDO (I prefer PDO)
is one to make it more secure than the mysql_connect and stuff

strip_tags() for the $_GET's and $_POSTS helps better against XSS than when you don't use them
and ofcourse check your codes for fails
also try to use injections by yourself if you're unsure or ask someone to find leaks...

oh and never trust people on the internet
so every single thing you think mehhh that can be done later (security)
always MAKE THE THING because you can never trust a service user from your service.
Thank you! Biggrin
Where I live... its freaking cold!
[Image: HC_Signature.png]

Reply

RE: MySQL and PHP simple login system #43
(10-28-2013, 09:48 AM)hellomen Wrote: MySQLi or PDO (I prefer PDO)
is one to make it more secure than the mysql_connect and stuff

strip_tags() for the $_GET's and $_POSTS helps better against XSS than when you don't use them
and ofcourse check your codes for fails
also try to use injections by yourself if you're unsure or ask someone to find leaks...

oh and never trust people on the internet
so every single thing you think mehhh that can be done later (security)
always MAKE THE THING because you can never trust a service user from your service.
Thank you! Biggrin
Where I live... its freaking cold!
[Image: HC_Signature.png]

Reply

RE: MySQL and PHP simple login system #44
(10-28-2013, 09:48 AM)hellomen Wrote: MySQLi or PDO (I prefer PDO)
is one to make it more secure than the mysql_connect and stuff

strip_tags() for the $_GET's and $_POSTS helps better against XSS than when you don't use them
and ofcourse check your codes for fails
also try to use injections by yourself if you're unsure or ask someone to find leaks...

oh and never trust people on the internet
so every single thing you think mehhh that can be done later (security)
always MAKE THE THING because you can never trust a service user from your service.
Thank you! Biggrin
Where I live... its freaking cold!
[Image: HC_Signature.png]

Reply

RE: MySQL and PHP simple login system #45
(10-28-2013, 09:48 AM)hellomen Wrote: MySQLi or PDO (I prefer PDO)
is one to make it more secure than the mysql_connect and stuff

strip_tags() for the $_GET's and $_POSTS helps better against XSS than when you don't use them
and ofcourse check your codes for fails
also try to use injections by yourself if you're unsure or ask someone to find leaks...

oh and never trust people on the internet
so every single thing you think mehhh that can be done later (security)
always MAKE THE THING because you can never trust a service user from your service.
Thank you! Biggrin
Where I live... its freaking cold!
[Image: HC_Signature.png]

Reply

RE: MySQL and PHP simple login system #46
(10-28-2013, 08:17 AM)hellomen Wrote: nice tutorial but not good enough for security reasons
-it is sql injectable
-password instant storage?
-sessions over cookies?

mhm this are just 3 I could think of and those 3 are the most important things I suggest to not learn from this script but actuall use this script as a reminder on how to put it up on a logical way.

Huh? Password instant storage? Session over cookie?

You have clearly got no idea about what you're talking about. I clearly stated this is an old thread and that I should rewrite this from scratch to make something decent, but there are already tons of posts on such a matter.

Stop spamming with senseless statements.
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: MySQL and PHP simple login system #47
(10-28-2013, 08:17 AM)hellomen Wrote: nice tutorial but not good enough for security reasons
-it is sql injectable
-password instant storage?
-sessions over cookies?

mhm this are just 3 I could think of and those 3 are the most important things I suggest to not learn from this script but actuall use this script as a reminder on how to put it up on a logical way.

Huh? Password instant storage? Session over cookie?

You have clearly got no idea about what you're talking about. I clearly stated this is an old thread and that I should rewrite this from scratch to make something decent, but there are already tons of posts on such a matter.

Stop spamming with senseless statements.
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: MySQL and PHP simple login system #48
(10-28-2013, 08:17 AM)hellomen Wrote: nice tutorial but not good enough for security reasons
-it is sql injectable
-password instant storage?
-sessions over cookies?

mhm this are just 3 I could think of and those 3 are the most important things I suggest to not learn from this script but actuall use this script as a reminder on how to put it up on a logical way.

Huh? Password instant storage? Session over cookie?

You have clearly got no idea about what you're talking about. I clearly stated this is an old thread and that I should rewrite this from scratch to make something decent, but there are already tons of posts on such a matter.

Stop spamming with senseless statements.
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: MySQL and PHP simple login system #49
(10-28-2013, 08:17 AM)hellomen Wrote: nice tutorial but not good enough for security reasons
-it is sql injectable
-password instant storage?
-sessions over cookies?

mhm this are just 3 I could think of and those 3 are the most important things I suggest to not learn from this script but actuall use this script as a reminder on how to put it up on a logical way.

Huh? Password instant storage? Session over cookie?

You have clearly got no idea about what you're talking about. I clearly stated this is an old thread and that I should rewrite this from scratch to make something decent, but there are already tons of posts on such a matter.

Stop spamming with senseless statements.
My Bitcoin address: 1AtxVsSSG2Z8JfjNy9KNFDUN6haeKr7LiP
Give me money by visiting www.google.com here: http://coin-ads.com/6Ol83U

If you want a Bitcoin URL shortener/advertiser, please, use this referral: http://coin-ads.com/register.php?refid=noize

Reply

RE: MySQL and PHP simple login system #50
(10-28-2013, 03:54 PM)Lust Wrote: Nice script. Easy to follow, and seems pretty safe. I've yet to break the security, and I've been messing with it for a little bit since I'm bored.

It's not secure anymore actually.

Reply







Users browsing this thread: 15 Guest(s)