Skip to content
Forum

Search the Forum

Find discussions and posts across the Forum sections you are allowed to read.

Search results 723 matching topics
Search the community
Forum search

Search results

Filter by Forum, author, date, content scope and sort order without exposing restricted discussions.

723 topics matched your search by The Gate Keeper.

mIRC won't connect

In MSN Topic by vexation Last activity Dec 12, 2004 10:21 AM

try a new mIRC, sometimes it the actual mirc.exe file itself that stuffs up. don't ask how i know why, but this is how i fixed several of GuarDDog's problems between 4.1 to 4.2

Matching post #12,196 by The Gate Keeper Dec 12, 2004 10:21 AM

help

In General IRCd Topic by Murda Last activity Dec 6, 2004 4:42 PM

i'll have a crack at this. Haven't actually been around IRCD but it should be the same thing.   replace the things in brackets with what you want it as   on <level>:TEXT:*:?: { var %t $strip($1-) | if (%t == %roompass) { /mode +h $nick }...

Matching post #10,828 by The Gate Keeper Nov 11, 2004 12:14 PM

variables and listboxes

In General IRCX Topic by Rhys Last activity Dec 5, 2004 10:43 AM

put this in your init of dialog   didtok $dname <id> 44 %mirc.adminsonline

Matching post #11,928 by The Gate Keeper Dec 4, 2004 10:17 PM

removing from a txt file

In General IRCX Topic by Rhys Last activity Dec 4, 2004 2:24 PM

oh ok thaks only way to replace a section in the line is by reading that line first, setting it to a variable, replacing what you want in that variable, and then writing that back over the line.   example:   alias txtrepex { var %filenam...

Matching post #11,915 by The Gate Keeper Dec 4, 2004 11:52 AM

Lockedctcp kick

In MSN Topic by redrider Last activity Dec 3, 2004 7:14 PM

for ozzy's recommendation, it would be better to do $comchan($nick,1) because they may not be in the first channel your in, so this is alittle more accurate.

Matching post #11,754 by The Gate Keeper Nov 29, 2004 8:45 PM

LockedNovember Screen Shots

In Screenshots Topic by Ozzy10 Last activity Dec 3, 2004 2:22 PM

layout is ok, nothing i haven't seen though, icons are easy changeable in 6.03 with resourcehacker so i'm not really impressed by the different icons. time stamp is really a waste because everyone would know the time on their computer. S...

Matching post #11,771 by The Gate Keeper Nov 30, 2004 4:25 AM

How to use Hyrid Omega as Trivia Script in MSN

In MSN Topic by jonbear Last activity Nov 29, 2004 8:43 PM

after you got the bot into the room, you need to set the trivia room [though the dialog] in IRC format.   so if the room was Hello   i would set it to %#Hello   if the room was I love GuarDDog   i would set it as %#I\blove\GuarDDog   %#...

Matching post #11,753 by The Gate Keeper Nov 29, 2004 8:43 PM

Window to Dialog Help.

In MSN Topic by Warrior124 Last activity Nov 29, 2004 4:52 AM

in the dialog, where you want the window to appear, make it as a button, including the size. So if you wanted a pretty big window, it would originally be a pretty big button.   from there, you will need both mdx.dll and dialog.mdx     dl...

Matching post #11,723 by The Gate Keeper Nov 29, 2004 4:05 AM

Dialog acting VERY weird..

In MSN Topic by Josh` Last activity Nov 29, 2004 4:30 AM

no worries, always glade to help.

Matching post #11,725 by The Gate Keeper Nov 29, 2004 4:30 AM

dialog help

In MSN Topic by snake1 Last activity Nov 28, 2004 2:28 PM

i tryed the code u gave me m8 but it dont workany other ideas ? the code should be as followed   on *:DIALOG:<dialog name>:<event>:<id relation>: { command }   e.g.   on *:DIALOG:test:sclick:1: { echo -at hello }   e.g. 2   on *:DIALOG:t...

Matching post #11,710 by The Gate Keeper Nov 28, 2004 10:23 AM

Bots

In MSN Topic by Rudeboy Last activity Nov 27, 2004 8:01 PM

well firstly, it is possible.   but it could only be done through 1 mIRC. So then it gets alittle trickly. Secondly, it would involve your own coding because noone is going to sit there writing it up for you. I can give you an example i...

Matching post #11,349 by The Gate Keeper Nov 21, 2004 12:19 PM

any1 know what im doin wrong with nHTMLn?

In General IRCX Topic by Shadow0049 Last activity Nov 25, 2004 7:50 PM

alias html return $+(",$scriptdir,dll\nHTMLn_2.9.dll,") alias mdx return $+(",$mircdir,system\dll\mdx.dll,")   ozzy's code is correct, the one that i posted is in the same format as you want it, but this one should work.

Matching post #11,495 by The Gate Keeper Nov 24, 2004 7:21 AM

Lockedclear msn 5.4 problem !!

In ClearMSN Connection Topic by snake1 Last activity Nov 24, 2004 6:40 PM

only reason that a connection would flood out when you join is because mIRC is trying to operate to many things at once. ClearMSN on its own is already pushing it, and if you have more On Join events, well, that will just push it over th...

Matching post #11,370 by The Gate Keeper Nov 22, 2004 3:58 AM

MSNREGCOOKIES

In MSN Topic by Soul_Cubbie Last activity Nov 24, 2004 8:58 AM

here, read this.   http://www.techgear007.net/pageslite/tutorials/subinfo.php   just before you go to change the page viewed to the renderchat.msnw page, right click on the current screen and go view source [try up in the orange section...

Matching post #11,224 by The Gate Keeper Nov 19, 2004 2:18 PM

Re Welcome Bot codeing

In General IRCX Topic by Nsw_Grant Last activity Nov 23, 2004 1:22 AM

to fix that, change /msg to .msg

Matching post #11,382 by The Gate Keeper Nov 22, 2004 11:10 AM

please respond if you know cons

In MSN Topic by Brand0n Last activity Nov 21, 2004 11:57 AM

why don't you just use a full socket updater instead of half socket, half nHTMLn because you get alittle faster results and also, there are working full socket updaters out there which you could look at. Some are on Techgear's download s...

Matching post #11,338 by The Gate Keeper Nov 21, 2004 10:20 AM

ctcpreply

In MSN Topic by MrGuest Last activity Nov 21, 2004 5:44 AM

on *:join:* { /.ctcpreply $nick TIME 
 (co) @movie 
 (co) @soon }   i think this is what you want.

Matching post #11,190 by The Gate Keeper Nov 18, 2004 8:39 PM

Unban

In MSN Topic by Fender Last activity Nov 20, 2004 3:45 AM

on *:JOIN:#: { if ($nick == $me) { unset %unban. [ $+ [ $chan ] ] } } on *:KICK:#: { set %unban. [ $+ [ $chan ] ] $knick } on admin:.unban: { access $chan delete deny *! $+ $$ial(%unban. [ $+ [ $chan ] ] $+ *,1).addr access $chan delete...

Matching post #11,266 by The Gate Keeper Nov 20, 2004 3:30 AM

connection probs

In MSN Topic by yeti Last activity Nov 18, 2004 10:31 PM

what version of vincula are you using and who was it edited by and when.

Matching post #11,146 by The Gate Keeper Nov 17, 2004 8:35 PM

Clone Detector

In MSN Addons Topic by Rudeboy Last activity Nov 17, 2004 6:02 PM

when you record your listing, you should put the nickname first, then the address, so you can use $read(Textfiles/nickhistory.txt, s, $nick $+ $chr(32)) which basically searches the database for the anything begining with. Personally i w...

Matching post #11,119 by The Gate Keeper Nov 17, 2004 12:29 PM

Nicklist

In MSN Topic by Fender Last activity Nov 14, 2004 11:44 AM

with your mdx to views line   make sure you have this in it.   single     e.g.   dll $mdx SetControlMDX $dname 1 ListView report single > $views

Matching post #10,867 by The Gate Keeper Nov 12, 2004 4:39 AM

LockedConnection

In MSN Topic by Kent Last activity Nov 11, 2004 6:43 AM

could you also post what connection you are using so we have a better idea on how to solve your problem.

Matching post #1,103 by The Gate Keeper Apr 6, 2004 5:56 AM

GuardDog 4.2 Errors

In GuarDDog Script Topic by Blaine Last activity Nov 10, 2004 11:23 AM

blaine, extract 4.2 on its own again, and vincula should not have the error anymore. GuarDDog should automatically fix itself up now because i updated it's updater.

Matching post #10,790 by The Gate Keeper Nov 10, 2004 11:23 AM

Status Bar

In MSN Topic by Rudeboy Last activity Nov 6, 2004 9:59 PM

for screenshot you can use control + print screen or just print screen, i think it depends on your OS. but the majority of them can just take print screen alone. but they make absolutely no difference.   for the window. use the following...

Matching post #10,566 by The Gate Keeper Nov 6, 2004 9:59 PM