文件名称:tt-pds:小小的照片分发服务器
文件大小:28KB
文件格式:ZIP
更新时间:2024-06-04 15:43:33
PHP
tt-pds 微小的微型照片分发服务器。 描述 这个小型的php项目可以将文件(最初是照片存档)分发给朋友。 通过url和密钥令牌提供访问权限。 支持的语言: english (en) | german (de) 安装与设定 使用以下文件来自定义设置: config.php :全局设置 data/data.php :访问照片/数据目录 例子 index.php示例URL(示例数据在data/ ) 管理员视图: ?admin=get_all_access_codes&mkey=some_random_but_complex_master_key 用户视图( exampledir1/文件) exampledir1/ ?acc=complex_sample_key_ 用户视图( exampledir1/和exampledir2文件) exampledir1/ ?acc=complex
【文件预览】:
tt-pds-master
----inc()
--------browserargs.php(661B)
--------files.php(2KB)
--------lang.php(2KB)
----robots.txt(26B)
----config.php(774B)
----LICENSE(18KB)
----README.md(1KB)
----index.php(7KB)
----template()
--------master.css(4KB)
--------images()
--------error.php(4KB)
----data()
--------data.php(1KB)
--------exampledir2()
--------exampledir1()
----lang()
--------en.php(4KB)
--------de.php(5KB)
----.htaccess(919B)