Skip to content

Internet Discussion Boards is a message board system by Game Maker 2k. Its very easy to set up. Your web host needs PHP and CUBRID / MySQL / MariaDB / PostgreSQL / SQLite. Internet Discussion Boards is Open Source so you can make changes to it.

License

Notifications You must be signed in to change notification settings

GameMaker2k/iDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3cd8da8 · Jun 22, 2023
Jun 16, 2023
Jun 22, 2023
Jun 16, 2023
Jun 22, 2023
Jun 16, 2023
Jun 16, 2023
Dec 1, 2019
Aug 12, 2015
Jun 16, 2023
Jun 16, 2023
Aug 12, 2015
Jun 16, 2023
Jun 16, 2023
Jun 16, 2023
Jun 16, 2023
Jun 16, 2023
Jun 16, 2023
Jun 17, 2023
Jun 16, 2023
Jun 16, 2023
Jun 16, 2023
Jun 16, 2023
Jun 16, 2023
Jun 16, 2023
Jun 16, 2023
Jun 16, 2023
Jun 16, 2023
Jun 16, 2023
Jun 16, 2023

Repository files navigation

//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
//        $FileInfo: README - Last Update: 6/16/2023 SVN 973 - Author: cooldude2k $          
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
//                       __________________________________________
//                      //        Internet Discussion Boards      \\
//                     || Made by Game Maker 2k - iDB Support Team ||
//                     ||  Cool Dude 2k ( http://gamemaker2k.org ) ||
//                     ||    Kazuki P. ( http://idb.berlios.de )   ||
//                     ||  Rene J.( http://intdb.sourceforge.net ) ||
//                     ||  Help to make Internet Discussion Boards ||
//                     ||         Jcink ( http://jcink.com/ )      ||
//                     ||  Dubbs Rules/Dubbz4president ( unknown ) ||
//                     || Lone Wolf ( http://kolibrios.net46.net ) ||
//                     ||  Renee S (http://renee.everywebhost.com) ||
//                     ||      deat ( http://www.gprogress.com )   ||
//                     || SSS/Stephen (http://sss2005.s1.jcink.com)||
//                     ||      Sean J ( http://seanj.jcink.com )   ||
//                     ||Shadow Dude (http://sd2k.everywebhost.com)||
//                     ||              Renate ( unknown )          ||
//                     ||             Jonathan ( unknown )         ||
//                     ||             czambran ( unknown )         ||
//                      \\       (c) 2004-2023 Game Maker 2k      //
//                       """"""""""""""""""""""""""""""""""""""""""
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// UTF8 helper functions
// author: Scott Michael Reynen "scott@randomchaos.com"
// url: http://www.randomchaos.com/document.php?source=php_and_unicode
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// utf8_substr by frank at jkelloggs dot dk
// http://us3.php.net/manual/en/function.substr.php#55107
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// PhpCaptcha - A visual and audio CAPTCHA generation library
// Software License Agreement (BSD License)
// Copyright (C) 2005-2006, Edward Eliot.
// All rights reserved.
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// Copyright 2004-2023 Cool Dude 2k - http://intdb.sourceforge.net/ http://idb.berlios.net/
// Copyright 2004-2023 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 
// http://s1.jcink.com/s/host/idb/  http://idb.everywebhost.com/  http://cooldude2k.id.funpic.org/
//  	        Game Maker 2k Copyright 2000-2009 Cool Dude 2k (Kazuki Przyborowski), Ren Johnson
// Emoticons made by Jcink for TextfileBB (https://launchpad.net/tfbb) Under GPL License
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// iDB Installer made by Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
// How to delete installer if error happens:
// Delete install.php file and the setup folder/dir and everyting inside it also.
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// DejaVu fonts 2.26 (c)2004-2023 DejaVu fonts team
// The DejaVu fonts are a font family based on the Bitstream Vera Fonts
// (http://gnome.org/fonts/). Its purpose is to provide a wider range of
// characters (see status.txt for more information) while maintaining the
// original look and feel.
// DejaVu fonts are based on Bitstream Vera fonts version 1.10.
// For more information go to http://dejavu.sourceforge.net/.
// Characters from Arev fonts, Copyright (c) 2006 by Tavmjong Bah:
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// PhpCaptcha - A visual and audio CAPTCHA generation library
// Software License Agreement (BSD License)
// Copyright (C) 2005-2006, Edward Eliot.
// All rights reserved.
// Documentation is available at http://www.ejeliot.com/pages/2
// WebSite is at http://www.ejeliot.com/pages/php-captcha
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// Important Note: The Emoticons distributed with the Software were
// created by Jcink; its usage is not governed under the terms of
// this license agreement. Information regarding its usage can be
// found on textfileBB's Web site at https://launchpad.net/tfbb.
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// Emoticons made by Jcink for TextfileBB (https://launchpad.net/tfbb) 
// under GPL 2 License (http://www.gnu.org/licenses/gpl-2.0.txt)
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
//                         ______________________________________
//                        //     Also Get PHP-Quick-Arcade      \\
//                        ||          And TextFileBB             ||
//                        ||Website:http://quickarcade.jcink.com ||
//                        || Website:https://launchpad.net/tfbb  ||
//                        ||   by: Jcink ( http://jcink.com/ )   ||
//                        ||         (c) 2009 Jcink              ||
//                        \\                                    //
//                         """"""""""""""""""""""""""""""""""""""
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// This program is free software; you can redistribute it and/or modify           
// it under the terms of the Revised BSD License.                                        
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// This program is distributed in the hope that it will be useful,                    
// but WITHOUT ANY WARRANTY; without even the implied warranty of         
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         
// Revised BSD License for more details.                                              
// Read LICENSE for more info.
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// 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.     
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
//                                  About Free Software: 
// Free software is not just free of cost (like "free beer").
// It is free as in freedom (like "free speech").
// Free software gives you the freedom to use a program,
// study how it works, improve it, and share it with others.
// For more information, visit the Free Software Foundation.(http://www.fsf.org/)
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
// List Can be fond at https://idb.osdn.jp/index.php/topic,103.0.html
// Free WebHosts
// Hosts that iDB Works on
//     * http://freejcinkhosting.afraid.org:81/
//     * http://funpic.org/
//     * http://5gigs.com/
//     * http://www.lycos.co.uk/
//     * http://www.100webspace.com/
//     * http://www.globalweb.com.ru/ 
// Hosts that iDB dose not work on
//     * http://awardspace.com/
// Paid WebHosts
// Hosts that iDB Works on
//     * Unknow
// Hosts that iDB dose not works on
//     * Unknow
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=