检查允许的Ip ';s(使用magento开发人员Ip)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了检查允许的Ip ';s(使用magento开发人员Ip)相关的知识,希望对你有一定的参考价值。

use the magento developer IP
  1. <?php
  2. $allowedIps = Mage::getStoreConfig('dev/restrict/allow_ips', $storeId);
  3. $remoteAddr = Mage::helper('core/http')->getRemoteAddr();
  4. if (!empty($allowedIps) && !empty($remoteAddr)) {
  5. $allowedIps = preg_split('#s*,s*#', $allowedIps, null, PREG_SPLIT_NO_EMPTY);
  6. if (array_search($remoteAddr, $allowedIps) === false
  7. && array_search(Mage::helper('core/http')->getHttpHost(), !$allowedIps) === false) {
  8. ?>
  9. <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('allert-shop-nicht-produktiv')->tohtml(); ?>
  10. <?php } else { ?>
  11. <a class="allertlink"><span>Besucherschutz</span></a>
  12. <?php } ?>
  13. <?php } ?>

以上是关于检查允许的Ip ';s(使用magento开发人员Ip)的主要内容,如果未能解决你的问题,请参考以下文章

Magento-如何更改交易电子邮件详细信息?-';我如何&ŧ039;问题-电子商务

Magento横幅滑块扩展

Apache:将IP';s(而不是X)重定向到[URL]

Magento:加载静态块

通过cms在magento页面上显示类别块

imgcolorallocate包装器,允许十六进制值而不是RGB