mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "PHP-Support-Tickets",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "PHP Support Tickets - PHP5 / MySQL helpdesk system.",
|
||||
"website": "http://www.phpsupporttickets.com/",
|
||||
"matches": [
|
||||
{
|
||||
"regexp": "(?-mix:<a href=\"http:\\/\\/www\\.phpsupporttickets\\.com\" target=\"_blank\" title=\"php support tickets\">PHP Support Tickets v([^\\s^<]+)<\\/a><br \\/><br \\/>)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"text": "<title>PHP Support Tickets :: Login</title>"
|
||||
},
|
||||
{
|
||||
"certainty": 75,
|
||||
"text": "<meta name=\"copyright\" content=\"Triangle Solutions Ltd\" />"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<!--<td class=\"boxborder list-menu\" width=\"10%\"><a href=\"javascript:popwindow\\('help\\.php#userpage','top=150,left=300,width=400,height=400,buttons=no,scrollbars=YES,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no'\\)\" title=\"Help popup\">Help<\\/a><\\/td>-->)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user