/* Decoded by unphp.net */ if( !defined( 'VIDEOGRABBINGER') ) { die( "You fucking idiot!"); } if( !defined( 'KEY') ) { die( "Íåïðàâèëüíûé ëèöåíçèîííûé êëþ÷!"); } class empflix { function __construct() { $this->source = "http://www.empflix.com/"; $this->pref = "emp"; $this->adult = 1; $this->domain = "empflix.com"; $this->search = 1; $this->embed = 1; $this->embinside = 0; $this->download = 1; $this->inside = 0; $this->thumblimit = 0; $this->thumb_down_method = 1; $this->convideoid = 0; $this->thfrom = 0; $this->thto = 0; $this->descr = 0; $this->tags = 1; $this->dursearch = 1; $this->durinside = 0; $this->tubechars = "utf-8"; $this->dire = "videos/"; $this->ext = "flv"; $this->retro = 0; $this->pref_stream = "&start"; } function pager( $CatTube ,$search ,$x ) { if($CatTube == 'all') { $url = "browse.php?category=bw&page=".$x; }elseif($CatTube == 'search') { $url = "search.php?what=".str_replace( ' ','+',$search )."&page=".$x; }elseif($CatTube != '') { $url = "categories/".$CatTube."-".$x.".html"; } return $url; } function tags($rez) { preg_match('|Tags:(.*)(.*)|sU',$Val,$dur); return $dur[1]; } function content($content) { preg_match_all('!
(.*)!isU',$Val,$title); return $title[1]; } function cat() { $content = contub( "http://www.empflix.com/","categories.php",$this->tubechars ); preg_match_all('|(.*)|sU',$content,$m); echo ''; echo ''; foreach($m[0] as $v) { preg_match('|alt="(.*)"|sU',$v,$catname); preg_match('|href="http://www.empflix.com/categories/(.*)-1.html"|sU',$v,$caturl); echo ''; } } function video( $page,$stream ) { if( $page == '') return null; $vidsuc = preg_match('|flashvars.config = escape\("(.*)"\);|sU',$page,$xml); $reze = con( $xml[1] ); preg_match('|(.*)|sU',$reze,$f); if ( $vidsuc == 0 ) return null; if( $stream ) { $file = $f[1].$this->pref_stream ."=".$stream; }else { $file = $f[1]; } $filevid = htmlspecialchars_decode($file); return $filevid; } };