From: Kazuki Suzuki Przyborowski Date: Fri, 8 Apr 2022 22:10:47 +0000 (-0500) Subject: Add files via upload X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=baaf2c2a9cde04c0a47481313f45e53ca9bde634;hp=034a69ef67090ca0ea9ab219f506b0e35155dea9;p=idb%2FiDB.git.git Add files via upload --- diff --git a/inc/admin/sqldumper/mysql.php b/inc/admin/sqldumper/mysql.php index e221b3b..e9c5365 100644 --- a/inc/admin/sqldumper/mysql.php +++ b/inc/admin/sqldumper/mysql.php @@ -11,7 +11,7 @@ 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: 08/02/2019 SVN 905 - Author: cooldude2k $ + $FileInfo: mysql.php - Last Update: 4/8/2022 SVN 951 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="mysql.php"||$File3Name=="/mysql.php") { @@ -80,7 +80,7 @@ if(!isset($AltSQLDumper)||$AltSQLDumper===null) { $SQLDumper = "SQL Dumper"; } if(isset($AltSQLDumper)&&$AltSQLDumper!==null) { $SQLDumper = $AltSQLDumper; } -function GetAllRows($table) { $rene_j = 0; $trowout = null; +function GetAllRows($table) { $rene_j = 0; $trowout = array(); global $SQLStat; $tresult = sql_query("SELECT * FROM \"".$table."\"",$SQLStat); while ($trow = sql_fetch_assoc($tresult)) { @@ -106,7 +106,7 @@ if (!$result) { echo "DB Error, could not list tables\n"; echo 'MySQL Error: ' . sql_error($SQLStat); exit; } -$DropTable = null; $CreateTable = null; $TableNames = null; $l = 0; +$DropTable = null; $CreateTable = null; $TableNames = array(null); $l = 0; while ($row = sql_fetch_row($result)) { if(in_array($row[0],$TableChCk)) { $TableNames[$l] = $row[0]; diff --git a/inc/admin/sqldumper/pgsql.php b/inc/admin/sqldumper/pgsql.php index e414771..f074a81 100644 --- a/inc/admin/sqldumper/pgsql.php +++ b/inc/admin/sqldumper/pgsql.php @@ -11,7 +11,7 @@ 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: 08/02/2019 SVN 905 - Author: cooldude2k $ + $FileInfo: pgsql.php - Last Update: 4/8/2022 SVN 951 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="pgsql.php"||$File3Name=="/pgsql.php") { @@ -80,7 +80,7 @@ if(!isset($AltSQLDumper)||$AltSQLDumper===null) { $SQLDumper = "SQL Dumper"; } if(isset($AltSQLDumper)&&$AltSQLDumper!==null) { $SQLDumper = $AltSQLDumper; } -function GetAllRows($table) { $rene_j = 0; $trowout = null; +function GetAllRows($table) { $rene_j = 0; $trowout = array(); global $SQLStat; $tresult = sql_query("SELECT * FROM \"".$table."\"",$SQLStat); while ($trow = sql_fetch_assoc($tresult)) { diff --git a/inc/admin/sqldumper/sqlite.php b/inc/admin/sqldumper/sqlite.php index 6397594..81c5236 100644 --- a/inc/admin/sqldumper/sqlite.php +++ b/inc/admin/sqldumper/sqlite.php @@ -11,7 +11,7 @@ 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: 08/02/2019 SVN 905 - Author: cooldude2k $ + $FileInfo: sqlite.php - Last Update: 4/8/2022 SVN 951 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="sqlite.php"||$File3Name=="/sqlite.php") { @@ -80,7 +80,7 @@ if(!isset($AltSQLDumper)||$AltSQLDumper===null) { $SQLDumper = "SQL Dumper"; } if(isset($AltSQLDumper)&&$AltSQLDumper!==null) { $SQLDumper = $AltSQLDumper; } -function GetAllRows($table) { $rene_j = 0; $trowout = null; +function GetAllRows($table) { $rene_j = 0; $trowout = array(); global $SQLStat; $tresult = sql_query("SELECT * FROM \"".$table."\"",$SQLStat); while ($trow = sql_fetch_assoc($tresult)) { diff --git a/inc/admin/table.php b/inc/admin/table.php index 42daef0..ca85cfc 100644 --- a/inc/admin/table.php +++ b/inc/admin/table.php @@ -11,7 +11,7 @@ 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: 4/8/2022 SVN 950 - 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/lowreplies.php b/inc/lowreplies.php index 077a42c..8f63b17 100644 --- a/inc/lowreplies.php +++ b/inc/lowreplies.php @@ -11,7 +11,7 @@ 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: 08/05/2019 SVN 906 - Author: cooldude2k $ + $FileInfo: lowreplies.php - Last Update: 4/8/2022 SVN 951 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="replies.php"||$File3Name=="/replies.php") { @@ -172,7 +172,7 @@ if($nums<$num) { $nextpage = $_GET['page'] + 1; } if($nums>=$num) { $nextpage = $_GET['page']; } if($numz>=$Settings['max_posts']) { $backpage = $_GET['page'] - 1; } if($_GET['page']<=1) { $backpage = 1; } -$pnum = $num; $l = 1; $Pages = null; +$pnum = $num; $l = 1; $Pages = array();; while ($pnum>0) { if($pnum>=$Settings['max_posts']) { $pnum = $pnum - $Settings['max_posts']; diff --git a/inc/lowtopics.php b/inc/lowtopics.php index e2dfd67..68533c7 100644 --- a/inc/lowtopics.php +++ b/inc/lowtopics.php @@ -11,7 +11,7 @@ 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: 08/05/2019 SVN 906 - Author: cooldude2k $ + $FileInfo: lowtopics.php - Last Update: 4/8/2022 SVN 951 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="lowtopics.php"||$File3Name=="/lowtopics.php") { @@ -178,7 +178,7 @@ if($nums<$num) { $nextpage = $_GET['page'] + 1; } if($nums>=$num) { $nextpage = $_GET['page']; } if($numz>=$Settings['max_topics']) { $backpage = $_GET['page'] - 1; } if($_GET['page']<=1) { $backpage = 1; } -$pnum = $num; $l = 1; $Pages = null; +$pnum = $num; $l = 1; $Pages = array();; while ($pnum>0) { if($pnum>=$Settings['max_topics']) { $pnum = $pnum - $Settings['max_topics']; diff --git a/inc/members.php b/inc/members.php index cddd563..2f7ec3a 100644 --- a/inc/members.php +++ b/inc/members.php @@ -11,7 +11,7 @@ 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: 3/20/2022 SVN 935 - Author: cooldude2k $ + $FileInfo: members.php - Last Update: 4/8/2022 SVN 951 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="members.php"||$File3Name=="/members.php") { @@ -130,7 +130,7 @@ if($nums<$num) { $nextpage = $_GET['page'] + 1; } if($nums>=$num) { $nextpage = $_GET['page']; } if($numz>=$Settings['max_memlist']) { $backpage = $_GET['page'] - 1; } if($_GET['page']<=1) { $backpage = 1; } -$pnum = $num; $l = 1; $Pages = null; +$pnum = $num; $l = 1; $Pages = array();; while ($pnum>0) { if($pnum>=$Settings['max_memlist']) { $pnum = $pnum - $Settings['max_memlist']; @@ -374,7 +374,7 @@ if($nums<$num) { $nextpage = $_GET['page'] + 1; } if($nums>=$num) { $nextpage = $_GET['page']; } if($numz>=$Settings['max_memlist']) { $backpage = $_GET['page'] - 1; } if($_GET['page']<=1) { $backpage = 1; } -$pnum = $num; $l = 1; $Pages = null; +$pnum = $num; $l = 1; $Pages = array();; while ($pnum>0) { if($pnum>=$Settings['max_memlist']) { $pnum = $pnum - $Settings['max_memlist']; diff --git a/inc/messages.php b/inc/messages.php index bb01a5b..ba4aea5 100644 --- a/inc/messages.php +++ b/inc/messages.php @@ -11,7 +11,7 @@ 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: 08/02/2019 SVN 905 - Author: cooldude2k $ + $FileInfo: messages.php - Last Update: 4/8/2022 SVN 951 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="messages.php"||$File3Name=="/messages.php") { @@ -109,7 +109,7 @@ if($nums<$num) { $nextpage = $_GET['page'] + 1; } if($nums>=$num) { $nextpage = $_GET['page']; } if($numz>=$Settings['max_pmlist']) { $backpage = $_GET['page'] - 1; } if($_GET['page']<=1) { $backpage = 1; } -$pnum = $num; $l = 1; $Pages = null; +$pnum = $num; $l = 1; $Pages = array(); while ($pnum>0) { if($pnum>=$Settings['max_pmlist']) { $pnum = $pnum - $Settings['max_pmlist']; @@ -284,7 +284,7 @@ if($nums<$num) { $nextpage = $_GET['page'] + 1; } if($nums>=$num) { $nextpage = $_GET['page']; } if($numz>=$Settings['max_pmlist']) { $backpage = $_GET['page'] - 1; } if($_GET['page']<=1) { $backpage = 1; } -$pnum = $num; $l = 1; $Pages = null; +$pnum = $num; $l = 1; $Pages = array(); while ($pnum>0) { if($pnum>=$Settings['max_pmlist']) { $pnum = $pnum - $Settings['max_pmlist']; diff --git a/inc/replies.php b/inc/replies.php index 771bc10..1c61098 100644 --- a/inc/replies.php +++ b/inc/replies.php @@ -11,7 +11,7 @@ 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: 08/02/2019 SVN 905 - Author: cooldude2k $ + $FileInfo: replies.php - Last Update: 4/8/2022 SVN 951 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="replies.php"||$File3Name=="/replies.php") { @@ -191,7 +191,7 @@ if($nums<$num) { $nextpage = $_GET['page'] + 1; } if($nums>=$num) { $nextpage = $_GET['page']; } if($numz>=$Settings['max_posts']) { $backpage = $_GET['page'] - 1; } if($_GET['page']<=1) { $backpage = 1; } -$pnum = $num; $l = 1; $Pages = null; +$pnum = $num; $l = 1; $Pages = array();; while ($pnum>0) { if($pnum>=$Settings['max_posts']) { $pnum = $pnum - $Settings['max_posts']; diff --git a/inc/searches.php b/inc/searches.php index a5802af..1226270 100644 --- a/inc/searches.php +++ b/inc/searches.php @@ -11,7 +11,7 @@ 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: 08/02/2019 SVN 905 - Author: cooldude2k $ + $FileInfo: searches.php - Last Update: 4/8/2022 SVN 951 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="searches.php"||$File3Name=="/searches.php") { @@ -180,7 +180,7 @@ if($nums<$num) { $nextpage = $_GET['page'] + 1; } if($nums>=$num) { $nextpage = $_GET['page']; } if($numz>=$Settings['max_topics']) { $backpage = $_GET['page'] - 1; } if($_GET['page']<=1) { $backpage = 1; } -$pnum = $num; $l = 1; $Pages = null; +$pnum = $num; $l = 1; $Pages = array();; while ($pnum>0) { if($pnum>=$Settings['max_topics']) { $pnum = $pnum - $Settings['max_topics']; diff --git a/inc/topics.php b/inc/topics.php index fb84e05..b32dd2f 100644 --- a/inc/topics.php +++ b/inc/topics.php @@ -11,7 +11,7 @@ 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: 08/02/2019 SVN 905 - Author: cooldude2k $ + $FileInfo: topics.php - Last Update: 4/8/2022 SVN 951 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="topics.php"||$File3Name=="/topics.php") { @@ -191,7 +191,7 @@ if($nums<$num) { $nextpage = $_GET['page'] + 1; } if($nums>=$num) { $nextpage = $_GET['page']; } if($numz>=$Settings['max_topics']) { $backpage = $_GET['page'] - 1; } if($_GET['page']<=1) { $backpage = 1; } -$pnum = $num; $l = 1; $Pages = null; +$pnum = $num; $l = 1; $Pages = array();; while ($pnum>0) { if($pnum>=$Settings['max_topics']) { $pnum = $pnum - $Settings['max_topics']; diff --git a/inc/versioninfo.php b/inc/versioninfo.php index accf720..57847dd 100644 --- a/inc/versioninfo.php +++ b/inc/versioninfo.php @@ -11,7 +11,7 @@ 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: 4/8/2022 SVN 950 - Author: cooldude2k $ + $FileInfo: versioninfo.php - Last Update: 4/8/2022 SVN 951 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="versioninfo.php"||$File3Name=="/versioninfo.php") { @@ -27,7 +27,7 @@ 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] = 4; $VERFull[1] = $VER1[0].".".$VER1[1].".".$VER1[2]; -$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 950; $GitRevN = '$Id: 122279fd71c7f9b11797dde9daf510b74803f1e6 $'; +$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 951; $GitRevN = '$Id: accf7202270870b8dd12b2e5eaaa21604a025589 $'; $SVNDay[0] = 4; $SVNDay[1] = 8; $SVNDay[2] = 2022; $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";