Page 1 of 2
TheQBot Service
Posted: Thu Jul 22, 2004 3:35 pm
by LordOfHell
Hey,
I made a new service for Unreal3.2.xx but it is for Windows only

You can test it on
http://theqbot.hell-hosting.de
Please give me some feedback
Posted: Thu Jul 22, 2004 11:03 pm
by w00t
Just downloaded now, will check it out.
Posted: Sun Jul 25, 2004 9:06 am
by w00t
Hmm, well it is an interesting idea. I'm a bit irritated that it was binary only, and that is the primary reason I wouldn't use it
That been said, it has some pretty spectacular bugs... run time errors, so I'm assuming this is a visual basic application.
I like the features, but some of them don't seem to do anything (example: /msg q gline <inserthere>)
Posted: Sun Jul 25, 2004 11:32 am
by LordOfHell
Hehe, you forgot to submit a duration and reason
/msg q HELP shows gline <mask> <duration in h> <reason>

Posted: Sun Jul 25, 2004 11:04 pm
by w00t
Why didn't /msg q gline <host> then tell me that I hadn't got the right syntax?

Posted: Mon Aug 02, 2004 12:55 pm
by BlackAce
hi all i got a problemm if i want connect to the server
:abyss.no-ip.com NOTICE AUTH :*** Looking up your hostname...
:abyss.no-ip.com NOTICE AUTH :*** Couldn't resolve your hostname; using your IP address instead
ERROR :Link denied (No matching link configuration) [@127.0.0.1.1556]
ERROR :Closing Link: [127.0.0.1] (Link denied (No matching link configuration))
but i add the link
link abyss.no-ip.com
{
username Q;
hostname cserve.abyss.no-ip.com;
bind-ip 127.0.0.1;
port 6667;
hub *;
password-connect "*****";
password-receive "*****";
class servers;
options {
/* Note: You should not use autoconnect when linking
* services
*/
autoconnect;
zip;
};
};
i hope someone could help me

[/quote]
Posted: Mon Aug 02, 2004 1:10 pm
by Ron2K
BlackAce wrote:/* Note: You should not use autoconnect when linking
* services
*/
autoconnect;
'Nuff said.
Posted: Mon Aug 02, 2004 1:16 pm
by BlackAce
ok i edit them off but i get even the same error

Posted: Mon Aug 02, 2004 11:05 pm
by w00t
Oper up on the IRCd side and what does it say when services try and link.
Posted: Tue Aug 03, 2004 9:56 am
by LordOfHell
Hey, you cannot link to a dynamic dns like abyss.no-ip.com.
The linkblock should look like this:
link cserve.abyss.no-ip.com {
username *;
hostname 127.0.0.1;
bind-ip 127.0.0.1;
port 6667;
hub *;
password-connect "linkit";
password-receive "linkit";
class servers;
};
After you set this linkblock, connect Q to your IRCdeamon.
Posted: Tue Aug 03, 2004 10:46 am
by LordOfHell
Source available!
You can download the full Visual Basic 6 - Source now!
http://theqbot.hell-hosting.de
Have a look

Posted: Tue Aug 03, 2004 11:38 pm
by w00t
WEEE!
*clicks link*
Posted: Wed Aug 04, 2004 5:01 am
by codemastr
Using VB is bad enough, but using VB6... WHY? At least use VB.NET, VB6 is like constructing a building out a toothpicks, then wondering why it falls everytime the wind blows.
Posted: Wed Aug 04, 2004 5:12 am
by w00t
codemastr, it is actually possible to create a stable application in VB6... the problem is that VB6 encourages bad programming practices. So does PHP.
It's not what you use, but what you do with it. That's what I maintain.
Posted: Wed Aug 04, 2004 10:00 am
by LordOfHell
oh, and codemastr:
I AM programming C++, C#.Net, VB, VB.Net AND Delphi....
Have you ever tried to program such a bot in C++?!
It would take years instead of months by using vb6....
The bad thing is that i cannot install MONO, so I would recode Q in C#.NET and compile it for linux.... BUT NOONE CAN TELL ME HOW TO DO THAT!