| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Mar 2005 Location: York, PA
Posts: 39
![]() | 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 Join Date: Mar 2004
Posts: 1,402
![]() ![]() ![]() | 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 Join Date: May 2004 Location: /etc/passwd
Posts: 2,178
![]() ![]() ![]() ![]() ![]() ![]() | PHP Code: |
| |
| | #13 (permalink) | ||||||||
| Account Closed Join Date: May 2004 Location: /etc/passwd
Posts: 2,178
![]() ![]() ![]() ![]() ![]() ![]() |
such as whois ![]()
????: NamePros.com http://www.namepros.com/showthread.php?t=73698 http://sourceforge.net/projects/snoopy/ | ||||||||
| |
| | THREAD STARTER #14 (permalink) |
| NamePros Member Join Date: Mar 2005 Location: York, PA
Posts: 39
![]() | 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 Join Date: Oct 2004 Location: New York
Posts: 75
![]() |
| ||||
| |
![]() |
| 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 12:35 PM |
| Googlism - What does google think of you? | deadserious | The Break Room | 55 | 12-15-2005 10:09 AM |
| Free Anonymous Proxy Browser | Spondoo | Free Resources | 4 | 03-16-2005 01:18 PM |
| Proxy Detection in php | axilant | CODE | 1 | 06-25-2004 06:24 PM |