Skip to content

Commit

Permalink
first commit p2
Browse files Browse the repository at this point in the history
  • Loading branch information
Program-O committed Feb 24, 2012
1 parent 04c400d commit 6099db4
Show file tree
Hide file tree
Showing 381 changed files with 28,373 additions and 0 deletions.
25 changes: 25 additions & 0 deletions admin/.htaccess
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

34 changes: 34 additions & 0 deletions admin/AIML_Header.dat
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">
19 changes: 19 additions & 0 deletions admin/SQL_Header.dat
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

Loading

0 comments on commit 6099db4

Please sign in to comment.