Example #1
0
<?php

/**
 *
 * 首页入口
 *
 *
 * This is NOT a freeware, use is subject to license terms
 *
 * @copyright Copyright (C) 2005 - 2099 Cenwor Inc.
 * @license http://www.cenwor.com
 * @link http://www.jishigou.net
 * @author 狐狸<*****@*****.**>
 * @version $Id: index.php 5263M 2013-12-19 03:45:52Z (local) $
 */
require './include/jishigou.php';
$jishigou = new jishigou();
$jishigou->run('index');
Example #2
0
<?php

/**
 *
 * WAP入口
 *
 *
 * This is NOT a freeware, use is subject to license terms
 *
 * @copyright Copyright (C) 2005 - 2099 Cenwor Inc.
 * @license http://www.cenwor.com
 * @link http://www.jishigou.net
 * @author 狐狸<*****@*****.**>
 * @version $Id: index.php 3274 2013-04-09 09:13:30Z wuliyong $
 */
define('IN_JISHIGOU_WAP', true);
define('CHARSET', 'utf-8');
define('ROOT_PATH', substr(dirname(__FILE__), 0, -4) . '/');
define('TEMPLATE_ROOT_PATH', ROOT_PATH . 'wap/');
define('RELATIVE_ROOT_PATH', '../');
require ROOT_PATH . 'include/jishigou.php';
$jishigou = new jishigou();
$jishigou->run('wap');
Example #3
0
<?php

/**
 * 移动客户端Ajax入口
 *
 * @author 		~ZZ~<*****@*****.**>
 * @version $Id: ajax.php 1739528923 2014 699 foxis@qq.com $
 */
define('IN_JISHIGOU_MOBILE_AJAX', true);
define('ROOT_PATH', substr(dirname(__FILE__), 0, -6) . '/');
define('TEMPLATE_ROOT_PATH', ROOT_PATH . 'mobile/');
define('SYS_ROOT_PATH', ROOT_PATH . 'mobile/');
define('RELATIVE_ROOT_PATH', '../');
define('IN_JISHIGOU_MOBILE', true);
define('CHARSET', 'utf-8');
require ROOT_PATH . 'include/jishigou.php';
$jishigou = new jishigou();
$jishigou->run('mobile_ajax');
Example #4
0
<?php

/**
 * 移动客户端入口
 *
 * @author 		~ZZ~<*****@*****.**>
 * @version $Id: index.php 539650835 2014 657 foxis@qq.com $
 */
define('ROOT_PATH', substr(dirname(__FILE__), 0, -6) . '/');
define('TEMPLATE_ROOT_PATH', ROOT_PATH . 'mobile/');
define('SYS_ROOT_PATH', ROOT_PATH . 'mobile/');
define('RELATIVE_ROOT_PATH', '../');
define('IN_JISHIGOU_MOBILE', true);
define('CHARSET', 'utf-8');
require ROOT_PATH . 'include/jishigou.php';
$jishigou = new jishigou();
$jishigou->run('mobile');
Example #5
0
<?php

/**
 *
 * SMS入口
 *
 *
 * This is NOT a freeware, use is subject to license terms
 *
 * @copyright Copyright (C) 2005 - 2099 Cenwor Inc.
 * @license http://www.cenwor.com
 * @link http://www.jishigou.net
 * @author 狐狸<*****@*****.**>
 * @version $Id: sms.php 330 2012-03-14 10:22:00Z wuliyong $
 */
require './include/jishigou.php';
$jishigou = new jishigou();
$jishigou->run('sms');
Example #6
0
<?php

/**
 *
 * 后台入口
 *
 *
 * This is NOT a freeware, use is subject to license terms
 *
 * @copyright Copyright (C) 2005 - 2099 Cenwor Inc.
 * @license http://www.cenwor.com
 * @link http://www.jishigou.net
 * @author 狐狸<*****@*****.**>
 * @version $Id: admin.php 4035 2013-07-26 09:08:23Z wuliyong $
 */
require './include/jishigou.php';
$jishigou = new jishigou();
$jishigou->run('admin');
Example #7
0
<?php

/**
 *
 * AJAX入口
 *
 *
 * This is NOT a freeware, use is subject to license terms
 *
 * @copyright Copyright (C) 2005 - 2099 Cenwor Inc.
 * @license http://www.cenwor.com
 * @link http://www.jishigou.net
 * @author 狐狸<*****@*****.**>
 * @version $Id: ajax.php 2478 2013-01-12 03:09:01Z wuliyong $
 */
define('IN_JISHIGOU_AJAX', true);
require './include/jishigou.php';
$jishigou = new jishigou();
$jishigou->run('ajax');
Example #8
0
<?php

/**
 *
 * WIDGET入口
 *
 *
 * This is NOT a freeware, use is subject to license terms
 *
 * @copyright Copyright (C) 2005 - 2099 Cenwor Inc.
 * @license http://www.cenwor.com
 * @link http://www.jishigou.net
 * @author 狐狸<*****@*****.**>
 * @version $Id: widget.php 330 2012-03-14 10:22:00Z wuliyong $
 */
require './include/jishigou.php';
$jishigou = new jishigou();
$jishigou->run('widget');
Example #9
0
<?php

/**
 *
 * API入口
 *
 *
 * This is NOT a freeware, use is subject to license terms
 *
 * @copyright Copyright (C) 2005 - 2099 Cenwor Inc.
 * @license http://www.cenwor.com
 * @link http://www.jishigou.net
 * @author 狐狸<*****@*****.**>
 * @version $Id: api.php 5233 2013-12-11 08:09:48Z wuliyong $
 */
define('IN_JISHIGOU_API', true);
require './include/jishigou.php';
$jishigou = new jishigou();
$jishigou->run('api');