Msn Theme
You can also try WebchatZ
Find discussions and posts across the Forum sections you are allowed to read.
Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.
You can also try WebchatZ
No problem, mate. I'm currently working on another version atm. The reason it isn't setting the vars it was suppose to set is because for some odd reason it seems the websites changes their source code from time to time. I'll continue wo...
Is this your own nicklist addon, or is it someone elses? Also if it is yours, could you show us the code you have for adding nicknames to the nicklist? That way we can be better able to help you.
Today, I got an email saying that I was eligible to receive a tax refund of a little over $2000.00. It gave me a link to go to so I could fill out my information, and bank account details. What gave it away for me was two things. First,...
Awesome work, mate. Can't wait to see the release.
its nothing to do with running as admin i use scripts and run as normal user (NOT ADNIN) and they work fine its to do with the path to the files thats the problem That's why I gave the alias ff code so that the path would be found. Howev...
Not to be anal or a stickler .. I mean you design your stuff however you like as long as you are having fun! But and doesn't get a comma. *shrugs* Keep up the good work. If you ever want to put emoticons in my connections let me know!! P...
You'd have to set the width, and heigth coordinates to a variable instead of a preset value, such as %nicksize. Then, you can use this code. set %nicksize $dll(dlls\nicklist.dll,GetSize,$1-) Here is a sample dialog. alias ff { if...
This is a screen shot of a multi-file download manager I'm working on for mirc. Just input the url where the files are located, select which file/s you wish to download, and download them.
Nah, it was because they weren't hosting then. The nikclist recognizes sysops, and admins by taking a look at a certain thing contained in their gates, and that is why you still see the (Admin), or (Sysop).
I'll be there.
When reading from a text file you need to use a special code to do that with. I've noticed that simply having... if ($nick isin $read(sometext.txt))... or if (* $+ $nick $+ * iswm $read(sometext.txt)) won't work most of the time. So,...
I want to grow up to be like x-fusion. Just kidding, bro, lol. It seems you do have some admirers, though.
I'm currently working on one where you can use on just about any chat site. It should be released soon.
it will be ... /kick $active $did(dialogidhere).seltext
Yes. Just use //msg %#b-Room Blah
Thanks, x-fusion, and hixxy. I'll give it a try.
The IRC Challenge is over. This challenge was extended to a total of 4 forums in the hopes of getting alot of people involved. However, there were just a total of 2 entries . The winner is Hixxy from Techgear for being the least in size....
You can use this. Don't know if this is something you're looking for. If it isn't can you go more into detail? menu menubar,channel,status { Edit Colors:/colors - Edit Font:/font - } alias colors { if ($com(colors)) .comclose...
You can return how many lines are in the window though $line(@windowname,0)
Can you give us a sample of the coding you wish to use with the timer?
To be more exact Warrior, * is the wildcard that means ALL. Not specifically channel and whisper. Just wanted to clear that up. Yes, you're right. TY, bro.
What I want to do is whenever I position my mouse over a folder\file it will return the name of whatever the mouse is over. I have this... alias nHTMLn.handler { echo -a $dll($nhtmln,caption,$1) $2- return S_OK } It returns the d...
Do what I do. Just get back into it.
thanks alot for that i was using it in vincula like this ctcp *:TIME:*: { if ($sock(msn.*. $+ $cid,0) >= 2) { echo $color(ctcp) -a Time Request by $nick .ctcpreply $nick TIME $date $+ , $time haltdef } } so its here the same...