• 大小: 187KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 标签: 广告系统  Php+mysql  

资源简介

运用的是wamp服务器。大家可以下载一个。然后把数据库放到wamp安装目录bin/data/mysql里。然后把www放到wamp目录里把www替换。

资源截图

代码片段和文件信息

session_start();
include_once ‘config.php‘;
include_once SITEROOT.‘lib/Db.class.php‘;
include_once SITEROOT.‘lib/str.class.php‘;
include_once SITEROOT.‘lib/image.class.php‘;
include_once SITEROOT.‘lib/smarty/Smarty.class.php‘;
include_once SITEROOT.‘lib/User.class.php‘;
include_once SITEROOT.‘lib/Ad.class.php‘;
$ad = new Ad();
$smarty = new Smarty();
$smarty->template_dir = SITEROOT.‘/theme/‘;
$smarty->compile_dir = SITEROOT.‘/templates_c‘;
$smarty->force_compile = true;
$smarty->assign(‘sitehost‘SITEHOST);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1612  2009-09-03 13:27  menu.php

     文件        769  2009-09-03 14:22  top.php

     文件       4038  2009-05-26 14:44  watercode.php

     文件        920  2009-09-03 14:36  welcome.php

     文件        293  2009-05-28 21:18  goto.php

     文件        440  2009-09-03 14:38  readme.txt

     文件       3023  2009-09-03 14:38  ad.sql

     文件        111  2009-09-03 14:39  义乌信息库.url

     文件        110  2009-09-03 14:39  免费小说阅读.url

     文件        110  2009-09-03 14:39  在线小游戏.url

     文件       8818  2009-05-25 21:05  js\calendar.js

     文件       7257  2009-05-25 21:05  js\form.js

     文件      31033  2009-05-25 21:05  js\jquery.js

     文件      11066  2009-05-25 21:05  js\MSClass.js

     文件      10611  2009-09-03 14:09  lib\Ad.class.php

     文件        530  2009-09-03 13:03  lib\Db.class.php

     文件       7621  2009-06-08 08:57  lib\DbMysql.class.php

     文件       7300  2009-04-04 15:43  lib\image.class.php

     文件       6614  2009-05-03 12:00  lib\page.class.php

     文件      12742  2009-01-20 10:16  lib\smarty\Config_File.class.php

     文件       3562  2009-01-20 10:16  lib\smarty\debug.tpl

     文件       1949  2009-01-20 10:16  lib\smarty\internals\core.assemble_plugin_filepath.php

     文件       1258  2009-01-20 10:16  lib\smarty\internals\core.assign_smarty_interface.php

     文件       2507  2009-01-20 10:16  lib\smarty\internals\core.create_dir_structure.php

     文件       1583  2009-01-20 10:16  lib\smarty\internals\core.display_debug_console.php

     文件       1002  2009-01-20 10:16  lib\smarty\internals\core.get_include_path.php

     文件        360  2009-01-20 10:16  lib\smarty\internals\core.get_microtime.php

     文件       2467  2009-01-20 10:16  lib\smarty\internals\core.get_php_resource.php

     文件       1694  2009-01-20 10:16  lib\smarty\internals\core.is_secure.php

     文件       1284  2009-01-20 10:16  lib\smarty\internals\core.is_trusted.php

............此处省略114个文件信息

评论

共有 条评论