?php
$con_meta_name = 'فروشگاه اینترنتی زدلا, زدلا, فروشگاه زدلا, خرید آنلاین, خرید لوازم جانبی خودرو, جدیدترین انواع ساعت هوشمند, خرید لپ تاپ, خرید لباس, خرید لوازم آرایشی و بهداشتی, خرید لوازم خانگی, خرید لوازم موتورسیکلت, خرید لوازم سفر, خرید عطر و ادکلن'; #meta name="keywords"
$con_meta_name_description = 'هر آنچه که نیاز دارید با بهترین قیمت از زدلا بخرید! جدیدترین انواع ساعت هوشمند، لپ تاپ، لباس و کفش، لوازم آرایشی و بهداشتی، لوازم خانگی ...'; #meta name="description"
$con_title = 'فروشگاه آنلاین زدلا'; #
of website
$con_support_phone = '0912000000'; #support phone number
$con_website_name = 'زدلا'; #name of website
$con_h2_webname = 'قیمت و خرید انواع محصولات'; #A few words of thethe site's slogan
$con_blog_title = 'زدلا مگ'; # of blog
$con_blog_h2_webname = 'تکنولوژی، مد و پوشاک، خانه و دکوراسیون، سلامت و زیبایی'; #A few words of thethe blog site's slogan
$con_blog_meta_name_description = 'منبع جامع مقالات تخصصی در حوزههای تکنولوژی، مد و پوشاک، خانه و دکوراسیون، سلامت و زیبایی و سبک زندگی'; #blog meta name="blog description"
$con_tag_product = 'zdl-'; #Tag of products
$con_email = 'zedla@email.ir'; #email for support
$con_office_address = 'ایران - تهران'; #Office address
//$con_api_reffral = 'https://dgkl.io/api/v1/Click/b/kOXmR?b64='; #api for products
$con_api_reffral = 'https://migmig.affilio.ir/api/v1/Click/b/c535820b-6644-4d42-b09e-26bb7e3a3c88?b64='; #api for products
$snapp_con_api_reffral = 'https://migmig.affilio.ir/api/v1/Click/b/lKXVT?b64='; #api for products
$con_website_url = 'https://zedla.ir/'; # link of site
$Social_Media_telegram = "https://t.me/zedla_ir"; # telegram url
$Social_Media_twitter = "https://x.com/zedla_ir"; # twitter url
$Social_Media_instagram = "https://instagram.com/zedla.ir"; # instagram url
//==============================//
// ساخت آدرس محصول به فرمت قدیمی: product/{tag}{id}/{عنوان-با-خط-تیره}
function build_product_url($con_website_url, $con_tag_product, $id, $title_fa) {
$slug_title = str_replace('', '', (string)$title_fa); // حذف نیمفاصله
$slug_title = str_replace(['-', '.'], ' ', $slug_title); // خطتیره/نقطه -> فاصله
$slug_title = trim(preg_replace('/\s+/u', '-', $slug_title), '-'); // فاصلهها -> خطتیره
return $con_website_url . 'product/' . $con_tag_product . $id . '/' . $slug_title;
}
function TextWithoutLinks($text){
$pattern = '#\b(?:https?|ftp)://\S+\b#i';
$text_without_links = preg_replace($pattern, null, $text);
return str_replace(["دیجیکالا","digikala","دیجیکالا","دیجیکالا","دیجی کالا","دیجیکالا","Digikala","دیجیکالا"],"زدلا",$text_wit
}
//config db
require_once __DIR__ . '/app/db.class.php';
DB::$user = 'zedlair_db';
DB::$password = 'j+0i;D@4uy.Q';
DB::$dbName = 'zedlair_db';
?>