Jump to content

xvids

Members
  • Posts

    126
  • Joined

  • Days Won

    5

Posts posted by xvids

  1. Hello,

     

    Thanks For The Email Option

     

    -------------------------------------------------------------

     

    You have added only one option in Grabber Tab# Delete

     

    Please add one more option for Disable/Enable Autopilot Mode on, Some Selected Grabber

    Today I try to Disable all grabber but there only Delete option,,

     

     

    Thanks....

  2. Added support for new Mass select videos / albums GUI, which allows specifying list of URLs / IDs to select videos / albums from them and do one of the following:

    - select them in list page

    - mass edit them

    - mark them as deleted

    - delete them completely

     

    Here is the new GUI:

    [ATTACH=JSON]{"data-align":"none","data-size":"full","title":"videos_mass_selector.png","data-attachmentid":520}[/ATTACH]

     

    Very Good Option:

     

    But If you make a email sending option With mark as deleted Really great

     

    And allow save email for again use like:

     

    Hi,
    
    Thank you very much for your notification.
    These video has been removed: 

  3. Hello, Thanks for help! but I'm waiting for More clearly Installation info.

     

    URL: https://github.com/4Xvids/age-verify

     

    I had install it.

     

    Add the .js in /%root%/js/main.min.js

     

    and Add the .css code to the main css file

     

    and in footer

     

    <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>

     

    <script src="https://cdn.jsdelivr.net/jquery.cookie/1.4.1/jquery.cookie.min.js"></script>

     

    as i see at /js/main.min.js - there is have

     
    jQuery Cookie Plugin v1.3.1    
    jQuery BlockUI; v20141123

    Should I use that in Footer or not:

    <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>

    <script src="https://cdn.jsdelivr.net/jquery.cookie/1.4.1/jquery.cookie.min.js"></script>   

     

     

     

    Thanks

  4. Hi,

     

    I found this, and I have added it to website.

    But one issue of cookie

    Which cookie use KVS,

    Please can you edit it according to KVS cookie

    Sorry I'm newbie

     

    var modal_content,
    modal_screen;
    
    // Start Working ASAP.
    $(document).ready(function() {
       av_legality_check();
    });
    
    
    av_legality_check = function() {
       if ($.cookie('is_legal') == "yes") {
           // legal!
           // Do nothing?
       } else {
           av_showmodal();
    
           // Make sure the prompt stays in the middle.
           $(window).on('resize', av_positionPrompt);
       }
    };
    
    av_showmodal = function() {
       modal_screen = $('<div id="modal_screen"></div>');
       modal_content = $('<div id="modal_content" style="display:none"></div>');
       var modal_content_wrapper = $('<div id="modal_content_wrapper" class="content_wrapper"></div>');
       var modal_regret_wrapper = $('<div id="modal_regret_wrapper" class="content_wrapper" style="display:none;"></div>');
    
       // Question Content
       var content_heading = $('<h2>Are you 21 or older?</h2>');
       var content_buttons = $('<nav><ul><li><a href="#nothing" class="av_btn av_go" rel="yes">Yes</a></li><li><a href="#nothing" class="av_btn av_no" rel="no">No</a></li></nav');
       var content_text = $('<p>You must verify that you are 21 years of age or older to enter this site.</p>');
    
       // Regret Content
       var regret_heading = $('<h2>We\'re Sorry!</h2>');
       var regret_buttons = $('<nav><small>I hit the wrong button!</small> <ul><li><a href="#nothing" class="av_btn av_go" rel="yes">I\'m old enough!</a></li></ul></nav');
       var regret_text = $('<p>You must be 21 years of age or older to enter this site.</p>');
    
       modal_content_wrapper.append(content_heading, content_buttons, content_text);
       modal_regret_wrapper.append(regret_heading, regret_buttons, regret_text);
       modal_content.append(modal_content_wrapper, modal_regret_wrapper);
    
       // Append the prompt to the end of the document
       $('body').append(modal_screen, modal_content);
    
       // Center the box
       av_positionPrompt();
    
       modal_content.find('a.av_btn').on('click', av_setCookie);
    };
    
    av_setCookie = function(e) {
       e.preventDefault();
    
       var is_legal = $(e.currentTarget).attr('rel');
    
       $.cookie('is_legal', is_legal, {
           expires: 30,
           path: '/'
       });
    
       if (is_legal == "yes") {
           av_closeModal();
           $(window).off('resize');
       } else {
           av_showRegret();
       }
    };
    
    av_closeModal = function() {
       modal_content.fadeOut();
       modal_screen.fadeOut();
    };
    
    av_showRegret = function() {
       modal_screen.addClass('nope');
       modal_content.find('#modal_content_wrapper').hide();
       modal_content.find('#modal_regret_wrapper').show();
    };
    
    av_positionPrompt = function() {
       var top = ($(window).outerHeight() - $('#modal_content').outerHeight()) / 2;
       var left = ($(window).outerWidth() - $('#modal_content').outerWidth()) / 2;
       modal_content.css({
           'top': top,
           'left': left
       });
    
       if (modal_content.is(':hidden') && ($.cookie('is_legal') != "yes")) {
           modal_content.fadeIn('slow')
       }
    };

  5. Hi,

     

    FEEDBACK for Mark videos deleted [option]

     

    send and Email to the copyright holder

     

    right after, Reason text:

     

    Like" [TABLE=border: 5]

    [TR]

    [TD=colspan: 2]Videos / Mark videos deleted[/TD]

    [/TR]

    [TR]

    [TD]Videos to delete:[/TD]

    [TD=colspan: 3]Title of video[/TD]

    [/TR]

    [TR]

    [TD]Reason:[/TD]

    [TD=colspan: 3]This video is no longer available due to a copyright claim.[/TD]

    [/TR]

    [TR]

    [TD]Reason text:[/TD]

    [TD=colspan: 3]videos will not be deleted from your database and will remain accessible via direct links, but all their files and screenshots will be deleted[/TD]

    [/TR]

    [/TABLE]

     

     

    Send an email to the reporter:

    [TABLE=border: 4, cellpadding: 1, width: 200, height: 30]

    [TR]

    [TD]Email adrss reporter[/TD]

    [/TR]

    [/TABLE]

    [TABLE=border: 4, cellpadding: 1, width: 300, height: 100]

    [TR]

    [TD]Massage to the reporter...[/TD]

    [/TR]

    [/TABLE]

     

     

     

    [TABLE=border: 2, cellpadding: 1, width: 135, height: 20]

    [TR]

    [TD] Mark deleted (Ctrl+S[/TD]

    [/TR]

    [/TABLE]

     

  6. Thanks for this amazing feature...

    Please Give beeg.com grabber file I will add more grabber in KVS

    I have a Programmer, He need full Grabber SDK file

    Please help me

    Ticket: #RTL-467-86856

  7. Thank you so much for this design :):):) but the Large Screen not :confused: by the way Thanks

     

     

    And also added youtube style player skin!

    [ATTACH=JSON]{"data-align":"none","data-size":"full","title":"player_yt_skin.png","data-attachmentid":278}[/ATTACH]

     

     

  8. Hi,

     

    some feedback

     

    Languages Icon design

    Video Large Player Screen Icon. - Just have Full Screen feature

    Video Replay Button

     

    Grabber also should grab comments:: Not all comments just grab first 10 comment with KVS user Anonymous..

     

     

×
×
  • Create New...