need help with services

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

Locked
Capi-Lisa
Posts: 9
Joined: Tue Apr 06, 2004 6:28 am

need help with services

Post by Capi-Lisa »

hi,

i'm running the latest unreal ircd with neostats , auspices , floodworld , gameserv , splitserv , solarstats and some eggdrops


my questions are

1) have someone a templates example for solarstats

2) more services to put online

3) a services clone (nickserv) that when they register the nick on irc then the same nick is register on the phpbb forum and revers

4) how can you give your eggdrops a U line



thxxxx
Ron2K

Re: need help with services

Post by Ron2K »

Capi-Lisa wrote:1) have someone a templates example for solarstats
If you mean an HTML page, I've got one at home somewhere. I'll bring it along tomorrow.
Capi-Lisa wrote:2) more services to put online
Google.
Capi-Lisa wrote:3) a services clone (nickserv) that when they register the nick on irc then the same nick is register on the phpbb forum and revers
This is easier said than done, and I don't know how to do it myself. You could probably do it by getting services that support SQL. Then you could get the services to write new nick registrations to the database. Then what you do is write a script that would check every few minutes for new additions to the database and if there are, add them to the phpbb_users table. There are probably other solutions to this one, but as I just said, don't ask me.
Capi-Lisa wrote:4) how can you give your eggdrops a U line
Erm... are you SURE you want to do this?

If you are, the only way that I can think of is run a second IRCd. Get all of your eggdrops to connect to this one, and set it up so that no-one else can connect to it. Then, U-line this IRCd.
Capi-Lisa
Posts: 9
Joined: Tue Apr 06, 2004 6:28 am

Post by Capi-Lisa »

1) yes i mean a example for the stats i'm looking for

so i need a example of the html/php file so if i get the file from you i can have that

3) anope services is mysql but with another datbase and not phpbb users

4) my eggdrops need a u line so that they are services and not eggdrops because i have some that no service have like triviaserv (eggdrop tcl) so i want that they are services like nickserv ect and not as user/bots

thxxxxxxxxxxx
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

Ron2K wrote:If you are, the only way that I can think of is run a second IRCd. Get all of your eggdrops to connect to this one, and set it up so that no-one else can connect to it. Then, U-line this IRCd.
That won't work. If you set an U:line on an UnrealIRCd, at best only remote servers will acknowledge that an eggdrop is U:lined, because Unreal doesn't allow their own clients to be U:lined.
Capi-Lisa
Posts: 9
Joined: Tue Apr 06, 2004 6:28 am

Post by Capi-Lisa »

so i can't make my eggdrop like service (u-line)

or can i make i with a tcl or so


thxxx
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

If you don't mind using 3rd-party modules, you can experiment with my m_uline module (command /uline), with which you can set U:line on any clients. I haven't yet seen any problems with it.
Capi-Lisa
Posts: 9
Joined: Tue Apr 06, 2004 6:28 am

Post by Capi-Lisa »

i like your mods and love it but i don't know that you have that kind of mod
Ron2K

Post by Ron2K »

AngryWolf wrote:That won't work. If you set an U:line on an UnrealIRCd, at best only remote servers will acknowledge that an eggdrop is U:lined, because Unreal doesn't allow their own clients to be U:lined.
What I was saying is that you have an eggdrop-only IRCd, and you U-line that. Then, the above shouldn't be an issue. Unless of couse, the eggdrops are required to know that they've been U-lined.

However, I think the solution of using your module is the better one.
Capi-Lisa
Posts: 9
Joined: Tue Apr 06, 2004 6:28 am

Post by Capi-Lisa »

what i want is that when you type /map or /links that the eggdrops are include
and so that they are a part of the network and not a user
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

You can't do that. Eggdrops are clients, not servers. /map & /links show servers only.
Ron2K

Post by Ron2K »

I've PMed you the HTML source for the SolarStats web page.
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Ron2K wrote:What I was saying is that you have an eggdrop-only IRCd, and you U-line that. Then, the above shouldn't be an issue. Unless of couse, the eggdrops are required to know that they've been U-lined
Sorry, that wont work, as angrywolf said, any commands they use will be filtered by the server they are connected to, ulined or not. They will not have any uline power.


*Moderator: New rule, if you do quote stacking, your post gets deleted.
Why the hell can't my signature be empty?
"Your message contains too few characters."
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

m_uline...?
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

Sorry, but I don't think I can take someone who suggests ulining an eggdrop seriously...

Imagine if someone hacked in and got +n access. They now have control of the network!
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Well, yes. Obviously you forget my PHP bot (perhaps you werent around) that had it's own oline...

Anyhow, I think we should just answer the question, but warn them of the dangers.

My $0.02.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Locked