| View previous topic :: View next topic |
| Author |
Message |
HoltyAVFC
Joined: 25 Aug 2008 Posts: 7
|
Posted: Mon Aug 25, 2008 9:11 pm Post subject: Vbulletin and icecast authentication |
|
|
Hi,
I have searched the forums, but cant seem to understand it,
what I want to do is get the icecast server to add people to the authentication list automatically and delete them accoring to there user status on the forum, I know this is possibe, I just dont know how?!?!
Thanks  |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Aug 25, 2008 10:41 pm Post subject: |
|
|
icecast won't do that, but it can pass off authentication to external scripts to authenticate connecting listeners. Use authentication via url to use achieve that.
karl. |
|
| Back to top |
|
 |
HoltyAVFC
Joined: 25 Aug 2008 Posts: 7
|
Posted: Mon Aug 25, 2008 11:08 pm Post subject: |
|
|
cheers mate, do you have msn?
Also how would I set that up with the forum, to pull data from the site to look at different user groups, as I have no idea about how to code scripts etc. |
|
| Back to top |
|
 |
iunderwood

Joined: 23 Aug 2008 Posts: 114 Location: Leicester, MA
|
Posted: Mon Aug 25, 2008 11:23 pm Post subject: |
|
|
I'm not familiar with vBulletin, but I imagine you'll need to do something similar to what I did with my XOOPS module.
Essentially, there needs to be a page of sorts that can take an HTTP POST, and authenticate the user/password against the vBulletin database. _________________ ++I; |
|
| Back to top |
|
 |
HoltyAVFC
Joined: 25 Aug 2008 Posts: 7
|
Posted: Tue Aug 26, 2008 7:57 pm Post subject: |
|
|
Cant seem to figure out how to do it?
isnt there a script that I install? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Aug 26, 2008 8:49 pm Post subject: |
|
|
Which bit, the icecast part is just an <authentication> block, the script is in whatever language you prefer, eg php. I don't know whether there is something already to match against a vBulletin database.
karl. |
|
| Back to top |
|
 |
HoltyAVFC
Joined: 25 Aug 2008 Posts: 7
|
Posted: Tue Aug 26, 2008 9:13 pm Post subject: |
|
|
Do you have msn mate?
You see, I cant write any script language, so I am really struggling, as I dont know where to start  |
|
| Back to top |
|
 |
HoltyAVFC
Joined: 25 Aug 2008 Posts: 7
|
Posted: Wed Aug 27, 2008 6:20 pm Post subject: |
|
|
Still struggling  |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Aug 27, 2008 6:40 pm Post subject: |
|
|
no, I'm not on msn, I'm usually on irc though. The sample authe scripts that are shipped should provide some ideas, they don't interact with the vBulletin db but you could make them do that. It sounds like you only want to look up a username password combination.
karl. |
|
| Back to top |
|
 |
HoltyAVFC
Joined: 25 Aug 2008 Posts: 7
|
Posted: Wed Aug 27, 2008 6:48 pm Post subject: |
|
|
Yep that is what I want,
I want it to add and remove them from the authentication according to their usergroup status on the forum.
I know its possible its just very hard to find!
 |
|
| Back to top |
|
 |
|