Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 174 Vote(s) - 3.71 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP Login script tutorial

#11
Quote:(10-30-2012, 02:09 PM)Phibedy Wrote:

[To see links please register here]

Haven't known about stripslashes() before, I am just using mysql_real_escape_string(), do I really need both?
thx for sharing :smile:
Depends on your php settings.

@OP:
1- why do you use output buffering?
2- the script is vulnerable to bruteforcing, ALWAYS use the sleep() function after a failed login in order to delay the server's response.
Reply

#12
Quote:(10-30-2012, 02:09 PM)Phibedy Wrote:

[To see links please register here]

Haven't known about stripslashes() before, I am just using mysql_real_escape_string(), do I really need both?
thx for sharing :smile:


The Stripslashes will help protect against xss to some degree and you should also be using mysqli because mysql is deprecated.
Reply

#13
Quote:(10-30-2012, 02:09 PM)Phibedy Wrote:

[To see links please register here]

Haven't known about stripslashes() before, I am just using mysql_real_escape_string(), do I really need both?
thx for sharing :smile:


The Stripslashes will help protect against xss to some degree and you should also be using mysqli because mysql is deprecated.
Reply

#14
very very nice , thx for this tutorial , it's very good , thx again :smile:)) ^_^
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through