Jump to content

Vincula problem


bonTy

Recommended Posts

Guys, this time isn't my problem it's my friend's problem

he is using my vincula which is working pretty fine with me and no error

just stable and good , but he is having problems with most of the vincula's he is using,

the problem that he gets when he tries to join the group

* /sockwrite: 'msn.group.update' not connected (line 548, vincula.mrc)

 

thats the line same line in all vinculas

 

sockwrite -n $1 GET $+(/,$3) HTTP/1.1

 

anyideas ?

and another error

/sockwrite: 'msn.update.full2' not connected (line 548, vincula.mrc)

 

Edit:

Updating UserRole for lebanonsonmsn (****@hotmail.com), please wait...

To Change Group Room For UserRole Update Type In: /urole2

-

* /sockwrite: 'urole2' not connected (line 3718, vincula.mrc.mrc)

-

• UserRole Update Failed. Check status window for more details. (657.203 seconds)

thats when he tries to update role

 

P.S he is on proxy server and any code using http1.1 doesnt work with him

 

Edited by bonTy
Link to comment
Share on other sites

Dude. HTTP/1.1 is 7 or more years old. Possibly he doesn't have a clue what he's talking about? The last browser to support HTTP/1.0 was, IIRC, Netscape 2.0. If his proxy server doesn't allow HTTP/1.1, a good percentage of websites won't work (any of them which run more than one site on the same IP, for example).

 

If he has a proxy server, he'll have to connect to the proxy server, issue the right CONNECT command (I think it's CONNECT destination:port), then send the GET/POST command. Here's what I mean:

 

CONNECT 1.2.3.4:80

 

GET /whatever.aspx?bg=evil

User-Agent: Mozilla/4.0 (compatible; MSIE 6.66; Vincula)

 

That should work. Read the HTTP/1.1 specs for more info.

Link to comment
Share on other sites

would help if you posted the whole sock code with the details of the site hes trying to get data from

 

as to the whole 1.1/1.0 thing some sites dont work with 1.1 when using socks, no idea why but thats what i have found

maybe they just old servers lol

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