723 topics matched your search
by The Gate Keeper.
i believe its not "scripting for the name", but scripting for help. And you would agree as well would you not? If someone was nice enough to make something, whether simple or complex, that did something you personally was not aware of,...
Matching post #68,960 · by The Gate Keeper · Jan 12, 2009 8:00 PM
yea, err0r is right. I had the same issue when i did GuarDDog, and my only work around was to calculate the different heights for each different theme.
Matching post #68,896 · by The Gate Keeper · Jan 10, 2009 9:21 PM
hmm... from memory, vincula used noop command (basically its suppose to stand for no operation), but a server didn't have that, so it would come back with a "noop command invalid". you could replicate this idea? to do this, have a ti...
Matching post #68,905 · by The Gate Keeper · Jan 11, 2009 9:16 AM
what are the commands you type to get the list...? what is returned...? These questions need to be asked so i can parse the information for you.
Matching post #68,151 · by The Gate Keeper · Nov 23, 2008 1:53 AM
do you still get the error line too long problem with the webpages?
Matching post #66,901 · by The Gate Keeper · Sep 21, 2008 2:49 AM
ok... for starters... if ( $me isop # ) { is not needed because you have used the prefix @. In mIRC help file, look up "prefixes". and you should combine if statements if possible. with your code, you have nested statements, but no...
Matching post #68,629 · by The Gate Keeper · Dec 27, 2008 3:38 AM
yay christmas is here! , merry christmas from the person already in christmas
Matching post #68,591 · by The Gate Keeper · Dec 24, 2008 1:05 PM
'Those who cannot remember the past, are condemned to repeat it.' -- George Santayana. what has past, has past. learn from it, gain wisdom, so that you aren't going to repeat it again. Though you may feel like all the "older folk" ne...
Matching post #68,465 · by The Gate Keeper · Dec 13, 2008 9:12 PM
if you are simply just copying/pasting from one connection to the other, or trying to use a room lister originally designed for the modified Vincula connection you have, that is probably your issue. Thinking of this, there are probably...
Matching post #68,406 · by The Gate Keeper · Dec 9, 2008 8:02 PM
bit pointless auto closing after scanning isn't it? Does it remove folders in the temp directories as well? Like, if you temp directory is... C:\User\Bob\Temp... and you have a folder in there hello, does it remove all the files inside...
Matching post #68,182 · by The Gate Keeper · Nov 24, 2008 10:56 PM
you referring to mIRC? If so, then you can use mdx or dcx. not sure with dcx, but with mdx, its part of the dialogs.mdx stuff.
Matching post #67,991 · by The Gate Keeper · Nov 12, 2008 7:32 AM
if you have the problem fixed, perhaps you can post the result to allow others who may be in your predicament to try your solution? Guys, this is a forum, we are here to learn, and teach. However, as some have suggested, a level of kno...
Matching post #68,035 · by The Gate Keeper · Nov 14, 2008 6:27 AM
all i can think of is that it has something to do with the join command. try working on it a bit, perhaps the php code isn't working too well with it?
Matching post #67,957 · by The Gate Keeper · Nov 10, 2008 6:53 AM
interesting point joshR. However, you should probably add a note to say that you have used it. There are instances where a custom msg alias would be better, or would have been used, such as a custom theme, or a emoticon interface (web ch...
Matching post #67,928 · by The Gate Keeper · Nov 9, 2008 2:59 AM
yea, the bigger N is, the faster it could work, and the more memory it could take. Ultimately, you'll find that depending on the particular job at hand, different processes will have different effects. And mIRC has so many ways of proc...
Matching post #59,580 · by The Gate Keeper · Jan 18, 2008 1:34 AM
basically, when you release scripts (if you don't want to include mIRC exe), release it all with the mIRC ini in the location mIRC would be.
Matching post #64,799 · by The Gate Keeper · Jul 29, 2008 11:13 PM
you cannot just do... var %red = 255,0,0 $rgb(%red) the reason is that it sees %red as a string, and doesn't recognise you have the commas there for it. You actually need to do something like... var %r = 255, %g = 0, %b = 0 $rgb(%r,%g,%b...
Matching post #67,352 · by The Gate Keeper · Oct 9, 2008 7:46 PM
it is...
Matching post #67,236 · by The Gate Keeper · Oct 5, 2008 1:56 AM
yep, that was how connections like NuClear and DogCollar got around that issue. Even though mIRC now supports UTF-8, it still is restricted to the 50 character condition (unicode). Hash table is the best as it would allow for quick acces...
Matching post #57,485 · by The Gate Keeper · Oct 2, 2007 4:39 AM
no worries. we are all here to help and we are glad that you are taking what we say onboard. We don't mind explaining if we know that it does not fall on deaf ears (as the expression goes). PS. and yes, my name is David.
Matching post #67,155 · by The Gate Keeper · Oct 2, 2008 2:07 PM
you got to remember though, DCX doesn't use any dialog controls what so ever. So the fact you have to do all that code, you need to remember that you aren't doing any dialog code at all, so for the sacrifice of one, you benefit in the ot...
Matching post #67,076 · by The Gate Keeper · Sep 28, 2008 10:01 PM
i believe he is talking about a flood protection, not a script to cause this. If that is the case, please say and we'll try and assist. Though, do you know anything about scripts? As in, do you run one yourself or not? just so we know...
Matching post #67,059 · by The Gate Keeper · Sep 27, 2008 11:37 PM
its basically another user that sits in the room you want it to, to perform a lot of the automated processes such as kicking, trivia, etc. And leaves your account for you to chat through.
Matching post #67,020 · by The Gate Keeper · Sep 25, 2008 1:45 PM
that code would kick anyone that joined...
Matching post #66,915 · by The Gate Keeper · Sep 22, 2008 9:21 AM
yea ozzy would be able to work it out. i don't use mIRC anymore so i can't exactly test.
Matching post #66,876 · by The Gate Keeper · Sep 20, 2008 3:56 AM