⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 initstyle2.jsp

📁 BBS系统
💻 JSP
📖 第 1 页 / 共 5 页
字号:
<%
/*##################################################################**
**#  LyBBS ver 1.2.b2 (1.2.beta-2版) / 凌云论坛 ver 1.2.b2         #**
**#                                                                #**
**#  版权所有: 凌云工作室 (原流星电脑工作室)                       #**
**#                                                                #**
**#  制作人  : 星语凌 『teddy (Yongshan Ye)』                      #**
**#                                                                #**
**#  主页地址: http://www.unix-now.com/lybbs   凌云论坛主页        #**
**#            http://www.ierp.info/lybbs      凌云论坛镜像站      #**
**#            http://horseye@sina.com/        凌云论坛支持信箱    #**
**#                                                                #**
**##################################################################*/
%>
<%@ include file="../include/config.jsp"%>
<%@ page contentType="text/html;charset=gb2312" %>
<%@ include file="../include/connect.jsp"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>LyBBS (凌云论坛) ver 1.2.b1 安装向导</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR></HEAD>
<BODY bgcolor="#FFFFFF">
<FORM action=install.jsp method=post>
  <FONT color=#000000 face=宋体 size=5> 
  <H1><b>LyBBS『凌云论坛』ver 1.2.beta-1 安装向导</b></H1>
  </FONT> 
  <p><font color='#000000' face='宋体'>论坛程序:</font> <a href='mailto:horseye@sina.com'>星语凌 
    『teddy』</a> <br>
    <font color='#000000' face='宋体'>论坛界面:</font> <a href='mailto:horseye@sina.com'>星语凌 
    『teddy』</a> <a href='http://www.leoboard.com/' target='_blank'>雷傲论坛『LeoBoard』</a><br>
    论坛支持: <a href='http://www.unix-now.com/lybbs' target='_blank'>凌云论坛</a><br>
    论坛版权: 凌云工作室<br>
    特别感谢: <a href='http://www.lance-tech.net' target='_blank'>南京蓝石科技发展有限公司</a></p>
  <HR color=#000000 noShade>
  <p><BR>
    <FONT color=#000000 face=宋体><B>欢迎使用 LyBBS ver 1.2.beta-1 安装向导!</B> <BR><br>
<%
boolean insertok=false;
String adminselected="0";
int forum=0;
int db=0;
String advpost = "0";
String allowattachment = "1";
String announcemove = "1";
String arrawpostfontsize = "1";
String arrawpostpic = "1";
String arrawsignfontsize = "0";
String arrawsignpic = "1";
String arrowavaupload = "1";
String arrowupload = "1";
String arrowuserdel = "1";
int autofreshtime =0;
int banfreshtime = 0;
String boardlogo = "mainlogo.gif";
int cinoption = 0;
int defaultheight = 32;
int defaultsmileheight = 13;
int defaultsmilewidth = 13;
int defaultwidth = 32;
String dispquickreply = "1";
String dispview = "1";
String editjhmpself = "1";
String editusertitleself = "1";
int hotpollmark = 0;
int hottopicmark = 15;
int infosopen = 0;
int imageviewnumber = 10;
int linesperpage = 10;
int logdelmax = 2;
String look = "1";
int maxdeloneday = 0;
int maxinslegth = 100;
int maxinsline = 5;
int maxlistpost = 6;
int maxpollitem = 22;
int maxposticonheight = 120;
int maxposticonwidth = 120;
int maxpostreport = 10;
int maxsavepost = 24;
int maxsignlegth = 250;
int maxsignline = 5;
int maxsmail = 3;
int maxthreads = 25;
int maxtopics = 12;
int maxtoptopic = 3;
int maxupload = 500;
int membergone = 30;
String movetopicname = "1";
int newmarktime = 0;
String newmsgpop = "1";
int newrefers = 25;
String noself = "1";
String onlineview = "1";
String otherbackpic = "";
String otherbackpic1 = "";
String pagechange = "0";
int paraspace = 130;
String pvtip = "0";
String quotemode = "0";
String refreshforum = "0";
String regaccess = "0";
String searchopen = "0";
String sendwelcomemessage = "1";
String showskin = "1";
String smocanseeip = "1";
String sortalltopic = "0";
String sortposticonshow = "1";
String statsopen = "2";
int timetoshow = 0;
int wordspace = 0;
String xzbopen = "1";

String adminglow = "";
String adminnamecolor = "";
String amoglow = "";
String amonamecolor = "";
String banglow = "";
String catback = "";
String catbackpic = "";
String catfontcolor = "";
String font = "";
String fontcolormisc = "";
String fonthighlight = "";
String forumcolorone = "";
String forumcolortwo = "";
String forumfontcolor = "";
String lastpostfontcolor = "0";
String lbbody = "";
String memglow = "";
String menubackground = "";
String menubackpic = "";
String menufontcolor = "";
String miscbackone = "";
String miscbacktwo = "";
String postcolorone = "";
String postcolortwo = "";
String posternamecolor = "";
String posternamefont = "";
String postfontcolorone = "";
String postfontcolortwo = "";
String smoglow = "";
String smonamecolor = "";
String tablebordercolor = "";
String tablewidth = "";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -