Website Registering System

Talk about pretty much anything here, but DO NOT USE FOR SUPPORT.

Moderator: Supporters

Locked
eam
Posts: 6
Joined: Mon Jul 05, 2004 5:46 pm
Contact:

Website Registering System

Post by eam »

Where could I get something to put on my website that will let users register nicknames and channels through a web interface? I wouldn't mind writing it myself if someone could point me in the right direction, I never did anything like that before.

Thanks.
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

There is a program called PHPAnope http://www.toldoth.com/services/index.php that works with Anope to do that kind of stuff.
-- codemastr
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

That site is not up-to-date try: http://www.nomadinc.net/anope/
eam
Posts: 6
Joined: Mon Jul 05, 2004 5:46 pm
Contact:

Post by eam »

Will it work with auspice? I don't have anope.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

no, it's written for Anope and works from Anope's SQL database .. sorry.
upinsmoke
Posts: 5
Joined: Sun Apr 18, 2004 4:31 am
Contact:

Post by upinsmoke »

i use this on my site its easy to customize and works with any services package


http://sourceforge.net/projects/awesome/
The Awesome Christians User Page is set of PHP scripts that allow you to access IRC services such as nickserv, memoserv, chanserv, and statserv through a Web interface.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

upinsmoke wrote:i use this on my site its easy to customize and works with any services package


http://sourceforge.net/projects/awesome/
The Awesome Christians User Page is set of PHP scripts that allow you to access IRC services such as nickserv, memoserv, chanserv, and statserv through a Web interface.
Not sure if this script still does this .. but I was turned off by the fact that the php scripts connect to your IRC network as you with your password and gathers the requested information. It also alters your last seen info so that it reflects the php bots info so it could look confusing to your friends. That was a big turn off for me.

PHPAnope connects to Services db's directly .. and don't connect to the IRC Server as a client.
eam
Posts: 6
Joined: Mon Jul 05, 2004 5:46 pm
Contact:

Post by eam »

As far as I could see it only lets you register nicknames.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

eam wrote:As far as I could see it only lets you register nicknames.
I really don't know .. it's been a few years since I played with it.
eam
Posts: 6
Joined: Mon Jul 05, 2004 5:46 pm
Contact:

Post by eam »

I'm probably gonna write my own in PHP, anyone have a simple PHP IRC example I could see?
eam
Posts: 6
Joined: Mon Jul 05, 2004 5:46 pm
Contact:

Post by eam »

Nevermind, no help needed. I worked on it work a while last night and some more this morning. So far nick registering works perfectly and channel registering works but still needs error checking added. If anyone is interested I'll post a link when its completed, let me know if you do.
irc.quickstrike.org:6667 #bored
ctn|chrisw
Posts: 25
Joined: Wed Mar 10, 2004 9:24 am

Post by ctn|chrisw »

im not really good with classes, anyone know a way to get it to not show the notice from global with the news when registering? I used it onhttp://my.p44.org/register but t strectes the page out farr because of the logon news
Locked