Fix for https://sourceforge.net/p/anonproxyserver/bugs/3/
Updated to work with openssl 1.1.0+
To allow only 2 IP addresses, remove the password section. The connection to the...
this works for a very short while. i suppose this way the only thing to prevent unauthorized...
In your config, it says to allow everyone from the localhost, the same machine as...
whats wrong with this setting? it kind of works (because of the password protection),...
Yes. Then to block all other IPs, add a block at the end (press the down button at...
sorry, i am not sure what to block. so i allow: allow -- user IP -- is -- 1.2.3.4...
No, add the "allows" at the top. The last rule should be "block" so that it blocks...
my current setting is: block -- user IP -- is not -- 1.2.3.4 so i can change it to:...
You can click the "down" button below the text box to add more.
what if they are not in the same block?
copying the file works, even though i dont know the reason behind this. lol. thanks...
To whitelist the user's ip address range. Add a rule that says "Allow", "User IP"...
white list
Great job there! When you click the start button it tells the pserver.exe to start....
finally whitelisting my ip allows me to have pserver running for 5 hours. now i guess...
People go around and scan common ports, that's how they probably found you. Then...
do you know why i am getting all these socks connections (without needing logins)...
The logs can be viewed on the left side of the interface under "usage log", "error...
i couldnt find any log files except for a logs folder parallel to the htdocs folder,...
Check the log files for any messages. It shouldn't be doing anything if you're not...
password protection
works nicely! thanks
no, i was not doing anything at all. also, i noticed that pserver starts itself when...
Are you downloading a 700mb file? Is this the instance running forcebindip?
resource consumption
It checks the windows shared folder with that user name and password. so you would...
where do i set the username and password?
It should look like... http://postimg.org/image/wrwk3f309/ And then on your computer,...
password protection
Added info about lowendbox.
Anon Proxy Service after Reboot not work
That's great to hear! Thanks for persisting with it! I've added something in the...
Added multiple IP instructions
forcebindip works well. thank you very much for the help!
Good job! To see where it went wrong, you can change the bind line to... if (bind(webConn,(struct...
I am able to make using connectAddr.sin_addr.s_addr=inet_addr("1.2.3.4"); so now...
Sorry, looks like inet_aton is not available in msys or your version of windows....
Now in connection.com, SOCKETFD connectToAddress(Connection this){ struct sockaddr_in...
From the src directory type "make ../pserver.exe" From the main directory type "make...
make pserver.exe gives error: "no rule to make target pserver.exe. stop." (i am in...
You need to run... make pserver.exe Just plain "make" will try to make the linux...
i have not changed any code, trying to test if i can compile, but got errors: ht...
There should be a regex.dll in the source archive. If not, you can try... http:/...
You can use either Visual studio or msys. Don't need both. The ssl.h is either in...
Sorry, I am confused about the compiling instructions: 1, the link to GNU Regex is...
The compiling instructions are here under "compiling"... http://anonproxyserver.sourceforge.net/doc.html...
Sorry, i have trouble compiling. i see there is a makefile. so this is meant to be...
Sorry, you'd have to compile separate pserver.exe files in order to set a specific...
I do not want to just to be coming from a random different IP. this is what I want...
So that I'm clear... The url should look like this but with your ip address... http://202.203.204.205:8081/anon_proxy_server/index.php...
Yes, all my IP's show up when i do ipconfig. i can get the 1st IP to work as a proxy...
I presume you mean xxx.xxx.xxx.xxx is the IP address that you've been given. Try...
yes, i have the IP's, but this URL does not work: http://xxx.xxx.xxx.xxx:8081/an...
I just put x.x.x.1 as an example. If you say that you have 3 IP addresses. Then someone...
sorry, i am not sure my reply was submitted since i cant see it: how do i make the...
this works: http://localhost:8081/anon_proxy_server/index.php but this does not:...
It is listening on all IP addresses. When you specify a port number, it'll be available...
i am not sure where i can assign a port to an IP address? the anon-proxy-server only...
By default they will all listen on all the IP addresses. You need to change the port...
i guess when i copy the main folder, it somehow did not copy the inner folders. now...
If you had renamed it to "anon proxy server2", then it should be... localhost:8081/anon%20proxy%20server2/index.php...
localhost:8081/anon_proxy_server2/index.php "the requested URL is not found" i copy...
If you had copied it to anon_proxy_server2, the 2nd config link would be... localhost:8081/anon_proxy_server2/index.php...
i see that the settings (including port assignment) is done through localhost:8081/anon_proxy_server/index.php...
By default, it listens on all 3 IPs. If you want to run 3 different instances on...
sorry, never mind the above question. got the wrong port. i do have a question: how...
In windows you need to start the pserver.exe in c:\program files\anon proxy server\htdocs...
Anon Proxy Service after Reboot not work
Windows 7 doesn't work with localhost any more.
hopefully someone can update the code so fsockopen() can support ipv6 so everything...
in general_stats.php, change line 5 to use the IP address for localhost and it should...