burayakadar adlı üyeden alıntı:
mesajı görüntüle
180
●22.962
<?php
$options['encodePage']=false;
$toSet[CURLOPT_TIMEOUT] = 600;
$options['stripFlash']=true;
function preParse($html,$type){
if($type==='html'&&preg_match('#"video", "(.*)%40%40spark#',$html,$matches))$html=preg_replace('#<div class="dm_widget_videoplayer" >.*</object></noscript>#s','<div><div><src="'.optURL.'plugins/player.swf" width="560" height="440" bgcolor="000000" allowscriptaccess="always" allowfullscreen="true" flashvars="'.htmlspecialchars('width=560&height=440&type=video&fullscreen=true&v
olume=100&file='.urlencode(proxifyURL('
http://www.dailymotion.com'.urldecode($matches[1]))).'&image='.urlencode('')).'">',$html);
return $html;
}
##############################################
# EXTRA PARSING AFTER MAIN PROXY PARSER
##############################################
function postParse(&$html,$type) {
// Re-write embed code
return str_replace('<src','<embed src',$html);
return $html;
}
?>