Changeset 967792
- Timestamp:
- 08/18/2014 06:10:26 PM (11 years ago)
- Location:
- goodfidelity
- Files:
-
- 48 added
- 4 edited
-
tags/1.3 (added)
-
tags/1.3/css (added)
-
tags/1.3/css/jquery.mCustomScrollbar.css (added)
-
tags/1.3/css/page.css (added)
-
tags/1.3/css/render.css (added)
-
tags/1.3/ext (added)
-
tags/1.3/ext/related-analista.php (added)
-
tags/1.3/ext/related-face.php (added)
-
tags/1.3/ext/related-good.php (added)
-
tags/1.3/ext/related-list.php (added)
-
tags/1.3/ext/related-meta.php (added)
-
tags/1.3/ext/related-playlist.php (added)
-
tags/1.3/ext/related-song.php (added)
-
tags/1.3/goodfidelity.php (added)
-
tags/1.3/images (added)
-
tags/1.3/images/abajo.png (added)
-
tags/1.3/images/arriba.png (added)
-
tags/1.3/images/buscar.png (added)
-
tags/1.3/images/cerrar.png (added)
-
tags/1.3/images/close-f90.png (added)
-
tags/1.3/images/delete.png (added)
-
tags/1.3/images/entrar.png (added)
-
tags/1.3/images/face-black-white.png (added)
-
tags/1.3/images/face-black.png (added)
-
tags/1.3/images/face.png (added)
-
tags/1.3/images/fondo.png (added)
-
tags/1.3/images/lista.png (added)
-
tags/1.3/images/mas-black.png (added)
-
tags/1.3/images/mas-gris.png (added)
-
tags/1.3/images/mas-white.png (added)
-
tags/1.3/images/mas.png (added)
-
tags/1.3/images/no.png (added)
-
tags/1.3/images/nothing.png (added)
-
tags/1.3/images/play-back.png (added)
-
tags/1.3/images/play-black.png (added)
-
tags/1.3/images/play-med.png (added)
-
tags/1.3/images/play.png (added)
-
tags/1.3/images/salir.png (added)
-
tags/1.3/images/si.png (added)
-
tags/1.3/images/trash.png (added)
-
tags/1.3/inc (added)
-
tags/1.3/inc/cookie.php (added)
-
tags/1.3/inc/search.php (added)
-
tags/1.3/inc/singular.php (added)
-
tags/1.3/js (added)
-
tags/1.3/js/jquery.mCustomScrollbar.concat.min.js (added)
-
tags/1.3/js/render.min.js (added)
-
tags/1.3/readme.txt (added)
-
trunk/ext/related-face.php (modified) (1 diff)
-
trunk/ext/related-good.php (modified) (1 diff)
-
trunk/goodfidelity.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
goodfidelity/trunk/ext/related-face.php
r946609 r967792 4 4 $IDtube = $_GET["ID"]; 5 5 6 $ch = curl_init(); 7 curl_setopt($ch,CURLOPT_URL,"http://www.youtube.com/watch?v=".$IDtube.""); 8 curl_setopt($ch,CURLOPT_RETURNTRANSFER,true); 9 curl_setopt($ch,CURLOPT_MAXREDIRS,10); 10 curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,100); 11 curl_setopt($ch,CURLOPT_USERAGENT,'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'); 12 curl_setopt($ch,CURLOPT_HTTP_VERSION,'CURLOPT_HTTP_VERSION_1_1'); 13 $data = curl_exec($ch); 14 $error = curl_error($ch); 15 curl_close($ch); 6 $data = file_get_contents("http://www.youtube.com/watch?v=".$IDtube.""); 16 7 17 8 preg_match_all("(<title>(.*)</title>)siU", $data, $matches1); -
goodfidelity/trunk/ext/related-good.php
r946609 r967792 6 6 $IDtube = $atributes['myvideo']; 7 7 8 $ch = curl_init(); 9 curl_setopt($ch,CURLOPT_URL,"http://www.youtube.com/watch?v=".$IDtube.""); 10 curl_setopt($ch,CURLOPT_RETURNTRANSFER,true); 11 curl_setopt($ch,CURLOPT_MAXREDIRS,10); 12 curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,100); 13 curl_setopt($ch,CURLOPT_USERAGENT,'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'); 14 curl_setopt($ch,CURLOPT_HTTP_VERSION,'CURLOPT_HTTP_VERSION_1_1'); 15 $data = curl_exec($ch); 16 $error = curl_error($ch); 17 curl_close($ch); 8 $data = file_get_contents("http://www.youtube.com/watch?v=".$IDtube.""); 18 9 19 10 preg_match_all("(<title>(.*)</title>)siU", $data, $matches1); -
goodfidelity/trunk/goodfidelity.php
r967165 r967792 2 2 /* 3 3 Plugin Name: GoodFidelity Bar Music 4 Version: 1. 24 Version: 1.3 5 5 Plugin URI: http://www.goodfidelity.com 6 6 Author: David Lozano Medina -
goodfidelity/trunk/readme.txt
r967165 r967792 4 4 Requires at least: 3.9 5 5 Tested up to: 3.9 6 Stable tag: 1. 26 Stable tag: 1.3 7 7 8 8 Description: Complements your website with a administrator of videos and music. Your users will be able to create one or more playlist, you be able to listen music without interruption, may share in facebook and more. Millions of music videos at your fingertips. It offers a powerful search engine. … … 25 25 - Fits all languages. 26 26 27 NOTA.- The plugin automatically creates a page type entry with the name "GoodFidelity 'and a permalink to" GoodFidelity". No change those names.27 NOTA.- The plugin automatically creates a page type entry with the name "GoodFidelity" and a permalink to "/goodFidelity". No change those names. 28 28 29 29 == Installation == … … 54 54 55 55 == Changelog == 56 = 1.3 = 57 * Change curl to file_get_contents in related-face and related-good 56 58 = 1.2 = 57 59 * More info
Note: See TracChangeset
for help on using the changeset viewer.