# file: \shop\control\search.php if ($_GET['keyword'] != '') { // 品牌搜索 $model_brand = Mode…
function createDir($path){ if (!file_exists($path)){ createDir(dirname($path)); mkdir($pat…
<?php /** * 磁力链接下载,根据 关键词 文件大小 保存到指定文件中 */ class Magnet{ public $host='https://btdigg.o…
#file: /admin/templates/default/article.add.php #file: /admin/templates/default/article.ed…
<?php /** * author:郭椿安 * create at:2015-11-13 * last mod: 2015-12-12 14:23:52 */ header…
#file: /shop/templates/simplenc/seller/store_goods_add.step2.php #line: 202 # 添加一个 “请选择” 的…
<?php namespace Org\Weixin; class OrderPush { protected $appid; protected $secrect; pro…
#file: /admin/control/brand.php #line: 60 $brand_list = $model_brand->table('brand')-&g…
class GetMacAddr{ var $return_array = array(); // 返回带有MAC地址的字串数组 var $mac_addr; function G…
<?php /* * To change this template, choose Tools | Templates * and open the template in…
function selfEncode($str, $k) { $encoded = ''; $len = strlen($str); $lk = strlen($k); for(…