cinn
Posts: 19
Joined: 11/26/2005 Status: offline
|
Hey guys, I'll admit I've not been the most active chap on the forums but I'm sure I'll be forgiven, anyway; Just a small somewhat useful little trick for people who use mIRC to connect to the chat rooms. Might have been done before but here you go anyway. I've got a way that lets you create a menu option which you can use when you have a nickname selected to go directly to a person's Collarme.com profile. First, open mirc and click the little "/a" button at the top of the window, which will give you a window called "mIRC Scripts Editor". Don't be put off by the title! Second, you need to click on the tab that is called "Popups" at the top of the window. Now, open the "View" menu and select "Nick List" (number 4). You should be looking at a load of script.. this script is what is used to build the little menu you get when you right click a user name in the chat. All you have to do now is go to the end of the script, start a new line, and paste in the following code: quote:
CollarMe Profile:{ run c:\progra~1\intern~1\iexplore.exe http://www.collarme.com/details.asp?px= $+ $$1 } Note the bit I've turned blue should be replaced with the (short style) path to your browser... the example above will launch the profiles in Internet Explorer, but if you use FireFox you can just replace it with c:\progra~1\mozilla\firefox.exe. Once you've put the code in, just click OK and it should work right off. -x- Hope that comes in usefull, saves having to search manually before you can perv...err... i mean look at profiles! You'll now just be able to right-click any user in mirc and click "Collarme Profile" to go straight there.
|