Jump to content

turning your computer into a private proxy


TheGeek

Recommended Posts

hi,

Does anyone know how i can turn my computer into a private proxy that i can use from school or work?

I have win xp and dsl. I don't wany to pay to host a proxy can i use a free host?

thanks

Link to comment
Share on other sites

Currently I'm using ripway.com to host my site. I love ripway, it works great (compatible with php) and is unblocked from work and school. It's also free and there are no ads.

 

The only problem i have with ripway is that they only allow 25MB of daily downloads. That may seem enough but for a proxy that is nothing. I need more.

 

Does anyone know of any free host with the following specifications:

1. it has to be free

2. it needs to support hp

3. i don't care how much space i get but i need atleast 50MB of daily downloads

 

if you know of such a host please let me know

 

thanks

Link to comment
Share on other sites

sorry i forgot to say so.

I ususally don't mind ads but when you have a proxy and there are forced ads, the ads comeup on everypage you go to and it gets really annoying.

 

thanks for your help

Link to comment
Share on other sites

I know that there are servers that do that but 99.9% are blocked. :(

 

One quick question:

If i am hosting an image on my server, is there any way for me to see what ip's saw that image and when they saw it?

Link to comment
Share on other sites

Heh I did something like that w/ my phproxy. I set it up (also) to be able to be turned on and off cause people from Iran were using it to watch porn and it was slowing down my computer. I (like you) just wanted to use it from school (work, same difference).

 

I removed that stuff cause you probably don't need to use it. It's just a simple if statement if you want to make that. It could possibly save space/bandwidth on your server though. Turn it on when you want to use it and off anytime else.

<?php

$f2 = fopen('llog.html', 'a');

fwrite ($f2, $_SERVER['REMOTE_ADDR']."<br>");

//here you want to change it to show the requested address or whatever you want to be logged,  I was just interested in the client to see what countries people were using it from.

Be warned the log gets really big. Not only does it record websites but it gets images, java, and whatever the web browser asks for. You could maybe change it to check extensions -- if it's .gif, .jpeg, and whatever, it doesn't log it.

 

Simple though, really. Doesn't take a genius to write to a file.

 

edit --

forgot to mention that web servers log all connections and most commercial or public servers have a place where you can view the log for your particular account.

 

/var/log/apache2/access.log

 

Some have awstats and other things but what you're looking for is something called the "raw access log" which would be that file. When they get too big they add numbers after it. access.log.1, etc. so you might get some sort of archive.

Link to comment
Share on other sites

thanks for your help!

I was kinda off topic and let me clearify what i want to do. I want to host an image that will only be opened one or two times. I will host this image on my free php server. Both the times that the image is accessed i want to record when the image was accessed and who accessed it.(ip) This is completely diffrent from the proxy. For the proxy i think there are already logs that i can go back to.

 

The second question i had was if i make a web page using dreamweaver and save it as a html, is there any way to look at the properties of the page and see who the dreamweaver was registered to. I am basically asking if dreamweaver leaves info that can be used to track back the page maker?

 

i know both of these are not related to the proxy but don't want to start a bunch of threads that will only have a couple responses

thanks

Link to comment
Share on other sites

There's a way to do this. I've never coded immages w/ php but lots of images you find online are actually php extentions. For instance custom avatars are linked scienceforums.net/forums/image.php?u=xxxx&dateline=xxxxxxxxxx. Sometimes spyware and whatnot is imbeded this way as "third party" cookies in advertisements.

 

Try php.net:

http://us2.php.net/manual/en/ref.image.php

 

Just add the code I have above before your immage display script so it logs the IP somwhere. You can also just check the raw access logs and do a find for your immage.

 

As for dreamweaver, just check the html. Open the file with a text editor, on Windows use notepad.

Link to comment
Share on other sites

  • 4 years later...

hi,

Does anyone know how i can turn my computer into a private proxy that i can use from school or work?

I have win xp and dsl. I don't wany to pay to host a proxy can i use a free host?

thanks

 

linux doesnt have fences or walls so it doesnt need windows or gates

Link to comment
Share on other sites

  • 2 months later...
  • 7 months later...
Guest ratified

Great stuff from youR www.scienceforums.net , man. Ive read your stuff before and youre just too awesome. I love what youve got here, love what youre saying and the way you say it. You make it entertaining and you still manage to keep it smart. I cant wait to read more from you. This is really a great phorum.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.