pidrare Posted March 14, 2011 Share Posted March 14, 2011 Hi, I have no knowledge about coding. But I have very little knowledge in creating or editing simple web pages. How do you create a web page that checks user account name and password of a website in batch mode to see if they are valid. For example: I can put account details in an empty form in a "username:password" format and submit to check if they are valid. The "username:password" will be checked one by one in a fashion of "http://username:password@www.(name of site).com". It basically connects to the site's URL with a "username:password@" attached to it and see if it redirects to either "Members Area" or "Access Denied". Example: I put TestUser:TestPass in the form and submit. Now it will connect to "http://TestUser:TestPass@www.(name of site).com" When the checking is done a result page will come showing the valid ones. How can all this be done? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/230558-authorization-check/ Share on other sites More sharing options...
HuggieBear Posted March 14, 2011 Share Posted March 14, 2011 Take a look at the cURL library Quote Link to comment https://forums.phpfreaks.com/topic/230558-authorization-check/#findComment-1187320 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.