mIRC Home    About    Download    Register    News    Help

Print Thread
#120378 17/05/05 10:29 AM
Joined: Apr 2005
Posts: 9
B
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Apr 2005
Posts: 9
Hello,
I'm trying to connect to a irc server that can be connected from java chat, but I couldn't figure out where to start, here is the url of the site that I'm trying to connect from mIRC:

java chat

Can you please check out what/where should i do/start? What is needed, I really appreciate who will be willing to help me..

Thanks..

#120379 17/05/05 11:08 AM
Joined: Mar 2004
Posts: 155
D
Vogon poet
Offline
Vogon poet
D
Joined: Mar 2004
Posts: 155
I don't uderstand what it is you are asking for. Do you want help in making your own java for your site so you can connect to irc via that site and your just using the supplied URL as a reference as to how you want it or are you just trying to connect to irc via that java applet and are unable to. If you are trying to connect using that applet and are unable to then there is one of two probable issues, one being that the java site you are attempting to use is just messed up and not working correctly and two you need java enabled within your browser and/or the java plugin (java virtual machine).

#120380 17/05/05 11:16 AM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
the easiest way would be to use nhtmln.dll and dock that url to an @window, tadaa else socklisten what that website sends back and output that, there are several great socket tutorials on http://www.mircscripts.org


$maybe
#120381 17/05/05 11:17 AM
Joined: Apr 2005
Posts: 9
B
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Apr 2005
Posts: 9
I am trying to connect from mIRC using that java, the server that uses this java has closed its mIRC entrance so that I cannot connect using mIRC to that server, hope you get me better..

#120382 17/05/05 11:23 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
I don't know if we're allowed to help, if they've blocked mIRC clients from connecting we'd be disobeying the servers wishes in helping, so unless I get word from a moderator I can't help I'm afraid.. frown

#120383 17/05/05 11:30 AM
Joined: Apr 2005
Posts: 9
B
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Apr 2005
Posts: 9
I wish it was that easy Mpdreamz,
/sockopen mynet irc.mynet.com 6667
Code:
 on *:sockopen:mynet:{
  sockwrite -tn $sockname NICK somebody
  sockwrite -tn $sockname USER java * * :javauser
}
on *:sockread:mynet:{
  if ($sockerr) {
    echo 12 -st > Hata: Bağlantı hatası, lütfen tekrar deneyiniz.
    halt
  }
  else {
    var %temptext
    sockread %temptext
    echo %temptext
  }
}


I just can see

Quote:
:irc.mynet.com NOTICE AUTH :Hostname lookups disabled. Using your IP (62.248.88.46) instead.
:irc.mynet.com NOTICE AUTH :Please wait while your system is scanned for insecure proxy servers...
:irc.mynet.com NOTICE AUTH :No open proxies were found on your system.
PING :48ABCF4F
PING :48ABCF4F

#120384 17/05/05 11:30 AM
Joined: Mar 2004
Posts: 155
D
Vogon poet
Offline
Vogon poet
D
Joined: Mar 2004
Posts: 155
Well I opened my IRc and n the statu window typing /server irc.mynet.com I connected but then got a "Software caused connection abort" so the connection to the server isn't "mirc entrence" isn't closed, it seems the server is just having some issues. It's a foriegn server/language so I really don't know what else or however else I can help. Maybe someone that speaks that can help you further but it doesn't seem to be closed just having issues right now.

#120385 17/05/05 11:40 AM
Joined: Apr 2005
Posts: 9
B
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Apr 2005
Posts: 9
That is what i am talking about, they are not having connection issues or any other things, they just closed mirc entrance, you can just connect fine to their server from their java. You can just get the 3 lines that i stated above, what i am trying to do is conect to server with sockets.

#120386 17/05/05 11:52 AM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
In the case that a particular network staff will not allow access from IRC clients, we do not help evade that policy, just as we don't with MSN.

Regards,


Mentality/Chris

Link Copied to Clipboard