Skip to content
Forum

Search the Forum

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

Search results 26 matching topics
Search the community
Forum search

Search results

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

26 topics matched your search by LAS.

What Is The Best Chat Software Available In The Market

In General Chat Talk Topic by Toland Last activity Jul 12, 2013 3:24 AM

123 Flash Chat i believe is the best chat software for website in the market, and now their latest version is 9.9, it not only can meet your requirements, but also has many more features, such as IM Inviation, multi-rooms, dynamic skins,...

Matching post #80,888 by lastday Jul 12, 2013 3:24 AM

Zip

In General Chat Talk Topic by LAS Last activity May 27, 2007 1:57 PM

Alright thanks again. Guys/Gals are always helpful here. About the only place I come to to ask questions when I can't find the answers, or lazy.

Matching post #53,863 by LAS May 14, 2007 9:07 PM

Away

In General IRCd Topic by LAS Last activity Feb 28, 2007 4:06 AM

Thank you. Guess I wont have to look for it afther all.

Matching post #51,386 by LAS Feb 28, 2007 4:06 AM

MSN Clone Discussion

In General Chat Talk Topic by err0r Last activity Oct 15, 2006 1:58 PM

lol Finly the truth behind Error, and his support. All I wanted from you, to show people here what you mean, when you say you cannot support Buzzen. - However, I didn't mean to push too hard, I was hoping though it would play out with a...

Matching post #45,151 by LAS Oct 12, 2006 4:20 AM

URL Based (IRC)

In General IRCd Topic by LAS Last activity Jun 26, 2006 4:14 PM

Yes I know, its url based question that dont seem to go here.. but really it does sense it has alot to do with mirc. So I ask:   Say that your making your script to have a url open in a @Url window, and every time you double click a url...

Matching post #21,036 by LAS Jun 21, 2005 9:35 PM

badword kicker

In MSN Topic by oosho Last activity May 11, 2006 5:30 PM

on *:TEXT:*:#:{ var %s = $numtok($1-,32), %x = 1 while (%x <= %s) { var %w = $+(*,$gettok($1-,%x,32),*), %wo = $read(badwords.txt,w,%w) if (%w == %wo) { .kick $chan $nick $nick you have been kicked for messbehaviour(6) } inc %x } } menu...

Matching post #36,870 by LAS May 10, 2006 4:57 PM

Mail

In General IRCd Topic by LAS Last activity Apr 19, 2006 6:44 PM

Sense I dont have experince in this field, can someone help me with making a email sender, using sockets? Cuz I dont even know where to start, and I dont see any tuts on it so.. yea. If anyone can help thanks.

Matching post #35,523 by LAS Apr 19, 2006 4:54 AM

IRC/Group Bot

In MSN Addons Topic by LAS Last activity Apr 15, 2006 11:30 AM

Yes its for msn, though the auth is used by Vincula, like I said its for vincula only, sense this is all I test it on, If you notice from the coding it connect to IRC, and relays messages between, on *:TEXT:*:#:{ if ($sock(ircbot)) { .so...

Matching post #35,321 by LAS Apr 15, 2006 4:33 AM

Sockbot(debate)

In General IRCd Topic by LAS Last activity Apr 11, 2006 11:39 PM

It took longer then I expected, Sorry. I ran into some trouble at home, so I had to take care of business here.

Matching post #35,065 by LAS Apr 11, 2006 1:34 AM

icons

In General IRCd Topic by LAS Last activity Sep 13, 2005 2:36 AM

Thanks for the help! I know how to use mdx, but not in icons.. never really got around to learn that.. so thanks alot.

Matching post #25,697 by LAS Sep 13, 2005 2:36 AM

Invite List

In General IRCd Topic by LAS Last activity Aug 28, 2005 10:33 PM

NVM I figured it out  

Matching post #25,111 by LAS Aug 28, 2005 10:33 PM

LockedSocketBot

In General IRCd Topic by LAS Last activity Aug 14, 2005 9:50 PM

1. It dont flood out as much as mIRC. (I could voice 250 users without flooding out) 2. Its a tad bit faster and trust me that makes a diffence. Thats why.

Matching post #18,917 by LAS May 19, 2005 9:28 PM

Dll

In General IRCd Topic by LAS Last activity Aug 9, 2005 10:28 PM

Well, thanks. I didnt think anyone would answer back sense I've seen it being slow here.

Matching post #24,164 by LAS Aug 9, 2005 9:24 PM

Problems joining rooms with VinculaTg

In MSN Addons Topic by FirstMeLast Last activity Aug 4, 2005 12:23 PM

Hi, Yes I am a member of that group. The problem occurs no matter which group I try to join. Happens also for normal MSN.   I don't have a paid subscription.   I installed VinculaTG to a clean folder. There aren't any other scripts there...

Matching post #23,839 by FirstMeLast Aug 4, 2005 12:23 PM

LISTVIEWS

In General IRCd Topic by LAS Last activity Apr 27, 2005 5:48 AM

Ok I've been working on my Channel List. And I believe I worked it out. Though it took me a little bit of thinking. So heres the code,   alias channels { if ($dialog(chan)) dialog -x chan chan | dialog -ma chan chan } dialog chan {  titl...

Matching post #18,176 by LAS Apr 27, 2005 5:48 AM

Need a bit of help.

In General IRCd Topic by LAS Last activity Apr 18, 2005 5:29 AM

Thanks for the help.

Matching post #17,907 by LAS Apr 18, 2005 5:29 AM

Talker

In General IRCd Topic by LAS Last activity Mar 19, 2005 12:12 AM

Nope dont work. :\ Thanks anywas.

Matching post #16,721 by LAS Mar 19, 2005 12:12 AM

IRC Messenger

In IRCd Addons Topic by LAS Last activity Feb 27, 2005 3:08 AM

alias messenger { if ($dialog(msg)) dialog -x msg msg | dialog -m msg msg } alias contacts {  if (!$dialog(msg)) { return }  did -r msg 2  var %i = 1  while (%i <= $notify(0)) {    if ($notify(%i).ison == $ture) { did -a msg 2 + $notify(...

Matching post #6,637 by LAS Aug 18, 2004 1:38 AM

Need Help About a whisper Code

In MSN Addons Topic by DMX Last activity Feb 21, 2005 9:36 AM

errrmm sorry.. Just noticed a error in my code.. Here is the replacement...   #wmsg off on *:TEXT:*:?:{  set %chan $comchan($nick,1)  if ($nick isowner %chan) { <command> }  elseif ($nick isop %chan) { <command> }  else { <command> } } #...

Matching post #15,714 by LAS Feb 21, 2005 1:09 AM

toolbar

In General IRCd Topic by LAS Last activity Feb 19, 2005 4:14 AM

Thanks for the help. Maybe I shouldnt have been so quick to ask a question. Cuz I seen that but I never clicked on it. But anywas thanks for the help.

Matching post #15,648 by LAS Feb 19, 2005 4:14 AM

Last bit of help (MP3)

In General IRCd Topic by LAS Last activity Feb 11, 2005 5:15 AM

uhh thanks for the help.. I think. lol

Matching post #15,371 by LAS Feb 11, 2005 5:15 AM

Notify List

In General IRCd Topic by LAS Last activity Feb 7, 2005 5:51 AM

No no.. thank you. I can work from something now. lol :\ Big help. Thanks alot.

Matching post #15,245 by LAS Feb 7, 2005 5:51 AM

MDX

In General IRCd Topic by LAS Last activity Oct 29, 2004 5:05 AM

And thanks vexation sorry took me so long to answer back.. been busy.

Matching post #10,305 by LAS Oct 29, 2004 3:59 AM

vcmd

In General IRCd Topic by LAS Last activity Sep 17, 2004 11:36 PM

Thanks.. I figured it out. lol.. The reason I asked cuz MS download for the recognition software (the server) was down. But now I got it to download, everything is working. But thanks again.

Matching post #8,131 by LAS Sep 17, 2004 11:36 PM

Ignore System

In IRCd Addons Topic by LAS Last activity Sep 15, 2004 11:47 PM

err.. I found out something.. I made a two small mistake near the first.. So here is the fix.. alias mdx { dll mdx.dll $1- } alias aignore { if ($dialog(ig)) dialog -x ig ig | dialog -m ig ig } dialog ig { title "Ignore" size -1 -1 172 7...

Matching post #8,072 by LAS Sep 15, 2004 11:47 PM