Phurl is a free, clever, and easy to use PHP URL shortening system.
In just 5 minutes, you can get your very own URL shortener set up and
working. The script comes packed with a ton of features which you won't
find in other scripts, and has a very easy installation wizard to help
you get started. Since the script was started in 2006, our developers
have constantly worked to improve and amend the script, fixing any bugs
as soon as we can.
A roadmap outlining the current progress with Phurl 3, and the upcoming features, is available at http://phurl.me/pq6.
from http://code.google.com/p/phurl/
-----------------------------------
安装目录/install/,安装后删除该目录。
原版本升级方法:全部文件上传覆盖,然后,删除config.php,执行/install/重新安装,原有数据会保留。为确保安全,升级前,请备份你的全部数据及程序文件。
apache需要开启伪静态支持,内含.htaccess文件。附一个我自已弄的nginx伪静态规则:
location / {
rewrite ^/(.+)$ /redirect.php?alias=$1 last;
}
from http://down.chinaz.com/soft/33329.htm
demo site: http://2-ip.com/
Features
- Simple, easy and neat interface.
- Basic admin panel to view, search for, and delete shortened URLs.
- Notification of new version of Phurl via admin panel.
- Shorten URLs using an alias generated by the script, or enter a custom alias.
- Browser Bookmarklets included for one-click shortening.
- Installs in a few minutes with built-in installation wizard.
A roadmap outlining the current progress with Phurl 3, and the upcoming features, is available at http://phurl.me/pq6.
from http://code.google.com/p/phurl/
-----------------------------------
安装目录/install/,安装后删除该目录。
原版本升级方法:全部文件上传覆盖,然后,删除config.php,执行/install/重新安装,原有数据会保留。为确保安全,升级前,请备份你的全部数据及程序文件。
apache需要开启伪静态支持,内含.htaccess文件。附一个我自已弄的nginx伪静态规则:
location / {
rewrite ^/(.+)$ /redirect.php?alias=$1 last;
}
from http://down.chinaz.com/soft/33329.htm
demo site: http://2-ip.com/