Giter Site home page Giter Site logo

xssing's People

Watchers

 avatar

xssing's Issues

详细安装录制说明

在SAE中部署时遇到一些报错和问题,希望能有个释放,不胜��
�激。希望从本地修改程序包开始,我注意到1.2版里config/config
.php为什么其中还是1 
会不会对整体有影响?虽然我改了uauc.php中的值1为0

Original issue reported on code.google.com by [email protected] on 25 Oct 2012 at 3:15

安装说明修订版

1.在线导入 xssing.sql 到mysql
2.配置 config/mysql.php
3.更改 config/config.php 第四行的值1为0, define('DEBUG_MODE',0);
4.替换 uauc/define.php 
第25行中的网址为实际平台网址(网址结尾要有"/")  
define('SITE_ROOT',"http://127.0.0.1/");
5.生成邀请码用以添加管理帐号:
http://127.0.0.1/?m=user&a=get_incode&token=admin&n=100
(生成后请修改apps/index/action/User.Action.php文件中token变量名和��
�admin为其他,防止别人恶意滥用注册)

在sae部署

    新版本的xssing 完全兼容 sae 请修改配置总入口文件 /uauc/uauc.php 开启sae支持

    define('SAE',1); // 1 在sae部署


常见问题

    q:安装之后一片空白
    a:更新至最新版 开启php错误提示

    q:怎么添加管理员用户
    a:查看 apps/index/action/User.Action.php 里面的生成邀请码算法 请改变token值

    q:怎么把?m=xing&a=info&bid=29 又长又臭的url 改成 想 /xing/info/bid
    a:这个是mvc框架的典型特征 请自行编写url rewrite

    q:打开之后没有 样式 css 图片没加载就来
    a:手动定义一下 uauc/define.php define('SITE_ROOT',"网站url 带http")

    q:擦 你在源码里面留了后门吧 看 /demo/test.php 一句话 echo htmlentities($GET['a']);
    a:好吧 你赢了 这TM能用菜刀连接我就自宫 

Original issue reported on code.google.com by [email protected] on 30 Oct 2012 at 7:24

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.