04-08-2008, 09:05 PM
|
#8 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
Quote:
Originally Posted by mortisimus
I am not sure whether this is the case but can XSS prevent some people from doing this?
Also maybe just try and get the file contents of https://www.wow-europe.com/login/login? I'll look into what may be the problem.
|
One thing's for sure. It made the error MUCH shorter xD
I used with the stream:
PHP Code:
$content = file_get_contents($url, false, $stream);
And yes, it's supposed to be false and not that other shit..
The other shit is for PHP 6, and I don't use PHP 6.. ;P
__________________
|
|
|
|