mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"name": "ocPortal",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "Cutting-edge CMS for building and maintaining a sophisticated social website. Fully flexible, themeable and extendible: suitable for building almost any kind of website.",
|
|
"website": "http://ocportal.com",
|
|
"matches": [
|
|
{
|
|
"text": "<html id=\"main_website_html\" xmlns=\"http://www.w3.org/1999/xhtml\""
|
|
},
|
|
{
|
|
"text": "<meta name=\"GENERATOR\" content=\"ocPortal\" />"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<!--\\nPowered by ocPortal\\n([^\\n]+) version\\nCopyright ocProducts Limited\\nhttp:\\/\\/ocportal\\.com\\n-->)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "(?-mix:^ocPortal ([^\\(]+) \\(PHP)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"name": "ocp_session cookie",
|
|
"regexp": "(?-mix:ocp_session=[\\d]+;)",
|
|
"search": "headers[set-cookie]"
|
|
}
|
|
]
|
|
}
|