From 8317f964e1cd5f1f6e10f472f67ca4b5b712c225 Mon Sep 17 00:00:00 2001 From: Kazuki Przyborowski Date: Fri, 2 Aug 2019 03:18:47 -0500 Subject: [PATCH] Small update --- LICENSE | 4 ++-- README | 14 +++++++------- admin.php | 6 +++--- calendar.php | 6 +++--- category.php | 6 +++--- event.php | 6 +++--- forum.php | 6 +++--- inc/admin/categories.php | 6 +++--- inc/admin/forums.php | 6 +++--- inc/admin/groups.php | 6 +++--- inc/admin/index.php | 6 +++--- inc/admin/main.php | 8 ++++---- inc/admin/members.php | 6 +++--- inc/admin/sqldumper/cubrid.php | 6 +++--- inc/{misc/sql => admin/sqldumper}/index.php | 6 +++--- inc/admin/sqldumper/mysql.php | 6 +++--- inc/admin/sqldumper/pgsql.php | 6 +++--- inc/admin/sqldumper/sqlite.php | 6 +++--- inc/admin/table.php | 6 +++--- inc/calendars.php | 6 +++--- inc/categories.php | 6 +++--- inc/endpage.php | 6 +++--- inc/events.php | 6 +++--- inc/filename.php | 6 +++--- inc/{admin => fonts}/index.php | 6 +++--- inc/forums.php | 6 +++--- inc/function.php | 6 +++--- inc/groupsetup.php | 6 +++--- inc/html5.php | 6 +++--- {logs => inc}/index.php | 6 +++--- inc/iwrapper.php | 6 +++--- inc/javascript.php | 6 +++--- inc/lowcategories.php | 6 +++--- inc/lowforums.php | 6 +++--- inc/lowreplies.php | 6 +++--- inc/lowsubcategories.php | 6 +++--- inc/lowsubforums.php | 6 +++--- inc/lowtopics.php | 6 +++--- inc/members.php | 6 +++--- inc/messages.php | 6 +++--- inc/misc/compression.php | 6 +++--- inc/misc/functions.php | 6 +++--- inc/misc/ibbcode.php | 6 +++--- inc/{admin => misc}/index.php | 6 +++--- inc/misc/iuntar.php | 8 ++++---- inc/misc/killglobals.php | 6 +++--- inc/misc/setcheck.php | 10 +++++----- inc/misc/sql/cubrid.php | 6 +++--- inc/misc/sql/index.php | 6 +++--- inc/misc/sql/mysql.php | 6 +++--- inc/misc/sql/mysqli.php | 6 +++--- inc/misc/sql/pgsql.php | 6 +++--- inc/misc/sql/sqlite.php | 6 +++--- inc/misc/sql/sqlite3.php | 6 +++--- inc/misc/useragents.php | 6 +++--- inc/misc/utf8.php | 6 +++--- inc/{admin => mod}/index.php | 6 +++--- inc/{admin => mplayer}/index.php | 6 +++--- inc/navbar.php | 6 +++--- inc/prelogin.php | 6 +++--- inc/profilemain.php | 6 +++--- inc/replies.php | 6 +++--- inc/rssfeed.php | 6 +++--- inc/searches.php | 6 +++--- inc/sqlthemes.php | 6 +++--- inc/stats.php | 6 +++--- inc/subcategories.php | 6 +++--- inc/subforums.php | 6 +++--- inc/topics.php | 6 +++--- inc/versioninfo.php | 16 ++++++++-------- index.php | 6 +++--- install.php | 8 ++++---- javascript.js | 6 +++--- logs/index.php | 6 +++--- member.php | 6 +++--- messenger.php | 6 +++--- preindex.php | 6 +++--- profile.php | 6 +++--- rss.php | 6 +++--- search.php | 6 +++--- setup/convert/index.php | 6 +++--- setup/convert/info.php | 8 ++++---- setup/html5.php | 6 +++--- setup/index.php | 6 +++--- setup/license.php | 6 +++--- setup/mkconfig.php | 8 ++++---- setup/preinstall.php | 6 +++--- setup/presetup.php | 6 +++--- setup/setup.php | 10 +++++----- setup/sql/cubrid.php | 6 +++--- setup/{convert => sql}/index.php | 6 +++--- setup/sql/mysql.php | 6 +++--- setup/sql/pgsql.php | 6 +++--- setup/sql/sqlite.php | 6 +++--- smileys/README | 2 +- smileys/index.php | 2 +- sql.php | 6 +++--- subcategory.php | 6 +++--- subforum.php | 6 +++--- themes/Gray/css.css | 6 +++--- themes/Gray/index.php | 6 +++--- themes/Gray/info.php | 8 ++++---- themes/Gray/settings.php | 8 ++++---- themes/iDB/css.css | 6 +++--- themes/iDB/index.php | 6 +++--- themes/iDB/info.php | 8 ++++---- themes/iDB/settings.php | 8 ++++---- {logs => themes}/index.php | 6 +++--- topic.php | 6 +++--- 109 files changed, 344 insertions(+), 344 deletions(-) copy inc/{misc/sql => admin/sqldumper}/index.php (63%) copy inc/{admin => fonts}/index.php (63%) copy {logs => inc}/index.php (63%) copy inc/{admin => misc}/index.php (63%) copy inc/{admin => mod}/index.php (63%) copy inc/{admin => mplayer}/index.php (63%) copy setup/{convert => sql}/index.php (66%) copy {logs => themes}/index.php (63%) diff --git a/LICENSE b/LICENSE index 3b6552e..28ebcc3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,9 +1,9 @@ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= - $FileInfo: LICENSE - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: LICENSE - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Revised BSD License -Copyright (c) 2004-2017 Game Maker 2k. +Copyright (c) 2004-2019 Game Maker 2k. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README b/README index 1dd627a..a876ae8 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -// $FileInfo: README - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ +// $FileInfo: README - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= // __________________________________________ // // Internet Discussion Boards \\ @@ -19,7 +19,7 @@ // || Renate ( unknown ) || // || Jonathan ( unknown ) || // || czambran ( unknown ) || -// \\ (c) 2004-2017 Game Maker 2k // +// \\ (c) 2004-2019 Game Maker 2k // // """""""""""""""""""""""""""""""""""""""""" //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= // UTF8 helper functions @@ -34,17 +34,17 @@ // Copyright (C) 2005-2006, Edward Eliot. // All rights reserved. //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -// Copyright 2004-2017 Cool Dude 2k - http://intdb.sourceforge.net/ http://idb.berlios.net/ -// Copyright 2004-2017 Game Maker 2k - http://upload.idb.s1.jcink.com/ +// Copyright 2004-2019 Cool Dude 2k - http://intdb.sourceforge.net/ http://idb.berlios.net/ +// Copyright 2004-2019 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 - http://upload.idb.s1.jcink.com/ +// 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-2017 DejaVu fonts team +// DejaVu fonts 2.26 (c)2004-2019 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 @@ -102,7 +102,7 @@ // 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 http://upload.idb.s1.jcink.com/index.php/topic,103.0.html +// 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/ diff --git a/admin.php b/admin.php index 3a097a6..6896812 100644 --- a/admin.php +++ b/admin.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: admin.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: admin.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ if(ini_get("register_globals")) { require_once('inc/misc/killglobals.php'); } diff --git a/calendar.php b/calendar.php index 1b0f874..1838d40 100644 --- a/calendar.php +++ b/calendar.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: calendar.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: calendar.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ if(ini_get("register_globals")) { require_once('inc/misc/killglobals.php'); } diff --git a/category.php b/category.php index b08ede3..c25c1eb 100644 --- a/category.php +++ b/category.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: category.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: category.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ if(ini_get("register_globals")) { require_once('inc/misc/killglobals.php'); } diff --git a/event.php b/event.php index fc99cfe..a27c9c1 100644 --- a/event.php +++ b/event.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: event.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: event.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ if(ini_get("register_globals")) { require_once('inc/misc/killglobals.php'); } diff --git a/forum.php b/forum.php index dde5bcc..b750e17 100644 --- a/forum.php +++ b/forum.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: forum.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: forum.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ if(ini_get("register_globals")) { require_once('inc/misc/killglobals.php'); } diff --git a/inc/admin/categories.php b/inc/admin/categories.php index 156f4c2..368c882 100644 --- a/inc/admin/categories.php +++ b/inc/admin/categories.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: categories.php - Last Update: 09/13/2018 SVN 876 - Author: cooldude2k $ + $FileInfo: categories.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="categories.php"||$File3Name=="/categories.php") { diff --git a/inc/admin/forums.php b/inc/admin/forums.php index 6ff7ee3..c03af4d 100644 --- a/inc/admin/forums.php +++ b/inc/admin/forums.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: forums.php - Last Update: 09/13/2018 SVN 876 - Author: cooldude2k $ + $FileInfo: forums.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="forums.php"||$File3Name=="/forums.php") { diff --git a/inc/admin/groups.php b/inc/admin/groups.php index 67d6313..92c434f 100644 --- a/inc/admin/groups.php +++ b/inc/admin/groups.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: groups.php - Last Update: 09/13/2018 SVN 876 - Author: cooldude2k $ + $FileInfo: groups.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="groups.php"||$File3Name=="/groups.php") { diff --git a/inc/admin/index.php b/inc/admin/index.php index a39a596..4404795 100644 --- a/inc/admin/index.php +++ b/inc/admin/index.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: index.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ header('Location: ../../index.php'); ?> \ No newline at end of file diff --git a/inc/admin/main.php b/inc/admin/main.php index 13f9372..7f5eb42 100644 --- a/inc/admin/main.php +++ b/inc/admin/main.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: main.php - Last Update: 06/23/2019 SVN 899 - Author: cooldude2k $ + $FileInfo: main.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="main.php"||$File3Name=="/main.php") { @@ -35,7 +35,7 @@ $iDBRDate = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2]; $iDBRSVN = $VER2[2]." ".$SubVerN; $OutPutLog = null; $LastUpdateS = "Last Update: ".$iDBRDate." ".$iDBRSVN; -$pretext = " \ No newline at end of file diff --git a/inc/admin/sqldumper/mysql.php b/inc/admin/sqldumper/mysql.php index 3f41224..e221b3b 100644 --- a/inc/admin/sqldumper/mysql.php +++ b/inc/admin/sqldumper/mysql.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: mysql.php - Last Update: 10/06/2018 SVN 884 - Author: cooldude2k $ + $FileInfo: mysql.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="mysql.php"||$File3Name=="/mysql.php") { diff --git a/inc/admin/sqldumper/pgsql.php b/inc/admin/sqldumper/pgsql.php index 815dd1a..e414771 100644 --- a/inc/admin/sqldumper/pgsql.php +++ b/inc/admin/sqldumper/pgsql.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: pgsql.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: pgsql.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="pgsql.php"||$File3Name=="/pgsql.php") { diff --git a/inc/admin/sqldumper/sqlite.php b/inc/admin/sqldumper/sqlite.php index 23c2630..6397594 100644 --- a/inc/admin/sqldumper/sqlite.php +++ b/inc/admin/sqldumper/sqlite.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: sqlite.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: sqlite.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="sqlite.php"||$File3Name=="/sqlite.php") { diff --git a/inc/admin/table.php b/inc/admin/table.php index d085aa1..eedd8af 100644 --- a/inc/admin/table.php +++ b/inc/admin/table.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: table.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: table.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="table.php"||$File3Name=="/table.php") { diff --git a/inc/calendars.php b/inc/calendars.php index 040abaf..8f06b81 100644 --- a/inc/calendars.php +++ b/inc/calendars.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: calendars.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: calendars.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="calendars.php"||$File3Name=="/calendars.php") { diff --git a/inc/categories.php b/inc/categories.php index a086d8e..6970ea7 100644 --- a/inc/categories.php +++ b/inc/categories.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: categories.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: categories.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="categories.php"||$File3Name=="/categories.php") { diff --git a/inc/endpage.php b/inc/endpage.php index 47fb9c7..a554f9f 100644 --- a/inc/endpage.php +++ b/inc/endpage.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: endpage.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: endpage.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="endpage.php"||$File3Name=="/endpage.php") { diff --git a/inc/events.php b/inc/events.php index b75f888..836fb2d 100644 --- a/inc/events.php +++ b/inc/events.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: events.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: events.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="events.php"||$File3Name=="/events.php") { diff --git a/inc/filename.php b/inc/filename.php index 006bf46..94af184 100644 --- a/inc/filename.php +++ b/inc/filename.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: filename.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: filename.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="filename.php"||$File3Name=="/filename.php") { diff --git a/inc/admin/index.php b/inc/fonts/index.php similarity index 63% copy from inc/admin/index.php copy to inc/fonts/index.php index a39a596..4404795 100644 --- a/inc/admin/index.php +++ b/inc/fonts/index.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: index.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ header('Location: ../../index.php'); ?> \ No newline at end of file diff --git a/inc/forums.php b/inc/forums.php index f3c5791..c611104 100644 --- a/inc/forums.php +++ b/inc/forums.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: forums.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: forums.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="forums.php"||$File3Name=="/forums.php") { diff --git a/inc/function.php b/inc/function.php index f06c4c7..303a0bf 100644 --- a/inc/function.php +++ b/inc/function.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: function.php - Last Update: 06/23/2019 SVN 898 - Author: cooldude2k $ + $FileInfo: function.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="function.php"||$File3Name=="/function.php") { diff --git a/inc/groupsetup.php b/inc/groupsetup.php index 352361e..ce1c83e 100644 --- a/inc/groupsetup.php +++ b/inc/groupsetup.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: groupsetup.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: groupsetup.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="groupsetup.php"||$File3Name=="/groupsetup.php") { diff --git a/inc/html5.php b/inc/html5.php index 9061d0f..0621996 100644 --- a/inc/html5.php +++ b/inc/html5.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: html5.php - Last Update: 09/12/2018 SVN 871 - Author: cooldude2k $ + $FileInfo: html5.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="html5.php"||$File3Name=="/html5.php") { diff --git a/logs/index.php b/inc/index.php similarity index 63% copy from logs/index.php copy to inc/index.php index 27a9a7e..64fecd3 100644 --- a/logs/index.php +++ b/inc/index.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: index.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ header('Location: ../index.php'); ?> \ No newline at end of file diff --git a/inc/iwrapper.php b/inc/iwrapper.php index 8faf575..0c8a03b 100644 --- a/inc/iwrapper.php +++ b/inc/iwrapper.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: iwrapper.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: iwrapper.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="iwrapper.php"||$File3Name=="/iwrapper.php") { diff --git a/inc/javascript.php b/inc/javascript.php index 895393d..1d179ac 100644 --- a/inc/javascript.php +++ b/inc/javascript.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: javascript.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: javascript.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ header("Content-Language: en"); header("Vary: Accept"); diff --git a/inc/lowcategories.php b/inc/lowcategories.php index a03b132..d738c4c 100644 --- a/inc/lowcategories.php +++ b/inc/lowcategories.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: lowcategories.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: lowcategories.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="lowcategories.php"||$File3Name=="/lowcategories.php") { diff --git a/inc/lowforums.php b/inc/lowforums.php index 04682ac..4ca3081 100644 --- a/inc/lowforums.php +++ b/inc/lowforums.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: lowforums.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: lowforums.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="lowforums.php"||$File3Name=="/lowforums.php") { diff --git a/inc/lowreplies.php b/inc/lowreplies.php index cdf50d2..022c6e3 100644 --- a/inc/lowreplies.php +++ b/inc/lowreplies.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: lowreplies.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: lowreplies.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="replies.php"||$File3Name=="/replies.php") { diff --git a/inc/lowsubcategories.php b/inc/lowsubcategories.php index e732fec..a06adbc 100644 --- a/inc/lowsubcategories.php +++ b/inc/lowsubcategories.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: lowsubcategories.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: lowsubcategories.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="lowsubcategories.php"||$File3Name=="/lowsubcategories.php") { diff --git a/inc/lowsubforums.php b/inc/lowsubforums.php index 5f10c1b..d0016b7 100644 --- a/inc/lowsubforums.php +++ b/inc/lowsubforums.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: lowsubforums.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: lowsubforums.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="lowsubforums.php"||$File3Name=="/lowsubforums.php") { diff --git a/inc/lowtopics.php b/inc/lowtopics.php index c2d388c..a31bf2c 100644 --- a/inc/lowtopics.php +++ b/inc/lowtopics.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: lowtopics.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: lowtopics.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="lowtopics.php"||$File3Name=="/lowtopics.php") { diff --git a/inc/members.php b/inc/members.php index 6a3b122..37f60ea 100644 --- a/inc/members.php +++ b/inc/members.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: members.php - Last Update: 06/21/2019 SVN 891 - Author: cooldude2k $ + $FileInfo: members.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="members.php"||$File3Name=="/members.php") { diff --git a/inc/messages.php b/inc/messages.php index d4965e5..bb01a5b 100644 --- a/inc/messages.php +++ b/inc/messages.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: messages.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: messages.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="messages.php"||$File3Name=="/messages.php") { diff --git a/inc/misc/compression.php b/inc/misc/compression.php index 1874ba6..f5413df 100644 --- a/inc/misc/compression.php +++ b/inc/misc/compression.php @@ -8,12 +8,12 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 GZip and Zlib by Jean-loup Gailly (compression) and Mark Adler (decompression) http://www.zlib.net/ BZip2 and libbzip2 by Julian Seward http://www.bzip.org/ - $FileInfo: compression.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: compression.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="compression.php"||$File3Name=="/compression.php") { diff --git a/inc/misc/functions.php b/inc/misc/functions.php index 41e6882..d3a818a 100644 --- a/inc/misc/functions.php +++ b/inc/misc/functions.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: functions.php - Last Update: 06/23/2019 SVN 895 - Author: cooldude2k $ + $FileInfo: functions.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="functions.php"||$File3Name=="/functions.php") { diff --git a/inc/misc/ibbcode.php b/inc/misc/ibbcode.php index 9cfb274..30ed688 100644 --- a/inc/misc/ibbcode.php +++ b/inc/misc/ibbcode.php @@ -8,11 +8,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 iBBCode / iBBTags by Kazuki Przyborowski - http://idb.berlios.net/ - $FileInfo: ibbcode.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: ibbcode.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="ibbcode.php"||$File3Name=="/ibbcode.php") { diff --git a/inc/admin/index.php b/inc/misc/index.php similarity index 63% copy from inc/admin/index.php copy to inc/misc/index.php index a39a596..4404795 100644 --- a/inc/admin/index.php +++ b/inc/misc/index.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: index.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ header('Location: ../../index.php'); ?> \ No newline at end of file diff --git a/inc/misc/iuntar.php b/inc/misc/iuntar.php index 863990c..67efcc5 100644 --- a/inc/misc/iuntar.php +++ b/inc/misc/iuntar.php @@ -8,11 +8,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 iUnTar ver. 4.7 by Kazuki Przyborowski & Josep Sanz Campderros - $FileInfo: iuntar.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: iuntar.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="iuntar.php"||$File3Name=="/iuntar.php") { @@ -21,7 +21,7 @@ if ($File3Name=="iuntar.php"||$File3Name=="/iuntar.php") { // PHP iUnTAR Version 4.7 // license: Revised BSD license -// Kazuki Przyborowski (http://ja.gamemaker2k.org/) +// Kazuki Przyborowski (https://idb.osdn.jp/) // Josep Sanz Campderros (http://saltos.net/) function untar($tarfile,$outdir="./",$chmod=null,$extract=true,$lsonly=false,$findfile=null) { $TarSize = filesize($tarfile); diff --git a/inc/misc/killglobals.php b/inc/misc/killglobals.php index a2c165c..4bec935 100644 --- a/inc/misc/killglobals.php +++ b/inc/misc/killglobals.php @@ -8,11 +8,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 Kill Register Globals (Register Globals are very lame we dont need them anyways. :P) - $FileInfo: killglobals.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: killglobals.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="killqlobals.php"||$File3Name=="/killqlobals.php") { diff --git a/inc/misc/setcheck.php b/inc/misc/setcheck.php index 1045a3a..a3f8775 100644 --- a/inc/misc/setcheck.php +++ b/inc/misc/setcheck.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: setcheck.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: setcheck.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="setcheck.php"||$File3Name=="/setcheck.php") { @@ -189,8 +189,8 @@ if ($_GET['act']=="LowView"||$_GET['act']=="loview") { $_GET['act']="lowview"; } if ($_GET['act']=="iDBInfo") { header('Location: http://sourceforge.net/projects/intdb/'); } if ($_GET['act']=="iDBSite") { header('Location: http://intdb.sourceforge.net/'); } if ($_GET['act']=="OldiDBInfo") { header('Location: http://developer.berlios.de/projects/idb/'); } -if ($_GET['act']=="OldiDBSite") { header('Location: http://idb.berlios.de/'); } +if ($_GET['act']=="OldiDBSite") { header('Location: https://idb.osdn.jp/'); } if ($_GET['act']=="DF2kInfo") { header('Location: http://developer.berlios.de/projects/df2k/'); } if ($_GET['act']=="DF2kSite") { header('Location: http://df2k.berlios.de/'); } -if ($_GET['act']=="GM2kSite") { header('Location: http://upload.idb.s1.jcink.com/'); } +if ($_GET['act']=="GM2kSite") { header('Location: https://idb.osdn.jp/'); } ?> diff --git a/inc/misc/sql/cubrid.php b/inc/misc/sql/cubrid.php index 967f06d..725c1e0 100644 --- a/inc/misc/sql/cubrid.php +++ b/inc/misc/sql/cubrid.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: cubrid.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: cubrid.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="cubrid.php"||$File3Name=="/cubrid.php") { diff --git a/inc/misc/sql/index.php b/inc/misc/sql/index.php index acd54c4..682870c 100644 --- a/inc/misc/sql/index.php +++ b/inc/misc/sql/index.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: index.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ header('Location: ../../../index.php'); ?> \ No newline at end of file diff --git a/inc/misc/sql/mysql.php b/inc/misc/sql/mysql.php index 14e73df..0a8ab9d 100644 --- a/inc/misc/sql/mysql.php +++ b/inc/misc/sql/mysql.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: mysql.php - Last Update: 10/06/2018 SVN 884 - Author: cooldude2k $ + $FileInfo: mysql.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="mysql.php"||$File3Name=="/mysql.php") { diff --git a/inc/misc/sql/mysqli.php b/inc/misc/sql/mysqli.php index 79a6277..e524ecf 100644 --- a/inc/misc/sql/mysqli.php +++ b/inc/misc/sql/mysqli.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: mysqli.php - Last Update: 10/06/2018 SVN 884 - Author: cooldude2k $ + $FileInfo: mysqli.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="mysqli.php"||$File3Name=="/mysqli.php") { diff --git a/inc/misc/sql/pgsql.php b/inc/misc/sql/pgsql.php index ba9025b..2291acf 100644 --- a/inc/misc/sql/pgsql.php +++ b/inc/misc/sql/pgsql.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: pgsql.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: pgsql.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="pgsql.php"||$File3Name=="/pgsql.php") { diff --git a/inc/misc/sql/sqlite.php b/inc/misc/sql/sqlite.php index a90aa01..04dcf04 100644 --- a/inc/misc/sql/sqlite.php +++ b/inc/misc/sql/sqlite.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: sqlite.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: sqlite.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="sqlite.php"||$File3Name=="/sqlite.php") { diff --git a/inc/misc/sql/sqlite3.php b/inc/misc/sql/sqlite3.php index c4133a9..c24fa72 100644 --- a/inc/misc/sql/sqlite3.php +++ b/inc/misc/sql/sqlite3.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: sqlite3.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: sqlite3.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="sqlite3.php"||$File3Name=="/sqlite3.php") { diff --git a/inc/misc/useragents.php b/inc/misc/useragents.php index 422ff48..1eca716 100644 --- a/inc/misc/useragents.php +++ b/inc/misc/useragents.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: useragents.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: useragents.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ // User Agent Checker function user_agent_check($user_agent) { diff --git a/inc/misc/utf8.php b/inc/misc/utf8.php index 04014cb..2cd0c64 100644 --- a/inc/misc/utf8.php +++ b/inc/misc/utf8.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: utf8.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: utf8.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ // UTF8 helper functions // author: Scott Michael Reynen "scott@randomchaos.com" diff --git a/inc/admin/index.php b/inc/mod/index.php similarity index 63% copy from inc/admin/index.php copy to inc/mod/index.php index a39a596..4404795 100644 --- a/inc/admin/index.php +++ b/inc/mod/index.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: index.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ header('Location: ../../index.php'); ?> \ No newline at end of file diff --git a/inc/admin/index.php b/inc/mplayer/index.php similarity index 63% copy from inc/admin/index.php copy to inc/mplayer/index.php index a39a596..4404795 100644 --- a/inc/admin/index.php +++ b/inc/mplayer/index.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: index.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ header('Location: ../../index.php'); ?> \ No newline at end of file diff --git a/inc/navbar.php b/inc/navbar.php index 38c4cdb..227313e 100644 --- a/inc/navbar.php +++ b/inc/navbar.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: navbar.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: navbar.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="navbar.php"||$File3Name=="/navbar.php") { diff --git a/inc/prelogin.php b/inc/prelogin.php index 0776af7..9c8cebb 100644 --- a/inc/prelogin.php +++ b/inc/prelogin.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: prelogin.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: prelogin.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="prelogin.php"||$File3Name=="/prelogin.php") { diff --git a/inc/profilemain.php b/inc/profilemain.php index 9b957a1..2911974 100644 --- a/inc/profilemain.php +++ b/inc/profilemain.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: profilemain.php - Last Update: 10/06/2018 SVN 883 - Author: cooldude2k $ + $FileInfo: profilemain.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="profilemain.php"||$File3Name=="/profilemain.php") { diff --git a/inc/replies.php b/inc/replies.php index 58bc5b9..771bc10 100644 --- a/inc/replies.php +++ b/inc/replies.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: replies.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: replies.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="replies.php"||$File3Name=="/replies.php") { diff --git a/inc/rssfeed.php b/inc/rssfeed.php index 489e5f9..e23011b 100644 --- a/inc/rssfeed.php +++ b/inc/rssfeed.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: rssfeed.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: rssfeed.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="rssfeed.php"||$File3Name=="/rssfeed.php") { diff --git a/inc/searches.php b/inc/searches.php index e2f3c0f..a5802af 100644 --- a/inc/searches.php +++ b/inc/searches.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: searches.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: searches.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="searches.php"||$File3Name=="/searches.php") { diff --git a/inc/sqlthemes.php b/inc/sqlthemes.php index f5a77f2..c1d5720 100644 --- a/inc/sqlthemes.php +++ b/inc/sqlthemes.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: sqlthemes.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: sqlthemes.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="sqlthemes.php"||$File3Name=="/sqlthemes.php") { diff --git a/inc/stats.php b/inc/stats.php index f85ba89..baad350 100644 --- a/inc/stats.php +++ b/inc/stats.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: stats.php - Last Update: 03/31/2019 SVN 888 - Author: cooldude2k $ + $FileInfo: stats.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="stats.php"||$File3Name=="/stats.php") { diff --git a/inc/subcategories.php b/inc/subcategories.php index 82f242a..d2dfbff 100644 --- a/inc/subcategories.php +++ b/inc/subcategories.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: subcategories.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: subcategories.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="subcategories.php"||$File3Name=="/subcategories.php") { diff --git a/inc/subforums.php b/inc/subforums.php index 2026b02..dc6227e 100644 --- a/inc/subforums.php +++ b/inc/subforums.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: subforums.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: subforums.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="subforums.php"||$File3Name=="/subforums.php") { diff --git a/inc/topics.php b/inc/topics.php index 46d3003..fb84e05 100644 --- a/inc/topics.php +++ b/inc/topics.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: topics.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: topics.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="topics.php"||$File3Name=="/topics.php") { diff --git a/inc/versioninfo.php b/inc/versioninfo.php index 7f8472e..f00a0b7 100644 --- a/inc/versioninfo.php +++ b/inc/versioninfo.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2019 iDB Support - http://idb.berlios.de/ - Copyright 2004-2019 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: versioninfo.php - Last Update: 08/01/2019 SVN 904 - Author: cooldude2k $ + $FileInfo: versioninfo.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="versioninfo.php"||$File3Name=="/versioninfo.php") { @@ -27,12 +27,12 @@ function version_info($proname,$subver,$ver,$supver,$reltype,$svnver,$showsvn) { return $return_var; } // Version number and date stuff. :P $VER1[0] = 0; $VER1[1] = 5; $VER1[2] = 2; $VERFull[1] = $VER1[0].".".$VER1[1].".".$VER1[2]; -$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 904; -$SVNDay[0] = 8; $SVNDay[1] = 1; $SVNDay[2] = 2019; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2]; +$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 905; +$SVNDay[0] = 8; $SVNDay[1] = 2; $SVNDay[2] = 2019; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2]; $AltName = "DF2k"; $AltName2 = "DF2k"; $RName = "iDB"; $SFName = "IntDB"; $RFullName = "Internet Discussion Boards"; $AltFullName = "Discussion Forums 2k"; $AltGM2k = "Game Maker 2k"; -$VerCheckName = "iDB"; $AltVerCheckName = "DF2k"; $AltiDBHome = "http://df2k.gamemaker2k.org/"; -$AltGM2kHome = "http://df2k.gamemaker2k.org/"; $AltGM2kURL = "".$AltGM2k.""; +$VerCheckName = "iDB"; $AltVerCheckName = "DF2k"; $AltiDBHome = "https://idb.osdn.jp/"; +$AltGM2kHome = "https://idb.osdn.jp/"; $AltGM2kURL = "".$AltGM2k.""; $iDBTheme = "iDB"; $AltiDBTheme = "Gray"; $UserAgentName = "iDB-Forum"; $AltUserAgentName = "DF2k-Forum"; if(!isset($Settings['usealtname'])) { $Settings['usealtname'] = "no"; } @@ -81,7 +81,7 @@ URLs and names and stuff. :P $KSP = "Kazuki Suzuki Przyborowski"; $KSPAlt = "Kazuki Suzuki Przyborowski"; */ -$iDBHome = "http://ja.gamemaker2k.org/"; $DF2kHome = "http://df2k.gamemaker2k.org/"; +$iDBHome = "https://idb.osdn.jp/"; $DF2kHome = "https://idb.osdn.jp/"; $OrgName = "iDB"; $AltOrgName = "DF2k"; $AltiDB = "Discussion Forums 2k"; $AltSQLDumper = null; if(isset($Settings['usealtname'])&&$Settings['usealtname']=="yes") { diff --git a/index.php b/index.php index 6d9991b..f29df4c 100644 --- a/index.php +++ b/index.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: index.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ if(ini_get("register_globals")) { require_once('inc/misc/killglobals.php'); } diff --git a/install.php b/install.php index 7fd4692..60a8418 100644 --- a/install.php +++ b/install.php @@ -8,11 +8,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ - iDB Installer made by Game Maker 2k - http://idb.berlios.de/support/category.php?act=view&id=2 + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 + iDB Installer made by Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2support/category.php?act=view&id=2 - $FileInfo: install.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: install.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ *//* if(ini_get("register_globals")) { require_once('inc/misc/killglobals.php'); } diff --git a/javascript.js b/javascript.js index 53e075a..2f3b533 100644 --- a/javascript.js +++ b/javascript.js @@ -7,10 +7,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: javascript.js - Last Update: 09/12/2018 SVN 870 - Author: cooldude2k $ + $FileInfo: javascript.js - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ function getid(id) { var itm; diff --git a/logs/index.php b/logs/index.php index 27a9a7e..64fecd3 100644 --- a/logs/index.php +++ b/logs/index.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: index.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ header('Location: ../index.php'); ?> \ No newline at end of file diff --git a/member.php b/member.php index 21a68db..2e97223 100644 --- a/member.php +++ b/member.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: member.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: member.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ if(ini_get("register_globals")) { require_once('inc/misc/killglobals.php'); } diff --git a/messenger.php b/messenger.php index d71ff7a..6f92b90 100644 --- a/messenger.php +++ b/messenger.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: messenger.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: messenger.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ if(ini_get("register_globals")) { require_once('inc/misc/killglobals.php'); } diff --git a/preindex.php b/preindex.php index 5790243..8edfa1f 100644 --- a/preindex.php +++ b/preindex.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: preindex.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: preindex.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $pretime = explode(" ", microtime()); $utime = $pretime[0]; diff --git a/profile.php b/profile.php index 0868912..52a091b 100644 --- a/profile.php +++ b/profile.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: profile.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: profile.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ if(ini_get("register_globals")) { require_once('inc/misc/killglobals.php'); } diff --git a/rss.php b/rss.php index 06f1193..faf873f 100644 --- a/rss.php +++ b/rss.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: rss.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: rss.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ if(ini_get("register_globals")) { require_once('inc/misc/killglobals.php'); } diff --git a/search.php b/search.php index 63da084..0a2d8d4 100644 --- a/search.php +++ b/search.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: search.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: search.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ if(ini_get("register_globals")) { require_once('inc/misc/killglobals.php'); } diff --git a/setup/convert/index.php b/setup/convert/index.php index f6e8de8..bbcfa67 100644 --- a/setup/convert/index.php +++ b/setup/convert/index.php @@ -8,11 +8,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 iDB Installer made by Game Maker 2k - http://idb.berlios.net/ - $FileInfo: index.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ header('Location: ../../index.php'); ?> \ No newline at end of file diff --git a/setup/convert/info.php b/setup/convert/info.php index a6bb07f..b250812 100644 --- a/setup/convert/info.php +++ b/setup/convert/info.php @@ -8,11 +8,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 iDB Installer made by Game Maker 2k - http://idb.berlios.net/ - $FileInfo: info.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: info.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $ConvertInfo = array(); $ConvertInfo['ConvertFrom'] = null; @@ -29,7 +29,7 @@ $ConvertInfo['ConvertPreVersion'] = null; // $ConvertInfo['ConvertTo'] = "iDB"; // $ConvertInfo['ConvertName'] = "DF2k to iDB"; // $ConvertInfo['ConvertMaker'] = "Cool Dude 2k"; -// $ConvertInfo['ConvertMakerURL'] = "http://upload.idb.s1.jcink.com/"; +// $ConvertInfo['ConvertMakerURL'] = "https://idb.osdn.jp/"; // $ConvertInfo['ConvertFile'] = "setup/convert/convert.php"; // $ConvertInfo['ConvertVersion'] = "1"; // $ConvertInfo['ConvertPreVersion'] = "1"; diff --git a/setup/html5.php b/setup/html5.php index 255dd09..1a4f1b2 100644 --- a/setup/html5.php +++ b/setup/html5.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: html5.php - Last Update: 09/12/2018 SVN 871 - Author: cooldude2k $ + $FileInfo: html5.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="xhtml10.php"||$File3Name=="/xhtml10.php") { diff --git a/setup/index.php b/setup/index.php index b1bc2b1..dfc47ef 100644 --- a/setup/index.php +++ b/setup/index.php @@ -8,11 +8,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 iDB Installer made by Game Maker 2k - http://idb.berlios.net/ - $FileInfo: index.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ header('Location: ../index.php'); ?> \ No newline at end of file diff --git a/setup/license.php b/setup/license.php index 78a97a3..07592c4 100644 --- a/setup/license.php +++ b/setup/license.php @@ -8,11 +8,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 iDB Installer made by Game Maker 2k - http://idb.berlios.net/ - $FileInfo: license.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: license.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="presetup.php"||$File3Name=="/presetup.php") { diff --git a/setup/mkconfig.php b/setup/mkconfig.php index b861f5e..d8a9326 100644 --- a/setup/mkconfig.php +++ b/setup/mkconfig.php @@ -8,11 +8,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 iDB Installer made by Game Maker 2k - http://idb.berlios.net/ - $FileInfo: mkconfig.php - Last Update: 09/14/2018 SVN 879 - Author: cooldude2k $ + $FileInfo: mkconfig.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="mkconfig.php"||$File3Name=="/mkconfig.php") { @@ -387,7 +387,7 @@ $CHMOD = $_SERVER['PHP_SELF']; $iDBRDate = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2]; $iDBRSVN = $VER2[2]." ".$SubVerN; $LastUpdateS = "Last Update: ".$iDBRDate." ".$iDBRSVN; -$pretext = ""; $fp = fopen("./settings.php","w+"); fwrite($fp, $BoardSettings); diff --git a/setup/sql/cubrid.php b/setup/sql/cubrid.php index 9253903..b4aba40 100644 --- a/setup/sql/cubrid.php +++ b/setup/sql/cubrid.php @@ -8,11 +8,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 iDB Installer made by Game Maker 2k - http://idb.berlios.net/ - $FileInfo: cubrid.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: cubrid.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="cubrid.php"||$File3Name=="/cubrid.php") { diff --git a/setup/convert/index.php b/setup/sql/index.php similarity index 66% copy from setup/convert/index.php copy to setup/sql/index.php index f6e8de8..bbcfa67 100644 --- a/setup/convert/index.php +++ b/setup/sql/index.php @@ -8,11 +8,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 iDB Installer made by Game Maker 2k - http://idb.berlios.net/ - $FileInfo: index.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ header('Location: ../../index.php'); ?> \ No newline at end of file diff --git a/setup/sql/mysql.php b/setup/sql/mysql.php index 6ae0820..614068a 100644 --- a/setup/sql/mysql.php +++ b/setup/sql/mysql.php @@ -8,11 +8,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 iDB Installer made by Game Maker 2k - http://idb.berlios.net/ - $FileInfo: mysql.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: mysql.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="mysql.php"||$File3Name=="/mysql.php") { diff --git a/setup/sql/pgsql.php b/setup/sql/pgsql.php index 7d5478a..399878f 100644 --- a/setup/sql/pgsql.php +++ b/setup/sql/pgsql.php @@ -8,11 +8,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 iDB Installer made by Game Maker 2k - http://idb.berlios.net/ - $FileInfo: pgsql.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: pgsql.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="pgsql.php"||$File3Name=="/pgsql.php") { diff --git a/setup/sql/sqlite.php b/setup/sql/sqlite.php index 7991ae0..25a7cbf 100644 --- a/setup/sql/sqlite.php +++ b/setup/sql/sqlite.php @@ -8,11 +8,11 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 iDB Installer made by Game Maker 2k - http://idb.berlios.net/ - $FileInfo: sqlite.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: sqlite.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="sqlite.php"||$File3Name=="/sqlite.php") { diff --git a/smileys/README b/smileys/README index 2506cd2..d7fa3c1 100644 --- a/smileys/README +++ b/smileys/README @@ -6,5 +6,5 @@ //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= // Emoticons made by Jcink for TextfileBB (https://launchpad.net/tfbb) Under GPL License //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -// $FileInfo: README - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ +// $FileInfo: README - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= \ No newline at end of file diff --git a/smileys/index.php b/smileys/index.php index a86accd..8c4246e 100644 --- a/smileys/index.php +++ b/smileys/index.php @@ -2,7 +2,7 @@ /* Emoticons made by Jcink for TextfileBB (https://launchpad.net/tfbb) Under GPL License - $FileInfo: index.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ header('Location: ../index.php'); ?> \ No newline at end of file diff --git a/sql.php b/sql.php index ec5d635..19df869 100644 --- a/sql.php +++ b/sql.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: sql.php - Last Update: 07/31/2019 SVN 902 - Author: cooldude2k $ + $FileInfo: sql.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ /* Some ini setting changes uncomment if you need them. Display PHP Errors */ diff --git a/subcategory.php b/subcategory.php index 98adb44..deb7cec 100644 --- a/subcategory.php +++ b/subcategory.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: subcategory.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: subcategory.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ if(ini_get("register_globals")) { require_once('inc/misc/killglobals.php'); } diff --git a/subforum.php b/subforum.php index 8d4a2a4..6023f35 100644 --- a/subforum.php +++ b/subforum.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: subforum.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: subforum.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ if(ini_get("register_globals")) { require_once('inc/misc/killglobals.php'); } diff --git a/themes/Gray/css.css b/themes/Gray/css.css index f23a116..0048598 100644 --- a/themes/Gray/css.css +++ b/themes/Gray/css.css @@ -7,10 +7,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2011 iDB Support - http://idb.berlios.de/ - Copyright 2004-2011 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2011 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2011 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 $ThemeInfo - Name: iDB Gray - Author: cooldude2k $ - $FileInfo: css.css - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: css.css - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ html { diff --git a/themes/Gray/index.php b/themes/Gray/index.php index facee4f..17ecc3a 100644 --- a/themes/Gray/index.php +++ b/themes/Gray/index.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 $ThemeInfo - Name: iDB Gray - Author: cooldude2k $ - $FileInfo: index.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ header('Location: ../../index.php'); ?> \ No newline at end of file diff --git a/themes/Gray/info.php b/themes/Gray/info.php index 2c002bb..4121c26 100644 --- a/themes/Gray/info.php +++ b/themes/Gray/info.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 $ThemeInfo - Name: iDB Gray - Author: cooldude2k $ - $FileInfo: info.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: info.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $ThemeInfo = array(); $ThemeInfo['ThemeName'] = "iDB Gray Theme"; @@ -19,6 +19,6 @@ $ThemeInfo['ThemeMaker'] = "Kazuki"; $ThemeInfo['ThemeVersion'] = "0.4.8"; $ThemeInfo['ThemeVersionType'] = "Alpha"; $ThemeInfo['ThemeSubVersion'] = "SVN 788"; -$ThemeInfo['MakerURL'] = "http://upload.idb.s1.jcink.com/"; +$ThemeInfo['MakerURL'] = "https://idb.osdn.jp/"; $ThemeInfo['CopyRight'] = "%{ThemeName}T was made by %{ThemeMaker}T"; ?> \ No newline at end of file diff --git a/themes/Gray/settings.php b/themes/Gray/settings.php index ad2d3af..24c1f0d 100644 --- a/themes/Gray/settings.php +++ b/themes/Gray/settings.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 $ThemeInfo - Name: iDB Gray - Author: cooldude2k $ - $FileInfo: settings.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: settings.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $ThemeSet = array(); $ThemeSet['ThemeName'] = "iDB Gray Theme"; @@ -19,7 +19,7 @@ $ThemeSet['ThemeMaker'] = "Kazuki"; $ThemeSet['ThemeVersion'] = "0.4.8"; $ThemeSet['ThemeVersionType'] = "Alpha"; $ThemeSet['ThemeSubVersion'] = "SVN 788"; -$ThemeSet['MakerURL'] = "http://upload.idb.s1.jcink.com/"; +$ThemeSet['MakerURL'] = "https://idb.osdn.jp/"; $ThemeSet['CopyRight'] = "%{ThemeName}T was made by %{ThemeMaker}T"; $ThemeSet['WrapperString'] = "<% HTMLSTART %>\n<% HTTPEQUIV %>\n<% METATAGS %>\n<% JAVASCRIPT %>\n<% LINKTAGS %>\n<% CSSTHEME %>\n<% FAVICON %>\n<% EXTRALINKS %>\n<% TITLETAG %>\n<% BODYTAG %>\n<% NAVBAR %>\n<% CONTENT %>\n<% COPYRIGHT %>\n<% HTMLEND %>"; $ThemeSet['CSS'] = "themes/Gray/css.css"; diff --git a/themes/iDB/css.css b/themes/iDB/css.css index bbe2084..4893155 100644 --- a/themes/iDB/css.css +++ b/themes/iDB/css.css @@ -7,10 +7,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2011 iDB Support - http://idb.berlios.de/ - Copyright 2004-2011 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2011 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2011 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 $ThemeInfo - Name: iDB Theme - Author: cooldude2k $ - $FileInfo: css.css - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: css.css - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ html { diff --git a/themes/iDB/index.php b/themes/iDB/index.php index 8f9b36d..faef4f9 100644 --- a/themes/iDB/index.php +++ b/themes/iDB/index.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 $ThemeInfo - Name: iDB Theme - Author: cooldude2k $ - $FileInfo: index.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ header('Location: ../../index.php'); ?> \ No newline at end of file diff --git a/themes/iDB/info.php b/themes/iDB/info.php index 5a5515a..a6af50c 100644 --- a/themes/iDB/info.php +++ b/themes/iDB/info.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 $ThemeInfo - Name: iDB Theme - Author: cooldude2k $ - $FileInfo: info.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: info.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $ThemeInfo = array(); $ThemeInfo['ThemeName'] = "iDB Theme"; @@ -19,6 +19,6 @@ $ThemeInfo['ThemeMaker'] = "Kazuki"; $ThemeInfo['ThemeVersion'] = "0.4.8"; $ThemeInfo['ThemeVersionType'] = "Alpha"; $ThemeInfo['ThemeSubVersion'] = "SVN 788"; -$ThemeInfo['MakerURL'] = "http://upload.idb.s1.jcink.com/"; +$ThemeInfo['MakerURL'] = "https://idb.osdn.jp/"; $ThemeInfo['CopyRight'] = "%{ThemeName}T was made by %{ThemeMaker}T"; ?> \ No newline at end of file diff --git a/themes/iDB/settings.php b/themes/iDB/settings.php index 1da676f..e3b811c 100644 --- a/themes/iDB/settings.php +++ b/themes/iDB/settings.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 $ThemeInfo - Name: iDB Theme - Author: cooldude2k $ - $FileInfo: settings.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: settings.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ $ThemeSet = array(); $ThemeSet['ThemeName'] = "iDB Theme"; @@ -19,7 +19,7 @@ $ThemeSet['ThemeMaker'] = "Kazuki"; $ThemeSet['ThemeVersion'] = "0.4.8"; $ThemeSet['ThemeVersionType'] = "Alpha"; $ThemeSet['ThemeSubVersion'] = "SVN 788"; -$ThemeSet['MakerURL'] = "http://upload.idb.s1.jcink.com/"; +$ThemeSet['MakerURL'] = "https://idb.osdn.jp/"; $ThemeSet['CopyRight'] = "%{ThemeName}T was made by %{ThemeMaker}T"; $ThemeSet['WrapperString'] = "<% HTMLSTART %>\n<% HTTPEQUIV %>\n<% METATAGS %>\n<% JAVASCRIPT %>\n<% LINKTAGS %>\n<% CSSTHEME %>\n<% FAVICON %>\n<% EXTRALINKS %>\n<% TITLETAG %>\n<% BODYTAG %>\n<% NAVBAR %>\n<% CONTENT %>\n<% COPYRIGHT %>\n<% HTMLEND %>"; $ThemeSet['CSS'] = "themes/iDB/css.css"; diff --git a/logs/index.php b/themes/index.php similarity index 63% copy from logs/index.php copy to themes/index.php index 27a9a7e..64fecd3 100644 --- a/logs/index.php +++ b/themes/index.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: index.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: index.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ header('Location: ../index.php'); ?> \ No newline at end of file diff --git a/topic.php b/topic.php index f5a119c..be652ac 100644 --- a/topic.php +++ b/topic.php @@ -8,10 +8,10 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Revised BSD License for more details. - Copyright 2004-2017 iDB Support - http://idb.berlios.de/ - Copyright 2004-2017 Game Maker 2k - http://gamemaker2k.org/ + Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 + Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: topic.php - Last Update: 01/26/2017 SVN 810 - Author: cooldude2k $ + $FileInfo: topic.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $ */ if(ini_get("register_globals")) { require_once('inc/misc/killglobals.php'); } -- 2.11.4.GIT