From 13630d77267f7e75dde9b8e6715c66a53ee57094 Mon Sep 17 00:00:00 2001 From: Kazuki Przyborowski Date: Sat, 13 Dec 2008 02:23:45 +0000 Subject: [PATCH] Another small update. git-svn-id: svn://svn.code.sf.net/p/intdb/svn/trunk@215 2b68903e-0b30-0410-9a39-a2e4f3c5be39 --- inc/admin/forums.php | 38 +++++++++++++++++++------------------- inc/admin/main.php | 22 +++++++++++----------- inc/admin/table.php | 10 +++++----- inc/categories.php | 6 +++--- inc/events.php | 14 +++++++------- inc/forums.php | 6 +++--- inc/members.php | 18 +++++++++--------- inc/pm.php | 24 ++++++++++++------------ inc/profilemain.php | 38 +++++++++++++++++++------------------- inc/replies.php | 38 +++++++++++++++++++------------------- inc/searchs.php | 6 +++--- inc/subcategories.php | 6 +++--- inc/subforums.php | 6 +++--- inc/topics.php | 14 +++++++------- inc/versioninfo.php | 4 ++-- install.php | 6 +++--- 16 files changed, 128 insertions(+), 128 deletions(-) diff --git a/inc/admin/forums.php b/inc/admin/forums.php index 7dc8023..9288a3e 100644 --- a/inc/admin/forums.php +++ b/inc/admin/forums.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: forums.php - Last Update: 12/12/2008 SVN 213 - Author: cooldude2k $ + $FileInfo: forums.php - Last Update: 12/12/2008 SVN 215 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="forums.php"||$File3Name=="/forums.php") { @@ -39,13 +39,13 @@ $admincptitle = " ".$ThemeSet['TitleDivider']." Adding new Forum";
+">iDB Forum Manager
@@ -228,13 +228,13 @@ mysql_query($query);
+">Updating Settings
-">iDB Forum Manager +">iDB Forum Manager  
@@ -255,13 +255,13 @@ $admincptitle = " ".$ThemeSet['TitleDivider']." Deleting a Forum";
+">iDB Forum Manager
-">Updating Settings +">Updating Settings  
@@ -370,13 +370,13 @@ mysql_query($dtquery);
+">Updating Settings
-">iDB Forum Manager +">iDB Forum Manager  
@@ -398,13 +398,13 @@ if(!isset($_POST['id'])) {
+">iDB Forum Manager
-">Updating Settings +">Updating Settings  
@@ -666,13 +666,13 @@ mysql_query($query);
+">Updating Settings
-">iDB Forum Manager +">iDB Forum Manager  
@@ -694,13 +694,13 @@ $admincptitle = " ".$ThemeSet['TitleDivider']." Updating Settings";
+">Updating Settings
-">Updating Settings +">Updating Settings  
@@ -723,13 +723,13 @@ if(!isset($_POST['id'])) {
+">Forum Permissions Manager
-">Updating Settings +">Updating Settings  
@@ -782,13 +782,13 @@ $getperidName=mysql_result($getperidr2,0,"Name");
+">Forum Permissions Manager
-">Forum Permissions Manager +">Forum Permissions Manager  
diff --git a/inc/admin/main.php b/inc/admin/main.php index 9d9f62c..6e26f0f 100644 --- a/inc/admin/main.php +++ b/inc/admin/main.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: main.php - Last Update: 12/11/2008 SVN 210 - Author: cooldude2k $ + $FileInfo: main.php - Last Update: 12/12/2008 SVN 215 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="main.php"||$File3Name=="/main.php") { @@ -79,13 +79,13 @@ $admincptitle = " ".$ThemeSet['TitleDivider']." Updating Settings";
+Updating Settings
-">Forum Permissions Manager +">Forum Permissions Manager  
@@ -109,13 +109,13 @@ $admincptitle = " ".$ThemeSet['TitleDivider']." Admin CP";
+NotePad
-Updating Settings +Updating Settings  
@@ -154,13 +154,13 @@ $tsa = array("offset" => $Settings['DefaultTimeZone'], "hour" => $ts_array[0], "
+">iDB Settings Manager
-NotePad +NotePad  
@@ -358,13 +358,13 @@ require('settings.php'); $admincptitle = " ".$ThemeSet['TitleDivider']." Databas
+">iDB Database Manager
-">iDB Settings Manager +">iDB Settings Manager  
@@ -428,13 +428,13 @@ require('settings.php'); $admincptitle = " ".$ThemeSet['TitleDivider']." Board I
+">Board Info Manager
-">iDB Database Manager +">iDB Database Manager  
diff --git a/inc/admin/table.php b/inc/admin/table.php index 6bca193..0bfc179 100644 --- a/inc/admin/table.php +++ b/inc/admin/table.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: table.php - Last Update: 12/10/2008 SVN 208 - Author: cooldude2k $ + $FileInfo: table.php - Last Update: 12/12/2008 SVN 215 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="table.php"||$File3Name=="/table.php") { @@ -20,12 +20,12 @@ if ($File3Name=="table.php"||$File3Name=="/table.php") { ?>
-Main Settings
+Main Settings
-">Board Info Manager +">Board Info Manager  
- + @@ -46,12 +46,12 @@ if ($File3Name=="table.php"||$File3Name=="/table.php") {
-Forum Tool
+Forum Tool
- + diff --git a/inc/categories.php b/inc/categories.php index b9cbcbf..74dc9bb 100644 --- a/inc/categories.php +++ b/inc/categories.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: categories.php - Last Update: 12/08/2008 SVN 205 - Author: cooldude2k $ + $FileInfo: categories.php - Last Update: 12/12/2008 SVN 215 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="categories.php"||$File3Name=="/categories.php") { @@ -69,13 +69,13 @@ if($num>=1) {
-">
+">
Forum ToolForum Tool
 
diff --git a/inc/events.php b/inc/events.php index 9f80ff7..d817880 100644 --- a/inc/events.php +++ b/inc/events.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: events.php - Last Update: 12/06/2008 SVN 201 - Author: cooldude2k $ + $FileInfo: events.php - Last Update: 12/12/2008 SVN 215 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="events.php"||$File3Name=="/events.php") { @@ -87,12 +87,12 @@ $User1Signature = text2icons($User1Signature,$Settings['sqltable']);
-">
+">
-"> +">
- @@ -170,13 +170,13 @@ gzip_page($Settings['use_gzip'],$GZipEncode['Type']); @mysql_close(); die(); }
-">Making a Event
+">Making a Event
"> +">
@@ -275,13 +275,13 @@ require($SettDir['inc']."captcha.php"); }
-">Making a Event
+">Making a Event
-">Making a Event +">Making a Event
diff --git a/inc/forums.php b/inc/forums.php index c6548a8..9626a5d 100644 --- a/inc/forums.php +++ b/inc/forums.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: forums.php - Last Update: 12/09/2008 SVN 206 - Author: cooldude2k $ + $FileInfo: forums.php - Last Update: 12/12/2008 SVN 215 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="forums.php"||$File3Name=="/forums.php") { @@ -54,13 +54,13 @@ if($num>=1) {
-">
+">
-">Making a Event +">Making a Event
diff --git a/inc/members.php b/inc/members.php index 789fb58..2caa7a7 100644 --- a/inc/members.php +++ b/inc/members.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: members.php - Last Update: 12/09/2008 SVN 207 - Author: cooldude2k $ + $FileInfo: members.php - Last Update: 12/12/2008 SVN 215 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="members.php"||$File3Name=="/members.php") { @@ -163,14 +163,14 @@ echo $pstring;
-">Member List +">Member List
-"> +">
@@ -306,14 +306,14 @@ if($_GET['view']=="website"||$_GET['view']=="homepage") {
-">Viewing profile +">Viewing profile
-">Member List +">Member List
@@ -394,14 +394,14 @@ $membertitle = " ".$ThemeSet['TitleDivider']." Login";
-">Log in +">Log in
-">Viewing profile +">Viewing profile
@@ -600,14 +600,14 @@ if($_SESSION['UserID']==0||$_SESSION['UserID']==null) {
-">Register +">Register
-">Log in +">Log in
diff --git a/inc/pm.php b/inc/pm.php index 83ca09b..0cc4988 100644 --- a/inc/pm.php +++ b/inc/pm.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: pm.php - Last Update: 12/09/2008 SVN 207 - Author: cooldude2k $ + $FileInfo: pm.php - Last Update: 12/12/2008 SVN 215 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="pm.php"||$File3Name=="/pm.php") { @@ -147,14 +147,14 @@ echo $pstring; ?>
-">MailBox () +">MailBox ()  
-">Register +">Register
@@ -302,14 +302,14 @@ echo $pstring; ?>
-">MailBox () +">MailBox ()  
-
-">MailBox () +">MailBox ()  
+
@@ -436,13 +436,13 @@ $User1Signature = text2icons($User1Signature,$Settings['sqltable']);
-"> ( ) +"> ( )
-">MailBox () +">MailBox ()  
- @@ -531,13 +531,13 @@ if($renum==0) { $SendMessageTo = null; }
-">Seanding a Message
+">Seanding a Message
"> ( ) +"> ( )
@@ -630,13 +630,13 @@ require($SettDir['inc']."captcha.php"); }
-">Making a Message
+">Making a Message
-">Seanding a Message +">Seanding a Message
diff --git a/inc/profilemain.php b/inc/profilemain.php index 645bcd9..80fcac0 100644 --- a/inc/profilemain.php +++ b/inc/profilemain.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: profilemain.php - Last Update: 12/05/2008 SVN 199 - Author: cooldude2k $ + $FileInfo: profilemain.php - Last Update: 12/12/2008 SVN 215 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="profilemain.php"||$File3Name=="/profilemain.php") { @@ -33,12 +33,12 @@ if(!isset($_POST['update'])) { $_POST['update'] = null; }
-Profile Settings
+Profile Settings
-">Making a Message +">Making a Message
- + @@ -57,12 +57,12 @@ if(!isset($_POST['update'])) { $_POST['update'] = null; }
-Board Settings
+Board Settings
- + @@ -86,14 +86,14 @@ $profiletitle = " ".$ThemeSet['TitleDivider']." NotePad";
-Updating Settings +Updating Settings
Board SettingsBoard Settings
 
@@ -118,14 +118,14 @@ $notepadact = $noteact; $profiletitle = " ".$ThemeSet['TitleDivider']." NotePad"
-NotePad +NotePad
-Updating Settings +Updating Settings
@@ -201,14 +201,14 @@ $profiletitle = " ".$ThemeSet['TitleDivider']." Signature Editor";
-Signature Editer +Signature Editer
-NotePad +NotePad
@@ -292,14 +292,14 @@ $AvatarSize1W=$AvatarSize1[0]; $AvatarSize1H=$AvatarSize1[1];
-Avatar Editer +Avatar Editer
-Signature Editer +Signature Editer
@@ -378,14 +378,14 @@ $profiletitle = " ".$ThemeSet['TitleDivider']." Board Settings"; ?>
-Board Settings +Board Settings
-Avatar Editer +Avatar Editer
@@ -556,14 +556,14 @@ $profiletitle = " ".$ThemeSet['TitleDivider']." Profile Editor";
-Profile Editer +Profile Editer
-Board Settings +Board Settings
@@ -780,14 +780,14 @@ $profiletitle = " ".$ThemeSet['TitleDivider']." User Info Editer";
-User Info Editer +User Info Editer
-Profile Editer +Profile Editer
diff --git a/inc/replies.php b/inc/replies.php index b16122c..61bc3f5 100644 --- a/inc/replies.php +++ b/inc/replies.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: replies.php - Last Update: 12/09/2008 SVN 207 - Author: cooldude2k $ + $FileInfo: replies.php - Last Update: 12/12/2008 SVN 215 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="replies.php"||$File3Name=="/replies.php") { @@ -291,13 +291,13 @@ $ReplyNum = $i + $PageLimit + 1;
-"> ( ) +"> ( )
-User Info Editer +User Info Editer
- @@ -392,13 +392,13 @@ $QuoteReply = null; $QuoteDescription = null;
-#">
+#">
"> ( ) +"> ( )
@@ -548,13 +548,13 @@ if($_GET['post']==null) { $QuoteReply = null; $QuoteDescription = null; }
-#">
+#">
-#"> +#">
@@ -656,13 +656,13 @@ require($SettDir['inc']."captcha.php"); }
-#">
+#">
-#"> +#">
@@ -882,13 +882,13 @@ mysql_query($queryupd);
-">
+">
-#"> +#">
@@ -939,13 +939,13 @@ mysql_query($queryupd);
-">
+">
-"> +">
@@ -1045,13 +1045,13 @@ mysql_query($queryupd); }
-">
+">
-"> +">
@@ -1129,13 +1129,13 @@ $TopicName = @remove_spaces($TopicName);
-">
+">
-"> +">
@@ -1255,13 +1255,13 @@ if($PermissionInfo['CanEditTopicsClose'][$TopicForumID]=="no"&&$TopicClosed==1)
-">
+">
-"> +">
diff --git a/inc/searchs.php b/inc/searchs.php index da1654f..66659e0 100644 --- a/inc/searchs.php +++ b/inc/searchs.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: searchs.php - Last Update: 12/11/2008 SVN 211 - Author: cooldude2k $ + $FileInfo: searchs.php - Last Update: 12/12/2008 SVN 215 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="searchs.php"||$File3Name=="/searchs.php") { @@ -34,13 +34,13 @@ if($_GET['act']=="topics") {
-">Topic Search
+">Topic Search
-"> +">
diff --git a/inc/subcategories.php b/inc/subcategories.php index ba2feaa..ffd1d8a 100644 --- a/inc/subcategories.php +++ b/inc/subcategories.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: subcategories.php - Last Update: 12/05/2008 SVN 199 - Author: cooldude2k $ + $FileInfo: subcategories.php - Last Update: 12/12/2008 SVN 215 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="subcategories.php"||$File3Name=="/subcategories.php") { @@ -73,13 +73,13 @@ if($num>=1) {
-">
+">
-">Topic Search +">Topic Search
diff --git a/inc/subforums.php b/inc/subforums.php index 2fc95d6..21c4336 100644 --- a/inc/subforums.php +++ b/inc/subforums.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: subforums.php - Last Update: 12/08/2008 SVN 205 - Author: cooldude2k $ + $FileInfo: subforums.php - Last Update: 12/12/2008 SVN 215 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="subforums.php"||$File3Name=="/subforums.php") { @@ -96,13 +96,13 @@ $i=0;
-">
+">
-"> +">
diff --git a/inc/topics.php b/inc/topics.php index 2345496..a7edf3b 100644 --- a/inc/topics.php +++ b/inc/topics.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: topics.php - Last Update: 12/09/2008 SVN 207 - Author: cooldude2k $ + $FileInfo: topics.php - Last Update: 12/12/2008 SVN 215 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="topics.php"||$File3Name=="/topics.php") { @@ -215,13 +215,13 @@ echo $pstring;
-#">
+#">
-"> +">
@@ -370,13 +370,13 @@ gzip_page($Settings['use_gzip'],$GZipEncode['Type']); @mysql_close(); die(); }
-">
+">
-#"> +#">
@@ -470,13 +470,13 @@ require($SettDir['inc']."captcha.php"); }
-">
+">
-"> +">
diff --git a/inc/versioninfo.php b/inc/versioninfo.php index 796d0ff..b71f013 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: 12/12/2008 SVN 214 - Author: cooldude2k $ + $FileInfo: versioninfo.php - Last Update: 12/12/2008 SVN 215 - 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] = 2; $VER1[2] = 5; $VERFull[1] = $VER1[0].".".$VER1[1].".".$VER1[2]; -$VER2[0] = "Pre-Alpha"; $VER2[1] = "PA"; $VER2[2] = "SVN"; $SubVerN = 214; $RName = "iDB"; $SFName = "IntDB"; +$VER2[0] = "Pre-Alpha"; $VER2[1] = "PA"; $VER2[2] = "SVN"; $SubVerN = 215; $RName = "iDB"; $SFName = "IntDB"; $SVNDay[0] = 12; $SVNDay[1] = 12; $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); diff --git a/install.php b/install.php index bfafbd5..9adcb88 100644 --- a/install.php +++ b/install.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.de/support/category.php?act=view&id=2 - $FileInfo: install.php - Last Update: 12/12/2008 SVN 214 - Author: cooldude2k $ + $FileInfo: install.php - Last Update: 12/12/2008 SVN 215 - Author: cooldude2k $ */ @error_reporting(E_ALL ^ E_NOTICE); if(@ini_get("register_globals")) { @@ -57,13 +57,13 @@ $Error = null; $_GET['time'] = false;
-"> +">
- -- 2.11.0
Install +Install