RE: get_file_contents php 06-08-2014, 11:04 AM
#7
(06-08-2014, 11:00 AM)dropzon3 Wrote: But how are you getting the failed login from your PHP code.
file_get_contents won't make a login attempt it will just get the login page.7
You'd probably wnat to use something like cURL to POST
Hmm, I'm not sure yet.
I was thinking if Facebook had some kind of link that looked like this:
Code:
$ip = file_get_contents("http://www.facebook.com/login.php?e={$email}");And then you could make a textbox that was configuring the email to the variable. Not sure really.
The only problem is that they don't ._.
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)