|
|
|
|
#1 |
|
Junior Member
Join Date: Jan 2003
Posts: 8
|
DJ to SERVER protocol
I was wondering if anyone could give me the DJ to Server protocol Shoutcast uses?
|
|
|
|
|
|
#2 |
|
Guest
Posts: n/a
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jan 2003
Posts: 8
|
connont logon
My scirpt can make a connection to the server now, but it keeps saying this "invalid password" even when the password is correct. Is the password encrypted?
|
|
|
|
|
|
#4 |
|
Guest
Posts: n/a
|
nope
|
|
|
|
#5 |
|
Junior Member
Join Date: Jan 2003
Posts: 8
|
whats the problem then?
If the password isnt encrypted and the password i send is correct, why does ShoutCAST still say its invailid?
|
|
|
|
|
|
#6 |
|
Moderator
Join Date: Apr 2000
Posts: 4,491
|
Not sure why you are still getting the error, but let me assure you the password is not encrypted. Try getting a hold of 1.8.9 of the DNAS because upon an invalid password it will spit out both the correct password as well as what it was sent. What are you writing the script in anyway (i.e. PHP, etc.)?
Tom |
|
|
|
|
|
#7 |
|
Major Dude
Join Date: Aug 2002
Posts: 1,273
|
well, maybe you can try a combo of the username and password as the password for the script. cuz I know that the username is required to login to the server in your browser, even though it is always admin no matter who installed the server. keep that in mind.
|
|
|
|
|
|
#8 |
|
Moderator Alumni
Join Date: May 2000
Location: Next Door
Posts: 8,942
|
no the username is not passed to the server at all during source communication only the password.
-Jay | Radio Toolbox.com |
|
|
|
|
|
#9 |
|
Major Dude
Join Date: Aug 2002
Posts: 1,273
|
ok. sry bout that. it was a guess. maybe you just need to look over your server config again and make sure your script is configured correctly according to the server config. at least just look over both once to make sure. sometimes when im working on stuff similar to this, i screw stuff up alot.
|
|
|
|
|
|
#10 |
|
Junior Member
Join Date: Jan 2003
Posts: 8
|
reply to tom
I downloaded the latest ShoutCAST Server, and im writing the script in MRC (mIRC Script) the cmd line is as follows:
on *:sockopen:shoutcast:{ if $sockerr > 0 { return } echo -s ***Connection established to $did(shoutcast,4).text $+ ! sockwrite -nt shoutcast $did(shoutcast,6).text $crlf } |
|
|
|
|
|
#11 |
|
Moderator Alumni
Join Date: May 2000
Location: Next Door
Posts: 8,942
|
what shows up in the shoutcast log on connection.
-Jay | Radio Toolbox.com |
|
|
|
|
|
#12 |
|
Junior Member
Join Date: Jan 2003
Posts: 8
|
reply
Heres what mirc and ShoutCAST say
mIRC: ***Connection established to 127.0.0.1! invalid password ShoutCAST Server: <01/30/03@22:40:45> [main] client main thread starting <01/30/03@22:40:45> [source] listening for connection on port 8001 <01/30/03@22:41:28> [source] invalid password from <edited> 127.0.0.1 |
|
|
|
|
|
#13 |
|
Moderator Alumni
Join Date: May 2000
Location: Next Door
Posts: 8,942
|
there is your problem for some reason no password is being passed to the server. just nothing.
-Jay | Radio Toolbox.com |
|
|
|
|
|
#14 |
|
Junior Member
Join Date: Jan 2003
Posts: 8
|
What do i send then? i followed the protocol on the weblink twards the top.
|
|
|
|
|
|
#15 |
|
Junior Member
Join Date: Jan 2003
Posts: 8
|
Now its sending a new error (3 params)
<01/30/03@23:20:28> [source] invalid password from 64.135.203.169 <edited> 64.135.203.216 |
|
|
|
|
|
#16 |
|
Moderator Alumni
Join Date: May 2000
Location: Next Door
Posts: 8,942
|
oh now you are passing the address 64.135.203.216 as the password.
-Jay | Radio Toolbox.com |
|
|
|
|
|
#17 |
|
Junior Member
Join Date: Jan 2003
Posts: 8
|
LOL that sounds great :P well, im weeding through my script seeing what the error, because it appears to bee sending my ip number as a password
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|