GithubHelp home page GithubHelp logo

dancesmile / imgurl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from helloxz/imgurl

0.0 2.0 0.0 2.76 MB

ImgURL是一个简单、纯粹的图床程序,让个人图床多一个选择。

Home Page: http://imgurl.org/

License: Apache License 2.0

PHP 95.40% JavaScript 3.17% CSS 0.81% Hack 0.62%

imgurl's Introduction

ImgURL

ImgURL是一款简单、纯粹的图床程序,使用PHP + SQLite 3开发,不需要复杂的配置,做到开箱即用。

环境要求

  • PHP >= 5.6
  • 需要exif函数支持
  • SQLite 3

开发计划

  • 图片上传与预览
  • 一键生成链接
  • 浏览与删除图片
  • 限制访客上传数量
  • 图片压缩
  • 图片鉴黄
  • 图片水印
  • API上传

更新日志

v1.2 - 2018.08.11

  • 增加URL批量上传
  • 去掉一些不必要的菜单
  • 优化CSS样式
  • 优化图片查看器
  • 修复一些BUG

v1.1 - 2018.05.04

  • 可上传至SM.MS图床
  • 优化IP获取,及其它细节优化
  • 修复一些BUG

安装

  • 访问:master.zip下载最新版ImgURL程序,放到您的站点根目录并解压。
  • 访问http(s)://domain.com/check.php获取配置信息,并记录下来。
  • 修改config.php设置你自己的域名和密码,访问 http(s)://domain.com/ 即可,就是这么简单。
  • 更多设置请参考帮助文档:https://doc.xiaoz.me/docs/imgurl

安全设置

  • 配置完毕后测试功能没问题,请删除根目录的check.php
  • Apache默认已经通过.htaccess文件来屏蔽数据库下载
  • Nginx用户请在server段内添加如下配置,并重启Nginx
location ~* \.(db3)$ {  
    deny all;  
} 

Demo

获取捐赠版

ImgURL普通版和捐赠版功能上没有任何区别,不过您可以请xiaoz喝一杯咖啡或吃一顿午餐即可获得捐赠版。描下方二维码获取,并在付款说明填写您的网址。

捐赠版说明

  • 可提供首次安装及调试
  • 可去除底部版权

捐赠列表

  • 2018-05-02 lackk.com 捐赠30元
  • 2018-05-04 zip30.com 捐赠30元
  • 2018-05-06 sopoy.com 捐赠30元
  • 2018-05-06 tuchuang.app 捐赠60元
  • 2018-05-15 coolsong.com 捐赠30元

鸣谢

ImgURL的诞生离不开以下开源项目。

联系我

imgurl's People

Contributors

helloxz avatar

Watchers

James Cloos avatar zero avatar

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.