Activity for Anon Proxy Server

  • niknah niknah committed [r345] on Code

    Fix for https://sourceforge.net/p/anonproxyserver/bugs/3/

  • niknah niknah committed [r344]

    Updated to work with openssl 1.1.0+

  • niknah niknah posted a comment on ticket #8

    To allow only 2 IP addresses, remove the password section. The connection to the...

  • sam sam posted a comment on ticket #8

    this works for a very short while. i suppose this way the only thing to prevent unauthorized...

  • niknah niknah posted a comment on ticket #8

    In your config, it says to allow everyone from the localhost, the same machine as...

  • sam sam posted a comment on ticket #8

    whats wrong with this setting? it kind of works (because of the password protection),...

  • niknah niknah posted a comment on ticket #8

    Yes. Then to block all other IPs, add a block at the end (press the down button at...

  • sam sam posted a comment on ticket #8

    sorry, i am not sure what to block. so i allow: allow -- user IP -- is -- 1.2.3.4...

  • niknah niknah posted a comment on ticket #8

    No, add the "allows" at the top. The last rule should be "block" so that it blocks...

  • sam sam posted a comment on ticket #8

    my current setting is: block -- user IP -- is not -- 1.2.3.4 so i can change it to:...

  • niknah niknah posted a comment on ticket #8

    You can click the "down" button below the text box to add more.

  • sam sam posted a comment on ticket #8

    what if they are not in the same block?

  • sam sam posted a comment on ticket #7

    copying the file works, even though i dont know the reason behind this. lol. thanks...

  • niknah niknah posted a comment on ticket #8

    To whitelist the user's ip address range. Add a rule that says "Allow", "User IP"...

  • sam sam created ticket #8

    white list

  • niknah niknah posted a comment on ticket #7

    Great job there! When you click the start button it tells the pserver.exe to start....

  • sam sam posted a comment on ticket #7

    finally whitelisting my ip allows me to have pserver running for 5 hours. now i guess...

  • niknah niknah posted a comment on ticket #7

    People go around and scan common ports, that's how they probably found you. Then...

  • sam sam posted a comment on ticket #7

    do you know why i am getting all these socks connections (without needing logins)...

  • niknah niknah posted a comment on ticket #7

    The logs can be viewed on the left side of the interface under "usage log", "error...

  • sam sam posted a comment on ticket #7

    i couldnt find any log files except for a logs folder parallel to the htdocs folder,...

  • niknah niknah posted a comment on ticket #7

    Check the log files for any messages. It shouldn't be doing anything if you're not...

  • niknah niknah modified ticket #6

    password protection

  • sam sam posted a comment on ticket #6

    works nicely! thanks

  • sam sam posted a comment on ticket #7

    no, i was not doing anything at all. also, i noticed that pserver starts itself when...

  • niknah niknah posted a comment on ticket #7

    Are you downloading a 700mb file? Is this the instance running forcebindip?

  • sam sam created ticket #7

    resource consumption

  • niknah niknah posted a comment on ticket #6

    It checks the windows shared folder with that user name and password. so you would...

  • sam sam posted a comment on ticket #6

    where do i set the username and password?

  • niknah niknah posted a comment on ticket #6

    It should look like... http://postimg.org/image/wrwk3f309/ And then on your computer,...

  • sam sam created ticket #6

    password protection

  • niknah niknah committed [r343]

    Added info about lowendbox.

  • niknah niknah modified ticket #5

    Anon Proxy Service after Reboot not work

  • niknah niknah posted a comment on ticket #5

    That's great to hear! Thanks for persisting with it! I've added something in the...

  • niknah niknah committed [r342]

    Added multiple IP instructions

  • sam sam posted a comment on ticket #5

    forcebindip works well. thank you very much for the help!

  • niknah niknah posted a comment on ticket #5

    Good job! To see where it went wrong, you can change the bind line to... if (bind(webConn,(struct...

  • sam sam posted a comment on ticket #5

    I am able to make using connectAddr.sin_addr.s_addr=inet_addr("1.2.3.4"); so now...

  • niknah niknah posted a comment on ticket #5

    Sorry, looks like inet_aton is not available in msys or your version of windows....

  • sam sam posted a comment on ticket #5

    Now in connection.com, SOCKETFD connectToAddress(Connection this){ struct sockaddr_in...

  • niknah niknah posted a comment on ticket #5

    From the src directory type "make ../pserver.exe" From the main directory type "make...

  • sam sam posted a comment on ticket #5

    make pserver.exe gives error: "no rule to make target pserver.exe. stop." (i am in...

  • niknah niknah posted a comment on ticket #5

    You need to run... make pserver.exe Just plain "make" will try to make the linux...

  • sam sam posted a comment on ticket #5

    i have not changed any code, trying to test if i can compile, but got errors: ht...

  • niknah niknah posted a comment on ticket #5

    There should be a regex.dll in the source archive. If not, you can try... http:/...

  • niknah niknah posted a comment on ticket #5

    You can use either Visual studio or msys. Don't need both. The ssl.h is either in...

  • sam sam posted a comment on ticket #5

    Sorry, I am confused about the compiling instructions: 1, the link to GNU Regex is...

  • niknah niknah posted a comment on ticket #5

    The compiling instructions are here under "compiling"... http://anonproxyserver.sourceforge.net/doc.html...

  • sam sam posted a comment on ticket #5

    Sorry, i have trouble compiling. i see there is a makefile. so this is meant to be...

  • niknah niknah posted a comment on ticket #5

    Sorry, you'd have to compile separate pserver.exe files in order to set a specific...

  • sam sam posted a comment on ticket #5

    I do not want to just to be coming from a random different IP. this is what I want...

  • niknah niknah posted a comment on ticket #5

    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...

  • sam sam posted a comment on ticket #5

    Yes, all my IP's show up when i do ipconfig. i can get the 1st IP to work as a proxy...

  • niknah niknah posted a comment on ticket #5

    I presume you mean xxx.xxx.xxx.xxx is the IP address that you've been given. Try...

  • sam sam posted a comment on ticket #5

    yes, i have the IP's, but this URL does not work: http://xxx.xxx.xxx.xxx:8081/an...

  • niknah niknah posted a comment on ticket #5

    I just put x.x.x.1 as an example. If you say that you have 3 IP addresses. Then someone...

  • sam sam posted a comment on ticket #5

    sorry, i am not sure my reply was submitted since i cant see it: how do i make the...

  • sam sam posted a comment on ticket #5

    this works: http://localhost:8081/anon_proxy_server/index.php but this does not:...

  • niknah niknah posted a comment on ticket #5

    It is listening on all IP addresses. When you specify a port number, it'll be available...

  • sam sam posted a comment on ticket #5

    i am not sure where i can assign a port to an IP address? the anon-proxy-server only...

  • niknah niknah posted a comment on ticket #5

    By default they will all listen on all the IP addresses. You need to change the port...

  • sam sam posted a comment on ticket #5

    i guess when i copy the main folder, it somehow did not copy the inner folders. now...

  • niknah niknah posted a comment on ticket #5

    If you had renamed it to "anon proxy server2", then it should be... localhost:8081/anon%20proxy%20server2/index.php...

  • sam sam posted a comment on ticket #5

    localhost:8081/anon_proxy_server2/index.php "the requested URL is not found" i copy...

  • niknah niknah posted a comment on ticket #5

    If you had copied it to anon_proxy_server2, the 2nd config link would be... localhost:8081/anon_proxy_server2/index.php...

  • sam sam posted a comment on ticket #5

    i see that the settings (including port assignment) is done through localhost:8081/anon_proxy_server/index.php...

  • niknah niknah posted a comment on ticket #5

    By default, it listens on all 3 IPs. If you want to run 3 different instances on...

  • sam sam posted a comment on ticket #5

    sorry, never mind the above question. got the wrong port. i do have a question: how...

  • niknah niknah posted a comment on ticket #5

    In windows you need to start the pserver.exe in c:\program files\anon proxy server\htdocs...

  • Thomas Rothen Thomas Rothen created ticket #5

    Anon Proxy Service after Reboot not work

  • Anon Proxy Server Anon Proxy Server released /anon_proxy_server/0.104/anon_proxy_server_0.104.exe

  • niknah niknah committed [r341]

    Windows 7 doesn't work with localhost any more.

  • David David posted a comment on discussion General

    hopefully someone can update the code so fsockopen() can support ipv6 so everything...

  • David David posted a comment on discussion General

    in general_stats.php, change line 5 to use the IP address for localhost and it should...

1
MongoDB Logo MongoDB