mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 177
K
Karen Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Dec 2002
Posts: 177
When you click on a hotlink in mIRC, the browser which is set as windows default will open the link. If you want to specify a different browser, try putting these lines into your remote section (alt + r)

on ^*:hotlink:*//*.*:*: { }
on *:hotlink:*//*.*:*: { run C:\Program Files\Opera\Opera.exe $1 }
on ^*:hotlink:*www.*:*: { }
on *:hotlink:*www.*:*: { run C:\Program Files\Opera\Opera.exe $1 }

Joined: Dec 2002
Posts: 8
K
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
K
Joined: Dec 2002
Posts: 8
> "When you click on a hotlink in mIRC, the browser which is set as windows default will open the link"

That's not true!! I have PC's with Mozilla and Phoenix installed as default browser and mIRC ALWAYS LAUNCHES IE. What am I doing wrong?

Joined: Dec 2002
Posts: 3,127
P
Hoopy frood
Offline
Hoopy frood
P
Joined: Dec 2002
Posts: 3,127
please read my answer to you in the other place you posted this smile


ParaBrat @#mIRCAide DALnet
Joined: Jan 2003
Posts: 45
R
Ameglian cow
Offline
Ameglian cow
R
Joined: Jan 2003
Posts: 45
I have this problem, when the link is in the beginning of a topic, the " ' " is also sent to the browser, therefor I made this little change:

on ^*:hotlink:*//*.*:*: { }
on *:hotlink:*//*.*:*: { run C:\Program Files\Opera\Opera.exe $remove( $1,') }
on ^*:hotlink:*www.*:*: { }
on *:hotlink:*www.*:*: { run C:\Program Files\Opera\Opera.exe $remove( $1,') }

Maybe other people are helped with this.


@#botwars @Kreynet
Joined: Jul 2003
Posts: 3
C
Self-satisified door
Offline
Self-satisified door
C
Joined: Jul 2003
Posts: 3
to fire up flashfxp (or cute or whatever) use this:

on ^*:HOTLINK:ftp*//*.*:*:return
on *:HOTLINK:ftp*//*.*:*:run "C:\Program Files\FlashFXP\FlashFXP.exe" $1-


Link Copied to Clipboard