`
8366
  • 浏览: 799781 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论

JSP run

 
阅读更多



经验教训:
1.cn.jsprun.filter.WapEncodingFilter 是修改文件编码的,如果首页无法显示可以改这里
2.D:\workspace2\mybbs\WebRoot\config.properties 是修改数据库配置的
3.首页6格 http://www.jsprun.net/thread-13466-1-1.html

4.某人写的 源码 分析
http://jinjiankang.javaeye.com/category/75134


5. 64测试服务器上安装mysql  
   启动: service mysql start
   停止: service mysql stop

6. 64 测试服务器 tomcat

/usr/local/apache-tomcat-6.0.18/bin  ./shutdown.sh
/usr/local/apache-tomcat-6.0.18/bin  ./startup.sh
7. 主页logo
    images/admincp/logo.gif
   images/default/logo.gif
   images/GreenPark/logo.gif

8.header
D:\workspace2\mybbs\WebRoot\templates\default\header.jsp

9. 修改最下面的 powerby

SELECT * FROM jrun_settings

原始值:Jsprun Technology Ltd
update jrun_settings s set s.value='我爱我家' where s.variable='sitename'
原始值:http://www.JspRun.net/
update jrun_settings s set s.value='#' where s.variable='siteurl'

10. 去掉友情链接

D:\workspace2\mybbs\WebRoot\forumdata\cache\cache_index.jsp

11.改用户名
jrun_threads  update jrun_threads set author ='9#1204' where author='tan0072'
jrun_member   update jrun_members set username ='9#1204' where username='tan0072'
jrun_posts update jrun_posts set author='9#1204' where author='tan0072'
jrun_forums

update jrun_threads set author ='9#1204' where author='tan0072'

update jrun_members set username ='9#1204' where username='tan0072'

update jrun_posts set author='9#1204' where author='tan0072'


11.首页变灰  /usr/local/apache/htdocs/sso/templates/default/jsprun.jsp

加上
 html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }


http://117.32.232.93:9080/sso/




分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics