文件名称:phurl_shorturls
介绍说明--下载内容均来自于网络,请自行研究使用
功能:可以将一个长的网址转换成一个短的域名网址,这个带一个简单的后台
本站程序演示:http://ip.chaosemails.com
使用方法:
1.新建一个数据库
2.使用pma之类工具,导入phurl.sql文件
3.修改config.php文件,其中我对config.php文件加了注释,//后为注释
4.将admin文件夹修改个名字,安全点
apache需要开启伪静态支持,内含.htaccess文件。附一个我自已弄的nginx伪静态规则:
location / {
rewrite ^/(.+)$ /redirect.php?alias=$1 last
}
新手之作,希望大家不要拍砖。谢谢。-Function: You can convert a long URL into a short domain URL, this with a simple background
Site program demonstrates: http://ip.chaosemails.com
How to use:
1 Create a new database
2. Use pma like tools, import phurl.sql file
3. Modify the config.php file config.php file, which I added a note// comments after
The admin folder to modify the name and security point
apache need to turn on the pseudo-static support included. htaccess file. Attached to a my own get the nginx pseudo-static rules:
location/{
rewrite ^/(.+) $/redirect.php? alias = $ 1 last
}
Novice for hope Please do not Paizhuan. Thank you.
本站程序演示:http://ip.chaosemails.com
使用方法:
1.新建一个数据库
2.使用pma之类工具,导入phurl.sql文件
3.修改config.php文件,其中我对config.php文件加了注释,//后为注释
4.将admin文件夹修改个名字,安全点
apache需要开启伪静态支持,内含.htaccess文件。附一个我自已弄的nginx伪静态规则:
location / {
rewrite ^/(.+)$ /redirect.php?alias=$1 last
}
新手之作,希望大家不要拍砖。谢谢。-Function: You can convert a long URL into a short domain URL, this with a simple background
Site program demonstrates: http://ip.chaosemails.com
How to use:
1 Create a new database
2. Use pma like tools, import phurl.sql file
3. Modify the config.php file config.php file, which I added a note// comments after
The admin folder to modify the name and security point
apache need to turn on the pseudo-static support included. htaccess file. Attached to a my own get the nginx pseudo-static rules:
location/{
rewrite ^/(.+) $/redirect.php? alias = $ 1 last
}
Novice for hope Please do not Paizhuan. Thank you.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
phurl_短域名\安装说明.txt
............\admin\footer.php
............\.....\header.php
............\.....\index.php
............\.....\login.php
............\.....\logout.php
............\.ssets\admin.css
............\......\admin.js
............\......\default.css
............\html\copy.png
............\....\default.css
............\....\footer.php
............\....\header.php
............\....\index_done.php
............\....\index_form.php
............\....\send.png
............\....\yes.png
............\.htaccess
............\config.php
............\functions.php
............\functionsd.php
............\index.php
............\phurl.sql
............\redirect.php
............\sendurl.php
............\admin
............\assets
............\html
phurl_短域名