mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
34 lines
1.4 KiB
JSON
34 lines
1.4 KiB
JSON
{
|
|
"name": "Musicbox",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Musicbox is a web application for managing a songs database.",
|
|
"website": "http://www.musicboxv2.com/",
|
|
"matches": [
|
|
{
|
|
"text": "<!-- THE FOLLOWING IS NEEDED FOR THE AUTO-COMPLETE SEARCH BOX -->"
|
|
},
|
|
{
|
|
"text": "<link rel=\"stylesheet\" href=\"template/musicboxv2.css\" type=\"text/css\">"
|
|
},
|
|
{
|
|
"text": "<!-- Please dont edit this unless you are advanced coder -->"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<tr><td align=\"center\"> <a href=\"http:\\/\\/www\\.musicboxv2\\.com\" target=\"_blank\">Musicbox<\\/a> Version ([^\\s]+)© 20[\\d]{2})",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"text": "<tr><td align='left'><a href='../userinfo.php?user=admin' target='_blank'>My Account</a></td>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<div id='logomain'><div id='logotopmain'><div style='font-weight:bold;font-size:12px;color:#000;padding-top:14px;padding-left:4px'>Welcome to Musicbox Version ([^\\s]+) Administration Control Panel<\\/div>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<div id='tdrow5' align=center><br>Musicbox Version ([^\\s]+) @ 20[\\d]{2} - <a href=\"http:\\/\\/www\\.MusicboxV2\\.com\">MusicboxV2\\.com<\\/a> - Shalwan Entperises<\\/div><br><br>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|