If you plan on doing anything illegal, don't ever use any web proxies. This is common knowledge, but why am I emphasizing it now? Behold, Exhibit A.
If you haven't heard about how the United States Republican Vice-Presidential nominee Sarah Palin had her Yahoo! email hacked, read about it at [1]
Now, according to [2] an Anonymous...
Well, after finding out about PHP-GTK, I decided I wanted to code a browser, fully in PHP.
After a little playing around with the ways of organizing the GUI (GtkHBox and GtkVBox), I had a simple web browser look. All I needed way a way to show the page.
I figured I would just use a file_get_contents() to get the HTML of the page, then just put...