View Single Post
Old 06-26-2012, 09:52 PM  
Vapid - BANNED FOR LIFE
Barterer
 
Industry Role:
Join Date: Aug 2004
Posts: 4,864
/media/player/config.php

Code:
if ($config['multi_server'] == '1' && $server != '') {
	if ($config['lighttpd'] == '1') {
		$FLV_URL    = $server.$config['lighttpd_prefix']. $md5sum.'/'.$timestamp_hex.$file;
	} else {
		$rs = $conn->execute("SELECT video_url FROM servers WHERE url = '".$url."' LIMIT 1");
		if ($conn->Affected_rows()) {
			$video_url = $rs->fields['video_url'];
			$FLV_URL = $video_url.'/'.$video_id.'.flv';
		} else {
			$FLV_URL = $server.'/media/videos/flv/'.$video_id.'.flv';
		}

Last edited by Vapid - BANNED FOR LIFE; 06-26-2012 at 09:56 PM..
Vapid - BANNED FOR LIFE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote