/** * License Gate - [ SOURCE CODE | النسخة الأصلية ] * --------------------------------------------------------- * هذا هو ملف "المصدر" الذي يمكنك تعديله. * بعد التعديل، قم بنسخ الكود وضعه في أداة "حامي الكود" (dz-code-protector.html) * ثم خذ النتيجة وضعها في الملف الأساسي (inc/license-gate.php). */ if (!defined('ABSPATH')) exit; // === [ إعدادات الليسانس والنسخة التجريبية ] === // الملح السري (لا تغيره بعد توزيع المفاتيح) // ========================================== /** * دالة التحقق من صحة الليسانس بناءً على الدومين */ function dz_check_license($key = '') { if (empty($key)) $key = get_option('dz_license_key'); if (empty($key)) return false; $domain = strtolower($_SERVER['HTTP_HOST']); $domain = str_replace('www.', '', $domain); $expected_key = strtoupper(substr(md5($domain . DZ_LICENSE_SALT), 0, 16)); return ($key === $expected_key); } /** * دالة التحقق من حالة النسخة التجريبية والطلبات */ function dz_get_license_status() { $is_active = dz_check_license(); $orders_count = (int) get_option('dz_lifetime_orders', 0); $trial_expired = (!$is_active && $orders_count >= DZ_TRIAL_LIMIT); $remaining = max(0, DZ_TRIAL_LIMIT - $orders_count); return [ 'active' => $is_active, 'orders_count' => $orders_count, 'trial_expired' => $trial_expired, 'remaining_trial' => $remaining ]; } /** * زيادة عداد الطلبات */ function dz_increment_order_counter() { $count = (int) get_option('dz_lifetime_orders', 0); update_option('dz_lifetime_orders', $count + 1); } /** * إشعار انتهاء الفترة التجريبية */ add_action('wp_body_open', 'dz_show_license_notice'); add_action('admin_notices', 'dz_show_license_notice'); function dz_show_license_notice() { $status = dz_get_license_status(); if ($status['trial_expired']) { $contact = [ 'whatsapp' => 'https://wa.me/213558035808', 'telegram' => 'https://t.me/EcomFlowpro', 'facebook' => 'https://facebook.com/PageName', 'instagram' => 'https://instagram.com/Account', 'tiktok' => 'https://tiktok.com/@User', ]; $msg = '⚠️ انتهت الفترة التجريبية لثيم EcomFlow. يرجى التواصل لتفعيل مفتاح الترخيص لضمان استمرار وصول الطلبات.'; if (is_admin()) { ?>

واتساب تيليجرام فيسبوك
https://zianid.com/wp-sitemap-posts-post-1.xmlhttps://zianid.com/wp-sitemap-posts-page-1.xmlhttps://zianid.com/wp-sitemap-posts-product-1.xmlhttps://zianid.com/wp-sitemap-posts-products-1.xmlhttps://zianid.com/wp-sitemap-taxonomies-category-1.xmlhttps://zianid.com/wp-sitemap-taxonomies-product_cat-1.xmlhttps://zianid.com/wp-sitemap-users-1.xml