HEX
Server: Apache
System: Linux vps8051.dx3webs.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: paiskincare (10000)
PHP: 5.6.40-52+ubuntu20.04.1+deb.sury.org+1
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/paiskincare.com/httpdocs/sitemaps/static.php
<?php

/**
  * MSU Sitemaps - Magic SEO URL URL for ZenCart
  * http://www.magic-seo-url.com/zencart/
  *
  * 2009, (c) Inveo s.r.o.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
  * of the License, or (at your option) any later version.
**/

if(!defined('SM_IN_SITEMAPS')) exit();

global $cache, $sm, $db;

$urlAr = array('shipping'.URI_EXTENSION, 'privacy'.URI_EXTENSION, 'conditions'.URI_EXTENSION, 'contact-us'.URI_EXTENSION, 'sitemap'.URI_EXTENSION, 'discount-coupon'.URI_EXTENSION, 'newsletter-unsubscribe'.URI_EXTENSION, 'gift-certificate-faq'.URI_EXTENSION, 'search/', 'account/', 'account/login'.URI_EXTENSION);
foreach($urlAr as $url) {
	foreach($GLOBALS['smInstalledLang'] as $langId => $langCode) {
		if($GLOBALS['smMultilang']) {
			$urlSm = $langCode.'/'.$url;
		} else {
			$urlSm = $url;
		}
		//$sm->addUrlToSiteMap($urlSm, 'yearly', '0.1');
		$sm->addUrlToSiteMap($urlSm, 'yearly');
	}
}

?>