开源的短网址程序Myurl 1.3

Myurl 取名 我的网址 也有 5G云网址 的意思!
Myurl 基于php+mysql 实现的网址缩短服务,程序主要靠api.php 生成,前台是个静态页面,自己也可以进行美化!!
我前台使用的乐视短网址的板子 看起来很简单。
安装说明
1.将程序上传至网站根目录,
2.将install.sql上传至数据库
3.修改config.php 数据库配置
4.nginx添加伪静态违规
这是我自己拼凑的Nginx规则,如果有问题的话,自行调试吧,毕竟我是个渣渣!!!
location / {
index index.php index.html;
if (!-e $request_filename)
{
rewrite ^/(.+)$ /do.php?uid=$1 last;
}
}
5G云源码分享网地址 bbs.5g-yun.com
本程序为5G云源码分享网原创,转载请手下留情
如果在使用过程中有什么问题可以加群来讨论

thum-97461499738544.png


[rihide]下载地址:https://pan.baidu.com/s/1fZcRm2HygNvVS_hwSv69XA
[/rihide]

原文链接:https://ivmer.com/14744.html,转载请注明出处。
0

评论0

请先

  • 在线客服
  • 升级墨客
  • 全屏浏览
  • 夜间模式
  • 繁简切换
  • 返回顶部
显示验证码
没有账号?注册  忘记密码?

Warning: error_log(/www/wwwroot/www.ivmer.com/wp-content/plugins/spider-analyser/#log/log-2907.txt): failed to open stream: No such file or directory in /www/wwwroot/www.ivmer.com/wp-content/plugins/spider-analyser/spider.class.php on line 3014