Scripts For msn groups
try hybrid omega
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.
try hybrid omega
well you can use it that way.. just set a var when you join the room for the onjoin then you can show it in the dialog here is how to set it for just that room: use on text command if ($nick == $chan) { set %onjoinchan. [ $+ [ $right...
putting two seperate on joins in one remote file is a bad idea. Either combine the two in one onjoin or put them in seperate files.
*my special pointless post of the day
You should always give the following gold hammers/pass People claiming to be MSN staff. Some msn staff are just too lazy to gold up so they must whisper you and ask you to give them one. People that threaten to destroy your room if y...
regsvr32 "C:\windows\downloaded program files\msnchat45.ocx"
must have been a different err0r .. wasn't meh
Yeah they will all work if you update the connections to use the user role / sub info
yeah one of the reasons i quit using phpnuke was because of it's security. It has a bad history of security holes especially in older version. There are addons you can download to improve the security but it's still a risk when using old...
I think sometimes i just waste my time doing the extras that i do by providing links in the news
I checked the download to make sure it wasn't a problem with the file and it worked ok. Try redownloading it. If the problem persists try the irc dom help forum
While we do offer and accept scripts for irc networks we do not specialize in them. I would suggest you try www.mircscripts.org for your normal irc scripting needs. They have been having trouble with their site as of late but I think the...
that's the first thing i do when starting any script using vincula.. I strip out all the theme so i can do my own.. It's also a good idea to put your theme in a file other than vincula... As when you are making it you will constantly twe...
Check out our tutorials section.. It tells you how to edit vincula to get into group chat.
sounds like you are using an old version of ie or netscape of some other browser that does not support iframes
you are not able to set passes in community chat. Hammers work with userrole based on their position in the community.
I have enough problems with their post beta applications lol i think i'll just wait.
the silver is just my windows xp theme. as for docking a dialog Some people use ktools for docking.. I prefer ReBaR.dll First you need to make a dialog you want to dock and load it into remotes. next to dock it you will need the...
oh I don't know maybe if you clicked color codes in techgear's menu under webtools you could get them click HERE if you are too lazy.
go to c windows downloaded program files delete your chat control if it's there then click HERE if you still are unable to get it clear your cache and lower your security settings until you have installed it then reset your securit...
you should ditch ktools as it does not get along with the newer version of mirc.. use ReBaR.dll instead.. much better and more stable
well you can use ircd options to close the room without even entering it.. but it isn't hard to code a close that will do what you want.. My ircd admin script went into my recycle bin when tcn closed.. maria might still have a copy dunno.
this really isn't the answer to flooding but it along with a good flood prot will help you i think. on *:join:#:{ if ($left($nick,1) == >) && ($nick != $me) && (D21DB211 !isin $address) { sockwrite -tn msn.server. $+ $cid access $...
have you tried changing your area settings to the United States?
well if you are using vincula you can add this to remotes on randgate:JOIN:#: { sockwrite -tn msn.server. $+ $cid access $msn.get($cid,fullroom) add deny $address 15 sockwrite -tn msn.server. $+ $cid kick $msn.get($cid,fullroom) $nick...