Thread: Stream problem
View Single Post
Old 04-08-2008, 09:05 PM   #8 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Quote:
Originally Posted by mortisimus View Post
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

Quote:
Warning: file_get_contents(https://www.wow-europe.com/login/login) [function.file-get-contents]: failed to open stream: Invalid argument in C:\wamp\www\script.php on line 59
Invalid Account
I used with the stream:
PHP Code:
$content file_get_contents($urlfalse$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
__________________
Tanax is offline  
Reply With Quote