我使用这段代码在两边都有一个js弹出窗口,告诉访问者商店没有生产力:
<?php
$ip = $_SERVER['REMOTE_ADDR'];
if ($ip == 'xxx.xxx.xxx.xxx' OR $ip == 'xxx.xxx.xxx.xx') { ?>
You are a developer
<?php } else { ?>
You are a visitor
<?php } ?>
我的问题是,如何在此代码中使用magento后端的developer Ip ->System ->
我想通过以下方式知道我的网页的访问者来自哪个城市:
1. If the visitor has a public Facebook profile,
then return her Facebook location.
2. Otherwise, return her location based on the IP address.
我知道怎么做(2)。但是有没有办法做到(1)呢?
我有一个脚本,使用api来获取ip地址的ip信息。当访问者输入时,它只显示有关访问者ip的默认信息,但我想制作一个表单,以便访问者可以通过在表单中输入IP并单击查找来查找特定的IP地址。
我不知道该怎么做,我需要你的帮助和感谢
index.php
<?php
require_once('ipapi.class.php');
$ip = $_REQUEST['REMOTE_ADDR']; // the IP address to query
$query = IPAPI::query("$rip");
echo "\t IP I