| Server IP : 89.108.64.180 / Your IP : 216.73.217.95 Web Server : Apache/2.4.41 (Ubuntu) System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-root ( 1010) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/www-root/data/www/hostelkey.ru/wp-content/plugins/jivochat/templates/ |
Upload File : |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="<?=JIVO_PLUGIN_URL.'jivosite.css'?>">
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<?php if(! get_option('jivosite_widget_id')) { ?>
<?php require 'signup.php'?>
<?php require 'login.php'?>
<?php } elseif (get_option('jivosite_widget_id') && !empty($post_install)) { ?>
<?php require 'post_install.php' ?>
<?php } elseif (get_option('jivosite_widget_id') && empty($post_install)) { ?>
<?php require 'reset.php'?>
<?php } ?>
<script type="text/javascript">
(function($) {
$(function () {
$('[data-toggle="tooltip"]').tooltip();
$('#signup_form').submit(function () {
$('#signup_button').attr('disabled', true);
});
$('#login_form').submit(function () {
$('#login_button').attr('disabled', true);
});
$('#reset_form').submit(function () {
$('#reset_button').attr('disabled', true);
});
$('#login_link').click(
function () {
$('#login_block').css('display', 'block');
$('#signup_block').css('display', 'none');
}
);
$('#signup_link').click(
function () {
$('#login_block').css('display', 'none');
$('#signup_block').css('display', 'block');
$(window).scrollTop(0);
}
);
const languageList = <?=$languageList?>;
const suggestedLanguageName = languageList[0].name;
languageList.forEach(function (language) {
let lang = language.code;
if (language.name == 'Spanish (General)') {
lang = lang.split(',');
lang = lang[0];
}
const $option = $('<option>').attr('value', lang).attr('class', 'dropdown-item').text(language.name);
$('#languageList').append($option);
});
$('#help_language_signup').click(function () {
$('#suggested_language').text(suggestedLanguageName);
});
$('#help_language_signup').hover(function () {
$('#suggested_language').text(suggestedLanguageName);
});
});
})(jQuery);
</script>