| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| NamePros Member | Anonymous Proxy with PHP i was wondering if any of you know how to make a browser-type script in php using frames, iframes, or includes that uses an anonymous proxy something like BypassIt.com, i saw they use PHP if not php, possibly cgi or something else? i just want to know the script that can be put in, i can make the rest |
| |
| | #2 (permalink) |
| Senior Member | Read the remote URL in from the query string. Get the remote URL into a variable If your using PHP you probably wget in the toolbox. That's what I usually use. (I've used the MS xmlhtml thing as well, and plain old sockets). This is where you set your agent, referrer, etc. Then create a list of substitutions that need to be done. Regexs make this particularly painless. For example, you might want to replace “http://” with “http://yoursite/proxy.php?”, insert “/proxy.php?” into relative links, etc. Now write out the variable. There's not much more to it than that. |
| |
| | #3 (permalink) |
| Account Closed | PHP Code: |
| |
| | #13 (permalink) | ||
| Account Closed | Quote:
![]() Quote:
http://sourceforge.net/projects/snoopy/ | ||
| |
| | #14 (permalink) |
| NamePros Member | in my internet class at school, i need to make something that you can browse with anonymous proxy. something similar to www.bypassit.com or www.proxify.com, but i dont need all those options. just an input box |
| |
| | #19 (permalink) | |
| NamePros Member | Quote:
| |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tutorial: Getting started with PHP (The Basics) | deadserious | Webmaster Tutorials | 60 | 11-17-2007 11:35 AM |
| Googlism - What does google think of you? | deadserious | The Break Room | 55 | 12-15-2005 09:09 AM |
| Free Anonymous Proxy Browser | Spondoo | Free Resources | 4 | 03-16-2005 12:18 PM |
| Proxy Detection in php | axilant | CODE | 1 | 06-25-2004 05:24 PM |