-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
381 changed files
with
28,373 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
ErrorDocument 400 /Program_O/test/myError.php | ||
ErrorDocument 401 /Program_O/test/myError.php | ||
ErrorDocument 402 /Program_O/test/myError.php | ||
ErrorDocument 403 /Program_O/test/myError.php | ||
ErrorDocument 404 /Program_O/test/myError.php | ||
ErrorDocument 405 /Program_O/test/myError.php | ||
ErrorDocument 406 /Program_O/test/myError.php | ||
ErrorDocument 407 /Program_O/test/myError.php | ||
ErrorDocument 408 /Program_O/test/myError.php | ||
ErrorDocument 409 /Program_O/test/myError.php | ||
ErrorDocument 410 /Program_O/test/myError.php | ||
ErrorDocument 411 /Program_O/test/myError.php | ||
ErrorDocument 412 /Program_O/test/myError.php | ||
ErrorDocument 413 /Program_O/test/myError.php | ||
ErrorDocument 414 /Program_O/test/myError.php | ||
ErrorDocument 415 /Program_O/test/myError.php | ||
ErrorDocument 416 /Program_O/test/myError.php | ||
ErrorDocument 417 /Program_O/test/myError.php | ||
ErrorDocument 500 /Program_O/test/myError.php | ||
ErrorDocument 501 /Program_O/test/myError.php | ||
ErrorDocument 502 /Program_O/test/myError.php | ||
ErrorDocument 503 /Program_O/test/myError.php | ||
ErrorDocument 504 /Program_O/test/myError.php | ||
ErrorDocument 505 /Program_O/test/myError.php | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
|
||
<!-- | ||
Copyright ©2011/2012 [botmaster_name] | ||
Permission is hereby granted, free of charge, to any person | ||
obtaining a copy of this software and associated documentation | ||
files (the "Software"), to deal in the Software without | ||
restriction, including without limitation the rights to use, | ||
copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the | ||
Software is furnished to do so, subject to the following | ||
conditions: | ||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | ||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT | ||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
OTHER DEALINGS IN THE SOFTWARE. | ||
Complies with the AIML 1.0.1 Standard | ||
as adopted by the ALICE A.I. Foundation. | ||
Last modified [curDate] | ||
file: [fileName] | ||
--> | ||
<aiml version="1.01"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
-- Program O SQL Dump | ||
-- | ||
-- Host: [host] | ||
-- Generation Time: [curDate] | ||
-- PHP Version: [phpVer] | ||
-- | ||
-- Database: `[dbn]` | ||
-- | ||
-- Data for table `aiml` | ||
-- | ||
-- File: [fileName] | ||
-- | ||
-- Created for: [botmaster_name] | ||
-- | ||
-- SQL Query: [sql] | ||
|
||
-- -------------------------------------------------------- | ||
insert into aiml (id,bot_id,aiml,pattern,thatpattern,template,topic,filename,php_code) values | ||
|
Oops, something went wrong.