代码搜索:EasyJForum

找到约 20 项符合「EasyJForum」的源代码

代码结果 20
www.eeworm.com/read/470777/1443776

sql easyjforum_sqlserver.sql

IF EXISTS(SELECT name FROM sysobjects WHERE name = 'ejf_backup_task' AND type = 'U') DROP TABLE ejf_backup_task; IF EXISTS(SELECT name FROM sysobjects WHERE name = 'ejf_error_log' AND type = 'U') DRO
www.eeworm.com/read/470777/1443777

sql easyjforum_oracle.sql

DROP SEQUENCE ejf_section_seq; DROP SEQUENCE ejf_board_seq; DROP SEQUENCE ejf_topic_seq; DROP SEQUENCE ejf_reply_seq; DROP SEQUENCE ejf_attach_seq; DROP SEQUENCE ejf_short_msg_seq; DROP SEQUEN
www.eeworm.com/read/470777/1443786

sql easyjforum_hsqldb.sql

DROP TABLE IF EXISTS ejf_backup_task; DROP TABLE IF EXISTS ejf_error_log; DROP TABLE IF EXISTS ejf_admin_log; DROP TABLE IF EXISTS ejf_credits_log; DROP TABLE IF EXISTS ejf_censor_log; DROP TABLE
www.eeworm.com/read/470777/1443787

sql easyjforum_mysql.sql

-- MySQL Administrator dump 1.4 -- -- ------------------------------------------------------ -- Server version 5.0.24a-community-nt /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
www.eeworm.com/read/470777/1443775

js footer.js

document.write(''); document.write("版权所有 © 2005 - 2008  "); document.write("EasyJForum Team by Hongshee
www.eeworm.com/read/470777/1443795

js member.js

/* [EasyJForum] (C)2008 Hongshee Soft. $file: member.js $ $Date: 2008/04/09 $ */ function refreshVerifyCode(width,height) { $('verifycodeimage').innerHTML = '
www.eeworm.com/read/470777/1443796

js editor.js

/* [EasyJForum] (C)2007 Hongshee Soft. $file: editor.js $ $Date: 2007/11/30 $ */ var editbox, editwin, editdoc; var editcss = null; var initialized = false; function setContent(text)
www.eeworm.com/read/470777/1443791

js post.js

/* [EasyJForum] (C)2007 Hongshee Soft. $file: post.js $ $Date: 2007/11/30 $ */ var seqno = 1; var attachexts = new Array(); var attachfiles = new Array(); function deleteAttach(id) {
www.eeworm.com/read/470777/1443793

js common.js

/* [EasyJForum] (C)2007 Hongshee Soft. $file: common.js $ $Date: 2007/11/30 $ */ var userAgent = navigator.userAgent.toLowerCase(); var is_firefox = (navigator.product == 'Gecko') && userAg
www.eeworm.com/read/470777/1443794

js topic.js

/* [EasyJForum] (C)2007 Hongshee Soft. $file: topic.js $ $Date: 2008/1/31 $ */ function replyTopic() { if (isClosed) { alert('此主题已经关闭,不能继续回帖 '); return; } $('frmpost').acti