mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
17 lines
796 B
JSON
17 lines
796 B
JSON
{
|
|
"name": "phpATM",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "phpATM (PHP Advanced Transfer Manager) is a free, open source, PHP based Upload and Download manager. But unlike most other of its kind it stores the data in flat text files and therefore does not require a database like MySQL installed on the web server.",
|
|
"website": "http://phpatm.org/",
|
|
"matches": [
|
|
{
|
|
"text": "<frame name=\"viewer_bottom\" src=\"viewer_bottom.php?file="
|
|
},
|
|
{
|
|
"offset": 1,
|
|
"regexp": "(?-mix:<div id=\"phpatm\">(<br>)?<a href=\"http:\\/\\/phpatm\\.org\\/\" target=\"_blank\" title=\"Powered by PHP Advanced Transfer Manager v([^\"]+)\">Powered by phpATM<\\/a><br><\\/div>)"
|
|
}
|
|
]
|
|
}
|