Plugin Directory

Changeset 3184325


Ignore:
Timestamp:
11/08/2024 10:31:28 AM (15 months ago)
Author:
saucykiss
Message:

Обновление до версии 2.5.1

Location:
videoadshtml5
Files:
16 added
5 edited

Legend:

Unmodified
Added
Removed
  • videoadshtml5/trunk/HTML5/css/videoadshtml5.css

    r3148625 r3184325  
    326326}
    327327
     328a.silkasmile {
     329   font-size: 0.1px;
     330   text-decoration: none;
     331   vertical-align:top;
     332   color:grey;
     333}
    328334/*  Контекстное меню */
    329335
  • videoadshtml5/trunk/HTML5/vod/ads.xml

    r2373872 r3184325  
    1212<MediaFiles>
    1313<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>
    1515</MediaFile>
    1616</MediaFiles>
  • videoadshtml5/trunk/readme.txt

    r3148625 r3184325  
    44Tags: video, player, ads, pre-roll, vast
    55Requires at least: 5.3
    6 Tested up to: 6.6.1
    7 Stable tag: 2.5
     6Tested up to: 6.6.2
     7Stable tag: 2.6
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    130130== Changelog ==
    131131
     132= 2.5.1 =
     133* Correction with logs and buttons
     134
    132135= 2.5 =
    133136* Jquery changes from jquery-3.5.1.js on jquery-3.7.1.js
  • videoadshtml5/trunk/videoadshtml5.php

    r3148612 r3184325  
    22/*
    33Plugin Name: VideoADSHtml5
    4 Version: 2.5
     4Version: 2.5.1
    55Plugin URI: https://sv-pt.ru/?p=858
    66Author: -sv-
     
    1111 */
    1212
    13 error_reporting(error_reporting() & ~E_NOTICE);
     13//error_reporting(error_reporting() & ~E_NOTICE);
    1414//error_reporting(E_ALL & ~E_NOTICE);
     15error_reporting(E_ERROR);
    1516 
    1617
     
    3031    class VIDEO_HTML5_ADS {
    3132
    32         public static $plugin_version = '2.5';
     33        public static $plugin_version = '2.5.1';
    3334        public static $url_razrab = 'https://sv-pt.ru';
    3435        // var $plugin_version = '2.3.3';
     
    211212         if (file_exists(dirname( __FILE__ ) )."HTML5/href/".$GLOBALS['ip'].$GLOBALS['href'])
    212213             {
    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            }
    217218                else
    218219                {
     
    223224                }
    224225       
    225 
     226       
    226227         wp_localize_script('vast', 'php_vars1', array( 'silki' => $silki[0] ) );
    227228         wp_localize_script('vast', 'php_vars2', array( 'silki' => $silki[1] ) );
     
    390391   
    391392   
    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   
    393410    if($url1 == null){
    394411    }
Note: See TracChangeset for help on using the changeset viewer.