code
stringlengths
1
2.01M
repo_name
stringlengths
3
62
path
stringlengths
1
267
language
stringclasses
231 values
license
stringclasses
13 values
size
int64
1
2.01M
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <link href="style.css" rel="stylesheet" type="text/css"> <meta http-equiv="Content-Type" conte...
zznshop
trunk/WebContent/home.jsp
Java Server Pages
epl
1,025
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Insert title her...
zznshop
trunk/WebContent/stub.jsp
Java Server Pages
epl
419
html, body, ul, li, h1, h2, h3, h4 { margin: 0px; padding: 0px; color: #DBDBDB; list-style: none; } h1 img { display: block; } img { border: 0px; } p { margin: 0.5em 0px; } a { color: white; text-decoration: none; } a:hover { color: #eee; text-decoration: underline; } .left { float: ...
zznshop
trunk/WebContent/style.css
CSS
epl
3,451
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Clothes</title> ...
zznshop
trunk/WebContent/Clothes.jsp
Java Server Pages
epl
649
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" ...
zznshop
trunk/WebContent/Contact.jsp
Java Server Pages
epl
798
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@page session="false" %> <%@ page import="java.sql.*" %> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <% String connectionURL = "jdbc:oracle:thi...
zznshop
trunk/WebContent/AuthenticLogin.jsp
Java Server Pages
epl
1,672
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <link rel="stylesheet" type="text/css" href="custom.css" /> <meta http-equiv="Content-Type" cont...
zznshop
trunk/WebContent/home2.jsp
Java Server Pages
epl
833
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package clases; import java.sql.CallableStatement; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.Iterator; i...
zzz-z
trunk/procedimientos/src/clases/clsUsuario.java
Java
oos
5,840
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package clases; import java.sql.CallableStatement; import java.sql.Connection; import java.sql.DriverManager; import java.sql.Statement; /** * * @author Rhadamonthes */ public class clsConeccion { Connection ob...
zzz-z
trunk/procedimientos/src/clases/clsConeccion.java
Java
oos
3,038
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package graficos; /** * * @author rhadamonthes */ public class NewJFrame extends javax.swing.JFrame { /** * Creates new form NewJFrame */ public NewJFrame() { initComponents(); } /...
zzz-z
trunk/procedimientos/src/graficos/NewJFrame.java
Java
oos
3,219
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * USUARIO.java * * Created on 19-dic-2011, 22:23:02 */ package graficos; import clases.clsConeccion; import clases.clsUsuario; import java.util.ArrayList; import java.util.Iterator; import javax.swing.ImageIcon;...
zzz-z
trunk/procedimientos/src/graficos/USUARIO.java
Java
oos
19,609
/** * Revised2011XMLReader.java * * This file is part of the PDFGen Syllabus Formatter Project. * Copyright (C) 2012 Gian Fontanilla * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
zyra-degrano-invalidfilename
src/org/dlsu/pdfgen/io/Revised2011XMLReader.java
Java
gpl3
10,210
/** * XMLReader.java * * This file is part of the PDFGen Syllabus Formatter Project. * Copyright (C) 2011 Gian Fontanilla * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation,...
zyra-degrano-invalidfilename
src/org/dlsu/pdfgen/io/XMLReader.java
Java
gpl3
7,912
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * CreateXMLWindow.java * * Created on Mar 25, 2011, 11:42:39 AM */ package org.dlsu.pdfgen.gui; import java.awt.event.ActionEvent; import javax.swing.DefaultListModel; import javax.swing.JFileC...
zyra-degrano-invalidfilename
src/org/dlsu/pdfgen/gui/CreateXMLWindow.java
Java
gpl3
61,107
/** * AboutWindow.java * * This file is part of the PDFGen Syllabus Formatter Project. * Copyright (C) 2011 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version...
zyra-degrano-invalidfilename
src/org/dlsu/pdfgen/gui/AboutWindow.java
Java
gpl3
10,400
/** * MainWindow.java * * This file is part of the PDFGen Syllabus Formatter Project. * Copyright (C) 2011 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version ...
zyra-degrano-invalidfilename
src/org/dlsu/pdfgen/gui/MainWindow.java
Java
gpl3
22,573
package org.dlsu.pdfgen.gui; /** * * @author Geoffrey Chua */ public class ErrorFrame extends javax.swing.JFrame { /** Creates new form ErrorFrame */ public ErrorFrame() { initComponents(); } public ErrorFrame(String error) { this.setLocationRelativeTo(null); initComponents(); jTextAr...
zyra-degrano-invalidfilename
src/org/dlsu/pdfgen/gui/ErrorFrame.java
Java
gpl3
5,173
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * PrintWindow.java * * Created on Mar 31, 2011, 5:02:51 AM */ package org.dlsu.pdfgen.gui; import javax.swing.JFileChooser; import javax.swing.JOptionPane; /** * * @author czarinelle */...
zyra-degrano-invalidfilename
src/org/dlsu/pdfgen/gui/PrintWindow.java
Java
gpl3
8,773
/** * Revised2011Syllabus.java * * This file is part of the PDFGen Syllabus Formatter Project. * Copyright (C) 2012 Gian Fontanilla * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software F...
zyra-degrano-invalidfilename
src/org/dlsu/pdfgen/struct/Revised2011Syllabus.java
Java
gpl3
17,164
/** * Syllabus.java * * This file is part of the PDFGen Syllabus Formatter Project. * Copyright (C) 2011 Gian Fontanilla * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either v...
zyra-degrano-invalidfilename
src/org/dlsu/pdfgen/struct/Syllabus.java
Java
gpl3
10,630
/** * Controller.java * * This file is part of the PDFGen Syllabus Formatter Project. * Copyright (C) 2011 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version ...
zyra-degrano-invalidfilename
src/org/dlsu/pdfgen/Controller.java
Java
gpl3
4,818
/** * Revised2011Formatter.java * * This file is part of the PDFGen Syllabus Formatter Project. * Copyright (C) 2012 Gian Fontanilla * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software ...
zyra-degrano-invalidfilename
src/org/dlsu/pdfgen/Revised2011Formatter.java
Java
gpl3
13,210
/** * InvalidXMLFileFormat.java * * This file is part of the PDFGen Syllabus Formatter Project. * Copyright (C) 2011 Gian Fontanilla * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundati...
zyra-degrano-invalidfilename
src/org/dlsu/pdfgen/exceptions/InvalidXMLFileFormatException.java
Java
gpl3
1,302
/** * Formatter.java * * This file is part of the PDFGen Syllabus Formatter Project. * Copyright (C) 2012 Gian Fontanilla * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ...
zyra-degrano-invalidfilename
src/org/dlsu/pdfgen/Formatter.java
Java
gpl3
14,269
/** * Main.java * * This file is part of the PDFGen Syllabus Formatter Project. * Copyright (C) 2011 Gian Fontanilla * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either versi...
zyra-degrano-invalidfilename
src/org/dlsu/pdfgen/Main.java
Java
gpl3
3,180
/* Copyright 2010 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing,...
zziuni-bookmark-bubble
bookmark_bubble.js
JavaScript
asf20
19,874
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- Copyright 2010 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http:/...
zziuni-bookmark-bubble
example/example.html
HTML
asf20
1,540
/* Copyright 2010 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing,...
zziuni-bookmark-bubble
example/example.js
JavaScript
asf20
1,836
#!/bin/bash # Copyright 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed t...
zziuni-bookmark-bubble
images/generate_base64_images
Shell
asf20
999
<?php /* [Discuz!] (C)2001-2007 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: blog.php 10197 2007-08-24 09:44:14Z monkey $ */ define('CURSCRIPT', 'blog'); require_once './include/common.inc.php'; if($uid) { dheader("Location:space.php?$uid"); } require_once DISCUZ_...
zyyhong
trunk/jiaju001/bbs/blog.php
PHP
asf20
6,740
<?php /* [Discuz!] (C)2001-2007 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: search.php 10311 2007-08-25 10:07:14Z monkey $ */ define('NOROBOT', TRUE); require_once './include/common.inc.php'; require_once DISCUZ_ROOT.'./include/forum.func.php'; require_once DISCUZ_ROOT....
zyyhong
trunk/jiaju001/bbs/search.php
PHP
asf20
10,286
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); if(!$iscircle || !$sgid) { include template('header'); } else { include template('supesite_header'); } ?> <div id="nav"><a href="<?=$indexname?>"><?=$bbname?></a> <?=$navigation?> &raquo; <? if($special == 1) { ?>发新投票<? } elseif($special == 3) { ?>发起悬赏<? } elseif($...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_post_newthread.tpl.php
PHP
asf20
14,986
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); ?> <script type="text/javascript"> lang['post_discuzcode_code'] = '请输入要插入的代码'; lang['post_discuzcode_quote'] = '请输入要插入的引用'; lang['post_discuzcode_free'] = '请输入要插入的免费信息'; lang['post_discuzcode_hide'] = '请输入要插入的隐藏内容'; var editorcss = 'forumdata/cache/style_<?=STYLE...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_post_editor.tpl.php
PHP
asf20
19,292
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); ob_end_clean(); ob_start(); @header("Expires: -1"); @header("Cache-Control: no-store, private, post-check=0, pre-check=0, max-age=0", FALSE); @header("Pragma: no-cache"); @header("Content-type: application/xml; charset=$charset"); echo '<?xml version="1.0" encoding="'...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_header_ajax.tpl.php
PHP
asf20
355
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('header'); ?> <div id="nav"> <a href="<?=$indexname?>"><?=$bbname?></a> &raquo; <a href="stats.php">论坛统计</a> &raquo; 交易排行 </div> <div class="container"> <div class="side"> <? include template('stats_navbar'); ?> </div> <div class="content">...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_stats_trade.tpl.php
PHP
asf20
1,879
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); if(!$iscircle || !empty($frombbs)) { include template('header'); } else { include template('supesite_header'); } ?> <script src="include/javascript/viewthread.js" type="text/javascript"></script> <script type="text/javascript">zoomstatus = parseInt(<?=$zoomstatus?...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_viewthread.tpl.php
PHP
asf20
34,098
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('header'); ?> <div id="nav"><a href="<?=$indexname?>"><?=$bbname?></a> &raquo; <a href="stats.php">论坛统计</a> &raquo; 在线时间</div> <div class="container"> <div class="side"> <? include template('stats_navbar'); ?> </div> <div class="content"> ...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_stats_onlinetime.tpl.php
PHP
asf20
865
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('header'); ?> <div id="nav"><a href="<?=$indexname?>"><?=$bbname?></a> &raquo; 论坛公告</div> <script src="include/javascript/viewthread.js" type="text/javascript"></script> <script type="text/javascript">zoomstatus = parseInt(<?=$zoomstatus?>);</scri...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_announcement.tpl.php
PHP
asf20
1,119
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); ?> <script type="text/javascript"> if(!(is_ie >= 5 || is_moz >= 2)) { $('restoredata').style.display = 'none'; } var editorid = '<?=$editorid?>'; var textobj = $(editorid + '_textarea'); var wysiwyg = (is_ie || is_moz || (is_opera >= 9)) && parseInt('<?=$...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_post_js.tpl.php
PHP
asf20
4,738
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('header'); ?> <div id="nav"><a href="<?=$indexname?>"><?=$bbname?></a> &raquo; <a href="stats.php">论坛统计</a> &raquo; 基本概况</div> <div class="container"> <div class="side"> <? include template('stats_navbar'); ?> </div> <div class="content"> ...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_stats_main.tpl.php
PHP
asf20
3,843
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); global $tid, $fid, $thisgid, $catlist, $advitems, $postlist; if(CURSCRIPT == 'forumdisplay' && $queryfloat) { ?> <script type="text/javascript"> var normalthreads = new Array(); var floatthreads = new Array(); var tbodys = $('forum_<?=$fid?>').getElementsByTagN...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_adv.tpl.php
PHP
asf20
6,162
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?=$charset?>" /> <title><?=...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_header.tpl.php
PHP
asf20
7,694
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); if($relatedthreadlist && $qihoo['relate']['position']) { include template('viewthread_relatedthread'); } if($fastpost && $allowpostreply && $thread['closed'] == 0) { ?> <script src="include/javascript/post.js" type="text/javascript"></script> <script type="text/ja...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_viewthread_fastreply.tpl.php
PHP
asf20
8,128
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('header'); ?> <div id="nav"><a href="<?=$indexname?>"><?=$bbname?></a> &raquo; 会员登录</div> <form method="post" name="login" action="logging.php?action=login&amp;"> <input type="hidden" name="formhash" value="<?=FORMHASH?>" /> <input type="hidden" ...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_login.tpl.php
PHP
asf20
5,152
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); $s = ob_get_contents(); ob_end_clean(); $s = preg_replace("/([\x01-\x09\x0b-\x0c\x0e-\x1f])+/", ' ', $s); $s = str_replace(']]>', ']]&gt;', $s); ?><?=$s?> ]]></root><? exit; ?>
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_footer_ajax.tpl.php
PHP
asf20
229
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('header'); ?> <div id="foruminfo"> <div id="userinfo"> <div id="nav"> <? if($supe['status']) { ?><a href="<?=$supe['siteurl']?>" target="_blank"><?=$supe['sitename']?></a> - <? } ?> <? if($gid || !$discuz_uid) { ?><a href="<?=$indexname?>...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_discuz.tpl.php
PHP
asf20
14,709
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('header'); ?> <div id="nav"><a href="<?=$indexname?>"><?=$bbname?></a> &raquo; <? if(!$action) { ?>帮助<? } else { ?><a href="faq.php">帮助</a> <?=$navigation?><? } ?></div> <? if(!$action) { ?> <table summary="FAQ" class="portalbox" cellpadding="0" ...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_faq.tpl.php
PHP
asf20
2,359
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('header'); ?> <div id="nav"><a href="<?=$indexname?>"><?=$bbname?></a> &raquo; <a href="stats.php">论坛统计</a> &raquo; <? if($type == 'views') { ?> 流量统计 <? } elseif($type == 'agent') { ?> 客户软件 <? } elseif($type == 'posts') { ?> 发帖量记录 <? } else...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_stats_misc.tpl.php
PHP
asf20
6,509
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('header'); if(!$inajax) { ?> <div id="nav"><a href="<?=$indexname?>"><?=$bbname?></a> &raquo; 提示信息</div> <div class="box message"> <h1><?=$bbname?> 提示信息</h1> <p><?=$show_message?></p> <? if(in_array($message, array('post_reply_succee...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_showmessage.tpl.php
PHP
asf20
1,340
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); ?> <div style="clear: both; margin-top: 5px"> <table width="<?=TABLEWIDTH?>" align="center" style="border: #FF9200 solid 1px;"> <tr class="header" style="background-color:#FFD297"> <td width="25%" align="center"><b>≡ 最新图片 ≡</b></td> <td width="25%" align="...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_toplist.tpl.php
PHP
asf20
2,345
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); function tpl_hide_credits_hidden($creditsrequire) { global $hideattach; ?><? $return = <<<EOF <div class="notice" style="width: 500px">本帖隐藏的内容需要积分高于 {$creditsrequire} 才可浏览</div> EOF; ?><? return $return; } function tpl_hide_credits($creditsrequire, $message) { ...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_discuzcode.tpl.php
PHP
asf20
9,778
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('header'); ?> <h4><span<? if(count($_DCACHE['smileytypes']) > 1) { ?> id="<?=$editorid?>_popup_smileytypes" onmouseover="showMenu(this.id, true, 0, 2)" class="dropmenu"<? } ?>><?=$_DCACHE['smileytypes'][$stypeid]['name']?></span></h4> <table summar...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_post_smilies.tpl.php
PHP
asf20
1,737
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); if(!$iscircle || !empty($frombbs)) { include template('header'); } else { include template('supesite_header'); } ?> <script src="include/javascript/viewthread.js" type="text/javascript"></script> <script type="text/javascript">zoomstatus = parseInt(<?=$zoomstatus?...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_viewthread_trade.tpl.php
PHP
asf20
14,994
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('header'); ?> <input type="hidden" name="selecttypeid" size="45" value="<?=$selecttypeid?>" /> <table cellspacing="0" cellpadding="0" width="100%"> <? if($forum['threadtypes']['expiration'][$selecttypeid]) { ?> <tr><th>信息有效期(必填)</th> <td> <...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_post_typeoption.tpl.php
PHP
asf20
3,222
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); if(empty($showpreview)) { ?> <div class="mainbox viewthread" id="previewtable" style="display: <?=$previewdisplay?>"> <h1>预览帖子</h1> <table summary="预览帖子" cellspacing="0" cellpadding="0"> <tr> <td class="postauthor"> <? if($action == 'edit') { ?> ...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_post_preview.tpl.php
PHP
asf20
800
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('header'); ?> <div id="nav"><a href="<?=$indexname?>"><?=$bbname?></a> &raquo; 精华区</div> <? if(!empty($multipage)) { ?><div class="pages_btns"><?=$multipage?></div><? } ?> <div class="mainbox threadlist"> <h1>精华区</h1> <table summary="精华区" ce...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_digest.tpl.php
PHP
asf20
5,417
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); ?> </div> <? if(!empty($jsmenu) && (empty($bbclosed) || $adminid == 1)) { include template('jsmenu'); } ?> <div id="ad_footerbanner1"></div><div id="ad_footerbanner2"></div><div id="ad_footerbanner3"></div> <div id="footer"> <div class="wrap"> <div id="f...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_footer.tpl.php
PHP
asf20
3,215
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); ?> <html> <head> <title><?=$bbname?> - Powered by Discuz! Board</title> <meta http-equiv="Content-Type" content="text/html; charset=<?=$charset?>" /> <style type="text/css"> body {margin: 10px 80px;} body,table {font-size: <?=FONTSIZE?>; font-family: <?=FONT...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_viewthread_printable.tpl.php
PHP
asf20
3,010
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('header'); ?> <div id="foruminfo"> <div id="headsearch"> <? if(!empty($google) && ($google & 2)) { ?> <script src="forumdata/cache/google_var.js" type="text/javascript"></script> <script src="include/javascript/google.js" type="text/javas...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_forumdisplay.tpl.php
PHP
asf20
28,264
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('header'); ?> <div id="nav"><a href="<?=$indexname?>"><?=$bbname?></a> &raquo; <a href="stats.php">论坛统计</a> &raquo; 管理团队</div> <div class="container"> <div class="side"> <? include template('stats_navbar'); ?> </div> <div class="content"> ...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_stats_team.tpl.php
PHP
asf20
4,899
<? if(!defined('IN_DISCUZ')) exit('Access Denied'); ?> <div> <h2>统计选项</h2> <ul> <li <?=$navstyle['home']?>><a href="stats.php">基本概况</a></li> <? if($statstatus) { ?><li <?=$navstyle['views']?>><a href="stats.php?type=views">流量统计</a></li><? } ?> <? if($statstatus) { ?><li <?=$navstyle['agent']?>><a href="sta...
zyyhong
trunk/jiaju001/bbs/forumdata/templates/1_stats_navbar.tpl.php
PHP
asf20
1,317
<?PHP exit;?> 1235092260 家居豆豆 2 123.113.147.8 我的巧乐滋 10 4 0 <?PHP exit;?> 1235543620 lic 1 221.218.218.54 www512zz 11 4 0
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200902_banlog.php
PHP
asf20
141
<?PHP exit;?> 1235962715 794030817 2 124.64.167.160 42 家具回访一览表 12751 各大店面产品安装回访一览表三 EDT <?PHP exit;?> 1235984165 家居豆豆 2 221.218.222.170 38 &lt;font color=red&gt;装修大家谈&lt;/font&gt; 12891 北展现场签售 DEL <?PHP exit;?> 1235984194 家居豆豆 2 221.218.222.170 38 &lt;font color=red&gt;装修大家谈&lt;/font&gt; 12792 轻松一点,网上购买放心家具 DEL <?PH...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200903_modslog.php
PHP
asf20
17,001
<?PHP exit;?> 1249263154 黑色珍珠 1 123.113.156.203 home <?PHP exit;?> 1249263167 黑色珍珠 1 123.113.156.203 home <?PHP exit;?> 1249263167 黑色珍珠 1 123.113.156.203 banmember <?PHP exit;?> 1249263187 黑色珍珠 1 123.113.156.203 banmember username=tjh9889 ; bannew=visit; delpost=1; bansubmit=提 交 <?PHP exit;?> 1249263194 黑色珍珠 1 123.1...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200908_cplog.php
PHP
asf20
127,658
<?PHP exit;?> 1225603951 jaejafbf cj***bf 221.223.123.25 <?PHP exit;?> 1225610560 ferkuoaw cf***aw 221.223.123.25 <?PHP exit;?> 1225760401 vuzmemtf cv***tf 221.223.128.135 <?PHP exit;?> 1225780261 xwgmchjd cx***jd 221.223.128.135 <?PHP exit;?> 1226648046 cadqxzhwv uca***wv 221.223.122.2 <?PHP exit;?> 1226677079 cz...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200811_illegallog.php
PHP
asf20
891
<?PHP exit;?> 1249294142 MySQL 220.181.7.73|220.181.7.73 viewthread.php : Can't connect to MySQL server on 'localhost' (10061) - <?PHP exit;?> 1249871350 MySQL 58.83.252.118|58.83.252.118 index.php : Can't connect to MySQL server on 'localhost' (10061) - <?PHP exit;?> 1250047016 MySQL 220.181.61.223|220.181.61.223 redi...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200908_errorlog.php
PHP
asf20
519
<?PHP exit;?> 1231208912 chefulong 1 123.113.156.133 AUTHENTIFICATION(PASSWORD) <?PHP exit;?> 1231208917 chefulong 1 123.113.156.133 home <?PHP exit;?> 1231209005 chefulong 1 123.113.156.133 modthreads <?PHP exit;?> 1231209025 chefulong 1 123.113.156.133 modthreads <?PHP exit;?> 1231209027 chefulong 1 123.113.156.1...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200901_cplog.php
PHP
asf20
17,781
<?PHP exit;?> 1257142348 chefulong 1 123.113.151.134 bgrtddd 10 4 0 <?PHP exit;?> 1257400518 chefulong 1 221.218.223.15 lyfcwhj 10 4 0 <?PHP exit;?> 1257400541 chefulong 1 221.218.223.15 拉拉米亚 10 4 0 <?PHP exit;?> 1257729141 chefulong 1 221.218.222.190 达牌休闲家 10 4 0 <?PHP exit;?> 1257729202 chefulong 1 221.218.222.19...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200911_banlog.php
PHP
asf20
787
<?PHP exit;?> 1243893011 wina10s01 a1***78 220.164.209.1 <?PHP exit;?> 1244014637 7淼溪 lg***b 119.122.229.33 <?PHP exit;?> 1244014644 7淼溪 lg***b 119.122.229.33 <?PHP exit;?> 1244014652 7淼溪 lg***b 119.122.229.33 <?PHP exit;?> 1244071638 7淼溪 lg***b 121.35.76.146 <?PHP exit;?> 1244071645 7淼溪 lg***b 121.35.76.146 <?PH...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200906_illegallog.php
PHP
asf20
6,415
<?PHP exit;?> 1228094661 chefulong 1 221.218.222.191 home <?PHP exit;?> 1228094669 chefulong 1 221.218.222.191 members <?PHP exit;?> 1228094670 chefulong 1 221.218.222.191 members <?PHP exit;?> 1228094690 chefulong 1 221.218.222.191 members cins=1; username=阿枫; lower=Array(credits=; ); higher=Array(credits=; ); sear...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200812_cplog.php
PHP
asf20
35,287
<?PHP exit;?> 1259629144 chefulong 1 221.218.220.54 江中小鱼 10 5 0 <?PHP exit;?> 1260238086 chefulong 1 221.218.220.61 mwyddeeq 10 4 0 <?PHP exit;?> 1260320947 chefulong 1 221.218.218.224 whfo 10 4 0 <?PHP exit;?> 1260339497 chefulong 1 221.218.220.61 我爱小小 10 4 0 <?PHP exit;?> 1260414643 chefulong 1 221.218.220.61 hon...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200912_banlog.php
PHP
asf20
492
<?PHP exit;?> 1241167293 794030817 2 222.131.47.235 42 家具回访一览表 13574 店面产品安装回访表十 EDT <?PHP exit;?> 1241410046 chefulong 1 221.218.219.62 30 站务管理 12865 08年12月底拍得商品,21号那天没领还能领吗? DEL <?PHP exit;?> 1241412441 家居豆豆 2 221.218.219.62 13 团购活动 13736 ■■【欧雅莱斯橱柜】五•一优惠大酬宾■■ DEL <?PHP exit;?> 1241412489 家居豆豆 2 221.218.219.62 13 团购...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200905_modslog.php
PHP
asf20
13,932
<?PHP exit;?> 1238635744 lic 1 221.218.216.181 banmember AUTHENTIFICATION(ERROR #0) <?PHP exit;?> 1238635749 lic 1 221.218.216.181 banmember AUTHENTIFICATION(ERROR #0) <?PHP exit;?> 1238635751 lic 1 221.218.216.181 banmember uid=2245; membersubmit=yes; frames=yes <?PHP exit;?> 1238635751 lic 1 221.218.216.181 banmember...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200904_cplog.php
PHP
asf20
25,928
<?PHP exit;?> 1226976703 lotuslic 2 221.218.219.132 jrt2008 10 4 0 <?PHP exit;?> 1227754992 阿枫 2 221.218.216.68 bjoyls 10 4 0
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200811_banlog.php
PHP
asf20
132
<?PHP exit;?> 1257123926 chefulong 1 123.113.151.134 home <?PHP exit;?> 1257123929 chefulong 1 123.113.151.134 counter <?PHP exit;?> 1257123930 chefulong 1 123.113.151.134 updatecache <?PHP exit;?> 1257142334 chefulong 1 123.113.151.134 banmember AUTHENTIFICATION(ERROR #0) <?PHP exit;?> 1257142337 chefulong 1 123.11...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200911_cplog.php
PHP
asf20
308,135
<?PHP exit;?> 1255053910 chefulong 1 221.218.220.182 banmember AUTHENTIFICATION(ERROR #0) <?PHP exit;?> 1255053913 chefulong 1 221.218.220.182 banmember AUTHENTIFICATION(ERROR #0) <?PHP exit;?> 1255053915 chefulong 1 221.218.220.182 banmember uid=3858; membersubmit=yes; frames=yes <?PHP exit;?> 1255053916 chefulong 1 2...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200910_cplog.php
PHP
asf20
57,124
<?PHP exit;?> 1234064492 泉奎瓴 fx***t 116.227.173.74 <?PHP exit;?> 1234064500 泉奎瓴 fx***t 116.227.173.74 <?PHP exit;?> 1234064525 泉奎瓴 fx***t 116.227.173.74 <?PHP exit;?> 1234526092 1漫桀 zb***c 123.14.135.64 <?PHP exit;?> 1234526099 1漫桀 zb***c 123.14.135.64 <?PHP exit;?> 1234526109 1漫桀 zb***c 123.14.135.64 <?PHP exit;...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200902_illegallog.php
PHP
asf20
3,787
<?PHP exit;?> 1231031975 阿枫 2 123.113.156.133 3 &lt;font color=blue&gt;打折促销&lt;/font&gt; 11501 元旦期间空调团购(美的格力三菱电机大金) EDT <?PHP exit;?> 1231032014 阿枫 2 123.113.156.133 6 灌水天地、生活百科 11502 选择润索的理由???? EDT <?PHP exit;?> 1231032042 阿枫 2 123.113.156.133 6 灌水天地、生活百科 11505 润索软水机的特点简介 EDT <?PHP exit;?> 1231032140 阿枫 2 123.113....
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200901_modslog.php
PHP
asf20
9,340
<?PHP exit;?> 1235967668 鞭津梅 no***d 121.204.172.244 <?PHP exit;?> 1235967677 鞭津梅 no***d 121.204.172.244 <?PHP exit;?> 1235967690 鞭津梅 no***d 121.204.172.244 <?PHP exit;?> 1236062965 鞭津梅 no***d 59.57.218.233 <?PHP exit;?> 1236062974 鞭津梅 no***d 59.57.218.233 <?PHP exit;?> 1236062983 鞭津梅 no***d 59.57.218.233 <?PHP ex...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200903_illegallog.php
PHP
asf20
2,208
<?PHP exit;?> 1243919580 chefulong 1 221.218.223.109 sjls02 11 4 0 <?PHP exit;?> 1243919610 chefulong 1 221.218.223.109 bj68606925 11 4 0 <?PHP exit;?> 1243919671 chefulong 1 221.218.223.109 794030817 2 4 0 <?PHP exit;?> 1243934221 chefulong 1 221.218.220.7 sldmt2 11 4 0 <?PHP exit;?> 1243934228 chefulong 1 221.218...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200906_banlog.php
PHP
asf20
1,736
<?PHP exit;?> 1220510538 MySQL 221.218.219.134|221.218.219.134 index.php : Access denied for user 'homebjjj_bbs'@'localhost' (using password: YES) - <?PHP exit;?> 1221800918 MySQL 124.115.4.218|124.115.4.218 redirect.php : Can't connect to MySQL server on 'localhost' (10061) -
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200809_errorlog.php
PHP
asf20
278
<?PHP exit;?> 1224320569 lic 1 221.218.221.123 jrtlll 11 4 0
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200810_banlog.php
PHP
asf20
62
<?PHP exit;?> 1246415155 MySQL 220.181.7.91|220.181.7.91 viewthread.php : Can't connect to MySQL server on 'localhost' (10061) - <?PHP exit;?> 1246588842 MySQL 220.181.61.223|220.181.61.223 forumdisplay.php : Can't connect to MySQL server on 'localhost' (10061) - <?PHP exit;?> 1246959399 MySQL 220.181.61.223|220.181.61...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200907_errorlog.php
PHP
asf20
1,190
<?PHP exit;?> 1239904812 MySQL 124.115.4.200|124.115.4.200 forumdisplay.php : Can't connect to MySQL server on 'localhost' (10061) -
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200904_errorlog.php
PHP
asf20
133
<?PHP exit;?> 1225771385 lic 1 221.218.217.16 home <?PHP exit;?> 1225771411 lic 1 221.218.217.16 settings do=basic <?PHP exit;?> 1225771421 lic 1 221.218.217.16 settings do=styles <?PHP exit;?> 1225771425 lic 1 221.218.217.16 forumsedit <?PHP exit;?> 1225771427 lic 1 221.218.217.16 members <?PHP exit;?> 1225771429 l...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200811_cplog.php
PHP
asf20
168,346
<?PHP exit;?> 1255058216 chefulong 1 221.218.220.46 13 团购活动 15877 10-04红星美凯龙来广营店团购大会 UST <?PHP exit;?> 1255058216 chefulong 1 221.218.220.46 13 团购活动 15878 10-05北京家居网大型团购会 UST <?PHP exit;?> 1255058216 chefulong 1 221.218.220.46 13 团购活动 15880 10-06恒洁卫浴专场团购会 UST <?PHP exit;?> 1255058216 chefulong 1 221.218.220.46 13 团购...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200910_modslog.php
PHP
asf20
16,613
<?PHP exit;?> 1223357476 lic 1 221.218.216.126 13 最新促销|团购集采|现场活动 9640 北京家居网联手美陶瓷砖美加华洁具迎十一大型团购活动 UST <?PHP exit;?> 1223357476 lic 1 221.218.216.126 13 最新促销|团购集采|现场活动 9648 10月3日 集采NO.1 UST <?PHP exit;?> 1223357476 lic 1 221.218.216.126 13 最新促销|团购集采|现场活动 9649 10月3日马甸苏宁电器超低折扣专场!仅限半天!! UST <?PHP exit;?> 1223357495 lic 1 ...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200810_modslog.php
PHP
asf20
6,715
<?PHP exit;?> 1243819287 MySQL 221.218.220.7|221.218.220.7 viewthread.php : Can't connect to MySQL server on 'localhost' (10061) - <?PHP exit;?> 1243999855 MySQL 61.135.249.216|61.135.249.216 index.php : Can't connect to MySQL server on 'localhost' (10061) - <?PHP exit;?> 1244424075 MySQL 74.6.17.156|74.6.17.156 attach...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200906_errorlog.php
PHP
asf20
1,174
<?PHP exit;?> 1233541767 阿枫 2 221.218.219.82 6 灌水天地、生活百科 12003 金点净水祝大家新年快乐!!! DEL <?PHP exit;?> 1233710419 阿枫 2 221.218.219.82 6 灌水天地、生活百科 11401 家庭水处理设备如何配置最合理&amp;水丽相关问答 DEL <?PHP exit;?> 1233710419 阿枫 2 221.218.219.82 6 灌水天地、生活百科 11402 为什么传统的软水机离不开防腐投加器?&amp;水丽相关问答 DEL <?PHP exit;?> 1233711053 阿枫 2 221.218.222.165...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200902_modslog.php
PHP
asf20
26,945
<?PHP exit;?> 1242034654 chefulong 1 123.113.155.42 jrt287 11 4 0 <?PHP exit;?> 1243307698 chefulong 1 123.113.157.237 sldmt 12 4 0 <?PHP exit;?> 1243404417 lic 1 123.113.157.127 sjls223 11 4 0 <?PHP exit;?> 1243404554 lic 1 123.113.157.127 19zhenxia 11 4 0 <?PHP exit;?> 1243404592 lic 1 123.113.157.127 sjsl11 11 4...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200905_banlog.php
PHP
asf20
849
<?PHP exit;?> 1259633886 chefulong 1 123.113.159.195 38 装修大家谈.专家在线 17627 (选材顾问)心心:在线问答 STK <?PHP exit;?> 1259633886 chefulong 1 123.113.159.195 38 装修大家谈.专家在线 17649 (选材顾问)军长:在线问答 STK <?PHP exit;?> 1259633886 chefulong 1 123.113.159.195 38 装修大家谈.专家在线 17650 (选材顾问)茉莉:在线问答 STK <?PHP exit;?> 1259633886 chefulong 1 123.113...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200912_modslog.php
PHP
asf20
5,380
<?PHP exit;?> 1241356989 忽悠忽悠 1 222.130.185.15 home <?PHP exit;?> 1241356995 忽悠忽悠 1 222.130.185.15 members <?PHP exit;?> 1241356998 忽悠忽悠 1 222.130.185.15 usergroups <?PHP exit;?> 1241357003 忽悠忽悠 1 222.130.185.15 admingroups <?PHP exit;?> 1241357019 忽悠忽悠 1 222.130.185.15 usergroups edit=2; return=admingroups <?PHP e...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200905_cplog.php
PHP
asf20
55,342
<?PHP exit;?> 1251939852 chefulong 1 123.113.152.187 3 &lt;font color=blue&gt;打折促销&lt;/font&gt; 15611 笔记本也分性别,WHO选WHO DEL <?PHP exit;?> 1251940011 chefulong 1 123.113.152.187 38 &lt;font color=red&gt;装修大家谈&lt;/font&gt; 15590 《从收房到入住,业主真实装修经历分享》电子书介绍 DEL <?PHP exit;?> 1251940043 chefulong 1 123.113.152.187 3 &lt;font ...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200909_modslog.php
PHP
asf20
32,928
<?PHP exit;?> 1246429477 d改馨 ge***y 123.168.133.128 <?PHP exit;?> 1246429488 d改馨 ge***y 123.168.133.128 <?PHP exit;?> 1246429497 d改馨 ge***y 123.168.133.128 <?PHP exit;?> 1246441343 7淼溪 lg***b 116.7.19.10 <?PHP exit;?> 1246441354 7淼溪 lg***b 116.7.19.10 <?PHP exit;?> 1246441367 7淼溪 lg***b 116.7.19.10 <?PHP exit;?> ...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200907_illegallog.php
PHP
asf20
2,493
<?PHP exit;?> 1230950246 fhiluuajh vh***w 123.117.31.143 <?PHP exit;?> 1231382729 炎谋渝 yz***x 58.63.73.2 <?PHP exit;?> 1231382734 炎谋渝 yz***x 58.63.73.2 <?PHP exit;?> 1231382740 炎谋渝 yz***x 58.63.73.2 <?PHP exit;?> 1231436233 wgvsnirpf jm***r 123.117.229.252 <?PHP exit;?> 1231505438 tjjpfibhh ed***i 123.117.230.42 <...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200901_illegallog.php
PHP
asf20
1,600
<?PHP exit;?> 1249263187 黑色珍珠 1 123.113.156.203 tjh9889 10 5 0 <?PHP exit;?> 1249441093 chefulong 1 123.113.147.67 sjls1205 11 5 0 <?PHP exit;?> 1249443593 lic 1 123.113.147.107 sjls1208 11 5 0 <?PHP exit;?> 1249454643 chefulong 1 123.113.147.67 lankangbao 10 4 0 <?PHP exit;?> 1249609462 黑色珍珠 1 123.113.147.107 sjls...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200908_banlog.php
PHP
asf20
3,771
<?PHP exit;?> 1228212119 非青育 sh***o 124.72.183.110 <?PHP exit;?> 1228212132 非青育 sh***o 124.72.183.110 <?PHP exit;?> 1228212152 非青育 sh***o 124.72.183.110 <?PHP exit;?> 1228217357 cehywenku kce***ku 123.116.108.210 <?PHP exit;?> 1228238048 非青育 sh***o 124.72.183.110 <?PHP exit;?> 1228238067 非青育 sh***o 124.72.183.110...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200812_illegallog.php
PHP
asf20
1,398
<?PHP exit;?> 1255053920 chefulong 1 221.218.220.182 handanjinfeng 10 4 0 <?PHP exit;?> 1255053948 chefulong 1 221.218.220.182 tang1234562009 10 4 0 <?PHP exit;?> 1255053974 chefulong 1 221.218.220.182 landy1234 10 4 0 <?PHP exit;?> 1255054001 chefulong 1 221.218.220.182 金点water 12 4 0 <?PHP exit;?> 1255054034 chef...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200910_banlog.php
PHP
asf20
2,097
<?PHP exit;?> 1243838689 chefulong 1 221.218.223.109 home <?PHP exit;?> 1243838692 chefulong 1 221.218.223.109 forumsedit <?PHP exit;?> 1243838698 chefulong 1 221.218.223.109 forumdetail fid=30 <?PHP exit;?> 1243838728 chefulong 1 221.218.223.109 members <?PHP exit;?> 1243838729 chefulong 1 221.218.223.109 usergroup...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200906_cplog.php
PHP
asf20
48,130
<?PHP exit;?> 1220510917 lic 1 221.218.219.134 AUTHENTIFICATION(PASSWORD) <?PHP exit;?> 1220510920 lic 1 221.218.219.134 AUTHENTIFICATION(PASSWORD) <?PHP exit;?> 1220511005 lic 1 221.218.219.134 AUTHENTIFICATION(PASSWORD) <?PHP exit;?> 1220511011 lic 1 221.218.219.134 AUTHENTIFICATION(PASSWORD) <?PHP exit;?> 122051...
zyyhong
trunk/jiaju001/bbs/forumdata/logs/200809_cplog.php
PHP
asf20
935