ArcticWolf Posted November 6, 2006 Share Posted November 6, 2006 Hiya,HAVE A LOOK AT THIS --> [url=http://www.clickcop.com]www.clickcop.com[/url].I have come accross a few of these proxy sites and I have decieded to try to make one (using php - for personal use, honest). But the problem is, I dont have a clue how these work, never mind how to start creating on. I wonder if any of you can help me and relate me to any tutorials that are around to try to help me, such as sending cookies to other sites, webpage handling, etc.Thanks (in advance)ArcticWolf Link to comment https://forums.phpfreaks.com/topic/26314-proxy/ Share on other sites More sharing options...
CiPH Posted November 6, 2006 Share Posted November 6, 2006 you also want to make something like that?you have to use fsockopen and fput to connect/send you have to connect any proxy and use the simple http headers to retreive the page then you pick the data and replace the urls with your own like ?page=http://google.de/search?q=test. It should be simple if you ever used fsockopen and fputs to retreive a pageRead the php manual for fsockopen there are alot tutorials how to use it Link to comment https://forums.phpfreaks.com/topic/26314-proxy/#findComment-120313 Share on other sites More sharing options...
ArcticWolf Posted November 6, 2006 Author Share Posted November 6, 2006 lol...ok thanks.I take it im not the first one you have met who wants to make one?That was very quick replying, btw.. :) Thanks again! Link to comment https://forums.phpfreaks.com/topic/26314-proxy/#findComment-120315 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.