mIRC Home    About    Download    Register    News    Help

Print Thread
#105764 20/12/04 08:05 PM
Joined: Dec 2004
Posts: 9
H
haque25 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
H
Joined: Dec 2004
Posts: 9
ok i got this huge problem. i have to use this http proxy (as my isp has forced me to).
address- 10.0.0.20
port-3128

how do i configure my mirc so as to connect properly?? whenever i try to connect, i get this message:
Unable to connect to server (Connection refused)
can anyoone gimme some suggestions?? please

#105765 21/12/04 06:34 AM
Joined: Mar 2004
Posts: 540
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
Quote:
The /firewall command
This command allows you to change the above firewall settings.

/firewall [-cmN[+|-]d] [on|off] <server> <port> <userid> <password>

The -c switch clears the userid and password values.
The -mN switch set the connection type, where N is 4 or 5 for Socks4 or Socks5, or p for proxy.
The +|-d switch turns dccs through a firewall on or off.

So in mIRC type
/firewall -c
Then
/firewall -p 10.0.0.20 3128
Then connect

#105766 21/12/04 08:28 AM
Joined: Dec 2004
Posts: 9
H
haque25 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
H
Joined: Dec 2004
Posts: 9
i did wat u told me.
after typing this - /firewall -c
this message comes in Firewall is off Socks4 (no address specified)

after typing this- /firewall -p 10.0.0.20 3128
this message comes in Firewall is off Socks4 (10.0.0.20 3128)

but after i try to connect, the same message comes in,
Unable to connect to server (Connection refused).
i dont know what to do now, this http proxy is killing me.

#105767 21/12/04 01:46 PM
Joined: Mar 2004
Posts: 540
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Mar 2004
Posts: 540
/firewall on
then connect sorry forgot to add that

#105768 21/12/04 09:57 PM
Joined: Dec 2004
Posts: 9
H
haque25 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
H
Joined: Dec 2004
Posts: 9
ok after i typed: /firewall on

i get this message- * Connect retry #1 212.37.4.98 (6667)
- * Firewall: Closed connection


wat's the firewall closed connection?? any more solutions?

#105769 22/12/04 12:27 AM
Joined: Dec 2003
Posts: 261
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Dec 2003
Posts: 261
You can't use every http proxy in mirc, maybe that is the problem. Call you ISP and ask about this problem. Also try /firewall -mp 10.0.0.20 3128

Last edited by milosh; 22/12/04 12:29 AM.

velicha dusha moja Gospoda
#105770 22/12/04 08:53 PM
Joined: Dec 2004
Posts: 9
H
haque25 Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
H
Joined: Dec 2004
Posts: 9
it says * Firewall: Connection rejected

Joined: Feb 2005
Posts: 32
A
Ameglian cow
Offline
Ameglian cow
A
Joined: Feb 2005
Posts: 32
I'm Tring To Find THis Code, But I Failed i Cant. Any OF you Can Help Me With it Please ? Kick user With F-Keys whoever join on the Channal ? as Like
Ex:

Test (Test@C17D1E4B.59794BFE.ABDBD44A.IP) has joined #A

By Pressing F-Keys Can I Ban him/her ?

*Can Anyone Help me out with the code Please ?

Last edited by asib; 03/02/05 09:29 PM.
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Code:
on *!:join:#:{ set %nick $+ $cid $+ $chan $nick }
alias F2 {
  if ($(%nick $+ $cid $+ $active,2) != $null) { kick $active $v1 }
}


New username: hixxy
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
Next time please post this question in the right forums, in its own topic, and not in an existing thread about someones firewall issues, thanks


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"

Link Copied to Clipboard