mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
18 lines
566 B
JSON
18 lines
566 B
JSON
{
|
|
"name": "MyPHP-Forum",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "MyPHP-Forum",
|
|
"website": "http://www.myphp.ws/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix: <td width=\"50%\" class=\"copy\" height=\"24\">Powered by: MyPHP Forum v([\\d\\.]+))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix: <td width=\"50%\" class=\"copy\" height=\"24\">Powered by: <a href=\"http:\\/\\/www.myphp.ws\">MyPHP Forum v([\\d\\.]+))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|