This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Connecting Xenforo Users Database Table with IRC

General support and discussion of Eggdrop bots.
Post Reply
d
danswano
Voice
Posts: 20
Joined: Thu Apr 07, 2011 7:53 am

Connecting Xenforo Users Database Table with IRC

Post by danswano »

Hello, i saw a forum giving auto voice for users who enter with their username/password to the irc channel upon identifying.

What addon to eggdrop can do that?

The command is custom too like this:

Code: Select all

/msg FORUMNAME "YOUR_FORUM_USERNAME" "YOUR_FORUM_PASSWORD"
XenForo uses a salted double hash using either SHA1 OR SHA256:

sha1(sha1(password) . salt)

or:

sha256(sha256(password) . salt)

Thank you for your help.
d
danswano
Voice
Posts: 20
Joined: Thu Apr 07, 2011 7:53 am

Post by danswano »

Bump!
Post Reply