Planet Peer - The anonymous networking community
March 13, 2010, 05:09:04 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
News: Planet Peer - The anonymous networking community
...because anonymity is better ;-)
 
   Home   Help Search Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: M-U-T-E M-F-C [Http Proxy for TOR-PRIVOXY] E-D-I-T-I-O-N  (Read 2765 times)
0 Members and 1 Guest are viewing this topic.
crypton
Elite
*****

Karma: +9/-0
Offline Offline

Posts: 1653



View Profile
« on: July 21, 2006, 02:54:33 PM »

hi

i see now thanks for info tym100  Cool
http://aa.vslib.cz/silk/projekty/mute/index.php

i have a modify  mute mfc core source the webclient.cpp

it now works with a http proxy i added there 127.0.0.1:8118
then when you are using tor + privoxy then can be connect anonymous  to webcaches.

only when tor + privoxy is running!
when is not running then uses without proxy.

modifyd code in WebClient.cpp:

Quote
        /* silk-mod-start
      HostAddress *host = new HostAddress(
        stringDuplicate( serverNameCopy ),
        portNumber ); silk-mod-end*/
        HostAddress *host = new HostAddress(
        stringDuplicate( "127.0.0.1" ),
        8118 );
           
    Socket *sock = SocketClient::connectToServer( host );

    char *finalURL = stringDuplicate( inURL );
    char *mimeType = NULL;

    int receivedLength = 0;

   
    if( sock != NULL ) {
        SocketStream *stream = new SocketStream( sock );

        // method and trailing space need to be sent in the same
        // buffer to work around a bug in certain web servers
        char *methodWithSpace = new char[ strlen( inMethod ) + 2 ];
        sprintf( methodWithSpace, "%s ", inMethod );
       
        // send the request
        stream->writeString( methodWithSpace );
        /*silk-mod-start stream->writeString( getPath ); silk-mod-end*/
        stream->writeString( inURL );
        stream->writeString( " HTTP/1.0\r\n" );
        stream->writeString( "Host: " );
        stream->writeString( serverNameCopy );
        stream->writeString( "\r\n\r\n" );




Download win32 MUTE-MFC http proxy Edition :
MFC_MUTE.zip

« Last Edit: July 21, 2006, 03:46:30 PM by crypton » Logged


jcruz0918
Guest
« Reply #1 on: May 05, 2009, 05:21:52 AM »

When they modified it i saw that the edition was in not a good procedure,,but its ok for the code that the nice layout can be made.







« Last Edit: May 05, 2009, 11:24:01 AM by Markus » Logged
Nemo
Global Moderator
Elite
*****

Karma: +27/-0
Offline Offline

Posts: 1261


View Profile
« Reply #2 on: May 05, 2009, 09:15:38 AM »

Hi jcruz0918!

Welcome on Bo(a)rd!

When they modified it i saw that the edition was in not a good procedure,,but its ok for the code that the nice layout can be made.
Huh? I don't understand your posting. Could you explain it further? Did you try to apply the patch for proxied connections to WebCaches? Did it work?

Does MUTE have many users and much content? Last time I tried it I wasn't impressed...  Tongue


Greetings,
Nemo.
Logged
Planet Peer - The anonymous networking community
   

 Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!