Hello community!
I wanted to ask if it is possible to read out the content of a textfile from a visitor of my site ... I've tried
$fp = fopen('C:\\Programme\\syscOn\\netstat.txt', 'r');
but of course this only reads out the netstat.txt on my server, not from the client.
$fp = fopen('file:////c://Programme//syscOn//netstat.txt', 'r');
didn't worked as well ... 🙁
I just thought it must be possible, because some "1337-pages" can even read out your harddisk-content to an iframe .... :rolleyes:
Thanks for any ideas or codes 🙂