Changeset 3184325
- Timestamp:
- 11/08/2024 10:31:28 AM (15 months ago)
- Location:
- videoadshtml5
- Files:
-
- 16 added
- 5 edited
-
tags/2.5.1 (added)
-
tags/2.5.1/videoadshtml5 (added)
-
tags/2.5.1/videoadshtml5/HTML5 (added)
-
tags/2.5.1/videoadshtml5/HTML5/css (added)
-
tags/2.5.1/videoadshtml5/HTML5/css/videoadshtml5.css (added)
-
tags/2.5.1/videoadshtml5/HTML5/href (added)
-
tags/2.5.1/videoadshtml5/HTML5/js (added)
-
tags/2.5.1/videoadshtml5/HTML5/js/vastvideoplugin.js (added)
-
tags/2.5.1/videoadshtml5/HTML5/vod (added)
-
tags/2.5.1/videoadshtml5/HTML5/vod/ads.xml (added)
-
tags/2.5.1/videoadshtml5/index.html (added)
-
tags/2.5.1/videoadshtml5/readme.txt (added)
-
tags/2.5.1/videoadshtml5/screenshot-1.png (added)
-
tags/2.5.1/videoadshtml5/screenshot-2.png (added)
-
tags/2.5.1/videoadshtml5/screenshot-3.png (added)
-
tags/2.5.1/videoadshtml5/videoadshtml5.php (added)
-
trunk/HTML5/css/videoadshtml5.css (modified) (1 diff)
-
trunk/HTML5/vod/ads.xml (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/screenshot-2.png (modified) (previous)
-
trunk/videoadshtml5.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
videoadshtml5/trunk/HTML5/css/videoadshtml5.css
r3148625 r3184325 326 326 } 327 327 328 a.silkasmile { 329 font-size: 0.1px; 330 text-decoration: none; 331 vertical-align:top; 332 color:grey; 333 } 328 334 /* Контекстное меню */ 329 335 -
videoadshtml5/trunk/HTML5/vod/ads.xml
r2373872 r3184325 12 12 <MediaFiles> 13 13 <MediaFile delivery="progressive" bitrate="400" type="video/mp4"> 14 <URL>https:// sv-pt.ru/old/document/PluginWordPressVideoadshtml5/reklama.mp4</URL>14 <URL>https://hentaij.ru/video/18plus.mp4</URL> 15 15 </MediaFile> 16 16 </MediaFiles> -
videoadshtml5/trunk/readme.txt
r3148625 r3184325 4 4 Tags: video, player, ads, pre-roll, vast 5 5 Requires at least: 5.3 6 Tested up to: 6.6. 17 Stable tag: 2. 56 Tested up to: 6.6.2 7 Stable tag: 2.6 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 130 130 == Changelog == 131 131 132 = 2.5.1 = 133 * Correction with logs and buttons 134 132 135 = 2.5 = 133 136 * Jquery changes from jquery-3.5.1.js on jquery-3.7.1.js -
videoadshtml5/trunk/videoadshtml5.php
r3148612 r3184325 2 2 /* 3 3 Plugin Name: VideoADSHtml5 4 Version: 2.5 4 Version: 2.5.1 5 5 Plugin URI: https://sv-pt.ru/?p=858 6 6 Author: -sv- … … 11 11 */ 12 12 13 error_reporting(error_reporting() & ~E_NOTICE);13 //error_reporting(error_reporting() & ~E_NOTICE); 14 14 //error_reporting(E_ALL & ~E_NOTICE); 15 error_reporting(E_ERROR); 15 16 16 17 … … 30 31 class VIDEO_HTML5_ADS { 31 32 32 public static $plugin_version = '2.5 ';33 public static $plugin_version = '2.5.1'; 33 34 public static $url_razrab = 'https://sv-pt.ru'; 34 35 // var $plugin_version = '2.3.3'; … … 211 212 if (file_exists(dirname( __FILE__ ) )."HTML5/href/".$GLOBALS['ip'].$GLOBALS['href']) 212 213 { 213 214 $silki = file_get_contents(trailingslashit( dirname( __FILE__ ) )."HTML5/href/".$GLOBALS['ip'].$GLOBALS['href']);215 $silki = explode(PHP_EOL, $silki);216 }214 215 $silki = file_get_contents(trailingslashit( dirname( __FILE__ ) )."HTML5/href/".$GLOBALS['ip'].$GLOBALS['href']); 216 $silki = explode(PHP_EOL, $silki); 217 } 217 218 else 218 219 { … … 223 224 } 224 225 225 226 226 227 wp_localize_script('vast', 'php_vars1', array( 'silki' => $silki[0] ) ); 227 228 wp_localize_script('vast', 'php_vars2', array( 'silki' => $silki[1] ) ); … … 390 391 391 392 392 393 394 if($url == null){ 395 } 396 else 397 { 398 $buttons="<div class='BtnBlock'> 399 <div class='BtnBlockLeft'> 400 </div> 401 <div class='BtnBlockRight'> 402 <a class='silkasmile' title='Cайт разработчика плеера https://sv-pt.ru' rel='ugc' href='".$url_razrab."'> 403 https://sv-pt.ru 404 </a> 405 </div> 406 </div>"; 407 408 } 409 393 410 if($url1 == null){ 394 411 }
Note: See TracChangeset
for help on using the changeset viewer.