Page 1 of 1

need help with services

Posted: Mon Aug 23, 2004 6:52 am
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

Re: need help with services

Posted: Mon Aug 23, 2004 8:42 am
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.

Posted: Mon Aug 23, 2004 9:55 am
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

Posted: Mon Aug 23, 2004 10:21 am
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.

Posted: Mon Aug 23, 2004 10:24 am
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

Posted: Mon Aug 23, 2004 10:37 am
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.

Posted: Mon Aug 23, 2004 10:38 am
by Capi-Lisa
i like your mods and love it but i don't know that you have that kind of mod

Posted: Mon Aug 23, 2004 11:11 am
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.

Posted: Mon Aug 23, 2004 11:15 am
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

Posted: Mon Aug 23, 2004 12:31 pm
by AngryWolf
You can't do that. Eggdrops are clients, not servers. /map & /links show servers only.

Posted: Tue Aug 24, 2004 5:55 am
by Ron2K
I've PMed you the HTML source for the SolarStats web page.

Posted: Sun Aug 29, 2004 6:07 pm
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.

Posted: Sun Aug 29, 2004 11:03 pm
by w00t
m_uline...?

Posted: Mon Aug 30, 2004 2:47 am
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!

Posted: Mon Aug 30, 2004 3:03 am
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.