• +55 (111) 123 777
  • US Dollar
لوگو Site logo Site logo sticky Site logo dark Site logo dark sticky
  • Home
  • Shop
  • Mega menu
    Post

    Features

    Just a few mentions, but there is more

    • Page builder
    • Mega menu
    • Multi language
    • Advanced SEO
    • Ecommerce
  • Services
    Pricing
    Services
    Portfolio
  • Blog
  • Contact us
  • کاربر
    رمز عبور خود را فراموش کرده اید؟

    Don’t have an account?
    ثبت حساب | وارد شوید
  • سبد خرید
    گاری خالی
    هنوز هیچ محصولی اضافه نشده است!

ماه: 05 2023

2025
درباره
The next generation website builder
پست های اخیر
انواع پژوهش در روش تحقیق [آموزش کاربردی برای پایان نامه]
روند صحیح پژوهش و کارهای پژوهشی
مورد پژوهی [مطالعه موردی] در روش تحقیق
پژوهش علی (علت و معلولی) چیست؟ راهنمای کامل + مراحل و کاربرد
نظرات اخیر
John Doe در Begin each day by telling yourself
دسته بندی ها
  • Toys
  • Computers
  • Electronics
  • Tablets
  • Home and Kitchen
  • Books
  • category 1
آرشیوها
  • May 2022
  • June 2022
  • May 2023
  • August 2023
  • September 2024
  • October 2024
  • December 2024
  • February 2025
  • March 2025
  • July 2025
برچسب های محبوب
  • Tag 1
  • Tag 2
  • Tag 3
آرشیوها
Site logo dark Site logo
Vvveb
Home
Shop
Blog
Services
Information
Brands
Vendors
Contact us
Contact us
Portfolio
Returns
About
My account
Order tracking
Wishlist
Order history
Compare
شرایط و ضوابط | سیاست حفظ حریم خصوصی
© 2023 Vvveb. پشتیبانی شده توسط وووب
محصول به سبد خرید اضافه شد
در حال بارگیری...
    PHP error log not readable, make sure that your log is properly configured and that is readable.
        1. /* /home/maziyarid-333/maziyarid.com/plugins/debug/plugin.php [line: 124 - 129] */
          function ($sql, $params){
          			$debugSql = $db->debugSql($sql, $params);
          			$this->view->debug['data']['sql'][] = [$sql, $params + ['sql' => $debugSql]];
          
          			return [$sql, $params];
          		});
          
        1. /* /home/maziyarid-333/maziyarid.com/plugins/debug/plugin.php [line: 167 - 180] */
          function (){
          			$events = Event::getEvents();
          
          			array_walk_recursive($events, function (&$value, $key) {
          				if (is_object($value)) {
          					if ($value instanceof \Closure) {
          						$value = $this->closureDump($value);
          					}
          				}
          			});
          
          			$this->view->debug['data']['filters'] = $events;
          			$this->view->debug['data']['request'] = Routes::getUrlData();
          		});
          
        1. /* /home/maziyarid-333/maziyarid.com/plugins/minify/plugin.php [line: 373 - 385] */
          function ($template, $htmlFile, $tplFile, $vTpl, $view){
          			$theme = $view->getTheme();
          
          			$this->initMinifier();
          
          			$this->processCss($vTpl, $template, $theme);
          			$this->processCss($vTpl, $template, $theme, 'body > ');
          
          			$this->processJs($vTpl, $template, $theme);
          			$this->processJs($vTpl, $template, $theme, 'body > ');
          
          			return [$template, $htmlFile, $tplFile, $vTpl, $view];
          		});
          
        2. /* /home/maziyarid-333/maziyarid.com/plugins/vvvebcom/plugin.php [line: 56 - 60] */
          function ($template, $htmlFile, $tplFile, $vTpl, $view){
          			$vTpl->loadTemplateFile(__DIR__ . '/app/template/common.tpl');
          
          			return [$template, $htmlFile, $tplFile, $vTpl, $view];
          		});
          
        1. /* /home/maziyarid-333/maziyarid.com/plugins/toc-posts/plugin.php [line: 174 - 180] */
          function ($results = false){
          			if ($results && isset($results['content'])) {
          				$this->toc($results);
          			}
          
          			return [$results];
          		});
          
        1. /* /home/maziyarid-333/maziyarid.com/plugins/toc-posts/plugin.php [line: 182 - 188] */
          function ($results = false){
          			if ($results && isset($results[0])) {
          				$this->toc($results[0]);
          			}
          
          			return [$results];
          		});
          
  1. 2023
  2. 05
  3. /#year{4,4}#/#month{2,2}#
  4. content/archive/index
  5. \/(?\d{4,4})\/(?\d{2,2})
    1. SELECT user.username, user.email, user.first_name, user.last_name, user.display_name, user.avatar, user.bio, user.subscribe, comment.*, comment_id as array_key ,post_content.name, post_content.slug FROM comment LEFT JOIN user ON (user.user_id = comment.user_id) LEFT JOIN post_content ON (post_content.post_id = comment.post_id) WHERE 1 = 1 AND post_content.language_id = :language_id AND comment.status = :status ORDER BY parent_id, comment_id DESC LIMIT :start, :limit
      1. 1
      2. 1
      3. 1
      4. en_US
      5. fa_IR
      6. 1
      7. 1
      8. true
      9. 1
      10. 4
      11. desc
      12. SELECT user.username, user.email, user.first_name, user.last_name, user.display_name, user.avatar, user.bio, user.subscribe, comment.*, comment_id as array_key ,post_content.name, post_content.slug FROM comment LEFT JOIN user ON (user.user_id = comment.user_id) LEFT JOIN post_content ON (post_content.post_id = comment.post_id) WHERE 1 = 1 AND post_content.language_id = 1 AND comment.status = 1 ORDER BY parent_id, comment_id DESC LIMIT 0, 4
    1. SELECT count(*) FROM ( SELECT comment_id FROM comment LEFT JOIN user ON (user.user_id = comment.user_id) LEFT JOIN post_content ON (post_content.post_id = comment.post_id) WHERE 1 = 1 AND post_content.language_id = :language_id AND comment.status = :status ) as count
      1. 1
      2. 1
      3. 1
      4. en_US
      5. fa_IR
      6. 1
      7. 1
      8. true
      9. 1
      10. 4
      11. desc
      12. SELECT count(*) FROM ( SELECT comment_id FROM comment LEFT JOIN user ON (user.user_id = comment.user_id) LEFT JOIN post_content ON (post_content.post_id = comment.post_id) WHERE 1 = 1 AND post_content.language_id = 1 AND comment.status = 1 ) as count
    1. SELECT pd.*,post.*,ad.username,ad.display_name,ad.admin_id,ad.email, ad.avatar, ad.bio, ad.first_name, ad.last_name ,(SELECT COUNT(c.comment_id) FROM comment c WHERE post.post_id = c.post_id AND c.status = :comment_status ) AS comment_count FROM post LEFT JOIN post_content pd ON ( post.post_id = pd.post_id AND pd.language_id = :language_id ) LEFT JOIN post_to_site ps ON (post.post_id = ps.post_id) LEFT JOIN admin ad ON (post.admin_id = ad.admin_id) WHERE 1 = 1 AND post.type = :type AND post.status = :status AND ps.site_id = :site_id AND MONTH(post.created_at) = :month AND YEAR(post.created_at) = :year ORDER BY post.post_id desc LIMIT :start, :limit
      1. 1
      2. 1
      3. 1
      4. en_US
      5. fa_IR
      6. 1
      7. 1
      8. autocomplete
      9. post
      10. 4
      11. post_id
      12. desc
      13. publish
      14. 200
      15. 1
      16. 1
      17. 1
      18. 05
      19. 2023
      20. large
      21. 1
        1. SELECT pd.*,post.*,ad.username,ad.display_name,ad.admin_id,ad.email, ad.avatar, ad.bio, ad.first_name, ad.last_name ,(SELECT COUNT(c.comment_id) FROM comment c WHERE post.post_id = c.post_id AND c.status = 1 ) AS comment_count FROM post LEFT JOIN post_content pd ON ( post.post_id = pd.post_id AND pd.language_id = 1 ) LEFT JOIN post_to_site ps ON (post.post_id = ps.post_id) LEFT JOIN admin ad ON (post.admin_id = ad.admin_id) WHERE 1 = 1 AND post.type = 'post' AND post.status = 'publish' AND ps.site_id = 1 AND MONTH(post.created_at) = 05 AND YEAR(post.created_at) = 2023 ORDER BY post.post_id desc LIMIT 0, 4
      1. SELECT count(*) FROM ( SELECT post.post_id FROM post LEFT JOIN post_content pd ON ( post.post_id = pd.post_id AND pd.language_id = :language_id ) LEFT JOIN post_to_site ps ON (post.post_id = ps.post_id) LEFT JOIN admin ad ON (post.admin_id = ad.admin_id) WHERE 1 = 1 AND post.type = :type AND post.status = :status AND ps.site_id = :site_id AND MONTH(post.created_at) = :month AND YEAR(post.created_at) = :year ) as count
        1. 1
        2. 1
        3. 1
        4. en_US
        5. fa_IR
        6. 1
        7. 1
        8. autocomplete
        9. post
        10. 4
        11. post_id
        12. desc
        13. publish
        14. 200
        15. 1
        16. 1
        17. 1
        18. 05
        19. 2023
        20. large
        21. 1
          1. SELECT count(*) FROM ( SELECT post.post_id FROM post LEFT JOIN post_content pd ON ( post.post_id = pd.post_id AND pd.language_id = 1 ) LEFT JOIN post_to_site ps ON (post.post_id = ps.post_id) LEFT JOIN admin ad ON (post.admin_id = ad.admin_id) WHERE 1 = 1 AND post.type = 'post' AND post.status = 'publish' AND ps.site_id = 1 AND MONTH(post.created_at) = 05 AND YEAR(post.created_at) = 2023 ) as count