O/S: Gentoo & latest DNAS
I wrote a php script to check file 7.html, so I can check to see if the source is connected..
Ok, to get the file 7.html, I use the php fputs command. This is where it gets screwy....
If I do:
it doesnt crash the DNAS, but if I leave out (Mozilla Compatible) like so:
it crashes the DNAS!
If this is a known issue, then anyone can crash DNAS' by this way, no?
Any thoughts?
I wrote a php script to check file 7.html, so I can check to see if the source is connected..
Ok, to get the file 7.html, I use the php fputs command. This is where it gets screwy....
If I do:
PHP Code:
fputs($scp,"GET /7.html HTTP/1.0\r\nUser-Agent: SC Checker (Mozilla Compatible)\r\n\r\n");
PHP Code:
fputs($scp,"GET /7.html HTTP/1.0\r\nUser-Agent: SC Checker\r\n\r\n");

If this is a known issue, then anyone can crash DNAS' by this way, no?
Any thoughts?
Comment