Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How is the information sent to the script?

Script sent
0
Posted

How is the information sent to the script?

0

The information is sent as in the form of a FORM. It uses the POST Method as it’s transfer mechnism. We used POST because of it’s ability to scale better then GET. The following form names are passed This is a multidimensional array, n stands for the server number server[n][0] = SERVER’s IP AND PORT server[n][1] = SERVER’s TYPE (i.e. SHOUTcast, Steamcast, Icecast2 etc) server[n][2] = SERVER’s LISTENER COUNT server[n][3] = SERVER’s MAX LISTENER COUNT server[n][4] = SERVER’s BITRATE server[n][5] = SERVER’s STATUS (Online, Offline (No Source!) etc) server[n][6] = SERVER’s TITLE server[n][7] = SERVER’s CURRENT SONG user = RTB Username pass = RTB Password cmd = tit = Current Song l = Total Listener Count ml = Total Max Listener Count ti = Touch Interval hr = Hour Post was sent mt = Minute Post was sent sd = Second Post was sent mh = Month Post was sent dy = Day Post was sent yr = Year Post was sent What your script does with the information from that point is up to you.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123