The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.
Moderator: Supporters
LordOfHell
Posts: 55 Joined: Thu Jul 22, 2004 3:33 pm
Location: Niedersachsen, Germany
Contact:
Post
by LordOfHell » Thu Jul 22, 2004 3:35 pm
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
sincerely,
-=LordOfHell=-
w00t
Posts: 1136 Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia
Post
by w00t » Thu Jul 22, 2004 11:03 pm
Just downloaded now, will check it out.
w00t
Posts: 1136 Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia
Post
by w00t » Sun Jul 25, 2004 9:06 am
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>)
LordOfHell
Posts: 55 Joined: Thu Jul 22, 2004 3:33 pm
Location: Niedersachsen, Germany
Contact:
Post
by LordOfHell » Sun Jul 25, 2004 11:32 am
Hehe, you forgot to submit a duration and reason
/msg q HELP shows gline <mask> <duration in h> <reason>
sincerely,
-=LordOfHell=-
w00t
Posts: 1136 Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia
Post
by w00t » Sun Jul 25, 2004 11:04 pm
Why didn't /msg q gline <host> then tell me that I hadn't got the right syntax?
BlackAce
Posts: 2 Joined: Mon Aug 02, 2004 12:50 pm
Post
by BlackAce » Mon Aug 02, 2004 12:55 pm
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]
Ron2K
Post
by Ron2K » Mon Aug 02, 2004 1:10 pm
BlackAce wrote: /* Note: You should not use autoconnect when linking
* services
*/
autoconnect;
'Nuff said.
BlackAce
Posts: 2 Joined: Mon Aug 02, 2004 12:50 pm
Post
by BlackAce » Mon Aug 02, 2004 1:16 pm
ok i edit them off but i get even the same error
w00t
Posts: 1136 Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia
Post
by w00t » Mon Aug 02, 2004 11:05 pm
Oper up on the IRCd side and what does it say when services try and link.
LordOfHell
Posts: 55 Joined: Thu Jul 22, 2004 3:33 pm
Location: Niedersachsen, Germany
Contact:
Post
by LordOfHell » Tue Aug 03, 2004 9:56 am
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.
sincerely,
-=LordOfHell=-
LordOfHell
Posts: 55 Joined: Thu Jul 22, 2004 3:33 pm
Location: Niedersachsen, Germany
Contact:
Post
by LordOfHell » Tue Aug 03, 2004 10:46 am
Source available!
You can download the full Visual Basic 6 - Source now!
http://theqbot.hell-hosting.de
Have a look
sincerely,
-=LordOfHell=-
w00t
Posts: 1136 Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia
Post
by w00t » Tue Aug 03, 2004 11:38 pm
WEEE!
*clicks link*
codemastr
Former UnrealIRCd head coder
Posts: 811 Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:
Post
by codemastr » Wed Aug 04, 2004 5:01 am
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.
-- codemastr
w00t
Posts: 1136 Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia
Post
by w00t » Wed Aug 04, 2004 5:12 am
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.
LordOfHell
Posts: 55 Joined: Thu Jul 22, 2004 3:33 pm
Location: Niedersachsen, Germany
Contact:
Post
by LordOfHell » Wed Aug 04, 2004 10:00 am
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!
sincerely,
-=LordOfHell=-