Script now Listening[rezolvat]

Discutii despre tot ce nu se incadreaza in celelalte categorii.

Moderators: Moderatori ajutatori, Moderatori

Post Reply
User avatar
sCh # Jamez
Membru, skill +1
Membru, skill +1
Posts: 329
Joined: 22 Sep 2009, 15:47
Detinator Steam: Da
CS Status: Realitatea este mereu o iluzie.
Detinator server CS: actually no
SteamID: jamezpaul
Has thanked: 12 times
Been thanked: 33 times

11 Nov 2010, 20:34

Dupa cum stiti toate radiourile care se respecta au un top de melodii, radio zu, kiss, one fm ,etc. Caut de 2 zile si tot nu gasesc scriptul de voturi, are cineva un script in legatura cu asa cv, dar sa se si inregistreze voturile, iar ipurile care au votat deja sa nu mai poata vota. As dori doar scriptul nu toata pagina cu header cu tot, doar scriptul.
Multumesc anticipat.

[Cerinta modificata, vezi mesajul de dedesubt.]
Last edited by sCh # Jamez on 15 Nov 2010, 13:39, edited 2 times in total.
Image
Inventive Frogs - Totul despre creatiile digitale (Tutoriale + chestii inspirationale/funny).
Image
Image
Image
Image

Daca te-am ajutat apasa butonul Image
RoyalServer 2
User avatar
sCh # Jamez
Membru, skill +1
Membru, skill +1
Posts: 329
Joined: 22 Sep 2009, 15:47
Detinator Steam: Da
CS Status: Realitatea este mereu o iluzie.
Detinator server CS: actually no
SteamID: jamezpaul
Has thanked: 12 times
Been thanked: 33 times

14 Nov 2010, 16:54

Se pare ca am gasit here ... Totusi daca se poate sa imi faca si mie cineva rost de scriptul acela care arata ce melodie este in acel moment i-as fi foarte recunoscator. Multumesc. (gratuit)
Image
Inventive Frogs - Totul despre creatiile digitale (Tutoriale + chestii inspirationale/funny).
Image
Image
Image
Image

Daca te-am ajutat apasa butonul Image
kkk-
Membru, skill +1
Membru, skill +1
Posts: 134
Joined: 05 Aug 2010, 11:55
Detinator Steam: Nu
CS Status: ------------------------------------
Has thanked: 2 times
Been thanked: 14 times
Contact:

15 Nov 2010, 00:14

Cauta AICI poate te mai ajuta cate ceva de acolo.

Uite si scriptul:

Code: Select all

<?php
////////////////////////
// This script is provided free of charge
// from http://streamfinder.com
// Free to use. Free to change.
//
// Please keep this header in place if redistributing the script
//
// v 1.0 11/2010
//
////////////////////////

////////////////////
// CONFIG AREA
// MAKE EDITS BELOW
///////////////////

//Enter your shoutcast 7.htm url


$sc_url_ip = "192.169.0.1"; // <= CHANGE THIS
//ex: 6x.3x.18x.14x

$sc_url_port = "8000"; // <= CHANGE THIS
//ex:8000


////////////////////
// END OF CONFIG AREA
//
// DO NOT EDIT BELOW
// UNLESS YOU KNOW WHAT YOU ARE DOING
////////////////////

function getNowPlaying($sc_url_ip,$sc_url_port)
{

$open = fsockopen($sc_url_ip,$sc_url_port,$errno,$errstr,'.5'); 
	if ($open) { 
	fputs($open,"GET /7.html HTTP/1.1\nUser-Agent:Mozilla\n\n"); 
	stream_set_timeout($open,'1');
	$read = fread($open,200);
	$text = explode(",",$read);
	if($text[6] == '' || $text[6] == '</body></html>'){ $msg = ' live stream '; } else { $msg = $text[6]; }
	$text = 'Now Playing ('.$src.'): '.$msg; 
	} else {  return false; } 
	fclose($open);
	
	return $text;	
}

//////////////////

//get the now playing

$current_song = getNowPlaying($sc_url_ip,$sc_url_port);

print $current_song;

?>

Adminstats gratuit web + mysql + sma - Download
User avatar
sCh # Jamez
Membru, skill +1
Membru, skill +1
Posts: 329
Joined: 22 Sep 2009, 15:47
Detinator Steam: Da
CS Status: Realitatea este mereu o iluzie.
Detinator server CS: actually no
SteamID: jamezpaul
Has thanked: 12 times
Been thanked: 33 times

15 Nov 2010, 13:39

Multumesc mult.
Image
Inventive Frogs - Totul despre creatiile digitale (Tutoriale + chestii inspirationale/funny).
Image
Image
Image
Image

Daca te-am ajutat apasa butonul Image
Post Reply

Return to “Discutii generale”

  • Information