I just messed around with file_get_contents() at school and noticed that it allows me to open blacklisted sites at school.
Just a few questions:
No image upload
Clicking on a link on a website simply returns me to the original blocked page.
I think I know a way to fix the binding problem, but I really didn't think about it. I could do str_replace for the content from file_get_contents to replace any link using another file_gets_contents( ) function from that link ... right?
Would it be easier if I used cURL?
Am I trying to do this, even possible, or just wasting my precious time?
I know that this is not a good way to do something like this, but, it's just a thought, I was curious.
user849137
source share