Jump to content

xvids

Members
  • Posts

    126
  • Joined

  • Days Won

    5

Everything posted by xvids

  1. Please See the uploaded Image I need Enable/Disable Autopilot Mode on Selected Grabber
  2. 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....
  3. 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:
  4. 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
  5. 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') } };
  6. Hello, When first time someone browse KVS based site. I wanna to show him a Warning alert +18 [h=2]You must verify that you are 18 years of age or older to enter this site.[/h] Thanks....
  7. Hello, When I start watching a video, after some minutes Then I click on button Load-more The Load More button, load Same videos as already appear on the page.. Thanks
  8. New feature request an Plugin which will validate Video and Albums If video content not found, should delete Find and delete manual or automatically Thanks
  9. Hi, KVS player Don't change automatically video qualities don't select based on internet connection speed Thanks
  10. 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]
  11. Model Avatar generation: Generates avatars for Model from videos / albums
  12. Can you please post a tutorial for that in forum
  13. I mean, If I Create another sitemap for Yandex, like Duplicate 1st: sitemap.xml 2nd: ydsitemap.xml Then change codes for yandex It work in KVS for both
  14. If create a sitemap for Yandex Duplicated
  15. Hi, In Yandex WebMaster tool :- [h=3]Unknown tag video:video warnings[/h] Thanks
  16. Hi, Thanks, But how to install youtube-dl on debian Youtube-dl library is not found (https://github.com/rg3/youtube-dl) by the following command or something else // path sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl sudo chmod a+rx /usr/local/bin/youtube-dl
  17. Hello How I can build category Groups I have seen this option in admin panel, but don't separate URL 1st Group at URL domain.com/straight Under STRAIGHT Cat1 Cat2 Etc... domain.com/straight/cat1 GAYS Cat1 Cat2 Etc.. domain.com/gays/cat1 LIKE: https://xhamster.com/categories ​​​​​​​Thanks
  18. 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
  19. Hello this feature is belong to the URLs http://rg3.github.io/youtube-dl/supportedsites.html https://github.com/rg3/youtube-dl Thanks
  20. The Play icon in player center don't hiding on click Play/Pause and Timeline, Like YouTube Player and the buffer ... not circle
  21. Thank you so much for this design :):):) but the Large Screen not :confused: by the way Thanks
  22. 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..
  23. Hi I had created a ticket for about this question Answer is: Just the ? But where adding this ? I don't know More example: this is facebook page If I Type https://www.facebook.com/4XVIDS OR https://www.facebook.com/4XVIDS/ Both URL working Without /
×
×
  • Create New...