I need to make a small membership website, where users can leave comments on some articles. For that purpose I want to use Facebook comments plugin. But the problem is that from the comments, the user name is linked to his facebook profile, and I would like to link it to the local profile page. For example instead of link to facebook.com/username i will like to connect to mysite.com/username. Is there any possiblity to achieve this? Thanks.
I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...