mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
16 lines
971 B
JSON
16 lines
971 B
JSON
{
|
|
"name": "PHPOpenChat",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "PHPOpenChat is a high performance php-based chat server software for a live chat-room",
|
|
"website": "http://www.phpopenchat.org/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<html><body bgcolor=\"white\">[\\s]+You don't read the INSTALL instructions!<br>[\\s]+Use the <a href=\"admin\\/install\\.php\">PHPOpenChat-Installer<\\/a>[\\s]+to install and configure your chat\\.[\\s]+<\\/body><\\/html>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<html>[\\s]+<head>[\\s]+<title>PHPOpenChat Installation<\\/title>[\\s]+<\\/head>[\\s]+<body>[\\s]+<h2>PHPOpenChat Installer<\\/h2>[\\s]+Step: [\\s]+ <b><font color=\"red\">1<\\/font><\\/b> <b>2<\\/b> <b>3<\\/b> <b>4<\\/b> <b>5<\\/b> [\\s]+<table border=1>[\\s]+<form action=\"install\\.php\" method=\"post\">)"
|
|
}
|
|
]
|
|
}
|