Small update
[iDB.git] / README
bloba876ae8e3f5d94da0ae7af972e293dda81c08865
1 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2 //        $FileInfo: README - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $          
3 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
4 //                       __________________________________________
5 //                      //        Internet Discussion Boards      \\
6 //                     || Made by Game Maker 2k - iDB Support Team ||
7 //                     ||  Cool Dude 2k ( http://gamemaker2k.org ) ||
8 //                     ||    Kazuki P. ( http://idb.berlios.de )   ||
9 //                     ||  Rene J.( http://intdb.sourceforge.net ) ||
10 //                     ||  Help to make Internet Discussion Boards ||
11 //                     ||         Jcink ( http://jcink.com/ )      ||
12 //                     ||  Dubbs Rules/Dubbz4president ( unknown ) ||
13 //                     || Lone Wolf ( http://kolibrios.net46.net ) ||
14 //                     ||  Renee S (http://renee.everywebhost.com) ||
15 //                     ||      deat ( http://www.gprogress.com )   ||
16 //                     || SSS/Stephen (http://sss2005.s1.jcink.com)||
17 //                     ||      Sean J ( http://seanj.jcink.com )   ||
18 //                     ||Shadow Dude (http://sd2k.everywebhost.com)||
19 //                     ||              Renate ( unknown )          ||
20 //                     ||             Jonathan ( unknown )         ||
21 //                     ||             czambran ( unknown )         ||
22 //                      \\       (c) 2004-2019 Game Maker 2k      //
23 //                       """"""""""""""""""""""""""""""""""""""""""
24 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
25 // UTF8 helper functions
26 // author: Scott Michael Reynen "scott@randomchaos.com"
27 // url: http://www.randomchaos.com/document.php?source=php_and_unicode
28 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
29 // utf8_substr by frank at jkelloggs dot dk
30 // http://us3.php.net/manual/en/function.substr.php#55107
31 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
32 // PhpCaptcha - A visual and audio CAPTCHA generation library
33 // Software License Agreement (BSD License)
34 // Copyright (C) 2005-2006, Edward Eliot.
35 // All rights reserved.
36 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
37 // Copyright 2004-2019 Cool Dude 2k - http://intdb.sourceforge.net/ http://idb.berlios.net/
38 // Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 
39 // http://s1.jcink.com/s/host/idb/  http://idb.everywebhost.com/  http://cooldude2k.id.funpic.org/
40 //              Game Maker 2k Copyright 2000-2009 Cool Dude 2k (Kazuki Przyborowski), Ren Johnson
41 // Emoticons made by Jcink for TextfileBB (https://launchpad.net/tfbb) Under GPL License
42 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
43 // iDB Installer made by Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
44 // How to delete installer if error happens:
45 // Delete install.php file and the setup folder/dir and everyting inside it also.
46 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
47 // DejaVu fonts 2.26 (c)2004-2019 DejaVu fonts team
48 // The DejaVu fonts are a font family based on the Bitstream Vera Fonts
49 // (http://gnome.org/fonts/). Its purpose is to provide a wider range of
50 // characters (see status.txt for more information) while maintaining the
51 // original look and feel.
52 // DejaVu fonts are based on Bitstream Vera fonts version 1.10.
53 // For more information go to http://dejavu.sourceforge.net/.
54 // Characters from Arev fonts, Copyright (c) 2006 by Tavmjong Bah:
55 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
56 // PhpCaptcha - A visual and audio CAPTCHA generation library
57 // Software License Agreement (BSD License)
58 // Copyright (C) 2005-2006, Edward Eliot.
59 // All rights reserved.
60 // Documentation is available at http://www.ejeliot.com/pages/2
61 // WebSite is at http://www.ejeliot.com/pages/php-captcha
62 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
63 // Important Note: The Emoticons distributed with the Software were
64 // created by Jcink; its usage is not governed under the terms of
65 // this license agreement. Information regarding its usage can be
66 // found on textfileBB's Web site at https://launchpad.net/tfbb.
67 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
68 // Emoticons made by Jcink for TextfileBB (https://launchpad.net/tfbb) 
69 // under GPL 2 License (http://www.gnu.org/licenses/gpl-2.0.txt)
70 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
71 //                         ______________________________________
72 //                        //     Also Get PHP-Quick-Arcade      \\
73 //                        ||          And TextFileBB             ||
74 //                        ||Website:http://quickarcade.jcink.com ||
75 //                        || Website:https://launchpad.net/tfbb  ||
76 //                        ||   by: Jcink ( http://jcink.com/ )   ||
77 //                        ||         (c) 2009 Jcink              ||
78 //                        \\                                    //
79 //                         """"""""""""""""""""""""""""""""""""""
80 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
81 // This program is free software; you can redistribute it and/or modify           
82 // it under the terms of the Revised BSD License.                                        
83 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
84 // This program is distributed in the hope that it will be useful,                    
85 // but WITHOUT ANY WARRANTY; without even the implied warranty of         
86 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         
87 // Revised BSD License for more details.                                              
88 // Read LICENSE for more info.
89 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
90 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
91 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
92 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
93 // IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
94 // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
95 // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
96 // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.     
97 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
98 //                                  About Free Software: 
99 // Free software is not just free of cost (like "free beer").
100 // It is free as in freedom (like "free speech").
101 // Free software gives you the freedom to use a program,
102 // study how it works, improve it, and share it with others.
103 // For more information, visit the Free Software Foundation.(http://www.fsf.org/)
104 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
105 // List Can be fond at https://idb.osdn.jp/index.php/topic,103.0.html
106 // Free WebHosts
107 // Hosts that iDB Works on
108 //     * http://freejcinkhosting.afraid.org:81/
109 //     * http://funpic.org/
110 //     * http://5gigs.com/
111 //     * http://www.lycos.co.uk/
112 //     * http://www.100webspace.com/
113 //     * http://www.globalweb.com.ru/ 
114 // Hosts that iDB dose not work on
115 //     * http://awardspace.com/
116 // Paid WebHosts
117 // Hosts that iDB Works on
118 //     * Unknow
119 // Hosts that iDB dose not works on
120 //     * Unknow
121 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=