| View previous topic :: View next topic |
| Author |
Message |
danswano Voice
Joined: 07 Apr 2011 Posts: 20
|
Posted: Mon Oct 22, 2012 4:00 pm Post subject: Connecting Xenforo Users Database Table with IRC |
|
|
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: | /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. |
|
| Back to top |
|
 |
danswano Voice
Joined: 07 Apr 2011 Posts: 20
|
Posted: Thu Nov 01, 2012 8:56 pm Post subject: |
|
|
| Bump! |
|
| Back to top |
|
 |
|