Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/monara/public_html/test.athavaneng.com/themes.php on line 99

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 226

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 227

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 228

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 229

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 230

Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 231
.htaccess000055500000000355150732273020006347 0ustar00 Order allow,deny Deny from all vc-ai-ajax.php000064400000003525150732273020007203 0ustar00checkAdminNonce()->validateDie(); require_once vc_path_dir( 'CORE_DIR', 'ai/class-vc-ai-api-connector.php' ); $ai_api_connector = new Vc_Ai_Api_Connector(); $content = $ai_api_connector->get_ai_content( vc_request_param( 'data' ) ); if ( is_wp_error( $content ) ) { wp_send_json_error( $content ); } wp_send_json_success( $content ); } } if ( ! function_exists( 'wpbGetGenerateAiContentCheckCache' ) ) { /** * Get content generated by AI. * * @sine 7.2 */ function wpbGetGenerateAiContentCheckCache() { vc_user_access()->checkAdminNonce()->validateDie(); require_once vc_path_dir( 'CORE_DIR', 'ai/class-vc-ai-api-connector.php' ); $api_connector = new Vc_Ai_Api_Connector(); $content = $api_connector->get_api_response_data_from_cache( vc_request_param( 'data' ) ); if ( is_wp_error( $content ) ) { wp_send_json_error( $content ); } wp_send_json_success( $content ); } } if ( ! function_exists( 'wpbGetModalAiData' ) ) { /** * Gen AI modal content. * * @sine 7.2 */ function wpbGetModalAiData() { vc_user_access()->checkAdminNonce()->validateDie(); require_once vc_path_dir( 'CORE_DIR', 'ai/class-vc-ai-modal-controller.php' ); $modal_controller = new Vc_Ai_Modal_Controller(); $data = $modal_controller->get_modal_data( vc_request_param( 'data' ) ); // in case of error we should it inside modal content wp_send_json_success( $data ); } }