From: Kazuki Przyborowski Date: Wed, 22 Oct 2008 05:53:35 +0000 (+0000) Subject: Small little update. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8b974202fba7950c1df2df4fab7345141448ecbe;p=idb%2FiDB.git.git Small little update. git-svn-id: svn://svn.code.sf.net/p/intdb/svn/trunk@182 2b68903e-0b30-0410-9a39-a2e4f3c5be39 --- diff --git a/inc/versioninfo.php b/inc/versioninfo.php index 1296c82..b13b085 100644 --- a/inc/versioninfo.php +++ b/inc/versioninfo.php @@ -11,7 +11,7 @@ Copyright 2004-2008 Cool Dude 2k - http://idb.berlios.de/ Copyright 2004-2008 Game Maker 2k - http://intdb.sourceforge.net/ - $FileInfo: versioninfo.php - Last Update: 10/21/2008 SVN 181 - Author: cooldude2k $ + $FileInfo: versioninfo.php - Last Update: 10/22/2008 SVN 182 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="versioninfo.php"||$File3Name=="/versioninfo.php") { @@ -27,8 +27,8 @@ function version_info($proname,$subver,$ver,$supver,$reltype,$svnver,$showsvn) { return $return_var; } // Version number and date stuff. :P $VER1[0] = 0; $VER1[1] = 2; $VER1[2] = 3; $VERFull[1] = $VER1[0].".".$VER1[1].".".$VER1[2]; -$VER2[0] = "Pre-Alpha"; $VER2[1] = "PA"; $VER2[2] = "SVN"; $SubVerN = 181; $RName = "iDB"; $SFName = "IntDB"; -$SVNDay[0] = 10; $SVNDay[1] = 21; $SVNDay[2] = 2008; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2]; +$VER2[0] = "Pre-Alpha"; $VER2[1] = "PA"; $VER2[2] = "SVN"; $SubVerN = 182; $RName = "iDB"; $SFName = "IntDB"; +$SVNDay[0] = 10; $SVNDay[1] = 22; $SVNDay[2] = 2008; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2]; $VerInfo['iDB_Ver'] = version_info($RName,$VER1[0],$VER1[1],$VER1[2],$VER2[1],$SubVerN,false); $VerInfo['iDB_Ver_SVN'] = version_info($RName,$VER1[0],$VER1[1],$VER1[2],$VER2[1],$SubVerN,true); $VerInfo['iDB_Full_Ver'] = version_info($RName,$VER1[0],$VER1[1],$VER1[2],$VER2[0],$SubVerN,false); diff --git a/inc/xhtml10.php b/inc/xhtml10.php index 71e17d4..c0cc93e 100644 --- a/inc/xhtml10.php +++ b/inc/xhtml10.php @@ -11,7 +11,7 @@ Copyright 2004-2008 Cool Dude 2k - http://idb.berlios.de/ Copyright 2004-2008 Game Maker 2k - http://intdb.sourceforge.net/ - $FileInfo: xhtml10.php - Last Update: 10/21/2008 SVN 181 - Author: cooldude2k $ + $FileInfo: xhtml10.php - Last Update: 10/22/2008 SVN 182 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="xhtml10.php"||$File3Name=="/xhtml10.php") { @@ -53,7 +53,7 @@ if($Settings['showverinfo']!==true) { $iDBURL1 = ""; } if($Settings['showverinfo']===true) { $iDBURL1 = ""; } -$GM2kURL = "".$GM2k.""; +$GM2kURL = "".$GM2k.""; $csryear = "2004"; $cryear = date("Y"); if($cryear<=2004) { $cryear = "2005"; } $endpagevar = "
Powered by ".$iDBURL1.$RName." © ".$GM2kURL." @ ".$csryear." - ".$cryear." BSDL
\n".$ThemeSet['CopyRight']; @header("Content-Language: en"); diff --git a/inc/xhtml11.php b/inc/xhtml11.php index ca7634e..2bda4a8 100644 --- a/inc/xhtml11.php +++ b/inc/xhtml11.php @@ -11,7 +11,7 @@ Copyright 2004-2008 Cool Dude 2k - http://idb.berlios.de/ Copyright 2004-2008 Game Maker 2k - http://intdb.sourceforge.net/ - $FileInfo: xhtml11.php - Last Update: 10/21/2008 SVN 181 - Author: cooldude2k $ + $FileInfo: xhtml11.php - Last Update: 10/22/2008 SVN 182 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="xhtml11.php"||$File3Name=="/xhtml11.php") { @@ -55,7 +55,7 @@ if($Settings['showverinfo']!==true) { $iDBURL1 = ""; } if($Settings['showverinfo']===true) { $iDBURL1 = ""; } -$GM2kURL = "".$GM2k.""; +$GM2kURL = "".$GM2k.""; $csryear = "2004"; $cryear = date("Y"); if($cryear<=2004) { $cryear = "2005"; } $endpagevar = "
Powered by ".$iDBURL1.$RName." © ".$GM2kURL." @ ".$csryear." - ".$cryear." BSDL
\n".$ThemeSet['CopyRight']; @header("Content-Language: en"); diff --git a/install.php b/install.php index 66d6a1d..2023f9e 100644 --- a/install.php +++ b/install.php @@ -10,9 +10,9 @@ Copyright 2004-2008 Cool Dude 2k - http://idb.berlios.de/ Copyright 2004-2008 Game Maker 2k - http://intdb.sourceforge.net/ - iDB Installer made by Game Maker 2k - http://upload.idb.s1.jcink.com/ + iDB Installer made by Game Maker 2k - http://idb.berlios.de/support/category.php?act=view&id=2 - $FileInfo: install.php - Last Update: 02/07/2008 SVN 146 - Author: cooldude2k $ + $FileInfo: install.php - Last Update: 10/22/2008 SVN 182 - Author: cooldude2k $ */ @error_reporting(E_ALL ^ E_NOTICE); if(@ini_get("register_globals")) { diff --git a/setup/setup.php b/setup/setup.php index 44573e6..8c3c58d 100644 --- a/setup/setup.php +++ b/setup/setup.php @@ -12,7 +12,7 @@ Copyright 2004-2008 Game Maker 2k - http://intdb.sourceforge.net/ iDB Installer made by Game Maker 2k - http://idb.berlios.net/ - $FileInfo: setup.php - Last Update: 01/01/2008 SVN 144 - Author: cooldude2k $ + $FileInfo: setup.php - Last Update: 10/22/2008 SVN 182 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="setup.php"||$File3Name=="/setup.php") { @@ -35,7 +35,7 @@ if(!$StatSQL) { $Error="Yes"; echo ""; echo "
".mysql_errno().": ".mysql_error()."\n
\n"; } if ($Error!="Yes") { -$pretext = ""; $fp = fopen("./settings.php","w+"); fwrite($fp, $BoardSettings);