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

📄 readme.html

📁 关于论坛的用jsp开发具有删除回复
💻 HTML
字号:
<html>

<head>
<title>iBBS</title>
</head>

<body bgcolor="#000000">
<font color="#ffffff" face="times new roman" >
<p align=center><FONT face=Verdana><FONT size=5><FONT 
color=#cfcfcf><STRONG><FONT 
color=#ff0080>I</FONT>BBS!</STRONG></FONT></FONT></FONT>  
           </p>
<P>IBBS README 
FILE<BR>==========================================<BR>iBBS is a forum software 
that is written in JSP(java server page),So it can run on <BR>nearly every 
platform range from winX to Linux.This version v1.0 is totally free,<BR>you can 
change the code as you like,and redistribute the code as you wish.</P>
<P><BR>Prerequisites:<BR>===============<BR>a,You need a jsp server 
software,There are many these softwares you can get for free,I <BR>recommand 
Resin,the fastest jsp engine .and it's small and free,you can download it 
<BR>from <A href="http://www.caucho.com"><font color='yellow'>www.caucho.com</font></A>, iBBS is 
developed on Resin1.2.5 .Also ,you can choose <BR>Tomcat,Jrun,or huge ones like 
weblogic,webSphere...</P>
<P>b,Get the most recent jdk, New version of jdk means more speed and more 
function,iBBS <BR>need at least jdk1.3 .</P>
<P>c,Put more memory on your machine.We need at least 64M.</P>
<P><BR>1)Installation:<BR>======================<BR>a. The installation is very 
simple.Just unzip the ibbs.zip to a temp directory,you <BR>will find 2 sub 
directories in it. They are "ibbs" and "dbcon" .</P>
<P>b."ibbs" is the main jsp directory.It includes all jsp files and some html 
files and <BR>a few pictures.Move "ibbs" into the jsp execute directory of your 
JSP server(if you <BR>are using Resin,the default path is 
/resin-1.x.x/doc/).After that,it looks like <BR>"/resin-1.x.x/doc/ibbs".</P>
<P>c."dbcon" is a directory contains several java beans(small component),it 
should be <BR>put into servlet execution directory of you jsp server.In Resin 
,it is "/resin-<BR>1.x.x/doc/Web-inf/classes". After that,it looks like 
"/resin-1.x.x/doc/Web-<BR>inf/classes/dbcon".</P>
<P>d.Find a MS Access database file named "ibbs.mdb" in ibbs directory 
,following <BR>control panel--&gt;ODBC Data Source--&gt;system DSN--&gt;add a 
DSN named ibbs,link this <BR>dsn to the db file "ibbs.mdb".</P>
<P>e: Then it's done,type http:\\127.0.0.1\ibbs\index.html in your web 
browser.regist a new name<BR>or just use username:"test",password:"test".Login 
and enjoy.the Administrator account is 
<BR>username:"admin",password:"admin".</P>
<P><BR>2)Function discription:<BR>===============================<BR>a.Post and 
reply acticles.each user can have his own signature.</P>
<P>b.Send internal messages between each user,messages will arrive in 20 seconds 
and a red bar alert<BR>"you got mail" in the left corner.</P>
<P>c.You can open multi boards concentrate on discussing different topics,each 
board can have it's<BR>own board administrator.board administrators have the 
rights to delete and add "cool" to the <BR>articles in their boards.</P>
<P>d.Search all articles use a keyword.</P>
<P>e.The "admin" account is reserved as the administrator of the whole iBBS.he 
can delete and add "cool"<BR>to all articles in iBBS. and many rights to manage 
the database,include:<BR>.manage user account<BR>.open and destory boards,alter 
board name,change board administrator.<BR>.check where and when each user 
comes(system Log).<BR>.use sql to manage database directly.</P>
<P><BR>3)Need to know:<BR>===============================<BR>a.The administrator 
account is username:"admin",password:"admin".please change the password 
and<BR>keep it ok.</P>
<P>b.Please keep all directory name and file name in low case.it's very 
important when you use iBBS<BR>in *nix system.</P>
<P><BR>FAQ :<BR>==================</P>
<P>Q.How much is the full functional iBBS,is it free?<BR>A.It's totally free.A 
email tell me that you are using it will make me very happy.</P>
<P>Q.I need run this bbs in my Linux-Mysql box,What should I do?<BR>A.You can do 
it via 2 ways:<BR>&nbsp; 1.Create a new database named "ibbs" in mySql,use mysql 
ibbs&lt;ibbs.sql to import the structure into<BR>&nbsp;&nbsp;&nbsp; your new 
database.<BR>&nbsp; 2.If you have already set your Jsp engine,you can first 
alter the jdbc link in mydb.java in dbcon<BR>&nbsp;&nbsp;&nbsp; directory,then 
run initdb.jsp in your ibbs directory.</P>
<P>Q.I use mm.mysql driver as my jdbc driver,but bbs throws exception 
,why?<BR>A.you need the new mm.mysql jdbc driver. 1.2 seems not support 
scrollable Resultset ,2.0b is ok.</P>
<P>&nbsp;</P>
<P>Ji Wang<BR><A href="mailto:oasisor@163.com"><font color='yellow'>oasisor@163.com</font></A></P>
</font>
</body>
</html>

⌨️ 快捷键说明

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