Esempio n. 1
0
<?php

if (!defined('IN_SISEBOT')) {
    header('HTTP/1.1 404 Not Found');
    die;
}
if (FALSE !== ($pos = array_search(SaeSegment::POSTAG_ID_N_TZ, $seg_types))) {
    array_push($return['statistics']['filters'], 'organization');
    if (isset($return['text'])) {
        $return['text'] .= "<br />你要找<strong>{$seg_words[$pos]}</strong>在哪里吗?我看看……";
    } else {
        $return['text'] = "你要找<strong>{$seg_words[$pos]}</strong>在哪里吗?我看看……";
    }
    $sloc = new SaeLocation();
    $result = $sloc->getIpToGeo(array('ip' => $_SERVER['REMOTE_ADDR']));
    $return['geo'] = array('long' => $result['geos'][0]['longitude'], 'lat' => $result['geos'][0]['latitude'], 'keyword' => $seg_words[$pos]);
}
Esempio n. 2
0
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    return $os;
}
$SaeLocationObj = new SaeLocation();
$ip_to_geo_arr = array('ip' => getIP());
$ip_to_geo = $SaeLocationObj->getIpToGeo($ip_to_geo_arr);
$ob = getBrowse();
$os = getOS();
$ip = getIP();
$black = imagecolorallocate($im, 0, 0, 0);
$str = "IP:" . $ip;
$str2 = $os;
$str3 = $ob;
$str4 = $ip_to_geo['geos']['0']['longitude'] . '|' . $ip_to_geo['geos']['0']['latitude'];
$str5 = $ip_to_geo['geos']['0']['more'];
$str6 = date("Y-m-d H:i:s");
$sj = rand(1, 10);
switch ($sj) {
    case 1: