统计iapp软件安装使用次数[11168阅/1回]
演示地址https://weightiest-preferen.000webhostapp.com/api/imei.php?i=这里填imei码
php源码
iapp代码
php源码
-
<?php
$imei=$_POST["i"];
$handle = @fopen("data.txt", "r");
if ($handle) {
while (!feof($handle)) {
$item = fgets($handle, 4096);
$array = explode("|",$item);
}
fclose($handle);
header("Content-type:text/html;charset=utf-8");
$i = array_search($imei,$array);
//查询数组
if($i){
echo "您是第".count($array)."个使用者";
}else{
echo'未使用';
$myfile = fopen("data.txt", "a+") or die("Unable to open file!");
$txt = "|{$imei}";
fwrite($myfile, $txt);
fclose($myfile);
}
} else {
echo "文件错误!";
}
?>
iapp代码
-
simei(imei)
t()
{
ss("http://weightiest-preferen.000webhostapp.com/api/imei.php?i="+imei,renshu)
hs(renshu,rs)
ufnsui()
{
syso(rs)
us(4,"text",rs)
}
}
WAP开源论坛