imgurl/about.php

26 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
include_once('header.php');
?>
<div class="container" style = "margin-top:40px;">
<div class="row">
<div class="col-lg-10 col-md-offset-1">
<h1>ImgURL</h1>
<p>ImgURL是一个干尽、纯粹的图床程序使用PHP脚本开发不需要数据库支持也没有复杂的配置。</p>
<p>没有免费的午餐也没用永久免费的图床ImgURL无法保障永久存储您的图片但ImgURL让图床多了一个选择只有图片掌握在自己手中才更安全。</p>
<h3>安装</h3>
<p>访问:<a href="https://github.com/helloxz/imgurl/archive/master.zip" target = "_blank" rel = "nofollow">master.zip</a>下载最新版ImgURL程序放到您的站点根目录并解压。修改一下<code>config.php</code>设置你自己的域名和密码,访问<code>http(s)://domain.com/</code>即可,就是这么简单。</p>
<h3>说明</h3>
<p><code>imgurl.org</code>也可以上传图片但ImgURL的目的是提供私人图床程序<code>imgurl.org</code>仅作为演示使用游客上传的图片随时可能被删除因此推荐您下载ImgURL自行部署。</p>
<p>ImgURL是一个开源免费的个人项目请勿将ImgURL用于商业用途未经授权也不要去除底部版权。</p>
<p><b>项目地址:</b><a href = "https://github.com/helloxz/imgurl" target = "_blank" rel = "nofollow">https://github.com/helloxz/imgurl</a></p>
<h3>联系我</h3>
<ul>
<li>Blog:<a href = "https://www.xiaoz.me/" target = "_blank">https://www.xiaoz.me/</a></li>
<li>QQ:337003006</li>
</ul>
</div>
</div>
</div>
<?php
include_once('footer.php');
?>