⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 key.php

📁 php版wap手机网站源码(英语) the best wap scripts from
💻 PHP
字号:
<?php
include_once("cnfg.php");
if ($fl=@file("userkeys.dat")) {$cnt=count($fl); $time=time();
 for ($i=0;$i<$cnt;$i++) {
  list($p1,$p2,$p3,$p4,$p5,$p6,$p7,$p8)=split('\^',trim($fl[$i]));
  $sr=$p2; $lg=$p3; $ps=$p4; $skl=$p5; $p6=NULL; $shs=$p7; $ib=$p8;
  if ($p1==$k) {
   $str=""; $fl[$i]="$p1^$sr^$lg^$ps^$skl^$time^$shs^$ib\r\n";
   for ($j=0;$j<count($fl);$j++) {$str.=$fl[$j];}
   $f=@fopen("userkeys.dat","w"); @fwrite($f,$str); @fclose($f);
   break;
  } else {
   if ($i==$cnt-1) {header("Location: $dftp/index.php"); exit;}
  }
 }
} else {header("Location: $dftp/index.php"); exit;}
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -