dragoneye_xp
New Member
- Messages
- 330
- Reaction score
- 0
- Points
- 0
I wrote a script called "Dragoneye's Login Utility" that people can use to log into HTTP, HTTPS and FTP servers and added an optional autologin feature so it will act as a keepalive function -- every time someone goes to the home page, it will connect to all the servers in the autologin list (which is encrypted many times, by the way), then disconnect.
I got the idea of using that feature to automatically connect and disconnect from my CPanel account every time my homepage is accessed so that I don't have to do it myself every two weeks. But when I tried testing to see if that would work with PHP fopen(), I get this error:
Warning: fopen(http://...@): failed to open stream: Success in autologin.php on line 49
What's that mean and how do I fix it?
I got the idea of using that feature to automatically connect and disconnect from my CPanel account every time my homepage is accessed so that I don't have to do it myself every two weeks. But when I tried testing to see if that would work with PHP fopen(), I get this error:
Warning: fopen(http://...@): failed to open stream: Success in autologin.php on line 49
What's that mean and how do I fix it?