Fatal error: Uncaught Error: Class 'ParseFilter' not found in /var/www/u146069/public_html//engine/inc/categories.php:538 Stack trace: #0 /var/www/u146069/public_html//engine/inc/include/init.php(600): include_once() #1 /var/www/u146069/public_html//admin.php(29): require_once('/var/www/u14606...') #2 {main} thrown in /var/www/u146069/public_html//engine/inc/categories.php on line 538
if( $member_id['user_group'] != 1 ) msg( "error", $lang['index_denied'], $lang['index_denied'] );
if( !defined( 'DATALIFEENGINE' ) OR !defined( 'LOGGED_IN' ) ) die( "Hacking attempt!" );
if( $member_id['user_group'] != 1 ) msg( "error", $lang['index_denied'], $lang['index_denied'] );
require_once (ENGINE_DIR . '/data/videoconfig.php');
require_once (ENGINE_DIR . '/mod_liser/seasons/admin/index.php');
?>
data.forEach((movie) => {
const movieEl = document.createElement("div");
movieEl.classList.add("staff");
movieEl.innerHTML = `<a href="#" title="${movie.nameRu}">
<div class="staffposter"><div class="staffimg"><img src="${movie.posterUrl}"></div></div>
<div class="staffname">
<span class="staffnameru">${movie.nameRu}</span>
<span class="staffprofession">${movie.professionText}</span>
</div>
</a>`;
moviesEl.appendChild(movieEl);
});