You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(193) |
Nov
(393) |
Dec
(347) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(401) |
Feb
(232) |
Mar
(343) |
Apr
(129) |
May
(129) |
Jun
(116) |
Jul
(189) |
Aug
(129) |
Sep
(68) |
Oct
(172) |
Nov
(298) |
Dec
(148) |
| 2003 |
Jan
(264) |
Feb
(210) |
Mar
(322) |
Apr
(309) |
May
(234) |
Jun
(188) |
Jul
(215) |
Aug
(161) |
Sep
(234) |
Oct
(163) |
Nov
(110) |
Dec
(7) |
| 2004 |
Jan
(95) |
Feb
(107) |
Mar
(55) |
Apr
(3) |
May
(49) |
Jun
(35) |
Jul
(57) |
Aug
(43) |
Sep
(56) |
Oct
(40) |
Nov
(25) |
Dec
(21) |
| 2005 |
Jan
(93) |
Feb
(25) |
Mar
(22) |
Apr
(72) |
May
(45) |
Jun
(24) |
Jul
(29) |
Aug
(20) |
Sep
(50) |
Oct
(93) |
Nov
(69) |
Dec
(183) |
| 2006 |
Jan
(185) |
Feb
(143) |
Mar
(402) |
Apr
(260) |
May
(322) |
Jun
(367) |
Jul
(234) |
Aug
(299) |
Sep
(206) |
Oct
(288) |
Nov
(338) |
Dec
(307) |
| 2007 |
Jan
(296) |
Feb
(250) |
Mar
(261) |
Apr
(434) |
May
(539) |
Jun
(274) |
Jul
(440) |
Aug
(190) |
Sep
(128) |
Oct
(249) |
Nov
(86) |
Dec
(51) |
| 2008 |
Jan
(177) |
Feb
(67) |
Mar
(61) |
Apr
(48) |
May
(56) |
Jun
(97) |
Jul
(60) |
Aug
(64) |
Sep
(151) |
Oct
(79) |
Nov
(109) |
Dec
(123) |
| 2009 |
Jan
(70) |
Feb
(70) |
Mar
(73) |
Apr
(80) |
May
(22) |
Jun
(193) |
Jul
(191) |
Aug
(181) |
Sep
(120) |
Oct
(48) |
Nov
(24) |
Dec
|
|
From: Paul S. O. <ps...@us...> - 2001-10-10 14:22:29
|
Update of /cvsroot/phpbb/phpBB2/language In directory usw-pr-cvs1:/tmp/cvs-serv29677/language Modified Files: lang_english.php Log Message: Some lang file changes for profile, viewtopic and posting Index: lang_english.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english.php,v retrieving revision 1.154 retrieving revision 1.155 diff -C2 -r1.154 -r1.155 *** lang_english.php 2001/10/09 23:28:31 1.154 --- lang_english.php 2001/10/10 14:22:27 1.155 *************** *** 284,288 **** $lang['Flood_Error'] = "You cannot make another post so soon after your last, please try again in a short while."; - $lang['Sorry_edit_own_posts'] = "Sorry but you can only edit your own posts"; $lang['Empty_subject'] = "You must specifiy a subject when posting a new topic"; $lang['Empty_message'] = "You must enter a message when posting"; --- 284,287 ---- *************** *** 294,297 **** --- 293,304 ---- $lang['No_valid_mode'] = "You can only post, reply edit or quote messages, please return and try again"; $lang['No_such_post'] = "There is no such post, please return and try again"; + $lang['Edit_own_posts'] = "Sorry but you can only edit your own posts"; + $lang['Delete_own_posts'] = "Sorry but you can only delete your own posts"; + $lang['Cannot_delete_replied'] = "Sorry but you may not delete posts that have been replied to"; + $lang['Cannot_delete_poll'] = "Sorry but you cannot delete an active poll"; + $lang['Empty_poll_title'] = "You must enter a title for your poll"; + $lang['To_few_poll_options'] = "You must enter at least two poll options"; + $lang['To_many_poll_options'] = "You have tried to enter too many poll options"; + $lang['Post_has_no_poll'] = "This post has no poll"; $lang['Add_poll'] = "Add a Poll"; *************** *** 305,311 **** $lang['Poll_for_explain'] = "[ Enter 0 or leave blank for a never ending poll ]"; $lang['Delete_poll'] = "Delete Poll"; - $lang['Empty_poll_title'] = "You must enter a title for your poll"; - $lang['To_few_poll_options'] = "You must enter at least two poll options"; - $lang['To_many_poll_options'] = "You have tried to enter too many poll options"; $lang['Attach_signature'] = "Attach signature (signatures can be changed in profile)"; --- 312,315 ---- *************** *** 415,423 **** $lang['Search_user_posts'] = "Search for posts by this user"; $lang['Interests'] = "Interests"; ! $lang['Occupation'] = "Occupation"; $lang['posts_per_day'] = "posts per day"; $lang['of_total'] = "of total"; // follows percentage of total posts $lang['Wrong_Profile'] = "You cannot modify a profile that is not your own."; $lang['Bad_username'] = "The username you choose has been taken or is disallowed by the administrator."; --- 419,429 ---- $lang['Search_user_posts'] = "Search for posts by this user"; $lang['Interests'] = "Interests"; ! $lang['Occupation'] = "Occupation"; ! $lang['Poster_rank'] = "Poster rank"; $lang['posts_per_day'] = "posts per day"; $lang['of_total'] = "of total"; // follows percentage of total posts + $lang['No_user_id_specified'] = "Sorry but that user does not exist"; $lang['Wrong_Profile'] = "You cannot modify a profile that is not your own."; $lang['Bad_username'] = "The username you choose has been taken or is disallowed by the administrator."; |
|
From: Paul S. O. <ps...@us...> - 2001-10-10 14:19:11
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv28324
Modified Files:
profile.php
Log Message:
Added rank output to view profile
Index: profile.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/profile.php,v
retrieving revision 1.106
retrieving revision 1.107
diff -C2 -r1.106 -r1.107
*** profile.php 2001/10/09 19:22:33 1.106
--- profile.php 2001/10/10 14:19:06 1.107
***************
*** 182,185 ****
--- 182,201 ----
if( $mode == "viewprofile" )
{
+
+ if( empty($HTTP_GET_VARS[POST_USERS_URL]) || $HTTP_GET_VARS[POST_USERS_URL] == ANONYMOUS )
+ {
+ message_die(GENERAL_MESSAGE, $lang['No_user_id_specified']);
+ }
+ $profiledata = get_userdata_from_id($HTTP_GET_VARS[POST_USERS_URL]);
+
+ $sql = "SELECT *
+ FROM " . RANKS_TABLE . "
+ ORDER BY rank_special, rank_min";
+ if(!$ranks_result = $db->sql_query($sql))
+ {
+ message_die(GENERAL_ERROR, "Couldn't obtain ranks information.", "", __LINE__, __FILE__, $sql);
+ }
+ $ranksrow = $db->sql_fetchrowset($ranksresult);
+
//
// Output page header and
***************
*** 204,219 ****
);
$template->assign_var_from_handle("JUMPBOX", "jumpbox");
-
//
// End header
//
- if( empty($HTTP_GET_VARS[POST_USERS_URL]) )
- {
- // CHANGE THIS!
- message_die(GENERAL_ERROR, "You must supply the user ID number of the user you want to view", "", __LINE__, __FILE__);
- }
- $profiledata = get_userdata_from_id($HTTP_GET_VARS[POST_USERS_URL]);
-
//
// Calculate the number of days this user has been a member ($memberdays)
--- 220,227 ----
***************
*** 258,261 ****
--- 266,296 ----
}
+ $poster_rank = "";
+ $rank_image = "";
+
+ if( $profiledata['user_rank'] )
+ {
+ for($j = 0; $j < count($ranksrow); $j++)
+ {
+ if( $profiledata['user_rank'] == $ranksrow[$j]['rank_id'] && $ranksrow[$j]['rank_special'])
+ {
+ $poster_rank = $ranksrow[$j]['rank_title'];
+ $rank_image = ($ranksrow[$j]['rank_image']) ? "<img src=\"" . $ranksrow[$j]['rank_image'] . "\"><br />" : "";
+ }
+ }
+ }
+ else
+ {
+ for($j = 0; $j < count($ranksrow); $j++)
+ {
+ if( $profiledata['user_posts'] > $ranksrow[$j]['rank_min'] && $profiledata['user_posts'] < $ranksrow[$j]['rank_max'] && !$ranksrow[$j]['rank_special'])
+ {
+ $poster_rank = $ranksrow[$j]['rank_title'];
+ $rank_image = ($ranksrow[$j]['rank_image']) ? "<img src=\"" . $ranksrow[$j]['rank_image'] . "\"><br />" : "";
+ }
+ }
+ }
+
+
if( !empty($profiledata['user_icq']) )
{
***************
*** 299,302 ****
--- 334,339 ----
"USERNAME" => $profiledata['username'],
"JOINED" => create_date($board_config['default_dateformat'], $profiledata['user_regdate'], $board_config['board_timezone']),
+ "POSTER_RANK" => $poster_rank,
+ "RANK_IMAGE" => $rank_image,
"POSTS_PER_DAY" => $posts_per_day,
"POSTS" => $profiledata['user_posts'],
***************
*** 322,326 ****
"AVATAR_IMG" => $avatar_img,
! "L_VIEWING_PROFILE" => $lang['Viewing_profile_of'],
"L_PER_DAY" => $lang['posts_per_day'],
"L_OF_TOTAL" => $lang['of_total'],
--- 359,364 ----
"AVATAR_IMG" => $avatar_img,
! "L_VIEWING_PROFILE" => $lang['Viewing_profile_of'],
! "L_POSTER_RANK" => $lang['Poster_rank'],
"L_PER_DAY" => $lang['posts_per_day'],
"L_OF_TOTAL" => $lang['of_total'],
|
|
From: Paul S. O. <ps...@us...> - 2001-10-10 10:45:57
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv28230 Modified Files: posting.php Log Message: Fixed bug with deleting only post in forum Index: posting.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/posting.php,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -r1.75 -r1.76 *** posting.php 2001/10/05 14:13:58 1.75 --- posting.php 2001/10/10 10:45:54 1.76 *************** *** 1125,1129 **** } ! $new_last_sql = ", forum_last_post_id = " . $row['new_post_id']; } else --- 1125,1131 ---- } ! $last_post_id_forum = ( !empty($row['new_post_id']) ) ? $row['new_post_id'] : 0; ! ! $new_last_sql = ", forum_last_post_id = " . $last_post_id_forum; } else |
|
From: Paul S. O. <ps...@us...> - 2001-10-10 00:00:45
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv20505
Modified Files:
index.php viewforum.php viewtopic.php
Log Message:
Minor updates and fixes
Index: index.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/index.php,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -r1.74 -r1.75
*** index.php 2001/10/01 23:22:17 1.74
--- index.php 2001/10/10 00:00:42 1.75
***************
*** 50,53 ****
--- 50,54 ----
if( $mark_read == "forums" )
{
+
$sql = "SELECT f.forum_id, t.topic_id
FROM " . FORUMS_TABLE . " f, " . TOPICS_TABLE . " t, " . POSTS_TABLE . " p
***************
*** 55,59 ****
AND p.post_id = t.topic_last_post_id
AND p.post_time > " . $userdata['session_last_visit'] . "
! AND t.topic_moved_id = NULL";
if(!$t_result = $db->sql_query($sql))
{
--- 56,60 ----
AND p.post_id = t.topic_last_post_id
AND p.post_time > " . $userdata['session_last_visit'] . "
! AND t.topic_moved_id IS NULL";
if(!$t_result = $db->sql_query($sql))
{
***************
*** 239,242 ****
--- 240,244 ----
// Find which forums are visible for this user
//
+ $is_auth_ary = array();
$is_auth_ary = auth(AUTH_VIEW, AUTH_LIST_ALL, $userdata, $forum_rows);
Index: viewforum.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewforum.php,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -r1.87 -r1.88
*** viewforum.php 2001/10/09 20:12:38 1.87
--- viewforum.php 2001/10/10 00:00:42 1.88
***************
*** 30,34 ****
if( isset($HTTP_GET_VARS[POST_FORUM_URL]) || isset($HTTP_POST_VARS[POST_FORUM_URL]) )
{
! $forum_id = (isset($HTTP_GET_VARS[POST_FORUM_URL])) ? $HTTP_GET_VARS[POST_FORUM_URL] : $HTTP_POST_VARS[POST_FORUM_URL];
}
else
--- 30,34 ----
if( isset($HTTP_GET_VARS[POST_FORUM_URL]) || isset($HTTP_POST_VARS[POST_FORUM_URL]) )
{
! $forum_id = (isset($HTTP_GET_VARS[POST_FORUM_URL])) ? intval($HTTP_GET_VARS[POST_FORUM_URL]) : intval($HTTP_POST_VARS[POST_FORUM_URL]);
}
else
***************
*** 37,41 ****
}
! $start = (isset($HTTP_GET_VARS['start'])) ? $HTTP_GET_VARS['start'] : 0;
if( isset($HTTP_GET_VARS['mark']) || isset($HTTP_POST_VARS['mark']) )
--- 37,41 ----
}
! $start = (isset($HTTP_GET_VARS['start'])) ? intval($HTTP_GET_VARS['start']) : 0;
if( isset($HTTP_GET_VARS['mark']) || isset($HTTP_POST_VARS['mark']) )
***************
*** 64,68 ****
// If not give them a nice error page.
//
! if(isset($forum_id))
{
$sql = "SELECT *
--- 64,68 ----
// If not give them a nice error page.
//
! if( isset($forum_id) )
{
$sql = "SELECT *
***************
*** 92,98 ****
// Start auth check
//
$is_auth = auth(AUTH_ALL, $forum_id, $userdata, $forum_row);
! if(!$is_auth['auth_read'] || !$is_auth['auth_view'])
{
//
--- 92,99 ----
// Start auth check
//
+ $is_auth = array();
$is_auth = auth(AUTH_ALL, $forum_id, $userdata, $forum_row);
! if( !$is_auth['auth_read'] || !$is_auth['auth_view'] )
{
//
***************
*** 117,121 ****
AND p.post_id = t.topic_last_post_id
AND p.post_time > " . $userdata['session_last_visit'] . "
! AND t.topic_moved_id = NULL
LIMIT $start, " . $board_config['topics_per_page'];
if(!$t_result = $db->sql_query($sql))
--- 118,122 ----
AND p.post_id = t.topic_last_post_id
AND p.post_time > " . $userdata['session_last_visit'] . "
! AND t.topic_moved_id IS NULL
LIMIT $start, " . $board_config['topics_per_page'];
if(!$t_result = $db->sql_query($sql))
***************
*** 488,491 ****
--- 489,493 ----
{
$folder_image = "<img src=\"" . $images['folder_locked'] . "\" alt=\"" . $lang['Topic_locked'] . "\" />";
+ $newest_post_img = "";
}
else if($topic_rowset[$i]['topic_status'] == TOPIC_MOVED)
***************
*** 493,498 ****
$topic_type = $lang['Topic_Moved'] . " ";
$topic_id = $topic_rowset[$i]['topic_moved_id'];
$newest_post_img = "";
- $folder_image = "";
}
else
--- 495,501 ----
$topic_type = $lang['Topic_Moved'] . " ";
$topic_id = $topic_rowset[$i]['topic_moved_id'];
+
+ $folder_image = "<img src=\"$folder\" alt=\"" . $lang['No_new_posts'] . "\" />";
$newest_post_img = "";
}
else
Index: viewtopic.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewtopic.php,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -r1.115 -r1.116
*** viewtopic.php 2001/10/08 18:08:09 1.115
--- viewtopic.php 2001/10/10 00:00:42 1.116
***************
*** 31,42 ****
if(isset($HTTP_GET_VARS[POST_TOPIC_URL]))
{
! $topic_id = $HTTP_GET_VARS[POST_TOPIC_URL];
}
if(isset($HTTP_GET_VARS[POST_POST_URL]))
{
! $post_id = $HTTP_GET_VARS[POST_POST_URL];
}
! $start = (isset($HTTP_GET_VARS['start'])) ? $HTTP_GET_VARS['start'] : 0;
//
// End initial var setup
--- 31,42 ----
if(isset($HTTP_GET_VARS[POST_TOPIC_URL]))
{
! $topic_id = intval($HTTP_GET_VARS[POST_TOPIC_URL]);
}
if(isset($HTTP_GET_VARS[POST_POST_URL]))
{
! $post_id = intval($HTTP_GET_VARS[POST_POST_URL]);
}
! $start = ( isset($HTTP_GET_VARS['start']) ) ? intval($HTTP_GET_VARS['start']) : 0;
//
// End initial var setup
***************
*** 183,186 ****
--- 183,187 ----
// Start auth check
//
+ $is_auth = array();
$is_auth = auth(AUTH_ALL, $forum_id, $userdata, $forum_row);
***************
*** 923,937 ****
// User authorisation levels output
//
! $s_auth_can = $lang['You'] . " " . ( ($is_auth['auth_read']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['read_posts'] . "<br />";
! $s_auth_can .= $lang['You'] . " " . ( ($is_auth['auth_post']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['post_topics'] . "<br />";
$s_auth_can .= $lang['You'] . " " . ( ($is_auth['auth_reply']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['reply_posts'] . "<br />";
$s_auth_can .= $lang['You'] . " " . ( ($is_auth['auth_edit']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['edit_posts'] . "<br />";
$s_auth_can .= $lang['You'] . " " . ( ($is_auth['auth_delete']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['delete_posts'] . "<br />";
/*
- $s_auth_read_img = "<img src=\"" . ( ($is_auth['auth_read']) ? $image['auth_can_read'] : $image['auth_cannot_read'] ) . "\" alt=\"" . $lang['You'] . " " . ( ($is_auth['auth_read']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['read_posts'] . "\" />";
$s_auth_post_img = "<img src=\"" . ( ($is_auth['auth_post']) ? $image['auth_can_post'] : $image['auth_cannot_post'] ) . "\" alt=\"" . $lang['You'] . " " . ( ($is_auth['auth_post']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['post_topics'] . "\" />";
$s_auth_reply_img = "<img src=\"" . ( ($is_auth['auth_reply']) ? $image['auth_can_reply'] : $image['auth_cannot_reply'] ) . "\" alt=\"" . $lang['You'] . " " . ( ($is_auth['auth_reply']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['reply_posts'] . "\" />";
$s_auth_edit_img = "<img src=\"" . ( ($is_auth['auth_edit']) ? $image['auth_can_edit'] : $image['auth_cannot_edit'] ) . "\" alt=\"" . $lang['You'] . " " . ( ($is_auth['auth_edit']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['edit_posts'] . "\" />";
$s_auth_delete_img = "<img src=\"" . ( ($is_auth['auth_delete']) ? $image['auth_can_delete'] : $image['auth_cannot_delete'] ) . "\" alt=\"" . $lang['You'] . " " . ( ($is_auth['auth_delete']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['delete_posts'] . "\" />";
*/
--- 924,938 ----
// User authorisation levels output
//
! $s_auth_can = $lang['You'] . " " . ( ($is_auth['auth_post']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['post_topics'] . "<br />";
$s_auth_can .= $lang['You'] . " " . ( ($is_auth['auth_reply']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['reply_posts'] . "<br />";
$s_auth_can .= $lang['You'] . " " . ( ($is_auth['auth_edit']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['edit_posts'] . "<br />";
$s_auth_can .= $lang['You'] . " " . ( ($is_auth['auth_delete']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['delete_posts'] . "<br />";
+ $s_auth_can .= $lang['You'] . " " . ( ($is_auth['auth_vote']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['vote_polls'] . "<br />";
/*
$s_auth_post_img = "<img src=\"" . ( ($is_auth['auth_post']) ? $image['auth_can_post'] : $image['auth_cannot_post'] ) . "\" alt=\"" . $lang['You'] . " " . ( ($is_auth['auth_post']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['post_topics'] . "\" />";
$s_auth_reply_img = "<img src=\"" . ( ($is_auth['auth_reply']) ? $image['auth_can_reply'] : $image['auth_cannot_reply'] ) . "\" alt=\"" . $lang['You'] . " " . ( ($is_auth['auth_reply']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['reply_posts'] . "\" />";
$s_auth_edit_img = "<img src=\"" . ( ($is_auth['auth_edit']) ? $image['auth_can_edit'] : $image['auth_cannot_edit'] ) . "\" alt=\"" . $lang['You'] . " " . ( ($is_auth['auth_edit']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['edit_posts'] . "\" />";
$s_auth_delete_img = "<img src=\"" . ( ($is_auth['auth_delete']) ? $image['auth_can_delete'] : $image['auth_cannot_delete'] ) . "\" alt=\"" . $lang['You'] . " " . ( ($is_auth['auth_delete']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['delete_posts'] . "\" />";
+ $s_auth_delete_img = "<img src=\"" . ( ($is_auth['auth_vote']) ? $image['auth_can_vote'] : $image['auth_cannot_vote'] ) . "\" alt=\"" . $lang['You'] . " " . ( ($is_auth['auth_vote']) ? $lang['can'] : $lang['cannot'] ) . " " . $lang['vote_polls'] . "\" />";
*/
|
|
From: Paul S. O. <ps...@us...> - 2001-10-09 23:29:55
|
Update of /cvsroot/phpbb/phpBB2/db
In directory usw-pr-cvs1:/tmp/cvs-serv12130/db
Modified Files:
mssql_basic.sql mysql_basic.sql postgres_basic.sql
Log Message:
Few updates related to install -- you should use install.php from now on, do not run these separately
Index: mssql_basic.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/mssql_basic.sql,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** mssql_basic.sql 2001/10/01 23:53:18 1.9
--- mssql_basic.sql 2001/10/09 23:29:51 1.10
***************
*** 12,61 ****
-- Config
*/
! INSERT INTO phpbb_config VALUES ('board_disable','0');
! INSERT INTO phpbb_config VALUES ('board_startdate','994190324');
! INSERT INTO phpbb_config VALUES ('sitename','yourdomain.com');
! INSERT INTO phpbb_config VALUES ('cookie_name','phpbb2mssql');
! INSERT INTO phpbb_config VALUES ('cookie_path','/');
! INSERT INTO phpbb_config VALUES ('cookie_domain','');
! INSERT INTO phpbb_config VALUES ('cookie_secure','0');
! INSERT INTO phpbb_config VALUES ('session_length','900');
! INSERT INTO phpbb_config VALUES ('allow_html','0');
! INSERT INTO phpbb_config VALUES ('allow_html_tags','b,i,u,pre');
! INSERT INTO phpbb_config VALUES ('allow_bbcode','1');
! INSERT INTO phpbb_config VALUES ('allow_smilies','1');
! INSERT INTO phpbb_config VALUES ('allow_sig','1');
! INSERT INTO phpbb_config VALUES ('allow_namechange','0');
! INSERT INTO phpbb_config VALUES ('allow_theme_create','0');
! INSERT INTO phpbb_config VALUES ('allow_avatar_local','0');
! INSERT INTO phpbb_config VALUES ('allow_avatar_remote','1');
! INSERT INTO phpbb_config VALUES ('allow_avatar_upload','1');
! INSERT INTO phpbb_config VALUES ('override_user_style','0');
! INSERT INTO phpbb_config VALUES ('posts_per_page','15');
! INSERT INTO phpbb_config VALUES ('topics_per_page','50');
! INSERT INTO phpbb_config VALUES ('hot_threshold','25');
! INSERT INTO phpbb_config VALUES ('max_poll_options','10');
! INSERT INTO phpbb_config VALUES ('max_sig_chars','255');
! INSERT INTO phpbb_config VALUES ('max_inbox_privmsgs','50');
! INSERT INTO phpbb_config VALUES ('max_sentbox_privmsgs','25');
! INSERT INTO phpbb_config VALUES ('max_savebox_privmsgs','50');
! INSERT INTO phpbb_config VALUES ('board_email_sig','Thanks, The Management');
! INSERT INTO phpbb_config VALUES ('board_email','you...@yo...');
! INSERT INTO phpbb_config VALUES ('smtp_delivery','0');
! INSERT INTO phpbb_config VALUES ('smtp_host','');
! INSERT INTO phpbb_config VALUES ('require_activation','0');
! INSERT INTO phpbb_config VALUES ('flood_interval','15');
! INSERT INTO phpbb_config VALUES ('avatar_filesize','6144');
! INSERT INTO phpbb_config VALUES ('avatar_max_width','80');
! INSERT INTO phpbb_config VALUES ('avatar_max_height','80');
! INSERT INTO phpbb_config VALUES ('avatar_path','images/avatars');
! INSERT INTO phpbb_config VALUES ('smilies_path','images/smiles');
! INSERT INTO phpbb_config VALUES ('default_style','8');
! INSERT INTO phpbb_config VALUES ('default_admin_style','2');
! INSERT INTO phpbb_config VALUES ('default_lang','english');
! INSERT INTO phpbb_config VALUES ('default_dateformat','D M d, Y g:i a');
! INSERT INTO phpbb_config VALUES ('board_timezone','0');
! INSERT INTO phpbb_config VALUES ('prune_enable','1');
! INSERT INTO phpbb_config VALUES ('gzip_compress','1');
/*
-- Categories
--- 12,64 ----
-- Config
*/
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_disable','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('sitename','yourdomain.com');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_name','phpbb2mssql');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_path','/');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_domain','');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_secure','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('session_length','900');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_html','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_html_tags','b,i,u,pre');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_bbcode','1');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_smilies','1');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_sig','1');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_namechange','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_theme_create','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_avatar_local','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_avatar_remote','1');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_avatar_upload','1');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('override_user_style','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('posts_per_page','15');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('topics_per_page','50');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('hot_threshold','25');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_poll_options','10');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_sig_chars','255');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_inbox_privmsgs','50');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_sentbox_privmsgs','25');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_savebox_privmsgs','50');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email_sig','Thanks, The Management');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email','you...@yo...');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_delivery','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_host','');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_username','');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_password','');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('require_activation','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('flood_interval','15');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_filesize','6144');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_max_width','80');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_max_height','80');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_path','images/avatars');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('smilies_path','images/smiles');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_style','1');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_admin_style','1');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_dateformat','D M d, Y g:i a');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_timezone','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('prune_enable','1');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('gzip_compress','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('coppa_fax', '');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('coppa_mail', '');
+
/*
-- Categories
***************
*** 67,70 ****
--- 70,74 ----
SET IDENTITY_INSERT phpbb_categories OFF;
+
/*
-- Forums
***************
*** 76,85 ****
SET IDENTITY_INSERT phpbb_forums OFF;
/*
-- Users
! username: admin password: admin (change this or remove it once everything is working!)
*/
! INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_autologin_key, user_level, user_posts, user_timezone, user_dateformat, user_template, user_theme, user_lang, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_regdate, user_rank, user_avatar, user_email, user_icq, user_website, user_from, user_sig, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES (-1, '', 'Anonymous', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 1, '', '', '', 1, 972086460, '', '', '', '', '', '', '', '', '', '', '', '', '', '');
! INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_autologin_key, user_level, user_posts, user_timezone, user_dateformat, user_template, user_theme, user_lang, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_regdate, user_rank, user_avatar, user_email, user_icq, user_website, user_from, user_sig, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES (2, 1, 'Admin', '21232f297a57a5a743894a0e4a801fc3', '', 1, '', -8, 'd M Y h:i a', 'PSO', 2, 'english', 1, '', '', 1, 1, 1, 1, 1, '', 1, 972086460, 1, '', 'ad...@yo...', '', '', '', 'A Signature', '', '', '', '', '', '', '');
/*
--- 80,92 ----
SET IDENTITY_INSERT phpbb_forums OFF;
+
/*
-- Users
! Default Admin --> username: admin
! password: admin (change this or remove it once everything is working!)
*/
! INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_autologin_key, user_level, user_posts, user_timezone, user_dateformat, user_lang, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_regdate, user_rank, user_avatar, user_email, user_icq, user_website, user_from, user_sig, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES (-1, '', 'Anonymous', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 1, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '');
! INSERT INTO phpbb_users (user_id, user_active, username, user_password, user_autologin_key, user_level, user_posts, user_timezone, user_dateformat, user_style, user_lang, user_viewemail, user_attachsig, user_allowhtml, user_allowbbcode, user_allowsmile, user_allowavatar, user_allow_pm, user_allow_viewonline, user_notify, user_notify_pm, user_regdate, user_rank, user_avatar, user_email, user_icq, user_website, user_from, user_sig, user_aim, user_yim, user_msnm, user_occ, user_interests, user_actkey, user_newpasswd) VALUES (2, 1, 'Admin', '21232f297a57a5a743894a0e4a801fc3', '', 1, 1, 0, 'd M Y h:i a', 1, '', 1, '', '', 1, 1, 1, 1, 1, '', 1, 0, 1, '', 'ad...@yo...', '', '', '', '', '', '', '', '', '', '', '');
!
/*
***************
*** 89,99 ****
INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_max, rank_special, rank_image) VALUES (1, 'Site Admin', -1, -1, 1, '');
- INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_max, rank_special, rank_image) VALUES (2, 'Newbie', '', 9, '', '');
- INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_max, rank_special, rank_image) VALUES (5, 'Here Often', 10, 49, '', '');
- INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_max, rank_special, rank_image) VALUES (6, 'Should Get Out More', 50, 199, '', '');
- INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_max, rank_special, rank_image) VALUES (7, 'Has No Life', 200, 99999, '', '');
SET IDENTITY_INSERT phpbb_ranks OFF;
/*
-- Groups
--- 96,103 ----
INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_max, rank_special, rank_image) VALUES (1, 'Site Admin', -1, -1, 1, '');
SET IDENTITY_INSERT phpbb_ranks OFF;
+
/*
-- Groups
***************
*** 101,104 ****
--- 105,110 ----
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES (1, 1, 'Anonymous', 'Personal User', '', 1);
INSERT INTO phpbb_groups (group_id, group_type, group_name, group_description, group_moderator, group_single_user) VALUES (2, 1, 'Admin', 'Personal User', '', 1);
+
+
/*
-- User -> Group
***************
*** 107,114 ****
INSERT INTO phpbb_user_group (group_id, user_id, user_pending) VALUES (2, 2, '');
- /*
- -- User Access
- */
- INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_announce, auth_sticky, auth_pollcreate, auth_attachments, auth_vote, auth_mod) VALUES (2, 1, '', '', '', '', '', '', '', '', '', '', '', 1);
/*
--- 113,116 ----
***************
*** 117,121 ****
SET IDENTITY_INSERT phpbb_topics ON;
! INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_type, topic_vote, topic_last_post_id, topic_moved_id) VALUES (1, 1, 'Demo Topic', 2, 972086460, '', '', '', '', '', 1, '');
SET IDENTITY_INSERT phpbb_topics OFF;
--- 119,123 ----
SET IDENTITY_INSERT phpbb_topics ON;
! INSERT INTO phpbb_topics (topic_id, forum_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, topic_status, topic_type, topic_vote, topic_last_post_id, topic_moved_id) VALUES (1, 1, 'Welcome to phpBB 2', 2, 972086460, '', '', '', '', '', 1, '');
SET IDENTITY_INSERT phpbb_topics OFF;
***************
*** 128,132 ****
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, bbcode_uid, post_edit_time, post_edit_count) VALUES (1, 1, 1, 2, 972086460, '7F000001', '', 1, '', 1, '', '', '', '');
! INSERT INTO phpbb_posts_text (post_id, post_subject, post_text) VALUES (1, 'This is the subject', 'This is a demo post in the demo topic, what do you think of it?');
SET IDENTITY_INSERT phpbb_posts OFF;
--- 130,134 ----
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, poster_ip, post_username, enable_bbcode, enable_html, enable_smilies, enable_sig, bbcode_uid, post_edit_time, post_edit_count) VALUES (1, 1, 1, 2, 972086460, '7F000001', '', 1, '', 1, '', '', '', '');
! INSERT INTO phpbb_posts_text (post_id, post_subject, post_text) VALUES (1, '', 'This is an example post in your phpBB 2 installation. You may delete this post, this topic and even this forum if you like since everything seems to be working!');
SET IDENTITY_INSERT phpbb_posts OFF;
***************
*** 136,148 ****
*/
SET IDENTITY_INSERT phpbb_themes ON;
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (1,'Original default','Default','','','','','','','','','','','','','','','','','','','','','CCCCCC','DDDDDD','','','','','','','',NULL,NULL,NULL,'','','','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (2,'PSO [ Grey ]','PSO', '','','FFFFFF','000000','002266','004411','','','','','','','','','000000','D2D2D2','BCBCBC','','','','EDEDED','DEDEDE','','row1','row2','','verdana,serif','arial,helvetica','courier',1,2,3,'','','','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (3,'PSO [ Wheat ] ','PSO','','','FFFFFF','000000','002266','004411','','','','','','','','','001100','E5CCA5','D4A294','','','','EBE4D9','DAD1C4','','row1','row2','','verdana,serif','arial,helvetica','courier',1,2,3,'000000','','','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (4,'PSO [ Ocean ]','PSO','','','DFF5FF','000000','011001','2100cc','','','','','','','','','000000','A7C1CB','7897A8','','','','83D7CC','A0CCE0','','row1','row2','','verdana,serif','arial,helvetica','courier',1,2,3,'','','','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (6,'PSO [ Blue ]','PSO','','','FFFFFF','000000','417FB9','4E6172','0000AA','','','','','','','','000000','90BAE2','5195D4','','','','cde3f2','daedFd','','row1','row2','','verdana,serif','arial,helvetica','courier',1,2,3,'000000','','','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (7,'PSO [ Cool Midnight ]','PSO', '','','444444','ECECEC','EDF2F2','DDEDED','FFFFFF','EDF2F2','','','','','','','000000','80707F','66555F','','','','60707D','667A80','','row1','row2','','Verdana,serif','Arial,Helvetica,sans-serif','courier',NULL,NULL,NULL,'ECECEC','ECECEC','ECECEC','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (8,'PSO [ Pastel Purple ]','PSO','','','FFFFFF','000000','445588','337744','','','','','','','','','CCCCDD','CCCCDD','DDDDEE','','','','EFEFEF','FEFEFE','','row1','row2','','Verdana,serif','Arial,Helvetica,sans-serif','courier',1,2,3,'','','0000EE','','','');
! INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (9,'subSilver','subSilver','','','E5E5E5','000000','006699','5584AA','FF9933','EDF2F2','EFEFEF','DEE3E7','c2cdd6','','','','CBD3D9','BCBCBC','1B7CAD','','','','AEBDC4','006699','FFFFFF','row1','row2','','Verdana,Arial,Helvetica,sans-serif','Verdana,Arial,Helvetica,sans-serif','courier','','','','004c75','004c75','004c75','','','');
SET IDENTITY_INSERT phpbb_themes OFF;
--- 138,149 ----
*/
SET IDENTITY_INSERT phpbb_themes ON;
+
+ INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (1,'subSilver','subSilver','','','E5E5E5','000000','006699','5584AA','FF9933','EDF2F2','EFEFEF','DEE3E7','c2cdd6','','','','CBD3D9','BCBCBC','1B7CAD','','','','AEBDC4','006699','FFFFFF','row1','row2','','Verdana,Arial,Helvetica,sans-serif','Verdana,Arial,Helvetica,sans-serif','courier','','','','004c75','004c75','004c75','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (2,'PSO [ Wheat ] ','PSO','','','FFFFFF','000000','002266','004411','','','','','','','','','001100','E5CCA5','D4A294','','','','EBE4D9','DAD1C4','','row1','row2','','verdana,serif','arial,helvetica','courier',1,2,3,'000000','','','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (3,'PSO [ Ocean ]','PSO','','','DFF5FF','000000','011001','2100cc','','','','','','','','','000000','A7C1CB','7897A8','','','','83D7CC','A0CCE0','','row1','row2','','verdana,serif','arial,helvetica','courier',1,2,3,'','','','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (4,'PSO [ Blue ]','PSO','','','FFFFFF','000000','417FB9','4E6172','0000AA','','','','','','','','000000','90BAE2','5195D4','','','','cde3f2','daedFd','','row1','row2','','verdana,serif','arial,helvetica','courier',1,2,3,'000000','','','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (5,'PSO [ Cool Midnight ]','PSO', '','','444444','ECECEC','EDF2F2','DDEDED','FFFFFF','EDF2F2','','','','','','','000000','80707F','66555F','','','','60707D','667A80','','row1','row2','','Verdana,serif','Arial,Helvetica,sans-serif','courier',NULL,NULL,NULL,'ECECEC','ECECEC','ECECEC','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (6,'PSO [ Pastel Purple ]','PSO','','','FFFFFF','000000','445588','337744','','','','','','','','','CCCCDD','CCCCDD','DDDDEE','','','','EFEFEF','FEFEFE','','row1','row2','','Verdana,serif','Arial,Helvetica,sans-serif','courier',1,2,3,'','','0000EE','','','');
SET IDENTITY_INSERT phpbb_themes OFF;
***************
*** 153,229 ****
SET IDENTITY_INSERT phpbb_smilies ON;
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (1, ':D', 'icon_biggrin.gif', 'Very Happy');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (2, ':-D', 'icon_biggrin.gif', 'Very Happy');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (3, ':grin:', 'icon_biggrin.gif', 'Very Happy');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (4, ':)', 'icon_smile.gif', 'Smile');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (5, ':-)', 'icon_smile.gif', 'Smile');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (6, ':smile:', 'icon_smile.gif', 'Smile');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (7, ':(', 'icon_sad.gif', 'Sad');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (8, ':-(', 'icon_sad.gif', 'Sad');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (9, ':sad:', 'icon_sad.gif', 'Sad');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (10, ':o', 'icon_eek.gif', 'Surprised');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (11, ':-o', 'icon_eek.gif', 'Surprised');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (12, ':eek:', 'icon_eek.gif', 'Surprised');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (13, ':?', 'icon_confused.gif', 'Confused');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (14, ':-?', 'icon_confused.gif', 'Confused');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (15, ':???:', 'icon_confused.gif', 'Confused');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (16, '8)', 'icon_cool.gif', 'Cool');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (17, '8-)', 'icon_cool.gif', 'Cool');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (18, ':cool:', 'icon_cool.gif', 'Cool');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (19, ':lol:', 'icon_lol.gif', 'Laughing');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (20, ':x', 'icon_mad.gif', 'Mad');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (21, ':-x', 'icon_mad.gif', 'Mad');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (22, ':mad:', 'icon_mad.gif', 'Mad');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (23, ':P', 'icon_razz.gif', 'Razz');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (24, ':-P', 'icon_razz.gif', 'Razz');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (25, ':razz:', 'icon_razz.gif', 'Razz');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (26, ':oops:', 'icon_redface.gif', 'Embarassed');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (27, ':cry:', 'icon_cry.gif', 'Crying or Very sad');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (28, ':evil:', 'icon_evil.gif', 'Evil or Very Mad');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (29, ':roll:', 'icon_rolleyes.gif', 'Rolling Eyes');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (30, ':wink:', 'icon_wink.gif', 'Wink');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (31, ';)', 'icon_wink.gif', 'Wink');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (32, ';-)', 'icon_wink.gif', 'Wink');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (33, ':!:', 'icon_exclaim.gif', 'Exclamation');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (34, ':?:', 'icon_question.gif', 'Question');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (35, ':idea:', 'icon_idea.gif', 'Idea');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (36, ':arrow:', 'icon_arrow.gif', 'Arrow');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (37, ':|', 'icon_neutral.gif', 'Neutral');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (38, ':-|', 'icon_neutral.gif', 'Neutral');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (39, ':neutral:', 'icon_neutral.gif', 'Neutral');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES (40, ':mrgreen:', 'icon_mrgreen.gif', 'Mr. Green');
SET IDENTITY_INSERT phpbb_smilies OFF;
-
- /*
- -- Words
- */
- SET IDENTITY_INSERT phpbb_words ON;
-
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '1', 'asshole', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '2', 'assram*', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '3', 'asswipe', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '4', 'asstool*', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '5', 'bastard', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '6', 'bitch', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '7', 'bollock*', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '8', 'crap*', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '9', '*crap', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '10', 'cunt*', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '11', 'dickweed', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '12', 'dickwad', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '13', 'dickhead', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '14', '*fuck*', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '15', 'fuk*', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '16', 'masturbat*', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '17', 'piss*', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '18', 'prick', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '19', 'pussy', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '20', '*shit*', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '21', 'slut', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '22', 'tits', '*beep*');
- INSERT INTO phpbb_words (word_id, word, replacement) VALUES ( '23', '*wank*', '*beep*');
-
- SET IDENTITY_INSERT phpbb_words OFF;
COMMIT;
--- 154,200 ----
SET IDENTITY_INSERT phpbb_smilies ON;
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '1', ':D', 'icon_biggrin.gif', 'Very Happy');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '2', ':-D', 'icon_biggrin.gif', 'Very Happy');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '3', ':grin:', 'icon_biggrin.gif', 'Very Happy');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '4', ':)', 'icon_smile.gif', 'Smile');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '5', ':-)', 'icon_smile.gif', 'Smile');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '6', ':smile:', 'icon_smile.gif', 'Smile');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '7', ':(', 'icon_sad.gif', 'Sad');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '8', ':-(', 'icon_sad.gif', 'Sad');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '9', ':sad:', 'icon_sad.gif', 'Sad');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '10', ':o', 'icon_eek.gif', 'Surprised');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '11', ':-o', 'icon_eek.gif', 'Surprised');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '12', ':eek:', 'icon_eek.gif', 'Surprised');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '13', ':?', 'icon_confused.gif', 'Confused');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '14', ':-?', 'icon_confused.gif', 'Confused');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '15', ':???:', 'icon_confused.gif', 'Confused');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '16', '8)', 'icon_cool.gif', 'Cool');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '17', '8-)', 'icon_cool.gif', 'Cool');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '18', ':cool:', 'icon_cool.gif', 'Cool');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '19', ':lol:', 'icon_lol.gif', 'Laughing');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '20', ':x', 'icon_mad.gif', 'Mad');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '21', ':-x', 'icon_mad.gif', 'Mad');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '22', ':mad:', 'icon_mad.gif', 'Mad');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '23', ':P', 'icon_razz.gif', 'Razz');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '24', ':-P', 'icon_razz.gif', 'Razz');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '25', ':razz:', 'icon_razz.gif', 'Razz');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '26', ':oops:', 'icon_redface.gif', 'Embarassed');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '27', ':cry:', 'icon_cry.gif', 'Crying or Very sad');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '28', ':evil:', 'icon_evil.gif', 'Evil or Very Mad');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '29', ':twisted:', 'icon_twisted.gif', 'Twisted Evil');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '30', ':roll:', 'icon_rolleyes.gif', 'Rolling Eyes');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '31', ':wink:', 'icon_wink.gif', 'Wink');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '32', ';)', 'icon_wink.gif', 'Wink');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '33', ';-)', 'icon_wink.gif', 'Wink');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '34', ':!:', 'icon_exclaim.gif', 'Exclamation');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '35', ':?:', 'icon_question.gif', 'Question');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '36', ':idea:', 'icon_idea.gif', 'Idea');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '37', ':arrow:', 'icon_arrow.gif', 'Arrow');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '38', ':|', 'icon_neutral.gif', 'Neutral');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '39', ':-|', 'icon_neutral.gif', 'Neutral');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '40', ':neutral:', 'icon_neutral.gif', 'Neutral');
! INSERT INTO phpbb_smilies (smilies_id, code, smile_url, emoticon) VALUES ( '41', ':mrgreen:', 'icon_mrgreen.gif', 'Mr. Green');
SET IDENTITY_INSERT phpbb_smilies OFF;
COMMIT;
Index: mysql_basic.sql
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/db/mysql_basic.sql,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -r1.61 -r1.62
*** mysql_basic.sql 2001/10/01 23:53:18 1.61
--- mysql_basic.sql 2001/10/09 23:29:51 1.62
***************
*** 5,56 ****
# -- Config
! INSERT INTO phpbb_config VALUES ('config_id','1');
! INSERT INTO phpbb_config VALUES ('board_disable','0');
! INSERT INTO phpbb_config VALUES ('board_startdate','994190324');
! INSERT INTO phpbb_config VALUES ('sitename','yourdomain.com');
! INSERT INTO phpbb_config VALUES ('cookie_name','phpbb2mysql');
! INSERT INTO phpbb_config VALUES ('cookie_path','/');
! INSERT INTO phpbb_config VALUES ('cookie_domain','');
! INSERT INTO phpbb_config VALUES ('cookie_secure','0');
! INSERT INTO phpbb_config VALUES ('session_length','900');
! INSERT INTO phpbb_config VALUES ('allow_html','0');
! INSERT INTO phpbb_config VALUES ('allow_html_tags','b,i,u,pre');
! INSERT INTO phpbb_config VALUES ('allow_bbcode','1');
! INSERT INTO phpbb_config VALUES ('allow_smilies','1');
! INSERT INTO phpbb_config VALUES ('allow_sig','1');
! INSERT INTO phpbb_config VALUES ('allow_namechange','0');
! INSERT INTO phpbb_config VALUES ('allow_theme_create','0');
! INSERT INTO phpbb_config VALUES ('allow_avatar_local','0');
! INSERT INTO phpbb_config VALUES ('allow_avatar_remote','0');
! INSERT INTO phpbb_config VALUES ('allow_avatar_upload','0');
! INSERT INTO phpbb_config VALUES ('override_user_style','0');
! INSERT INTO phpbb_config VALUES ('posts_per_page','15');
! INSERT INTO phpbb_config VALUES ('topics_per_page','50');
! INSERT INTO phpbb_config VALUES ('hot_threshold','25');
! INSERT INTO phpbb_config VALUES ('max_poll_options','10');
! INSERT INTO phpbb_config VALUES ('max_sig_chars','255');
! INSERT INTO phpbb_config VALUES ('max_inbox_privmsgs','50');
! INSERT INTO phpbb_config VALUES ('max_sentbox_privmsgs','25');
! INSERT INTO phpbb_config VALUES ('max_savebox_privmsgs','50');
! INSERT INTO phpbb_config VALUES ('board_email_sig','Thanks, The Management');
! INSERT INTO phpbb_config VALUES ('board_email','you...@yo...');
! INSERT INTO phpbb_config VALUES ('smtp_delivery','0');
! INSERT INTO phpbb_config VALUES ('smtp_host','');
! INSERT INTO phpbb_config VALUES ('require_activation','0');
! INSERT INTO phpbb_config VALUES ('flood_interval','15');
! INSERT INTO phpbb_config VALUES ('avatar_filesize','6144');
! INSERT INTO phpbb_config VALUES ('avatar_max_width','80');
! INSERT INTO phpbb_config VALUES ('avatar_max_height','80');
! INSERT INTO phpbb_config VALUES ('avatar_path','images/avatars');
! INSERT INTO phpbb_config VALUES ('smilies_path','images/smiles');
! INSERT INTO phpbb_config VALUES ('default_style','8');
! INSERT INTO phpbb_config VALUES ('default_admin_style','2');
! INSERT INTO phpbb_config VALUES ('default_lang','english');
! INSERT INTO phpbb_config VALUES ('default_dateformat','D M d, Y g:i a');
! INSERT INTO phpbb_config VALUES ('board_timezone','0');
! INSERT INTO phpbb_config VALUES ('prune_enable','1');
! INSERT INTO phpbb_config VALUES ('gzip_compress','1');
! INSERT INTO phpbb_config VALUES ('coppa_fax', '(555) 555-5555');
! INSERT INTO phpbb_config VALUES ('coppa_mail', 'Jimbo Jones, 1234 Fake St, Fakeville USA, 12345');
--- 5,56 ----
# -- Config
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('config_id','1');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_disable','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('sitename','yourdomain.com');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_name','phpbb2mysql');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_path','/');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_domain','');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_secure','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('session_length','900');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_html','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_html_tags','b,i,u,pre');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_bbcode','1');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_smilies','1');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_sig','1');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_namechange','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_theme_create','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_avatar_local','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_avatar_remote','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_avatar_upload','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('override_user_style','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('posts_per_page','15');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('topics_per_page','50');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('hot_threshold','25');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_poll_options','10');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_sig_chars','255');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_inbox_privmsgs','50');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_sentbox_privmsgs','25');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_savebox_privmsgs','50');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email_sig','Thanks, The Management');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_email','you...@yo...');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_delivery','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_host','');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_username','');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_password','');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('require_activation','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('flood_interval','15');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_filesize','6144');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_max_width','80');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_max_height','80');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_path','images/avatars');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('smilies_path','images/smiles');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_style','1');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_admin_style','1');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_dateformat','D M d, Y g:i a');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_timezone','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('prune_enable','1');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('gzip_compress','0');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('coppa_fax', '');
! INSERT INTO phpbb_config (config_name, config_value) VALUES ('coppa_mail', '');
***************
*** 60,81 ****
# -- Forums
! INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, cat_id, forum_order, forum_posts, forum_topics, forum_last_post_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_announce, auth_sticky, auth_pollcreate, auth_vote, auth_attachments) VALUES (1, 'Test Forum 1', 'This is just a test forum, nothing special here.', 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 3, 1, 1, 1, 3);
# -- Users
! INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_autologin_key, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( '-1', 'Anonymous', '0', '972086460', '', '', '', '', '', '', '', '', '', '0', '0', '', '', '', '', '', '', '', '0', '0', '1', '', '', '', '', '', '', '', '', '0', '0');
# username: admin password: admin (change this or remove it once everything is working!)
! INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_autologin_key, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( '2', 'Admin', '1', '972086460', '21232f297a57a5a743894a0e4a801fc3', '', 'ad...@yo...', '', '', '', '', '', 'A Signature', '1', '2', '', '', '', '0', '0', '1', '0', '1', '1', '1', '1', '1', '', 'english', '-8', 'd M Y h:i a', '', '', '0', '1');
# -- Ranks
INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_max, rank_special, rank_image) VALUES ( '1', 'Site Admin', '-1', '-1', '1', '');
- INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_max, rank_special, rank_image) VALUES ( '2', 'Newbie', '0', '9', '0', '');
- INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_max, rank_special, rank_image) VALUES ( '5', 'Here Often', '10', '49', '0', '');
- INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_max, rank_special, rank_image) VALUES ( '6', 'Should Get Out More', '50', '199', '0', '');
- INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_max, rank_special, rank_image) VALUES ( '7', 'Has No Life', '200', '99999', '0', '');
-
# -- Groups
INSERT INTO phpbb_groups (group_id, group_name, group_description, group_single_user) VALUES (1, 'Anonymous', 'Personal User', 1);
--- 60,76 ----
# -- Forums
! INSERT INTO phpbb_forums (forum_id, forum_name, forum_desc, cat_id, forum_order, forum_posts, forum_topics, forum_last_post_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_announce, auth_sticky, auth_pollcreate, auth_vote, auth_attachments) VALUES (1, 'Test Forum 1', 'This is just a test forum.', 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 3, 1, 1, 1, 3);
# -- Users
! INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_autologin_key, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( '-1', 'Anonymous', '0', '', '', '', '', '', '', '', '', '', '', '0', '0', '', '', '', '', '', '', '', '0', '0', '1', '', '', '', '', '', '', '', '', '0', '0');
# username: admin password: admin (change this or remove it once everything is working!)
! INSERT INTO phpbb_users (user_id, username, user_level, user_regdate, user_password, user_autologin_key, user_email, user_icq, user_website, user_occ, user_from, user_interests, user_sig, user_viewemail, user_style, user_aim, user_yim, user_msnm, user_posts, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_pm, user_notify_pm, user_allow_viewonline, user_rank, user_avatar, user_lang, user_timezone, user_dateformat, user_actkey, user_newpasswd, user_notify, user_active) VALUES ( '2', 'Admin', '1', '', '', '', 'ad...@yo...', '', '', '', '', '', '', '1', '1', '', '', '', '1', '0', '1', '0', '1', '1', '1', '1', '1', '', '', '0', 'd M Y h:i a', '', '', '0', '1');
# -- Ranks
INSERT INTO phpbb_ranks (rank_id, rank_title, rank_min, rank_max, rank_special, rank_image) VALUES ( '1', 'Site Admin', '-1', '-1', '1', '');
# -- Groups
INSERT INTO phpbb_groups (group_id, group_name, group_description, group_single_user) VALUES (1, 'Anonymous', 'Personal User', 1);
***************
*** 88,113 ****
- # -- User Access (admin is set as ... an admin)
- INSERT INTO phpbb_auth_access (group_id, forum_id, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_announce, auth_sticky, auth_pollcreate, auth_vote, auth_mod) VALUES (2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
-
-
# -- Demo Topic
! INSERT INTO phpbb_topics (topic_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, forum_id, topic_status, topic_type, topic_vote, topic_last_post_id) VALUES (1, 'Demo Topic', 2, '972086460', 0, 0, 1, 0, 0, 0, 1);
# -- Demo Post
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, post_username, poster_ip) VALUES (1, 1, 1, 2, '972086460', '', '7F000001');
! INSERT INTO phpbb_posts_text (post_id, post_subject, post_text) VALUES (1, 'This is the subject', 'This is a demo post in the demo topic, what do you think of it?');
# -- Themes
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (1,'Original default','Default','','','','','','','','','','','','','','','','','','','','','CCCCCC','DDDDDD','','','','','','','',NULL,NULL,NULL,'','','','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (2,'PSO [ Grey ]','PSO', '','','FFFFFF','000000','002266','004411','','','','','','','','','000000','D2D2D2','BCBCBC','','','','EDEDED','DEDEDE','','row1','row2','','verdana,serif','arial,helvetica','courier',1,2,3,'','','','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (3,'PSO [ Wheat ] ','PSO','','','FFFFFF','000000','002266','004411','','','','','','','','','001100','E5CCA5','D4A294','','','','EBE4D9','DAD1C4','','row1','row2','','verdana,serif','arial,helvetica','courier',1,2,3,'000000','','','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (4,'PSO [ Ocean ]','PSO','','','DFF5FF','000000','011001','2100cc','','','','','','','','','000000','A7C1CB','7897A8','','','','83D7CC','A0CCE0','','row1','row2','','verdana,serif','arial,helvetica','courier',1,2,3,'','','','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (6,'PSO [ Blue ]','PSO','','','FFFFFF','000000','417FB9','4E6172','0000AA','','','','','','','','000000','90BAE2','5195D4','','','','cde3f2','daedFd','','row1','row2','','verdana,serif','arial,helvetica','courier',1,2,3,'000000','','','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (7,'PSO [ Cool Midnight ]','PSO', '','','444444','ECECEC','EDF2F2','DDEDED','FFFFFF','EDF2F2','','','','','','','000000','80707F','66555F','','','','60707D','667A80','','row1','row2','','Verdana,serif','Arial,Helvetica,sans-serif','courier',NULL,NULL,NULL,'ECECEC','ECECEC','ECECEC','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (8,'PSO [ Pastel Purple ]','PSO','','','FFFFFF','000000','445588','337744','','','','','','','','','CCCCDD','CCCCDD','DDDDEE','','','','EFEFEF','FEFEFE','','row1','row2','','Verdana,serif','Arial,Helvetica,sans-serif','courier',1,2,3,'','','0000EE','','','');
! INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (9,'subSilver','subSilver','','','E5E5E5','000000','006699','5584AA','FF9933','EDF2F2','EFEFEF','DEE3E7','c2cdd6','','','','CBD3D9','BCBCBC','1B7CAD','','','','AEBDC4','006699','FFFFFF','row1','row2','','Verdana,Arial,Helvetica,sans-serif','Verdana,Arial,Helvetica,sans-serif','courier','','','','004c75','004c75','004c75','','','');
--- 83,102 ----
# -- Demo Topic
! INSERT INTO phpbb_topics (topic_id, topic_title, topic_poster, topic_time, topic_views, topic_replies, forum_id, topic_status, topic_type, topic_vote, topic_last_post_id) VALUES (1, 'Welcome to phpBB 2', 2, '972086460', 0, 0, 1, 0, 0, 0, 1);
# -- Demo Post
INSERT INTO phpbb_posts (post_id, topic_id, forum_id, poster_id, post_time, post_username, poster_ip) VALUES (1, 1, 1, 2, '972086460', '', '7F000001');
! INSERT INTO phpbb_posts_text (post_id, post_subject, post_text) VALUES (1, '', 'This is an example post in your phpBB 2 installation. You may delete this post, this topic and even this forum if you like since everything seems to be working!');
# -- Themes
! INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (1,'subSilver','subSilver','','','E5E5E5','000000','006699','5584AA','FF9933','EDF2F2','EFEFEF','DEE3E7','c2cdd6','','','','CBD3D9','BCBCBC','1B7CAD','','','','AEBDC4','006699','FFFFFF','row1','row2','','Verdana,Arial,Helvetica,sans-serif','Verdana,Arial,Helvetica,sans-serif','courier','','','','004c75','004c75','004c75','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (2,'PSO [ Wheat ] ','PSO','','','FFFFFF','000000','002266','004411','','','','','','','','','001100','E5CCA5','D4A294','','','','EBE4D9','DAD1C4','','row1','row2','','verdana,serif','arial,helvetica','courier',1,2,3,'000000','','','','','');
! INSERT INTO phpbb_themes (themes_id, style_name, template_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, ...
[truncated message content] |
|
From: Paul S. O. <ps...@us...> - 2001-10-09 23:28:51
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv11880/templates/subSilver Removed Files: install_error.tpl Log Message: Merged into install.tpl --- install_error.tpl DELETED --- |
|
From: Paul S. O. <ps...@us...> - 2001-10-09 23:28:35
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv11794/templates/subSilver
Modified Files:
install.tpl
Log Message:
A few tweaks to install
Index: install.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/install.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** install.tpl 2001/10/09 13:37:21 1.1
--- install.tpl 2001/10/09 23:28:31 1.2
***************
*** 1,42 ****
! <HTML>
! <HEAD>
! <TITLE>phpBB Version 2.0 Installation</TITLE>
! </HEAD>
! <body bgcolor="#E5E5E5" text="#03699C" link="#993300" vlink="#FF9900">
! <FORM action='{S_FORM_ACTION}' method="post" >
! <!-- BEGIN hidden_fields -->
! <input type="hidden" name='{hidden_fields.NAME}' value='{hidden_fields.VALUE}'>
! <!-- END hidden_fields -->
! <table>
! <!-- BEGIN selects -->
! <tr>
! <td colspan="2"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">{L_INSTRUCT}</font></td>
</tr>
! <tr>
! <td align="right"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">{selects.L_LABEL}</font></td>
! <td>
! <select name="{selects.NAME}">
! <!-- BEGIN options -->
! <option value="{selects.options.VALUE}" {selects.options.DEFAULT}>{selects.options.LABEL}</option>
! <!-- END options -->
! </select>
! </td>
! </tr>
! <!-- END selects -->
! <!-- BEGIN inputs -->
! <tr>
! <td align="right"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">{inputs.L_LABEL}</font></td>
! <td>
! <input type="{inputs.TYPE}" name="{inputs.NAME}" value="{inputs.VALUE}">
! </td>
! </tr>
! <!-- END inputs -->
! <tr>
! <td align="center" colspan="2">
! <input type="submit" value="{L_SUBMIT}">
! </td>
! </tr>
! </table>
! </FORM>
! </BODY>
! </HTML>
--- 1,195 ----
! <!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" -->
! <!-- <html xmlns="http://www.w3.org/1999/xhtml"> -->
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
! <html>
! <head>
! <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
! <meta http-equiv="Content-Style-Type" content="text/css" />
!
! <title>{L_INSTALLATION}</title>
! <style type="text/css">
! <!--
! /* subSilver Theme for phpBB2
! * Created by subBlue design
! * http://www.subBlue.com
! */
!
! body { background-color:#E5E5E5;
! scrollbar-face-color: #C8D1D7; scrollbar-highlight-color: #EAF0F7;
! scrollbar-shadow-color: #95AFC4; scrollbar-3dlight-color: #D6DDE2;
! scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF;
! scrollbar-darkshadow-color: #7294AF;
! }
!
! font { font-family: Verdana, Arial, Helvetica, sans-serif }
! td { font-family: Verdana, Arial, Helvetica, sans-serif }
! th { font-family: Verdana, Arial, Helvetica, sans-serif }
! P { font-family: Verdana, Arial, Helvetica, sans-serif }
! hr { height: 1px; color:#c2cdd6 }
!
! /* Forum colours */
! .bodyline { background-color:#FFFFFF; border: #AEBDC4; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }
! .forumline { background-color:#FFFFFF; border: 2px #006699 solid }
!
! /* Main table cell colours and backgrounds */
! TH { background-color: #1B7CAD; height: 25px; font-size: 11px; line-height : 100%; font-weight: bold; color: #FFB163; background-image: url(templates/subSilver/images/cellpic3.gif) }
! TD.cat { background-color: #CBD3D9; height: 28px; background-image: url(templates/subSilver/images/cellpic1.gif) }
! TD.row1 { background-color: #EFEFEF }
! TD.row2 { background-color: #DEE3E7 }
!
! /* General normal text */
! .gen { font-size : 12px; color : #000000; }
! a.gen { color: #006699; text-decoration: none; }
! a:hover.gen { color: #C23030; text-decoration: underline; }
!
! /* General small */
! .gensmall { font-size : 10px; color : #000000; }
! a.gensmall { color: #006699; text-decoration: none; }
! a:hover.gensmall { color: #C23030; text-decoration: underline; }
!
! /* Form elements */
! input,textarea, select {
! color : #000000;
! font-family : Verdana, Arial, Helvetica, sans-serif;
! font-size : 11px;
! font-weight : normal;
! border-color : #000000;
! }
!
! /* The text input fields background colour */
! input.post, textarea.post, select {
! background-color : #FFFFFF;
! }
!
! input { text-indent : 2px; }
!
! /* The main submit button option */
! input.mainoption {
! background-color : #FAFAFA;
! font-weight : bold;
! }
!
! /* None bold submit button */
! input.liteoption {
! background-color : #FAFAFA;
! font-weight : normal;
! }
!
! /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
! @import url("templates/subSilver/formIE.css");
!
! .copyright { font-family: Verdana, Arial, Helvetica, sans-serif; color: #555555; font-size: 10px; letter-spacing: -1px;}
! a.copyright { color: #333333; text-decoration: none;}
! a.copyright:hover { color: #000000; text-decoration: underline;}
!
! .maintitle { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}
!
! -->
! </style>
! </head>
!
! <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5584AA">
!
! <table width="100%" border="0" cellspacing="0" cellpadding="10" align="center">
! <tr>
! <td class="bodyline" width="100%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
! <tr>
! <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
! <tr>
! <td><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="Forum Home" vspace="1" /></td>
! <td align="center" width="100%" valign="middle"><span class="maintitle">{L_INSTALLATION}</span></td>
! </tr>
! </table></td>
! </tr>
! <tr>
! <td><br /><br /></td>
! </tr>
! <tr>
! <td colspan="2"><table width="90%" border="0" align="center" cellspacing="0" cellpadding="0">
! <tr>
! <td><span class="gen">{L_INSTRUCTION_TEXT}</span></td>
! </tr>
! </table></td>
! </tr>
! <tr>
! <td><br /><br /></td>
! </tr>
! <tr>
! <td width="100%"><form action="{S_FORM_ACTION}" method="post"><table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
! <!-- BEGIN stage_one_install -->
! <tr>
! <th colspan="2">{L_INITIAL_CONFIGURATION}</th>
! </tr>
! <tr>
! <td class="row1" align="right" width="30%"><span class="gen">{L_LANGUAGE}: </span></td>
! <td class="row2">{S_LANG_SELECT}</td>
! </tr>
! <tr>
! <td class="row1" align="right"><span class="gen">{L_DBMS}: </span></td>
! <td class="row2">{S_DBMS_SELECT}</td>
! </tr>
! <!-- tr>
! <td class="row1" align="right"><span class="gen">{L_DOMAIN_NAME}: </span></td>
! <td class="row2"><input type="text" name="cookiedomain" value="{COOKIE_DOMAIN}" /></td>
! </tr -->
! <tr>
! <th colspan="2">{L_DATABASE_CONFIGURATION}</th>
! </tr>
! <tr>
! <td class="row1" align="right"><span class="gen">{L_DB_HOST}: </span></td>
! <td class="row2"><input type="text" name="dbhost" value="{DB_HOST}" /></td>
! </tr>
! <tr>
! <td class="row1" align="right"><span class="gen">{L_DB_NAME}: </span></td>
! <td class="row2"><input type="text" name="dbname" value="{DB_NAME}" /></td>
! </tr>
! <tr>
! <td class="row1" align="right"><span class="gen">{L_DB_USER}: </span></td>
! <td class="row2"><input type="text" name="dbuser" value="{DB_USER}" /></td>
! </tr>
! <tr>
! <td class="row1" align="right"><span class="gen">{L_DB_PASSWORD}: </span></td>
! <td class="row2"><input type="password" name="dbpasswd" /></td>
! </tr>
! <tr>
! <td class="row1" align="right"><span class="gen">{L_DB_PREFIX}: </span></td>
! <td class="row2"><input type="text" name="prefix" value="{DB_PREFIX}" /></td>
! </tr>
! <tr>
! <th colspan="2">{L_ADMIN_CONFIGURATION}</th>
! </tr>
! <tr>
! <td class="row1" align="right"><span class="gen">{L_ADMIN_USERNAME}: </span></td>
! <td class="row2"><input type="text" name="admin_name" value="{ADMIN_USERNAME}" /></td>
! </tr>
! <tr>
! <td class="row1" align="right"><span class="gen">{L_ADMIN_PASSWORD}: </span></td>
! <td class="row2"><input type="password" name="admin_pass1" /></td>
! </tr>
! <tr>
! <td class="row1" align="right"><span class="gen">{L_ADMIN_CONFIRM_PASSWORD}: </span></td>
! <td class="row2"><input type="password" name="admin_pass2" /></td>
! </tr>
! <!-- END stage_one_install -->
! <!-- BEGIN error_install -->
! <tr>
! <th>{L_ERROR_TITLE}</th>
! </tr>
! <tr>
! <td class="row1" align="center"><span class="gen">{L_ERROR}</span></th>
! </tr>
! <!-- END error_install -->
! <!-- BEGIN common_install -->
! <tr>
! <td class="cat" align="center" colspan="2">{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" value="{L_SUBMIT}" /></td>
! </tr>
! <!-- END common_install -->
! </table></form></td>
! </tr>
! </table></td>
</tr>
! </table>
!
! </body>
! </html>
|
|
From: Paul S. O. <ps...@us...> - 2001-10-09 23:28:35
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv11794
Modified Files:
install.php common.php config.php
Log Message:
A few tweaks to install
Index: install.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/install.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** install.php 2001/10/02 14:30:15 1.3
--- install.php 2001/10/09 23:28:31 1.4
***************
*** 19,42 ****
*
***************************************************************************/
! //
! // First thing to check for is the case that we couldn't write the config
! // file and they chose to have use send it to them.
! //
! if($HTTP_POST_VARS['send_file'] == 1)
{
! header("Content-Type: text/x-delimtext; name=\"config.php\"");
! header("Content-disposition: attachment; filename=config.php");
! if(get_magic_quotes_gpc())
{
! $HTTP_POST_VARS['config_data'] = stripslashes($HTTP_POST_VARS['config_data']);
}
- echo $HTTP_POST_VARS['config_data'];
- exit();
- }
! $phpbb_root_path='./';
! include($phpbb_root_path.'extension.inc');
/***************************************************************************
--- 19,88 ----
*
***************************************************************************/
!
! $phpbb_root_path='./';
! include($phpbb_root_path.'extension.inc');
! if( !get_magic_quotes_gpc() )
{
! if( is_array($HTTP_GET_VARS) )
{
! while( list($k, $v) = each($HTTP_GET_VARS) )
! {
! if( is_array($HTTP_GET_VARS[$k]) )
! {
! while( list($k2, $v2) = each($HTTP_GET_VARS[$k]) )
! {
! $HTTP_GET_VARS[$k][$k2] = addslashes($v2);
! }
! @reset($HTTP_GET_VARS[$k]);
! }
! else
! {
! $HTTP_GET_VARS[$k] = addslashes($v);
! }
! }
! @reset($HTTP_GET_VARS);
}
! if( is_array($HTTP_POST_VARS) )
! {
! while( list($k, $v) = each($HTTP_POST_VARS) )
! {
! if( is_array($HTTP_POST_VARS[$k]) )
! {
! while( list($k2, $v2) = each($HTTP_POST_VARS[$k]) )
! {
! $HTTP_POST_VARS[$k][$k2] = addslashes($v2);
! }
! @reset($HTTP_POST_VARS[$k]);
! }
! else
! {
! $HTTP_POST_VARS[$k] = addslashes($v);
! }
! }
! @reset($HTTP_POST_VARS);
! }
+ if( is_array($HTTP_COOKIE_VARS) )
+ {
+ while( list($k, $v) = each($HTTP_COOKIE_VARS) )
+ {
+ if( is_array($HTTP_COOKIE_VARS[$k]) )
+ {
+ while( list($k2, $v2) = each($HTTP_COOKIE_VARS[$k]) )
+ {
+ $HTTP_COOKIE_VARS[$k][$k2] = addslashes($v2);
+ }
+ @reset($HTTP_COOKIE_VARS[$k]);
+ }
+ else
+ {
+ $HTTP_COOKIE_VARS[$k] = addslashes($v);
+ }
+ }
+ @reset($HTTP_COOKIE_VARS);
+ }
+ }
/***************************************************************************
***************
*** 48,82 ****
*
**************************************************************************/
! $userdata = "some false data";
! $theme = array(
! 'themes_id' => '2',
! 'themes_name' => 'Default',
! 'template_name' => 'Default',
! 'td_color1' => 'CCCCCC',
! 'td_color2' => 'DDDDDD'
! );
$default_language = 'english';
! $default_template = 'Default';
! $available_dbms[] = array(
! "LABEL" => "MySQL",
! "VALUE" => "mysql"
! );
! $available_dbms[] = array(
! "LABEL" => "MS SQL",
! "VALUE" => "mssql"
! );
! $available_dbms[] = array(
! "LABEL" => "Postgres",
! "VALUE" => "postgres"
);
! $available_dbms[] = array(
! "LABEL" => "ODBC - MSAccess",
! "VALUE" => "odbc:access"
! );
! $available_dbms[] = array(
! "LABEL" => "ODBC - DB2",
! "VALUE" => "odbc:db2"
! );
/***************************************************************************
*
--- 94,120 ----
*
**************************************************************************/
!
$default_language = 'english';
! $default_template = 'subSilver';
! $available_dbms = array(
! array(
! "LABEL" => "MySQL",
! "VALUE" => "mysql"
! ),
! array(
! "LABEL" => "PostgreSQL 7.x",
! "VALUE" => "postgres"
! ),
! array(
! "LABEL" => "MS SQL Server 7/2000",
! "VALUE" => "mssql"
! ),
! array(
! "LABEL" => "ODBC - MS Access",
! "VALUE" => "odbc:msaccess"
! )
);
!
/***************************************************************************
*
***************
*** 85,445 ****
***************************************************************************/
//
! // Fill an array with a list of available languages.
//
!
! $dir = opendir($phpbb_root_path.'/language');
! while($file = readdir($dir))
{
! if(preg_match("/^lang_(.*)\.$phpEx/", $file, $matches))
! {
! $available_lang[] = $matches[1];
! }
}
! //
! // Bring in the extra files that contain functions we need.
! //
! $language = ($HTTP_POST_VARS['language']) ? $HTTP_POST_VARS['language'] : $default_language;
include($phpbb_root_path.'includes/sql_parse.'.$phpEx);
include($phpbb_root_path.'includes/constants.'.$phpEx);
include($phpbb_root_path.'includes/template.'.$phpEx);
include($phpbb_root_path.'includes/functions.'.$phpEx);
! include($phpbb_root_path.'language/lang_'.$language.'.'.$phpEx);
//
! // Create an instance of the template class.
//
$template = new Template($phpbb_root_path . "templates/" . $default_template);
!
! if(file_exists('config.'.$phpEx))
{
include('config.'.$phpEx);
}
! if($installed)
{
//
// Sorry this has already been installed can't do anything more with it
//
! $template->set_filenames(array(
! "body" => "install_error.tpl")
! );
$template->assign_vars(array(
! "L_TITLE" => $lang['Installer_Error'],
"L_ERROR" => $lang['Previous_Install'])
);
$template->pparse('body');
! die();
}
! //
! // Ok we haven't installed before so lets work our way through the various
! // steps of the install process. This could turn out to be quite a lengty
! // process.
! //
! $installStep = ($HTTP_POST_VARS['installStep']) ? $HTTP_POST_VARS['installStep']: $HTTP_GET_VARS['installStep'];
! $dbms = ($HTTP_POST_VARS['dbms']);
! if( (!isset($installStep) || $installStep == 0) || ($HTTP_POST_VARS['admin_pass1'] != $HTTP_POST_VARS['admin_pass2']) )
{
//
// Step 0 gather the pertinant info for database setup...
// Namely dbms, dbhost, dbname, dbuser, and dbpasswd.
//
! $Instruct = $lang['Inst_Step_0'];
if( $HTTP_POST_VARS['admin_pass1'] != $HTTP_POST_VARS['admin_pass2'] )
- {
- $Instruct = $lang['Password_mismatch'] . '<br>' . $Instruct;
- }
- $template->set_filenames(array(
- "body" => "install.tpl")
- );
- $template->assign_vars(array(
- "L_INSTRUCT" => $Instruct,
- "L_SUBMIT" => $lang['Start_Install'],
- "S_FORM_ACTION" => 'install.'.$phpEx)
- );
- $template->assign_block_vars("hidden_fields", array(
- "NAME" => "installStep",
- "VALUE" => "1")
- );
- $template->assign_block_vars("inputs", array(
- "NAME" => "dbhost",
- "TYPE" => "text",
- "VALUE" => $HTTP_POST_VARS['dbhost'],
- "L_LABEL" => $lang['DB_Host'] . ':')
- );
- $template->assign_block_vars("inputs", array(
- "NAME" => "dbname",
- "TYPE" => "text",
- "VALUE" => $HTTP_POST_VARS['dbname'],
- "L_LABEL" => $lang['DB_Name'] . ':')
- );
- $template->assign_block_vars("inputs", array(
- "NAME" => "dbuser",
- "TYPE" => "text",
- "VALUE" => $HTTP_POST_VARS['dbuser'],
- "L_LABEL" => $lang['Database'] . ' ' . $lang['Username'] . ':')
- );
- $template->assign_block_vars("inputs", array(
- "NAME" => "dbpasswd",
- "TYPE" => "password",
- "VALUE" => $HTTP_POST_VARS['dbpasswd'],
- "L_LABEL" => $lang['Database'] . ' ' . $lang['Password'] . ':')
- );
- $template->assign_block_vars("inputs", array(
- "NAME" => "prefix",
- "TYPE" => "text",
- "VALUE" => (!empty($HTTP_POST_VARS['prefix'])) ? $HTTP_POST_VARS['prefix'] : "phpbb_",
- "L_LABEL" => $lang['Table_Prefix'] . ':')
- );
- $template->assign_block_vars("inputs", array(
- "NAME" => "admin_name",
- "TYPE" => "text",
- "VALUE" => $HTTP_POST_VARS['admin_name'],
- "L_LABEL" => $lang['Administrator'] . ' ' . $lang['Username'] . ':')
- );
- $template->assign_block_vars("inputs", array(
- "NAME" => "admin_pass1",
- "TYPE" => "password",
- "VALUE" => $HTTP_POST_VARS['admin_pass1'],
- "L_LABEL" => $lang['Administrator'] . ' ' . $lang['Password'] . ':')
- );
- $template->assign_block_vars("inputs", array(
- "NAME" => "admin_pass2",
- "TYPE" => "password",
- "VALUE" => $HTTP_POST_VARS['admin_pass2'],
- "L_LABEL" => $lang['Confirm'] . ' ' . $lang['Password'] . ':')
- );
- $template->assign_block_vars("selects", array(
- "NAME" => "language",
- "L_LABEL" => $lang['Install_lang'])
- );
- for($i = 0; $i < count($available_lang); $i++)
{
! $template->assign_block_vars("selects.options", array(
! "LABEL" => $available_lang[$i],
! "DEFAULT" => ($available_lang[$i] == $HTTP_POST_VARS['language'])?'SELECTED':'',
! "VALUE" => $available_lang[$i])
! );
}
! $template->assign_block_vars("selects", array(
! "NAME" => "dbms",
! "L_LABEL" => $lang['dbms'])
! );
for($i = 0; $i < count($available_dbms); $i++)
{
! $template->assign_block_vars("selects.options", array(
! "LABEL" => $available_dbms[$i]['LABEL'],
! "DEFAULT" => ($available_dbms[$i]['VALUE'] == $HTTP_POST_VARS['dbms'])?'SELECTED':'',
! "VALUE" => $available_dbms[$i]['VALUE'])
! );
}
$template->pparse("body");
exit();
- }
- //
- // If the dbms is set to be odbc then we need to skip most of the
- // steps and go straight to writing the config file. We'll spit
- // out some additional instructions later on what to do after installation
- // for the odbc DBMS.
- //
- if (ereg(':', $dbms) && $installStep < 2)
- {
- $dbms = explode(':', $dbms);
- $dbhost = $dbms[1] . ':' . $dbhost;
- $dbms = $dbms[0];
- $installStep = 2;
}
! elseif ( isset($dbms) )
{
! include($phpbb_root_path.'includes/db.'.$phpEx);
! }
! $dbms_schema = 'db/'.$dbms.'_schema.sql';
! $dbms_basic = 'db/'.$dbms.'_basic.sql';
! $remove_remarks = ($dbms == 'mysql')?'remove_remarks':'remove_comments';
! $delimiter = ( $dbms == 'mssql' )?'GO':';';
! switch ( $installStep )
! {
! case 1:
! //
! // Ok we have the db info go ahead and read in the relevant schema
! // and work on building the table.. probably ought to provide some
! // kind of feedback to the user as we are working here in order
! // to let them know we are actually doing something.
! //
! $sql_query = fread(fopen($dbms_schema, 'r'), filesize($dbms_schema));
! $sql_query = $remove_remarks($sql_query);
! $sql_query = split_sql_file($sql_query, $delimiter);
! $sql_count = count($sql_query);
! $sql_query = preg_replace('/phpbb_/', $HTTP_POST_VARS['prefix'], $sql_query);
! for($i = 0; $i < $sql_count; $i++)
! {
! $result = $db->sql_query($sql_query[$i]);
! if( !$result )
! {
! $error = $db->sql_error();
! $template->set_filenames(array(
! "body" => "install_error.tpl")
! );
! $template->assign_vars(array(
! "L_TITLE" => $lang['Installer_Error'],
! "L_ERROR" => $lang['Install_db_error'] . '<br>' . $error['message'])
! );
! $template->pparse('body');
! die();
! }
! }
! //
! // Ok tables have been built, let's fill in the basic information
! //
! $sql_query = fread(fopen($dbms_basic, 'r'), filesize($dbms_basic));
! $sql_query = $remove_remarks($sql_query);
! $sql_query = split_sql_file($sql_query, $delimiter);
! $sql_count = count($sql_query);
! $sql_query = preg_replace('/phpbb_/', $HTTP_POST_VARS['prefix'], $sql_query);
! for($i = 0; $i < $sql_count; $i++)
! {
! $result = $db->sql_query($sql_query[$i]);
! if( !$result )
! {
! $error = $db->sql_error();
! $template->set_filenames(array(
! "body" => "install_error.tpl")
! );
! $template->assign_vars(array(
! "L_TITLE" => $lang['Installer_Error'],
! "L_ERROR" => $lang['Install_db_error'] . "<br>" . $error["message"])
! );
! $template->pparse('body');
! die();
! }
! }
! //
! // Ok at this point they have entered their admin password, let's go
! // ahead and create the admin account with some basic default information
! // that they can customize later, and write out the config file. After
! // this we are going to pass them over to the admin_forum.php script
! // to set up their forum defaults.
! //
! if( $dbms == 'odbc' )
! {
//
! // Output the instructions for the odbc...
//
! $template->set_filenames(array(
! "body" => "install.tpl")
! );
!
! $template->assign_vars(array(
! "L_INSTRUCT" => $lang['ODBC_Instructs'],
! "L_SUBMIT" => $lang['OK'],
! "S_FORM_ACTION" => 'install.'.$phpEx)
! );
! $template->assign_block_vars("hidden_fields", array(
! "NAME" => "installStep",
! "VALUE" => '3')
! );
! exit();
! }
! else
! {
//
! // Update the default admin user with their information.
//
! $sql = "UPDATE ".$HTTP_POST_VARS['prefix']."users
! SET username='".$HTTP_POST_VARS['admin_name']."',
! user_password='".md5($HTTP_POST_VARS['admin_pass1'])."'
! WHERE username = 'Admin'";
! $result = $db->sql_query($sql);
! if( !$result )
{
! $error = $db->sql_error();
! $template->set_filenames(array(
! "body" => "install_error.tpl")
! );
! $template->assign_vars(array(
! "L_TITLE" => $lang['Installer_Error'],
! "L_ERROR" => $lang['Install_db_error'] . '<br>' . $error['message'])
! );
! $template->pparse('body');
! die();
}
//
! // Write out the config file.
//
! $config_data = '<?php'."\n";
! $config_data.= '$dbms = "'.$dbms.'";'."\n";
! $config_data.= '$dbhost = "'.$dbhost.'";'."\n";
! $config_data.= '$dbname = "'.$dbname.'";'."\n";
! $config_data.= '$dbuser = "'.$dbuser.'";'."\n";
! $config_data.= '$dbpasswd = "'.$dbpasswd.'";'."\n";
! $config_data.= '$installed = True;'."\n";
! $config_data.= '$table_prefix = "'.$HTTP_POST_VARS['prefix'].'";'."\n";
! $config_data.= '?>';
! @umask(0111);
! $noOpen = False;
! $fp = @fopen('config.php', 'w');
! if(!$fp)
{
//
! // Unable to open the file writeable do something here as an attempt
! // to get around that...
! $template->set_filenames(array(
! "body" => "install.tpl")
! );
$template->assign_vars(array(
! "L_INSTRUCT" => $lang['UnWrite_Config'],
! "L_SUBMIT" => $lang['Send_Config'],
"S_FORM_ACTION" => 'install.'.$phpEx)
);
! $template->assign_block_vars("hidden_fields", array(
! "NAME" => "config_data",
! "VALUE" => htmlspecialchars($config_data) )
! );
! $template->assign_block_vars("hidden_fields", array(
! "NAME" => "send_file",
! "VALUE" => "1")
);
$template->pparse('body');
exit();
}
! $result = fputs($fp, $config_data, strlen($config_data));
! fclose($fp);
! //
! // Ok we are basically done with the install process let's go on
! // and let the user configure their board now.
! // We are going to do this by calling the admin_board.php from the
! // normal board admin section.
! //
! $template->set_filenames(array(
! "body" => "install.tpl")
! );
! $template->assign_vars(array(
! "L_INSTRUCT" => $lang['Inst_Step_2'],
! "L_SUBMIT" => $lang['Finish_Install'],
! "S_FORM_ACTION" => 'login.'.$phpEx)
! );
!
! $template->assign_block_vars("hidden_fields", array(
! "NAME" => 'username',
! "VALUE" => $admin_name)
! );
! $template->assign_block_vars("hidden_fields", array(
! "NAME" => 'password',
! "VALUE" => $admin_pass1)
! );
! $template->assign_block_vars("hidden_fields", array(
! "NAME" => 'submit',
! "VALUE" => 'Login')
! );
! $template->assign_block_vars("hidden_fields", array(
! "NAME" => 'forward_page',
! "VALUE" => 'admin/admin_board.'.$phpEx.'?mode=config')
! );
! $template->pparse('body');
! exit();
! }
! break;
}
--- 123,519 ----
***************************************************************************/
+ $userdata = array();
+ $lang = array();
+
//
! // Obtain various vars
//
! if( isset($HTTP_POST_VARS['install_step']) || isset($HTTP_GET_VARS['install_step']) )
{
! $install_step = ( isset($HTTP_POST_VARS['install_step']) ) ? $HTTP_POST_VARS['install_step'] : $HTTP_GET_VARS['install_step'];
! }
! else
! {
! $install_step = "";
}
! $dbms = isset($HTTP_POST_VARS['dbms']) ? $HTTP_POST_VARS['dbms'] : "";
! $language = ( !empty($HTTP_POST_VARS['language']) ) ? $HTTP_POST_VARS['language'] : $default_language;
! $dbhost = ( !empty($HTTP_POST_VARS['dbhost']) ) ? $HTTP_POST_VARS['dbhost'] : "";
! $dbuser = ( !empty($HTTP_POST_VARS['dbuser']) ) ? $HTTP_POST_VARS['dbuser'] : "";
! $dbpasswd = ( !empty($HTTP_POST_VARS['dbpasswd']) ) ? $HTTP_POST_VARS['dbpasswd'] : "";
! $dbname = ( !empty($HTTP_POST_VARS['dbname']) ) ? $HTTP_POST_VARS['dbname'] : "";
!
! $admin_username = ( !empty($HTTP_POST_VARS['admin_user']) ) ? $HTTP_POST_VARS['admin_user'] : "";
! $admin_pass1 = ( !empty($HTTP_POST_VARS['admin_pass1']) ) ? $HTTP_POST_VARS['admin_pass1'] : "";
! $admin_pass2 = ( !empty($HTTP_POST_VARS['admin_pass2']) ) ? $HTTP_POST_VARS['admin_pass2'] : "";
!
! $table_prefix = ( !empty($HTTP_POST_VARS['prefix']) ) ? $HTTP_POST_VARS['prefix'] : "";
!
include($phpbb_root_path.'includes/sql_parse.'.$phpEx);
include($phpbb_root_path.'includes/constants.'.$phpEx);
include($phpbb_root_path.'includes/template.'.$phpEx);
include($phpbb_root_path.'includes/functions.'.$phpEx);
! include($phpbb_root_path.'includes/sessions.'.$phpEx);
//
! // Import language file, setup template ...
//
+ include($phpbb_root_path.'language/lang_' . $language . '.'.$phpEx);
+
$template = new Template($phpbb_root_path . "templates/" . $default_template);
+
+ //
+ // Load default template for install
+ //
+ $template->set_filenames(array(
+ "body" => "install.tpl")
+ );
+
+ $template->assign_vars(array(
+ "L_INSTALLATION" => $lang['Welcome_install'])
+ );
!
! //
! // Start main program ...
! //
! if( @file_exists('config.'.$phpEx) )
{
include('config.'.$phpEx);
}
!
! if( defined("PHPBB_INSTALLED") )
{
//
// Sorry this has already been installed can't do anything more with it
//
! $template->assign_block_vars("error_install", array());
$template->assign_vars(array(
! "L_ERROR_TITLE" => $lang['Installer_Error'],
"L_ERROR" => $lang['Previous_Install'])
);
+
$template->pparse('body');
! exit;
}
! else if( !empty($HTTP_POST_VARS['send_file']) )
{
+ header("Content-Type: text/x-delimtext; name=\"config.php\"");
+ header("Content-disposition: attachment; filename=config.php");
+
+ if( get_magic_quotes_gpc() )
+ {
+ $HTTP_POST_VARS['config_data'] = stripslashes($HTTP_POST_VARS['config_data']);
+ }
+
+ echo $HTTP_POST_VARS['config_data'];
+
+ exit;
+ }
+ else if( empty($install_step) || $admin_pass1 != $admin_pass2 || $dbhost == "" )
+ {
//
+ // Ok we haven't installed before so lets work our way through the various
+ // steps of the install process. This could turn out to be quite a lengty
+ // process.
+ //
+
+ //
// Step 0 gather the pertinant info for database setup...
// Namely dbms, dbhost, dbname, dbuser, and dbpasswd.
//
! $instruction_text = $lang['Inst_Step_0'];
!
if( $HTTP_POST_VARS['admin_pass1'] != $HTTP_POST_VARS['admin_pass2'] )
{
! $instruction_text = $lang['Password_mismatch'] . '<br />' . $instruction_text;
}
!
! $lang_options = language_select($language, 'language');
!
! $dbms_options = '<select name="dbms">';
for($i = 0; $i < count($available_dbms); $i++)
{
! $selected = ( $available_dbms[$i]['VALUE'] == $dbms ) ? "selected=\"selected\"" : "";
! $dbms_options .= '<option value="' . $available_dbms[$i]['VALUE'] . '">' . $available_dbms[$i]['LABEL'] . '</option>';
}
+ $dbms_options .= '</select>';
+
+ $s_hidden_fields = '<input type="hidden" name="install_step" value="1" />';
+
+ $template->assign_block_vars("stage_one_install", array());
+ $template->assign_block_vars("common_install", array());
+
+ $template->assign_vars(array(
+ "L_INSTRUCTION_TEXT" => $instruction_text,
+ "L_INITIAL_CONFIGURATION" => $lang['Initial_config'],
+ "L_DATABASE_CONFIGURATION" => $lang['DB_config'],
+ "L_ADMIN_CONFIGURATION" => $lang['Admin_config'],
+ "L_LANGUAGE" => $lang['Default_lang'],
+ "L_DBMS" => $lang['dbms'],
+ "L_DB_HOST" => $lang['DB_Host'],
+ "L_DB_NAME" => $lang['DB_Name'],
+ "L_DB_USER" => $lang['Database'] . ' ' . $lang['Username'],
+ "L_DB_PASSWORD" => $lang['Database'] . ' ' . $lang['Password'],
+ "L_DB_PREFIX" => $lang['Table_Prefix'],
+
+ "L_ADMIN_USERNAME" => $lang['Administrator'] . ' ' . $lang['Username'],
+ "L_ADMIN_PASSWORD" => $lang['Administrator'] . ' ' . $lang['Password'],
+ "L_ADMIN_CONFIRM_PASSWORD" => $lang['Confirm'] . ' ' . $lang['Password'],
+
+ "L_SUBMIT" => $lang['Start_Install'],
+
+ "DB_PREFIX" => ( $table_prefix != "" ) ? $table_prefix : "phpbb_",
+ "DB_HOST" => ( $dbhost != "" ) ? $dbhost : "",
+ "DB_USER" => ( $dbuser != "" ) ? $dbuser : "",
+ "DB_PASSWD" => ( $dbpasswd != "" ) ? $dbpasswd : "",
+ "ADMIN_USERNAME" => ( $admin_username != "" ) ? $admin_username : "",
+
+ "S_LANG_SELECT" => $lang_options,
+ "S_DBMS_SELECT" => $dbms_options,
+ "S_HIDDEN_FIELDS" => $s_hidden_fields,
+ "S_FORM_ACTION" => "install.$phpEx")
+ );
+
+ // "L_DOMAIN_NAME" => $lang['Domain_name'],
+ // "L_DOMAIN_NAME_EXPLAIN" => $lang['Domain_name_explain'],
+
$template->pparse("body");
+
exit();
}
! else
{
! //
! // If the dbms is set to be odbc then we need to skip most of the
! // steps and go straight to writing the config file. We'll spit
! // out some additional instruction_textions later on what to do after installation
! // for the odbc DBMS.
! //
! if( ereg(':', $dbms) && $install_step < 2 )
! {
! $dbms = explode(':', $dbms);
! $dbhost = $dbms[1] . ':' . $dbhost;
! $dbms = $dbms[0];
! $install_step = 2;
! }
! else if( isset($dbms) )
! {
! include($phpbb_root_path.'includes/db.'.$phpEx);
! }
! $dbms_schema = 'db/' . $dbms.'_schema.sql';
! $dbms_basic = 'db/' . $dbms . '_basic.sql';
!
! $remove_remarks = ( $dbms == 'mysql' ) ? 'remove_remarks' : 'remove_comments';
! $delimiter = ( $dbms == 'mssql' ) ? 'GO' : ';';
!
! switch ( $install_step )
! {
! case 1:
//
! // Ok we have the db info go ahead and read in the relevant schema
! // and work on building the table.. probably ought to provide some
! // kind of feedback to the user as we are working here in order
! // to let them know we are actually doing something.
//
! $sql_query = @fread(@fopen($dbms_schema, 'r'), @filesize($dbms_schema));
! $sql_query = $remove_remarks($sql_query);
! $sql_query = split_sql_file($sql_query, $delimiter);
! $sql_count = count($sql_query);
! $sql_query = preg_replace('/phpbb_/', $table_prefix, $sql_query);
!
! for($i = 0; $i < $sql_count; $i++)
! {
! $result = $db->sql_query($sql_query[$i]);
! if( !$result )
! {
! $error = $db->sql_error();
!
! $template->assign_block_vars("error_install", array());
! $template->assign_vars(array(
! "L_ERROR_TITLE" => $lang['Installer_Error'],
! "L_ERROR" => $lang['Install_db_error'] . '<br>' . $error['message'])
! );
! $template->pparse('body');
! die();
! }
! }
!
//
! // Ok tables have been built, let's fill in the basic information
//
! $sql_query = @fread(@fopen($dbms_basic, 'r'), @filesize($dbms_basic));
! $sql_query = $remove_remarks($sql_query);
! $sql_query = split_sql_file($sql_query, $delimiter);
! $sql_count = count($sql_query);
! $sql_query = preg_replace('/phpbb_/', $table_prefix, $sql_query);
!
! for($i = 0; $i < $sql_count; $i++)
{
! $result = $db->sql_query($sql_query[$i]);
! if( !$result )
! {
! $error = $db->sql_error();
!
! $template->assign_block_vars("error_install", array());
! $template->assign_vars(array(
! "L_ERROR_TITLE" => $lang['Installer_Error'],
! "L_ERROR" => $lang['Install_db_error'] . "<br />" . $error["message"])
! );
! $template->pparse('body');
! die();
! }
}
//
! // Ok at this point they have entered their admin password, let's go
! // ahead and create the admin account with some basic default information
! // that they can customize later, and write out the config file. After
! // this we are going to pass them over to the admin_forum.php script
! // to set up their forum defaults.
//
! if( $dbms == 'odbc' )
{
//
! // Output the instruction_textions for the odbc...
! //
! $template->assign_block_vars("common_install", array());
!
! $s_hidden_fields = '<input type="hidden" name="install_step" value="3" />';
!
$template->assign_vars(array(
! "L_INSTRUCTION_TEXT" => $lang['ODBC_instruction_texts'],
! "L_SUBMIT" => $lang['OK'],
!
! "S_HIDDEN_FIELDS" => $s_hidden_fields,
"S_FORM_ACTION" => 'install.'.$phpEx)
);
! exit();
! }
! else
! {
! $error = "";
! //
! // Update the default admin user with their information.
! //
! $sql = "INSERT INTO " . $table_prefix . "config (config_name, config_value)
! VALUES ('board_startdate', " . time() . ")";
! $result = $db->sql_query($sql);
! if( !$result )
! {
! $error .= "Could not insert board_startdate :: " . $sql . "<br /><br />";
! }
!
! $sql = "INSERT INTO " . $table_prefix . "config (config_name, config_value)
! VALUES ('default_lang', '$language')";
! $result = $db->sql_query($sql);
! if( !$result )
! {
! $error .= "Could not insert default_lang :: " . $sql . "<br /><br />";
! }
!
! $sql = "UPDATE " . $table_prefix . "users
! SET username = '$admin_name', user_password='" . md5($admin_pass1) . "', user_lang = '" . $language . "'
! WHERE username = 'Admin'";
! $result = $db->sql_query($sql);
! if( !$result )
! {
! $error .= "Could not update admin info :: " . $sql . "<br /><br />";
! }
!
! $sql = "UPDATE " . $table_prefix . "users
! SET user_regdate = " . time();
! $result = $db->sql_query($sql);
! if( !$result )
! {
! $error .= "Could not update user_regdate :: " . $sql . "<br /><br />";
! }
!
! if( $error != "" )
! {
! $error = $db->sql_error();
!
! $template->assign_block_vars("error_install", array());
! $template->assign_vars(array(
! "L_ERROR_TITLE" => $lang['Installer_Error'],
! "L_ERROR" => $lang['Install_db_error'] . '<br /><br />' . $error)
! );
!
! $template->pparse('body');
! exit;
! }
!
! $template->assign_block_vars("common_install", array());
!
! //
! // Write out the config file.
! //
! $config_data = '<?php'."\n\n";
! $config_data .= "//\n// phpBB 2.x auto-generated config file\n// Do not change anything in this file!\n//\n\n";
! $config_data .= '$dbms = "' . $dbms . '";' . "\n\n";
! $config_data .= '$dbhost = "' . $dbhost . '";' . "\n";
! $config_data .= '$dbname = "' . $dbname . '";' . "\n";
! $config_data .= '$dbuser = "' . $dbuser . '";' . "\n";
! $config_data .= '$dbpasswd = "' . $dbpasswd . '";' . "\n\n";
! $config_data .= '$table_prefix = "' . $table_prefix . '";' . "\n\n";
! $config_data .= 'define(\'PHPBB_INSTALLED\', true);'."\n\n";
! $config_data .= '?' . '>'; // Done this to prevent highlighting editors getting confused!
!
! @umask(0111);
! $no_open = FALSE;
!
! $fp = @fopen('config.php', 'w');
!
! if( !$fp )
! {
! //
! // Unable to open the file writeable do something here as an attempt
! // to get around that...
! //
! $s_hidden_fields = '<input type="hidden" name="config_data" value="' . htmlspecialchars($config_data) . '" />';
! $s_hidden_fields .= '<input type="hidden" name="send_file" value="1" />';
!
! $template->assign_vars(array(
! "L_INSTRUCTION_TEXT" => $lang['Unwriteable_config'],
! "L_SUBMIT" => $lang['Download_config'],
!
! "S_HIDDEN_FIELDS" => $s_hidden_fields,
! "S_FORM_ACTION" => "install.$phpEx")
! );
!
! $template->pparse('body');
! exit();
! }
!
! $result = @fputs($fp, $config_data, strlen($config_data));
! fclose($fp);
!
! //
! // Ok we are basically done with the install process let's go on
! // and let the user configure their board now.
! // We are going to do this by calling the admin_board.php from the
! // normal board admin section.
! //
! $s_hidden_fields = '<input type="hidden" name="username" value="' . $admin_name . '" />';
! $s_hidden_fields .= '<input type="hidden" name="password" value="' . $admin_pass1 . '" />';
! $s_hidden_fields .= '<input type="hidden" name="forward_page" value="admin/" />';
! $s_hidden_fields .= '<input type="hidden" name="submit" value="Login" />';
!
! $template->assign_vars(array(
! "L_INSTRUCTION_TEXT" => $lang['Inst_Step_2'],
! "L_SUBMIT" => $lang['Finish_Install'],
!
! "S_HIDDEN_FIELDS" => $s_hidden_fields,
! "S_FORM_ACTION" => "login.$phpEx")
);
+
$template->pparse('body');
exit();
}
! break;
! }
}
+
+ ?>
\ No newline at end of file
Index: common.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/common.php,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -r1.62 -r1.63
*** common.php 2001/09/25 18:18:47 1.62
--- common.php 2001/10/09 23:28:31 1.63
***************
*** 103,107 ****
$lang = Array();
! include($phpbb_root_path . 'config.'.$phpEx);
include($phpbb_root_path . 'includes/constants.'.$phpEx);
include($phpbb_root_path . 'includes/template.'.$phpEx);
--- 103,113 ----
$lang = Array();
! @include($phpbb_root_path . 'config.'.$phpEx);
!
! if( !defined("PHPBB_INSTALLED") )
! {
! header("Location: install.$phpEx");
! }
!
include($phpbb_root_path . 'includes/constants.'.$phpEx);
include($phpbb_root_path . 'includes/template.'.$phpEx);
Index: config.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/config.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** config.php 2001/09/09 12:40:42 1.31
--- config.php 2001/10/09 23:28:31 1.32
***************
*** 1,100 ****
- <?php
- /***************************************************************************
- * config.php
- * -------------------
- * begin : Saturday, Feb 13, 2001
- * copyright : (C) 2001 The phpBB Group
- * email : su...@ph...
- *
- * $Id$
- *
- *
- ***************************************************************************/
-
- /***************************************************************************
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- ***************************************************************************/
-
- // DB connection config
- //
- // Uncomment the relevant entry
- // and fill in the required details
- //
-
- /*
- //
- // MySQL
- //
- $dbms = "mysql";
- $dbhost = "localhost";
- $dbname = "phpbb2";
- $dbuser = "root";
- $dbpasswd = "";
- */
-
- /*
- //
- // PostgreSQL
- //
- $dbms = "postgres";
- $dbhost = "";
- $dbname = "";
- $dbuser = "";
- $dbpasswd = "";
- */
-
- /*
- //
- // MSSQL
- //
- $dbms = "mssql";
- $dbhost = "";
- $dbname = "";
- $dbuser = "";
- $dbpasswd = "";
- */
-
- /*
- //
- // ODBC - Access
- //
- $dbms = "odbc";
- $dbhost = "msaccess:<HOST HERE>";
- $dbname = "";
- $dbuser = "";
- $dbpasswd = "";
- */
-
- /*
- //
- // ODBC - DB2
- //
- $dbms = "odbc";
- $dbhost = "db2:<HOST HERE>";
- $dbname = "";
- $dbuser = "";
- $dbpasswd = "";
- */
-
- /*
- //
- // Oracle
- //
- $dbms = "oracle";
- $dbhost = "";
- $dbname = "";
- $dbuser = "";
- $dbpasswd = "";
- */
-
- //
- // DB table prefix
- //
- $table_prefix = "phpbb_";
-
- ?>
\ No newline at end of file
--- 0 ----
|
|
From: Paul S. O. <ps...@us...> - 2001-10-09 23:28:35
|
Update of /cvsroot/phpbb/phpBB2/language In directory usw-pr-cvs1:/tmp/cvs-serv11794/language Modified Files: lang_english.php Log Message: A few tweaks to install Index: lang_english.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english.php,v retrieving revision 1.153 retrieving revision 1.154 diff -C2 -r1.153 -r1.154 *** lang_english.php 2001/10/06 04:44:47 1.153 --- lang_english.php 2001/10/09 23:28:31 1.154 *************** *** 102,105 **** --- 102,106 ---- $lang['edit_posts'] = "edit your posts in this forum"; $lang['delete_posts'] = "delete your posts in this forum"; + $lang['vote_polls'] = "vote in polls in this forum"; $lang['moderate_forum'] = "moderate this forum"; *************** *** 961,968 **** // Install Process // ! $lang['Installer_Error'] = "An error has occured during installation."; ! $lang['Previous_Install'] = "A previous installtion has been detected."; ! $lang['Inst_Step_0'] = "Thank you for choosing phpBB version 2. Please select your chosen database server, and enter the information for your database server host, database name, username, and password. NOTE: The database should already exist."; $lang['Start_Install'] = "Start Install"; $lang['DB_Host'] = "Database Server Hostname"; $lang['DB_Name'] = "Your Database Name"; --- 962,974 ---- // Install Process // ! $lang['Welcome_install'] = "Welcome to phpBB 2 Installation"; ! $lang['Initial_config'] = "Basic Configuration"; ! $lang['DB_config'] = "Database Configuration"; ! $lang['Admin_config'] = "Admin Configuration"; ! $lang['Installer_Error'] = "An error has occured during installation"; ! $lang['Previous_Install'] = "A previous installation has been detected"; ! $lang['Inst_Step_0'] = "Thank you for choosing phpBB 2. In order to complete this install please fill out the details requested below. Please note that the database you install into should already exist"; $lang['Start_Install'] = "Start Install"; + $lang['Default_lang'] = "Default board language"; $lang['DB_Host'] = "Database Server Hostname"; $lang['DB_Name'] = "Your Database Name"; *************** *** 972,985 **** $lang['Inst_Step_1'] = "Your database tables have been created and filled with some basic default data. Please enter your chosen phpBB Admin Username and Password."; $lang['Create_User'] = "Create User"; ! $lang['Inst_Step_2'] = "Your admin username has been created. At this point your installation is basically completed, you will now be taken to a screen which will allow you to specify some basic default settings for your board."; $lang['Finish_Install'] = "Finish Installation"; $lang['Install_db_error'] = "An error occured trying to update the database"; $lang['ODBC_Instructs'] = "Someone please write some odbc instructions in the \$lang['ODBC_Instructs'] variable!"; ! $lang['Table_Prefix'] = "Table Name Prefix"; ! $lang['Send_Config'] = "Send Config File"; ! $lang['UnWrite_Config'] = "Setup was unable to write your config file to the phpBB directory. You can either correct this by making the config file writable ! by the webserver, and running this setup again, or you may choose to have the config.php file sent to you by clicking the button below. Once the file has been ! saved to your local hard drive you should then ftp it to the server in your phpBB directory, and then <a href='login.php'>log into phpBB</a> and go the administration Panel to customize your board."; ! // // End --- 978,988 ---- $lang['Inst_Step_1'] = "Your database tables have been created and filled with some basic default data. Please enter your chosen phpBB Admin Username and Password."; $lang['Create_User'] = "Create User"; ! $lang['Inst_Step_2'] = "Your admin username has been created. At this point your basic installation is complete. You will now be taken to a screen which will allow you to administer your new installation. Please be sure to check the General Configuration details and make any required changes. Thank you for choosing phpBB 2."; $lang['Finish_Install'] = "Finish Installation"; $lang['Install_db_error'] = "An error occured trying to update the database"; $lang['ODBC_Instructs'] = "Someone please write some odbc instructions in the \$lang['ODBC_Instructs'] variable!"; ! $lang['Table_Prefix'] = "Prefix for tables in database"; ! $lang['Unwriteable_config'] = "Your config file is unwriteable at present. A copy of the config file will be downloaded to your when you click the button below. You should upload this file to the same directory as phpBB 2. Once this is done you should log in using the administrator name and password you provided on the previous form and visit the admin control centre (a link will appear at the bottom of each screen once logged in) to check the general configuration. Thank you for choosing phpBB 2."; ! $lang['Download_config'] = "Download Config"; // // End *************** *** 1021,1023 **** $l_sendpass = "Send Password"; ! ?> --- 1024,1026 ---- $l_sendpass = "Send Password"; ! ?> \ No newline at end of file |
|
From: Nathan C. <na...@us...> - 2001-10-09 20:12:48
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv20326 Modified Files: viewforum.php Log Message: Fixed 468772 plus other moved-topic-inherits-stuff bugs. Index: viewforum.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/viewforum.php,v retrieving revision 1.86 retrieving revision 1.87 diff -C2 -r1.86 -r1.87 *** viewforum.php 2001/10/05 14:14:21 1.86 --- viewforum.php 2001/10/09 20:12:38 1.87 *************** *** 493,496 **** --- 493,498 ---- $topic_type = $lang['Topic_Moved'] . " "; $topic_id = $topic_rowset[$i]['topic_moved_id']; + $newest_post_img = ""; + $folder_image = ""; } else |
|
From: Nathan C. <na...@us...> - 2001-10-09 19:59:46
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv16672
Modified Files:
modcp.php
Log Message:
Fixed bug 468765 - addslashes to topic title when moving topics.
Index: modcp.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/modcp.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** modcp.php 2001/09/25 00:23:01 1.40
--- modcp.php 2001/10/09 19:59:43 1.41
***************
*** 411,415 ****
$sql = "INSERT INTO " . TOPICS_TABLE . " (forum_id, topic_title, topic_poster, topic_time, topic_status, topic_type, topic_vote, topic_views, topic_replies, topic_last_post_id, topic_moved_id)
! VALUES ($old_forum_id, '" . $row[$i]['topic_title'] . "', '" . $row[$i]['topic_poster'] . "', " . $row[$i]['topic_time'] . ", " . TOPIC_MOVED . ", " . POST_NORMAL . ", " . $row[$i]['topic_vote'] . ", " . $row[$i]['topic_views'] . ", " . $row[$i]['topic_replies'] . ", " . $row[$i]['topic_last_post_id'] . ", $topic_id)";
if( !$result = $db->sql_query($sql) )
{
--- 411,415 ----
$sql = "INSERT INTO " . TOPICS_TABLE . " (forum_id, topic_title, topic_poster, topic_time, topic_status, topic_type, topic_vote, topic_views, topic_replies, topic_last_post_id, topic_moved_id)
! VALUES ($old_forum_id, '" . addslashes($row[$i]['topic_title']) . "', '" . $row[$i]['topic_poster'] . "', " . $row[$i]['topic_time'] . ", " . TOPIC_MOVED . ", " . POST_NORMAL . ", " . $row[$i]['topic_vote'] . ", " . $row[$i]['topic_views'] . ", " . $row[$i]['topic_replies'] . ", " . $row[$i]['topic_last_post_id'] . ", $topic_id)";
if( !$result = $db->sql_query($sql) )
{
|
|
From: Nathan C. <na...@us...> - 2001-10-09 19:22:36
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv6351
Modified Files:
profile.php
Log Message:
Fixed profile bug where website contains a hyphen
Index: profile.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/profile.php,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -r1.105 -r1.106
*** profile.php 2001/10/06 00:59:02 1.105
--- profile.php 2001/10/09 19:22:33 1.106
***************
*** 133,137 ****
}
! if (!preg_match("#^http\\:\\/\\/[a-z0-9]+\.[a-z0-9]+#i", $website))
{
$website = "";
--- 133,137 ----
}
! if (!preg_match("#^http\\:\\/\\/[a-z0-9\-]+\.[a-z0-9\-]+#i", $website))
{
$website = "";
|
|
From: Paul S. O. <ps...@us...> - 2001-10-09 13:38:04
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv26378/templates/subSilver Modified Files: admin_styles.css Log Message: Various updates, Tom Index: admin_styles.css =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin_styles.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** admin_styles.css 2001/09/26 14:33:57 1.1 --- admin_styles.css 2001/10/09 13:38:01 1.2 *************** *** 1,8 **** /* subSilver Theme for phpBB2 ! * Created by Tom @ subBlue design * http://www.subBlue.com */ ! body { background-color:#E5E5E5; scrollbar-face-color: #C8D1D7; scrollbar-highlight-color: #EAF0F7; scrollbar-shadow-color: #95AFC4; scrollbar-3dlight-color: #D6DDE2; --- 1,8 ---- /* subSilver Theme for phpBB2 ! * Created by subBlue design * http://www.subBlue.com */ ! body { background-color:#E5E5E5; scrollbar-face-color: #C8D1D7; scrollbar-highlight-color: #EAF0F7; scrollbar-shadow-color: #95AFC4; scrollbar-3dlight-color: #D6DDE2; *************** *** 11,113 **** } ! font { font-family: Verdana, Arial, Helvetica, sans-serif; } ! td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 12px;} ! th { font-family: Verdana, Arial, Helvetica, sans-serif; } ! P { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px } ! hr { height:1px;color:;} /* Forum colours */ ! .bodyline { background-color:#AEBDC4 } ! .forumline { background-color:#006699 } ! .innerline { background-color:#FFFFFF } ! .innerarea { background-color:#FFFFFF } ! ! /* Table cell colours and backgrounds */ ! TH {background-color:#1B7CAD;font-size:11px;font-weight:bold; color:#FFB163; background-image: url(images/cellpic3.gif)} ! TH.secondary {font-size:12px} ! TD.tablebg {background-color:#000000} ! TD.cat {background-color:#CBD3D9;background-image: url(images/cellpic1.gif)} ! TD.row1 {background-color:#EFEFEF} ! TD.row2 {background-color:#DEE3E7} ! TD.row3 {background-color:#c2cdd6} ! TD.rowpic {background-color:#DEE3E7;background-image: url(images/cellpic2.jpg)} ! td.icqback {background-image: url(images/icon_icq_add.gif)} /* The largest text used in the index page title and toptic title etc. */ ! h1, .titlemedium { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000} /* General normal text */ ! .gen { font-size : 12px; color : #000000 } ! a.gen { color: #006699; text-decoration: none } ! a:hover.gen { color: #C23030; text-decoration: underline } /* General medium text */ ! .genmed { font-size : 11px; color : #000000 } ! a.genmed { text-decoration: none; color : #006699 } ! a:hover.genmed { text-decoration: underline; color : #C23030 } /* General small */ ! .gensmall { font-size : 10px; color : #000000 } ! a.gensmall { color: #006699; text-decoration: none } ! a:hover.gensmall { color: #C23030; text-decoration: underline } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; text-decoration : none; color : #000000 } ! a.mainmenu { text-decoration: none; color : #006699 } ! a:hover.mainmenu { text-decoration: underline; color : #C23030} /* Forum categories */ ! .cattitle { font-size : 12px; letter-spacing: 1px; font-weight : bold; text-decoration : none; color : #004c75 } ! a.cattitle { text-decoration: none; color : #004c75 } ! a:hover.cattitle { text-decoration: underline } /* Forum title: Text and link to the forums used in: index.php */ ! .forumlink { font-size : 12px; font-weight : bold; text-decoration : none; color : #136C99 } ! a.forumlink { text-decoration: none; color : #136C99 } ! a:hover.forumlink { text-decoration: underline; color : #D68000 } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ ! .nav { font-size : 11px; font-weight : bold; text-decoration : none; color : #000000} ! a.nav { text-decoration: none; color : #006699 } ! a:hover.nav { text-decoration: underline } /* titles for the topics: can specify viewed link colour too */ ! .topictitle { font-size : 11px; font-weight : bold; text-decoration : none; color : #000000 } ! a.topictitle { text-decoration: none; color : #006699 } ! a:hover.topictitle { text-decoration: underline; color : #D68000 } ! a:visited.topictitle { text-decoration: none; color : #5584AA } /* Name of poster in viewmsg.php and viewtopic.php and other places */ ! .name { font-size : 11px; text-decoration : none; color : #000000} ! a.name { color: #006699; text-decoration: none} ! a.name:hover { color: #C23030; text-decoration: underline} /* Location, number of posts, post date etc */ ! .postdetails { font-size : 10px; color : #000000 } ! a.postdetails { color: #006699; text-decoration: none } ! a:hover.postdetails { color: #C23030; text-decoration: underline } /* The content of the posts (body of text) */ ! .postbody { font-size : 12px; line-height : 150%; color : #000000 } ! a.postbody { text-decoration: none; color : #0176BC } ! a:hover.postbody { text-decoration: underline; color : #C23030 } /* Quote Code (currently not used) */ ! .code { font-family:Courier, Courier New; font-size:11px; color: #006600; line-height: 150% } ! .quot { font-family:Verdana, Arial; font-size:11px; color: #444444; line-height: 150% } ! .signature { font-size : 11px; font-weight : plain; text-decoration : none; line-height : 150%; color : #333366 } ! .editedby { font-size : 10px; line-height : 100%; color : #333333 } --- 11,142 ---- } ! font { font-family: Verdana, Arial, Helvetica, sans-serif } ! td { font-family: Verdana, Arial, Helvetica, sans-serif } ! th { font-family: Verdana, Arial, Helvetica, sans-serif } ! P { font-family: Verdana, Arial, Helvetica, sans-serif } ! hr { height: 1px; color:#c2cdd6 } /* Forum colours */ ! .bodyline { background-color:#FFFFFF; border: #AEBDC4; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px } ! .forumline { background-color:#FFFFFF; border: 2px #006699 solid } + + /* Main table cell colours and backgrounds */ + TH { background-color: #1B7CAD; height: 25px; font-size: 11px; line-height : 100%; font-weight: bold; color: #FFB163; background-image: url(images/cellpic3.gif) } + TD.tablebg { background-color: #000000 } + TD.cat { background-color: #CBD3D9; height: 28px; background-image: url(images/cellpic1.gif) } + TD.row1 { background-color: #EFEFEF } + TD.row2 { background-color: #DEE3E7 } + TD.row3 { background-color: #c2cdd6 } + TD.spaceRow { background-color: #c2cdd6; border: #FFFFFF; border-style: solid; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } + TD.rowpic { background-color: #FFFFFF; background-image: url(images/cellpic2.jpg); background-repeat: repeat-y } + td.icqback { background-image: url(images/icon_icq_add.gif); background-repeat: no-repeat } + + + /* Setting additional nice borders for the main table cells */ + TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-color:#CBD3D9; height: 28px; background-image: url(images/cellpic1.gif); border: #FFFFFF; border-style: solid; } + + TD.catHead { height: 29px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px } + TD.catSides { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } + TD.catLeft { border-left-width: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px } + TD.catRight { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } + TD.catBottom { height: 29px; border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px } + + TH.thHead,TH.thSides,TH.thTop,TH.thLeft,TH.thRight,TH.thBottom,TH.thCornerL,TH.thCornerR { border: #FFFFFF; border-style: solid; } + + TH.thHead { font-weight : bold; font-size: 12px; height: 25px; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px } + TH.thSides { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } + TH.thTop { border-left-width: 0px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px } + TH.thLeft { border-left-width: 1px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px } + TH.thRight { border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } + TH.thBottom { border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px } + TH.thCornerL { border-left-width: 1px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px } + TH.thCornerR { border-left-width: 0px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px } + + TD.row3Right { background-color: #c2cdd6; border: #FFFFFF; border-style: solid; border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } + /* The largest text used in the index page title and toptic title etc. */ ! .maintitle, h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;} /* General normal text */ ! .gen, p, td { font-size : 12px; color : #000000; } ! a.gen { color: #006699; text-decoration: none; } ! a:hover.gen{ color: #C23030; text-decoration: underline; } /* General medium text */ ! .genmed { font-size : 11px; color : #000000; } ! a.genmed { text-decoration: none; color : #006699; } ! a:hover.genmed { text-decoration: underline; color : #C23030; } /* General small */ ! .gensmall { font-size : 10px; color : #000000; } ! a.gensmall { color: #006699; text-decoration: none; } ! a:hover.gensmall { color: #C23030; text-decoration: underline; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; text-decoration : none; color : #000000 } ! a.mainmenu { text-decoration: none; color : #006699; } ! a:hover.mainmenu { text-decoration: underline; color : #C23030; } /* Forum categories */ ! .cattitle { font-size : 12px; line-height : 100%; letter-spacing: 1px; font-weight : bold; text-decoration : none; color : #004c75 } ! a.cattitle { text-decoration: none; color : #004c75; } ! a:hover.cattitle { text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ ! .forumlink { font-size : 12px; font-weight : bold; text-decoration : none; color : #136C99; } ! a.forumlink { text-decoration: none; color : #136C99; } ! a:hover.forumlink { text-decoration: underline; color : #D68000; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ ! .nav { font-size : 11px; font-weight : bold; text-decoration : none; color : #000000;} ! a.nav { text-decoration: none; color : #006699; } ! a:hover.nav { text-decoration: underline; } /* titles for the topics: can specify viewed link colour too */ ! .topictitle { font-size : 11px; font-weight : bold; text-decoration : none; color : #000000; } ! a.topictitle { text-decoration: none; color : #006699; } ! a:hover.topictitle { text-decoration: underline; color : #D68000; } ! a:visited.topictitle { text-decoration: none; color : #5584AA; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ ! .name { font-size : 11px; text-decoration : none; color : #000000;} ! a.name { color: #006699; text-decoration: none;} ! a.name:hover { color: #C23030; text-decoration: underline;} /* Location, number of posts, post date etc */ ! .postdetails { font-size : 10px; color : #000000; } ! a.postdetails { color: #006699; text-decoration: none; } ! a:hover.postdetails { color: #C23030; text-decoration: underline; } /* The content of the posts (body of text) */ ! .postbody { font-size : 12px; line-height: 150%} ! ! a.postlink { text-decoration: none; color : #006699 } ! a:hover.postlink { text-decoration: underline; color : #C23030 } /* Quote Code (currently not used) */ ! .code { font-family: Courier, Courier New; font-size: 11px; color: #006600; ! background-color: #FAFAFA; border: #c2cdd6; border-style: solid; ! border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px ! } ! .quote { font-family: Verdana, Arial; font-size: 11px; color: #444444; line-height: 125%; ! background-color: #FAFAFA; border: #c2cdd6; border-style: solid; ! border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px ! } ! .signature { font-size : 11px; text-decoration : none; line-height : 150%; color : #333366; } ! .editedby { font-size : 10px; line-height : 100%; color : #333333; } *************** *** 115,119 **** input,textarea, select { color : #000000; ! font-family : Verdana, Arial, Helvetica, sans-serif;; font-size : 11px; font-weight : normal; --- 144,148 ---- input,textarea, select { color : #000000; ! font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 11px; font-weight : normal; *************** *** 139,143 **** /* The main submit button option */ input.mainoption { ! background-color : #EFEFEF; font-weight : bold; } --- 168,172 ---- /* The main submit button option */ input.mainoption { ! background-color : #FAFAFA; font-weight : bold; } *************** *** 145,159 **** /* None bold submit button */ input.liteoption { ! background-color : #EFEFEF; font-weight : normal; } /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ ! @import url("../formIE.css"); .helpline { background-color: #DEE3E7; border-style: none; } /* Copyright and bottom info */ ! .copyright { font-family: Verdana, Arial, Helvetica, sans-serif; color: #555555; font-size: 10px; letter-spacing: -1px} ! a.copyright { color: #333333; text-decoration: none} ! a.copyright:hover { color: #000000; text-decoration: underline} \ No newline at end of file --- 174,189 ---- /* None bold submit button */ input.liteoption { ! background-color : #FAFAFA; font-weight : normal; } /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ ! @import url("formIE.css"); ! .helpline { background-color: #DEE3E7; border-style: none; } /* Copyright and bottom info */ ! .copyright { font-family: Verdana, Arial, Helvetica, sans-serif; color: #555555; font-size: 10px; letter-spacing: -1px;} ! a.copyright { color: #333333; text-decoration: none;} ! a.copyright:hover { color: #000000; text-decoration: underline;} \ No newline at end of file |
Update of /cvsroot/phpbb/phpBB2/templates/subSilver/admin
In directory usw-pr-cvs1:/tmp/cvs-serv26235/templates/subSilver/admin
Modified Files:
admin_config_body.tpl admin_message_body.tpl
admin_upgrade_results.tpl admin_upgrade.tpl
auth_forum_body.tpl auth_select_body.tpl auth_ug_body.tpl
category_edit_body.tpl db_utils_backup_body.tpl
db_utils_restore_body.tpl forum_delete_body.tpl
forum_edit_body.tpl forum_prune_body.tpl
forum_prune_result_body.tpl forum_prune_select_body.tpl
forums_body.tpl group_edit_body.tpl group_select_body.tpl
index_body.tpl index_navigate.tpl page_footer.tpl
page_header.tpl smile_action.tpl smile_edit.tpl
smile_list_body.tpl smile_result_body.tpl user_ban_body.tpl
user_edit_body.tpl user_email.tpl user_select_body.tpl
user_unban_body.tpl words_edit_body.tpl words_list_body.tpl
Log Message:
Various updates, Tom
Index: admin_config_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/admin_config_body.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** admin_config_body.tpl 2001/10/01 23:22:18 1.4
--- admin_config_body.tpl 2001/10/09 13:37:48 1.5
***************
*** 1,167 ****
- <br clear="all" />
-
<h1>{L_CONFIGURATION_TITLE}</h1>
<p>{L_CONFIGURATION_EXPLAIN}</p>
! <form action="{S_CONFIG_ACTION}" method="POST"><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center">
<tr>
! <td class="cat" colspan="2"><span class="cattitle">{L_GENERAL_SETTINGS}</span></td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_SITE_NAME}:</span></td>
<td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}"></td>
</tr>
<tr>
! <td class="row1"><span class="gen">{L_ACCT_ACTIVATION}:</span></td>
<td class="row2"><input type="radio" name="require_activation" value="{ACTIVATION_NONE}" {ACTIVATION_NONE_CHECKED}>{L_NO}ne <input type="radio" name="require_activation" value="{ACTIVATION_USER}" {ACTIVATION_USER_CHECKED}>User <input type="radio" name="require_activation" value="{ACTIVATION_ADMIN}" {ACTIVATION_ADMIN_CHECKED}>Admin</td>
</tr>
<tr>
! <td class="row1"><span class="gen">Flood Interval:</span><br /><span class="gensmall">Number of seconds a user must wait between posts</span></td>
<td class="row2"><input type="text" size="3" maxlength="4" name="flood_interval" value="{FLOOD_INTERVAL}"></td>
</tr>
<tr>
! <td class="row1"><span class="gen">Topics Per Page:</span></td>
<td class="row2"><input type="text" name="topics_per_page" size="3" maxlength="4" value="{TOPICS_PER_PAGE}"></td>
</tr>
<tr>
! <td class="row1"><span class="gen">Posts Per Page:</span></td>
<td class="row2"><input type="text" name="posts_per_page" size="3" maxlength="4" value="{POSTS_PER_PAGE}"></td>
</tr>
<tr>
! <td class="row1"><span class="gen">Hot Threshold:</span></td>
<td class="row2"><input type="text" name="hot_threshold" size="3" maxlength="4" value="{HOT_TOPIC}"></td>
</tr>
<tr>
! <td class="row1"><span class="gen">Default Style:</span></td>
<td class="row2">{STYLE_SELECT}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">Override user style:</span><br /><span class="gensmall">Replaces users style with the default</span></td>
<td class="row2"><input type="radio" name="override_user_style" value="1" {OVERRIDE_STYLE_YES}> {L_YES} <input type="radio" name="override_user_style" value="0" {OVERRIDE_STYLE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">Default Language:</span></td>
<td class="row2">{LANG_SELECT}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">Date Format:</span><br /><span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td>
<td class="row2"><input type="text" maxlength="16" name="default_dateformat" value="{DEFAULT_DATEFORMAT}"></td>
</tr>
<tr>
! <td class="row1"><span class="gen">System Timezone:</span></td>
<td class="row2">{TIMEZONE_SELECT}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">Enable GZip Compression:</span></td>
<td class="row2"><input type="radio" name="gzip_compress" value="1" {GZIP_YES}> {L_YES} <input type="radio" name="gzip_compress" value="0" {GZIP_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">Enable Forum Pruning:</span></td>
<td class="row2"><input type="radio" name="prune_enable" value="1" {PRUNE_YES}> {L_YES} <input type="radio" name="prune_enable" value="0" {PRUNE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="cat" colspan="2"><span class="cattitle">User/Forum Ability Settings</span></td>
</tr>
<tr>
! <td class="row1"><span class="gen">Allow HTML:</span></td>
<td class="row2"><input type="radio" name="allow_html" value="1" {HTML_YES}> {L_YES} <input type="radio" name="allow_html" value="0" {HTML_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">Allow BBCode:</span></td>
<td class="row2"><input type="radio" name="allow_bbcode" value="1" {BBCODE_YES}> {L_YES} <input type="radio" name="allow_bbcode" value="0" {BBCODE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">Allow Smilies:</span></td>
<td class="row2"><input type="radio" name="allow_smilies" value="1" {SMILE_YES}> {L_YES} <input type="radio" name="allow_smilies" value="0" {SMILE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">Smilies Storage Path:</span><br /><span class="gensmall">Path under your phpBB root dir, e.g. images/smilies</span></td>
<td class="row2"><input type="text" size="20" maxlength="255" name="smilies_path" value="{SMILIES_PATH}"></td>
</tr>
<tr>
! <td class="row1"><span class="gen">Allow Signatures:</span></td>
<td class="row2"><input type="radio" name="allow_sig" value="1" {SIG_YES}> {L_YES} <input type="radio" name="allow_sig" value="0" {SIG_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">Maximum signature length:</span><br /><span class="gensmall">Number of characters allowed</span></td>
<td class="row2"><input type="text" size="5" maxlength="4" name="max_sig_chars" value="{SIG_SIZE}"></td>
</tr>
<tr>
! <td class="row1"><span class="gen">Allow Name Change:</span></td>
<td class="row2"><input type="radio" name="allow_namechange" value="1" {NAMECHANGE_YES}> {L_YES} <input type="radio" name="allow_namechange" value="0" {NAMECHANGE_NO}> {L_NO}</td>
</tr>
- <tr>
- <td class="row1"><span class="gen">Inbox limit:</span></td>
- <td class="row2"><input type="text" size="5" maxlength="5" name="max_inbox_privmsgs" value="{INBOX_PRIVMSGS}"> messages</td>
- </tr>
- <tr>
- <td class="row1"><span class="gen">Sentbox limit:</span></td>
- <td class="row2"><input type="text" size="5" maxlength="5" name="max_sentbox_privmsgs" value="{SENTBOX_PRIVMSGS}"> messages</td>
- </tr>
- <tr>
- <td class="row1"><span class="gen">Savebox limit:</span></td>
- <td class="row2"><input type="text" size="5" maxlength="5" name="max_savebox_privmsgs" value="{SAVEBOX_PRIVMSGS}"> messages</td>
- </tr>
<tr>
! <td class="cat" colspan="2"><span class="cattitle">Avatar Settings</span></td>
</tr>
<tr>
! <td class="row1"><span class="gen">Allow local gallery avatars:</span></td>
<td class="row2"><input type="radio" name="allow_avatar_local" value="1" {AVATARS_LOCAL_YES}> {L_YES} <input type="radio" name="allow_avatar_local" value="0" {AVATARS_LOCAL_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">Allow remote avatars:</span><br /><span class="gensmall">Avatars linked from another website</span></td>
<td class="row2"><input type="radio" name="allow_avatar_remote" value="1" {AVATARS_REMOTE_YES}> {L_YES} <input type="radio" name="allow_avatar_remote" value="0" {AVATARS_REMOTE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">Allow avatar uploading:</span></td>
<td class="row2"><input type="radio" name="allow_avatar_upload" value="1" {AVATARS_UPLOAD_YES}> {L_YES} <input type="radio" name="allow_avatar_upload" value="0" {AVATARS_UPLOAD_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1"><span class="gen">Max. Avatar File Size:</span><br /><span class="gensmall">For uploaded avatar files</span></td>
<td class="row2"><input type="text" size="4" maxlength="10" name="avatar_filesize" value="{AVATAR_FILESIZE}"> Bytes</td>
</tr>
<tr>
! <td class="row1"><span class="gen">Max. Avatar Size:</span><br /><span class="gensmall">(height x width)</span>
</td>
<td class="row2"><input type="text" size="3" maxlength="4" name="avatar_max_height" value="{AVATAR_MAX_HEIGHT}"> x <input type="text" size="3" maxlength="4" name="avatar_max_width" value="{AVATAR_MAX_WIDTH}"></td>
</tr>
<tr>
! <td class="row1"><span class="gen">Avatar Storage Path:</span><br /><span class="gensmall">Path under your phpBB root dir, e.g. images/avatars</span></td>
! <td class="row2"><input type="text" size="20" maxlength="255" name="avatar_path" value="{AVATAR_PATH}"></td>
</tr>
<tr>
! <td class="cat" colspan="2"><span class="cattitle">Email Settings</span></td>
</tr>
<tr>
! <td class="row1"><span class="gen">Admin Email Address:</span></td>
! <td class="row2"><input type="text" size="25" maxlength="100" name="board_email" value="{EMAIL_FROM}"></td>
</tr>
<tr>
! <td class="row1"><span class="gen">Email Signature:</span><br /><span class="gensmall">This text will be attached to all emails the board sends</span></td>
<td class="row2"><textarea name="board_email_sig" rows="5" cols="30">{EMAIL_SIG}</textarea></td>
</tr>
- <tr>
- <td class="row1"><span class="gen">Use SMTP for delivery:</span><br /><span class="gensmall">Say {L_YES} if you want or have to send email via a server instead of the local mail function</span></td>
- <td class="row2"><input type="radio" name="smtp_delivery" value="1" {SMTP_YES}> {L_YES} <input type="radio" name="smtp_delivery" value="0" {SMTP_NO}> {L_NO}</td>
- </tr>
<tr>
! <td class="row1"><span class="gen">SMTP Server:</span></td>
! <td class="row2"><input type="text" name="smtp_host" value="{SMTP_HOST}" size="25" maxlength="50"></td>
</tr>
<tr>
! <td class="cat" colspan="2"><span class="cattitle">COPPA Settings</span></td>
</tr>
- <tr>
- <td class="row1"><span class="gen">FAX Number:</span></td>
- <td class="row2"><input type="text" name="coppa_fax" value="{COPPA_FAX}" size="25" maxlength="50"></td>
- </tr>
- <tr>
- <td class="row1"><span class="gen">Mailing Address:</span><br /><span class="gensmall">Signed COPPA agreements will be mailed here</span></td>
- <td class="row2"><textarea name="coppa_mail" rows="5" cols="30">{COPPA_MAIL}</textarea></td>
- </tr>
<tr>
! <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="Save Settings">
</td>
</tr>
--- 1,144 ----
<h1>{L_CONFIGURATION_TITLE}</h1>
<p>{L_CONFIGURATION_EXPLAIN}</p>
! <form action="{S_CONFIG_ACTION}" method="POST"><table width="99%" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline">
<tr>
!
! <th class="thHead" colspan="2">{L_GENERAL_SETTINGS}</th>
</tr>
<tr>
! <td class="row1">{L_SITE_NAME}:</td>
<td class="row2"><input type="text" size="25" maxlength="100" name="sitename" value="{SITENAME}"></td>
</tr>
<tr>
! <td class="row1">{L_ACCT_ACTIVATION}:</td>
<td class="row2"><input type="radio" name="require_activation" value="{ACTIVATION_NONE}" {ACTIVATION_NONE_CHECKED}>{L_NO}ne <input type="radio" name="require_activation" value="{ACTIVATION_USER}" {ACTIVATION_USER_CHECKED}>User <input type="radio" name="require_activation" value="{ACTIVATION_ADMIN}" {ACTIVATION_ADMIN_CHECKED}>Admin</td>
</tr>
<tr>
! <td class="row1">Flood Interval: <br /><span class="gensmall">Number of seconds a user must wait between posts</span></td>
<td class="row2"><input type="text" size="3" maxlength="4" name="flood_interval" value="{FLOOD_INTERVAL}"></td>
</tr>
<tr>
! <td class="row1">Topics Per Page</td>
<td class="row2"><input type="text" name="topics_per_page" size="3" maxlength="4" value="{TOPICS_PER_PAGE}"></td>
</tr>
<tr>
! <td class="row1">Posts Per Page</td>
<td class="row2"><input type="text" name="posts_per_page" size="3" maxlength="4" value="{POSTS_PER_PAGE}"></td>
</tr>
<tr>
! <td class="row1">Hot Threshold</td>
<td class="row2"><input type="text" name="hot_threshold" size="3" maxlength="4" value="{HOT_TOPIC}"></td>
</tr>
<tr>
! <td class="row1">Default Style:</td>
<td class="row2">{STYLE_SELECT}</td>
</tr>
<tr>
! <td class="row1">Override user style:<br /><span class="gensmall">Replaces users style with the default</span></td>
<td class="row2"><input type="radio" name="override_user_style" value="1" {OVERRIDE_STYLE_YES}> {L_YES} <input type="radio" name="override_user_style" value="0" {OVERRIDE_STYLE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Default Language:</td>
<td class="row2">{LANG_SELECT}</td>
</tr>
<tr>
! <td class="row1">Date Format:<br /><span class="gensmall">{L_DATE_FORMAT_EXPLAIN}</span></td>
<td class="row2"><input type="text" maxlength="16" name="default_dateformat" value="{DEFAULT_DATEFORMAT}"></td>
</tr>
<tr>
! <td class="row1">System Timezone:</td>
<td class="row2">{TIMEZONE_SELECT}</td>
</tr>
<tr>
! <td class="row1">Enable GZip Compression:</td>
<td class="row2"><input type="radio" name="gzip_compress" value="1" {GZIP_YES}> {L_YES} <input type="radio" name="gzip_compress" value="0" {GZIP_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Enable Forum Pruning:</td>
<td class="row2"><input type="radio" name="prune_enable" value="1" {PRUNE_YES}> {L_YES} <input type="radio" name="prune_enable" value="0" {PRUNE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="catSides" colspan="2"><span class="cattitle">User/Forum Ability Settings</span></td>
</tr>
<tr>
! <td class="row1">Allow HTML</td>
<td class="row2"><input type="radio" name="allow_html" value="1" {HTML_YES}> {L_YES} <input type="radio" name="allow_html" value="0" {HTML_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Allow BBCode</td>
<td class="row2"><input type="radio" name="allow_bbcode" value="1" {BBCODE_YES}> {L_YES} <input type="radio" name="allow_bbcode" value="0" {BBCODE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Allow Smilies</td>
<td class="row2"><input type="radio" name="allow_smilies" value="1" {SMILE_YES}> {L_YES} <input type="radio" name="allow_smilies" value="0" {SMILE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Smilies Storage Path <br /><span class="gensmall">Path under your phpBB root dir, e.g. images/smilies</span></td>
<td class="row2"><input type="text" size="20" maxlength="255" name="smilies_path" value="{SMILIES_PATH}"></td>
</tr>
<tr>
! <td class="row1">Allow Signatures</td>
<td class="row2"><input type="radio" name="allow_sig" value="1" {SIG_YES}> {L_YES} <input type="radio" name="allow_sig" value="0" {SIG_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Maximum signature length<br /><span class="gensmall">Number of characters allowed</span></td>
<td class="row2"><input type="text" size="5" maxlength="4" name="max_sig_chars" value="{SIG_SIZE}"></td>
</tr>
<tr>
! <td class="row1">Allow Name Change</td>
<td class="row2"><input type="radio" name="allow_namechange" value="1" {NAMECHANGE_YES}> {L_YES} <input type="radio" name="allow_namechange" value="0" {NAMECHANGE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="catSides" colspan="2"><span class="cattitle">Avatar Settings</span></td>
</tr>
<tr>
! <td class="row1">Allow local gallery avatars</td>
<td class="row2"><input type="radio" name="allow_avatar_local" value="1" {AVATARS_LOCAL_YES}> {L_YES} <input type="radio" name="allow_avatar_local" value="0" {AVATARS_LOCAL_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Allow remote avatars <br /><span class="gensmall">Avatars linked from another website</span></td>
<td class="row2"><input type="radio" name="allow_avatar_remote" value="1" {AVATARS_REMOTE_YES}> {L_YES} <input type="radio" name="allow_avatar_remote" value="0" {AVATARS_REMOTE_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Allow avatar uploading</td>
<td class="row2"><input type="radio" name="allow_avatar_upload" value="1" {AVATARS_UPLOAD_YES}> {L_YES} <input type="radio" name="allow_avatar_upload" value="0" {AVATARS_UPLOAD_NO}> {L_NO}</td>
</tr>
<tr>
! <td class="row1">Max. Avatar File Size<br /><span class="gensmall">For uploaded avatar files</span></td>
<td class="row2"><input type="text" size="4" maxlength="10" name="avatar_filesize" value="{AVATAR_FILESIZE}"> Bytes</td>
</tr>
<tr>
! <td class="row1">Max. Avatar Size <br />
! <span class="gensmall">(height x width)</span>
</td>
<td class="row2"><input type="text" size="3" maxlength="4" name="avatar_max_height" value="{AVATAR_MAX_HEIGHT}"> x <input type="text" size="3" maxlength="4" name="avatar_max_width" value="{AVATAR_MAX_WIDTH}"></td>
</tr>
<tr>
! <td class="row1">Avatar Storage Path <br /><span class="gensmall">Path under your phpBB root dir, e.g. images/avatars</span></td>
! <td class="row2"><input type="text" size="20" maxlength="255" name="avatar_path" value="{AVATAR_PATH}" /></td>
</tr>
<tr>
! <td class="catSides" colspan="2"><span class="cattitle">Email Settings</span></td>
</tr>
<tr>
! <td class="row1">Admin Email Address</td>
! <td class="row2"><input type="text" size="25" maxlength="100" name="board_email" value="{EMAIL_FROM}" /></td>
</tr>
<tr>
! <td class="row1">Email Signature<br /><span class="gensmall">This text will be attached to all emails the board sends</span></td>
<td class="row2"><textarea name="board_email_sig" rows="5" cols="30">{EMAIL_SIG}</textarea></td>
</tr>
<tr>
! <td class="row1">Use SMTP for delivery<br /><span class="gensmall">Say {L_YES} if you want or have to send email via a server instead of the local mail function</span></td>
! <td class="row2"><input type="radio" name="smtp_delivery" value="1" {SMTP_YES} /> {L_YES} <input type="radio" name="smtp_delivery" value="0" {SMTP_NO} /> {L_NO}</td>
</tr>
<tr>
! <td class="row1">SMTP Server</td>
! <td class="row2"><input type="text" name="smtp_host" value="{SMTP_HOST}" size="25" maxlength="50" /></td>
</tr>
<tr>
! <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="Save Settings" class="mainoption" />
</td>
</tr>
Index: admin_message_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/admin_message_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** admin_message_body.tpl 2001/09/25 18:12:02 1.1
--- admin_message_body.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,17 ****
! <br clear="all" /><br />
! <table width="85%" cellpadding="1" cellspacing="0" border="0" align="center">
! <tr>
! <td class="tablebg"><table width="100%" cellpadding="4" cellspacing="1" border="0">
<tr>
! <td class="cat" align="center"><span class="cattitle"><b>{MESSAGE_TITLE}</b></span></td>
</tr>
<tr>
! <td class="row2" width="100%" align="center"><span class="gen">{MESSAGE_TEXT}</span></td>
</tr>
! </table></td>
! </tr>
! </table>
! <br clear="all" />
--- 1,13 ----
! <br /><br />
! <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
<tr>
! <th class="thHead" align="center">{MESSAGE_TITLE}</th>
</tr>
<tr>
! <td class="row1" width="100%" align="center"><span class="gen">{MESSAGE_TEXT}</span></td>
</tr>
! </table>
! <br />
Index: admin_upgrade_results.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/admin_upgrade_results.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** admin_upgrade_results.tpl 2001/09/25 18:12:02 1.1
--- admin_upgrade_results.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,10 ****
! <br clear="all" />
<h1>Upgrade</h1>
! <table cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
! <th>Filename</th>
! <th>Status</th>
</tr>
<!-- BEGIN files -->
--- 1,10 ----
! <br />
<h1>Upgrade</h1>
! <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
! <th class="thCornerL">Filename</th>
! <th class="thCornerR">Status</th>
</tr>
<!-- BEGIN files -->
***************
*** 15,17 ****
<!-- END files -->
</table>
! <br>
\ No newline at end of file
--- 15,17 ----
<!-- END files -->
</table>
! <br />
\ No newline at end of file
Index: admin_upgrade.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/admin_upgrade.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** admin_upgrade.tpl 2001/09/25 18:12:02 1.1
--- admin_upgrade.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,4 ****
! <br clear="all" />
<h1>Upgrade</h1>
--- 1,4 ----
! <br />
<h1>Upgrade</h1>
***************
*** 20,53 ****
</script>
<form method="post" action="{S_UPGRADE_ACTION}" name="form">
! <table cellspacing="1" cellpadding="4" border="0" align="center">
! <tr>
! <td align="left" colspan="3"><input type="checkbox" name="backup" CHECKED><small>Backup files before upgrading</small></td>
! <td align="right" colspan="2"><a href="javascript:document.form.submit()">Upgrade »</a></td>
</tr>
! <tr>
! <th><a href="javascript:checkall(true)">all</a>/<a href="javascript:checkall(false)">none</a></th>
! <th>Filename</th>
! <th>Local</th>
! <th>Remote</th>
! <th>Status</th>
</tr>
<!-- BEGIN dir -->
! <tr>
! <th colspan="5" align="left">DIR: <b>{dir.NAME}</b></th>
</tr>
<!-- BEGIN file -->
! <tr align="center">
! <td class="row2"><input type="checkbox" name="{dir.file.INPUTNAME}" value="{dir.file.INPUTVALUE}"><input type="hidden" name="version{dir.file.INPUTNAME}" value="{dir.file.REMOTE}"></td>
! <td class="row1" align="left"><a href="{dir.file.LINK}">{dir.file.NAME}</a></td>
! <td class="row2">{dir.file.LOCAL}</td>
! <td class="row1">{dir.file.REMOTE}</td>
! <td class="row2">{dir.file.STATUS}</td>
</tr>
<!-- END file -->
<!-- END dir -->
! <tr>
! <td align="right" colspan="5"><a href="javascript:document.form.submit()">Upgrade »</a></td>
</tr>
! </table>
<input type="hidden" name="mode" value="upgrade">
<input type="hidden" name="maxfile" value="{S_UPGRADE_MAXFILE}">
--- 20,60 ----
</script>
<form method="post" action="{S_UPGRADE_ACTION}" name="form">
! <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
! <tr>
! <th class="thCornerL" colspan="2">Filename</th>
! <th class="thTop">Local</th>
! <th class="thTop">Remote</th>
! <th class="thCornerR">Status</th>
</tr>
! <tr>
! <td class="row2"><a href="javascript:checkall(true)">all</a>/<a href="javascript:checkall(false)">none</a></td>
! <td colspan="2" class="row2">
! <input type="checkbox" name="backup" CHECKED>
! Backup files before upgrading</td>
! <td colspan="2" class="row2" align="right"><a href="javascript:document.form.submit()">Upgrade
! »</a></td>
</tr>
<!-- BEGIN dir -->
! <tr>
! <td colspan="5" class="catSides">DIR: <b>{dir.NAME}</b></td>
</tr>
<!-- BEGIN file -->
! <tr align="center">
! <td class="row2">
! <input type="checkbox" name="{dir.file.INPUTNAME}" value="{dir.file.INPUTVALUE}">
! <input type="hidden" name="version{dir.file.INPUTNAME}" value="{dir.file.REMOTE}">
! </td>
! <td class="row1" align="left"><a href="{dir.file.LINK}">{dir.file.NAME}</a></td>
! <td class="row2">{dir.file.LOCAL}</td>
! <td class="row1">{dir.file.REMOTE}</td>
! <td class="row2">{dir.file.STATUS}</td>
</tr>
<!-- END file -->
<!-- END dir -->
! <tr>
! <td align="right" colspan="5" class="row2"><a href="javascript:document.form.submit()">Upgrade
! »</a></td>
</tr>
! </table>
<input type="hidden" name="mode" value="upgrade">
<input type="hidden" name="maxfile" value="{S_UPGRADE_MAXFILE}">
Index: auth_forum_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/auth_forum_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** auth_forum_body.tpl 2001/09/25 18:12:02 1.1
--- auth_forum_body.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,4 ****
! <br clear="all" />
<h1>{L_AUTH_TITLE}</h1>
--- 1,4 ----
! <br />
<h1>{L_AUTH_TITLE}</h1>
***************
*** 7,33 ****
<h2>{L_FORUM}: {FORUM_NAME}</h2>
!
! <table cellspacing="1" cellpadding="4" border="0" align="center">
! <tr><form method="post" action="{S_FORUMAUTH_ACTION}">
! <!-- BEGIN forum_auth_titles -->
! <th>{forum_auth_titles.CELL_TITLE}</th>
! <!-- END forum_auth_titles -->
</tr>
! <tr>
! <!-- BEGIN forum_auth_data -->
! <td class="row1" align="center">{forum_auth_data.S_AUTH_LEVELS_SELECT}</td>
! <!-- END forum_auth_data -->
</tr>
<tr>
! <td colspan="{S_COLUMN_SPAN}"><table width="100%" cellspacing="0" cellpadding="4" border="0">
! <tr>
! <td align="center"><span class="gensmall">{U_SWITCH_MODE}</span></td>
! </tr>
! <tr>
! <td align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT_CHANGES}"> <input type="reset" value="{L_RESET_CHANGES}"></td>
! </tr>
! </table></td>
! </form></tr>
! </table>
!
! <br clear="all" />
--- 7,33 ----
<h2>{L_FORUM}: {FORUM_NAME}</h2>
! <form method="post" action="{S_FORUMAUTH_ACTION}">
! <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
! <tr>
! <!-- BEGIN forum_auth_titles -->
! <th class="thTop">{forum_auth_titles.CELL_TITLE}</th>
! <!-- END forum_auth_titles -->
</tr>
! <tr>
! <!-- BEGIN forum_auth_data -->
! <td class="row1" align="center">{forum_auth_data.S_AUTH_LEVELS_SELECT}</td>
! <!-- END forum_auth_data -->
! </tr>
! <tr>
! <td colspan="{S_COLUMN_SPAN}" align="center" class="row1"> <span class="gensmall">{U_SWITCH_MODE}</span></td>
</tr>
<tr>
! <td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS}
! <input type="submit" name="submit" value="{L_SUBMIT_CHANGES}" class="mainoption" />
!
! <input type="reset" value="{L_RESET_CHANGES}" name="reset" class="liteoption" />
! </td>
! </tr>
! </table>
! </form>
! <br />
Index: auth_select_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/auth_select_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** auth_select_body.tpl 2001/09/25 18:12:02 1.1
--- auth_select_body.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,4 ****
! <br clear="all" />
<h1>{L_AUTH_TITLE}</h1>
--- 1,4 ----
! <br />
<h1>{L_AUTH_TITLE}</h1>
***************
*** 6,17 ****
<p>{L_AUTH_EXPLAIN}</p>
! <table cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
! <td class="cat" align="center"><span class="cattitle"><b>{L_AUTH_SELECT}</b></span></td>
</tr>
<tr><form method="get" action="{S_AUTH_ACTION}">
! <td class="row1" align="center">{S_AUTH_SELECT} <input type="submit" value="{L_LOOK_UP}"> </td>
</form></tr>
</table>
! <br clear="all" />
--- 6,18 ----
<p>{L_AUTH_EXPLAIN}</p>
! <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
!
! <th class="thHead" align="center">{L_AUTH_SELECT}</th>
</tr>
<tr><form method="get" action="{S_AUTH_ACTION}">
! <td class="row1" align="center">{S_AUTH_SELECT} <input type="submit" value="{L_LOOK_UP}" class="mainoption" /> </td>
</form></tr>
</table>
! <br />
Index: auth_ug_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/auth_ug_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** auth_ug_body.tpl 2001/09/25 18:12:02 1.1
--- auth_ug_body.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,4 ****
! <br clear="all" />
<h1>{L_AUTH_TITLE}</h1>
--- 1,4 ----
! <br />
<h1>{L_AUTH_TITLE}</h1>
***************
*** 14,43 ****
<p>{L_AUTH_EXPLAIN}</p>
! <table cellspacing="1" cellpadding="4" border="0" align="center">
! <tr>
! <th width="30%">{L_FORUM}</th>
! <!-- BEGIN acltype -->
! <th>{acltype.L_UG_ACL_TYPE}</th>
! <!-- END acltype -->
! <th>{L_MODERATOR_STATUS}</th>
</tr>
<!-- BEGIN forums -->
! <tr>
! <td class="{forums.ROW_CLASS}" align="center">{forums.FORUM_NAME}</td>
! <!-- BEGIN aclvalues -->
! <td class="{forums.ROW_CLASS}" align="center">{forums.aclvalues.S_ACL_SELECT}</td>
! <!-- END aclvalues -->
! <td class="{forums.ROW_CLASS}" align="center">{forums.S_MOD_SELECT}</td>
</tr>
<!-- END forums -->
<tr>
! <td colspan="{S_COLUMN_SPAN}"><table width="100%" cellspacing="0" cellpadding="4" border="0">
! <tr>
! <td align="center"><span class="gensmall">{U_SWITCH_MODE}</span></td>
! </tr>
! <tr>
! <td align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_SUBMIT_CHANGES}" /> <input type="reset" value="{L_RESET_CHANGES}" /></td>
! </tr>
! </table></td>
</tr>
! </table></form>
--- 14,44 ----
<p>{L_AUTH_EXPLAIN}</p>
! <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
! <tr>
! <th width="30%" class="thCornerL">{L_FORUM}</th>
! <!-- BEGIN acltype -->
! <th class="thTop">{acltype.L_UG_ACL_TYPE}</th>
! <!-- END acltype -->
! <th class="thCornerR">{L_MODERATOR_STATUS}</th>
</tr>
<!-- BEGIN forums -->
! <tr>
! <td class="{forums.ROW_CLASS}" align="center">{forums.FORUM_NAME}</td>
! <!-- BEGIN aclvalues -->
! <td class="{forums.ROW_CLASS}" align="center">{forums.aclvalues.S_ACL_SELECT}</td>
! <!-- END aclvalues -->
! <td class="{forums.ROW_CLASS}" align="center">{forums.S_MOD_SELECT}</td>
</tr>
<!-- END forums -->
+ <tr>
+ <td colspan="{S_COLUMN_SPAN}" class="row1" align="center"> <span class="gensmall">{U_SWITCH_MODE}</span></td>
+ </tr>
<tr>
! <td colspan="{S_COLUMN_SPAN}" class="catBottom" align="center">{S_HIDDEN_FIELDS}
! <input type="submit" name="submit" value="{L_SUBMIT_CHANGES}" class="mainoption" />
!
! <input type="reset" value="{L_RESET_CHANGES}" class="liteoption" name="reset" />
! </td>
</tr>
! </table>
! </form>
Index: category_edit_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/category_edit_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** category_edit_body.tpl 2001/09/25 18:12:02 1.1
--- category_edit_body.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,3 ****
! <br clear="all" />
<h1>Edit Category</h1>
--- 1,3 ----
! <br />
<h1>Edit Category</h1>
***************
*** 6,31 ****
<form action="{S_FORUM_ACTION}" method="POST">
!
! <table width="99%" cellpadding="1" cellspacing="0" border="0" align="center">
! <tr>
! <td class="tablebg" width="100%"><table width="100%" cellpadding="4" cellspacing="1" border="0">
! <tr>
! <td class="cat" colspan="2"><span class="cattitle">Modify Category</span></td>
! </tr>
! <tr>
! <td class="row1">Category Name:</td>
! <td class="row2"><input type="text" size="25" name="cat_title" value="{CAT_TITLE}"></td>
! </tr>
! <tr>
! <td class="row2" colspan="2" align="center">
! <input type="hidden" name="mode" value="{S_NEWMODE}">
! <input type="hidden" name="cat_id" value="{S_CATID}">
! <input type="submit" name="submit" value="{BUTTONVALUE}">
! </td>
! </tr>
! </table></td>
</tr>
! </table>
!
</form>
--- 6,27 ----
<form action="{S_FORUM_ACTION}" method="POST">
! <table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
! <tr>
! <th class="thHead" colspan="2">Modify Category</th>
</tr>
! <tr>
! <td class="row1">Category Name:</td>
! <td class="row2">
! <input type="text" size="25" name="cat_title" value="{CAT_TITLE}" />
! </td>
! </tr>
! <tr>
! <td class="catBottom" colspan="2" align="center">
! <input type="hidden" name="mode" value="{S_NEWMODE}" />
! <input type="hidden" name="cat_id" value="{S_CATID}" />
! <input type="submit" name="submit" value="{BUTTONVALUE}" class="mainoption" />
! </td>
! </tr>
! </table>
</form>
Index: db_utils_backup_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/db_utils_backup_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** db_utils_backup_body.tpl 2001/09/25 18:12:02 1.1
--- db_utils_backup_body.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,4 ****
! <br clear="all" />
<h1>{L_DATABASE_BACKUP}</h1>
--- 1,4 ----
! <br />
<h1>{L_DATABASE_BACKUP}</h1>
***************
*** 6,16 ****
<P>{L_BACKUP_EXPLAIN}</p>
! <form method="post" action="{S_DBUTILS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
! <th colspan="2">{L_BACKUP_OPTIONS}</th>
</tr>
<tr>
<td class="row2">{L_FULL_BACKUP}</td>
! <td class="row2"><input type="radio" name="backup_type" value="full" checked="checked" /></td>
</tr>
<tr>
--- 6,16 ----
<P>{L_BACKUP_EXPLAIN}</p>
! <form method="post" action="{S_DBUTILS_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
! <th colspan="2" class="thHead">{L_BACKUP_OPTIONS}</th>
</tr>
<tr>
<td class="row2">{L_FULL_BACKUP}</td>
! <td class="row2"><input type="radio" name="backup_type" value="full" checked /></td>
</tr>
<tr>
***************
*** 28,35 ****
<tr>
<td class="row1">{L_GZIP_COMPRESS}</td>
! <td class="row1">{L_NO} <input type="radio" name="gzipcompress" value="0" checked="checked" /> {L_YES} <input type="radio" name="gzipcompress" value="1" /></td>
</tr>
<tr>
! <td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="backupstart" value="{L_START_BACKUP}" /></td>
</tr>
</table></form>
--- 28,35 ----
<tr>
<td class="row1">{L_GZIP_COMPRESS}</td>
! <td class="row1">{L_NO} <input type="radio" name="gzipcompress" value="0" checked /> {L_YES} <input type="radio" name="gzipcompress" value="1" /></td>
</tr>
<tr>
! <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="backupstart" value="{L_START_BACKUP}" class="mainoption" /></td>
</tr>
</table></form>
Index: db_utils_restore_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/db_utils_restore_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** db_utils_restore_body.tpl 2001/09/25 18:12:02 1.1
--- db_utils_restore_body.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,4 ****
! <br clear="all" />
<h1>{L_DATABASE_RESTORE}</h1>
--- 1,4 ----
! <br />
<h1>{L_DATABASE_RESTORE}</h1>
***************
*** 6,17 ****
<P>{L_RESTORE_EXPLAIN}</p>
! <table cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
! <th>{L_SELECT_FILE}</th>
</tr>
<tr><form enctype="multipart/form-data" method="post" action="{S_DBUTILS_ACTION}">
! <td class="row1" align="center"> <input type="file" name="backup_file"> {S_HIDDEN_FIELDS}<input type="submit" name="restore_start" value="{L_START_RESTORE}"> </td>
</form></tr>
! </table></div>
!
! <br clear="all" />
--- 6,16 ----
<P>{L_RESTORE_EXPLAIN}</p>
! <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
! <th class="thHead">{L_SELECT_FILE}</th>
</tr>
<tr><form enctype="multipart/form-data" method="post" action="{S_DBUTILS_ACTION}">
! <td class="row1" align="center"> <input type="file" name="backup_file"> {S_HIDDEN_FIELDS}<input type="submit" name="restore_start" value="{L_START_RESTORE}" class="mainoption" /> </td>
</form></tr>
! </table>
! <br />
Index: forum_delete_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/forum_delete_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** forum_delete_body.tpl 2001/09/25 18:12:02 1.1
--- forum_delete_body.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,3 ****
! <br clear="all" />
<h1>Delete</h1>
--- 1,3 ----
! <br />
<h1>Delete</h1>
***************
*** 6,37 ****
<form action="{S_FORUM_ACTION}" method="POST">
!
! <table width="99%" cellpadding="1" cellspacing="0" border="0" align="center">
! <tr>
! <td class="tablebg" width="100%"><table width="100%" cellpadding="4" cellspacing="1" border="0">
! <tr>
! <td class="cat" colspan="2"><span class="cattitle">Delete</span></td>
! </tr>
! <tr>
! <td class="row1">Name:</td>
! <td class="row2"><span class="row1">{NAME}</span></td>
! </tr>
! <tr>
! <td class="row1">Move everything to:</td>
! <td class="row2">
! {S_SELECT_TO}
! </td>
! </tr>
! <tr>
! <td class="row2" colspan="2" align="center">
! <input type="hidden" name="mode" value="{S_NEWMODE}">
! <input type="hidden" name="from_id" value="{S_FROM_ID}">
! <input type="submit" name="submit" value="{BUTTONVALUE}">
! </td>
! </tr>
! </table></td>
</tr>
! </table>
!
</form>
--- 6,29 ----
<form action="{S_FORUM_ACTION}" method="POST">
! <table cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
! <tr>
! <th colspan="2" class="thHead">Delete</th>
! </tr>
! <tr>
! <td class="row1">Name:</td>
! <td class="row1"><span class="row1">{NAME}</span></td>
</tr>
! <tr>
! <td class="row1">Move everything to:</td>
! <td class="row1"> {S_SELECT_TO} </td>
! </tr>
! <tr>
! <td class="catBottom" colspan="2" align="center">
! <input type="hidden" name="mode" value="{S_NEWMODE}" />
! <input type="hidden" name="from_id" value="{S_FROM_ID}" />
! <input type="submit" name="submit" value="{BUTTONVALUE}" class="mainoption" />
! </td>
! </tr>
! </table>
</form>
Index: forum_edit_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/forum_edit_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** forum_edit_body.tpl 2001/09/25 18:12:02 1.1
--- forum_edit_body.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,3 ****
! <br clear="all" />
<h1>Edit Forum</h1>
--- 1,3 ----
! <br />
<h1>Edit Forum</h1>
***************
*** 6,70 ****
<form action="{S_FORUM_ACTION}" method="POST">
!
! <table width="99%" cellpadding="1" cellspacing="0" border="0" align="center">
! <tr>
! <td class="tablebg" width="100%"><table width="100%" cellpadding="4" cellspacing="1" border="0">
! <tr>
! <td class="cat" colspan="2"><span class="cattitle">General Forum Settings</span></td>
! </tr>
! <tr>
! <td class="row1">Forum Name:</td>
! <td class="row2"><input type="text" size="25" name="forumname" value="{FORUMNAME}"></td>
! </tr>
! <tr>
! <td class="row1">Description:</td>
! <td class="row2"><textarea ROWS="5" COLS="45" WRAP="VIRTUAL" name="forumdesc">{DESCRIPTION}</TEXTAREA></td>
! </tr>
! <tr>
! <td class="row1">Category:</td>
! <td class="row2">
! <select name="cat_id">
! {S_CATLIST}
! </select>
! </td>
! </tr>
! <tr>
! <td class="row1">Forum Status:</td>
! <td class="row2">
! <select name="forumstatus">
! {S_STATUSLIST}
! </select>
! </td>
! </tr>
! <tr>
! <td class="row1">Auto Pruning:</td>
! <td class="row2">
! <table>
! <tr>
! <td align="right" valign="middle">{L_ENABLED}</td>
! <td align="left" valign="middle"><input type="checkbox" name="prune_enable" value="1" {S_PRUNE_EN}></td>
! </tr>
! <tr>
! <td align="right" valign="middle">{L_PRUNE_DAYS}</td>
! <td align="left" valign="middle"> <input type="text" name="prune_days" value="{S_PRUNE_DAYS}" size="5"> {L_DAYS}</td>
! </tr>
! <tr>
! <td align="right" valign="middle">{L_PRUNE_FREQ}</td>
! <td align="left" valign="middle"> <input type="text" name="prune_freq" value="{S_PRUNE_FREQ}" size="5"> {L_DAYS}</td>
! </tr>
! </table>
! </td>
! </tr>
! <tr>
! <td class="row2" colspan="2" align="center">
! <input type="hidden" name="mode" value="{S_NEWMODE}">
! <input type="hidden" name="forum_id" value="{S_FORUMID}">
! <input type="submit" name="submit" value="{BUTTONVALUE}">
! </td>
! </tr>
! </table></td>
</tr>
! </table>
!
</form>
--- 6,70 ----
<form action="{S_FORUM_ACTION}" method="POST">
! <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
! <tr>
! <th class="thHead" colspan="2">General Forum Settings</th>
</tr>
! <tr>
! <td class="row1">Forum Name:</td>
! <td class="row2">
! <input type="text" size="25" name="forumname" value="{FORUMNAME}" class="post" />
! </td>
! </tr>
! <tr>
! <td class="row1">Description:</td>
! <td class="row2">
! <textarea rows="5" cols="45" wrap="VIRTUAL" name="forumdesc" class="post">{DESCRIPTION}</textarea>
! </td>
! </tr>
! <tr>
! <td class="row1">Category:</td>
! <td class="row2">
! <select name="cat_id">{S_CATLIST}</select>
! </td>
! </tr>
! <tr>
! <td class="row1">Forum Status:</td>
! <td class="row2">
! <select name="forumstatus">{S_STATUSLIST}</select>
! </td>
! </tr>
! <tr>
! <td class="row1">Auto Pruning:</td>
! <td class="row2">
! <table>
! <tr>
! <td align="right" valign="middle">{L_ENABLED}</td>
! <td align="left" valign="middle">
! <input type="checkbox" name="prune_enable" value="1" {S_PRUNE_EN} />
! </td>
! </tr>
! <tr>
! <td align="right" valign="middle">{L_PRUNE_DAYS}</td>
! <td align="left" valign="middle">
! <input type="text" name="prune_days" value="{S_PRUNE_DAYS}" size="5" class="post" />
! {L_DAYS}</td>
! </tr>
! <tr>
! <td align="right" valign="middle">{L_PRUNE_FREQ}</td>
! <td align="left" valign="middle">
! <input type="text" name="prune_freq" value="{S_PRUNE_FREQ}" size="5" class="post" />
! {L_DAYS}</td>
! </tr>
! </table>
! </td>
! </tr>
! <tr>
! <td class="catBottom" colspan="2" align="center">
! <input type="hidden" name="mode" value="{S_NEWMODE}" />
! <input type="hidden" name="forum_id" value="{S_FORUMID}" />
! <input type="submit" name="submit" value="{BUTTONVALUE}" class="mainoption" />
! </td>
! </tr>
! </table>
</form>
Index: forum_prune_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/forum_prune_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** forum_prune_body.tpl 2001/09/25 18:12:02 1.1
--- forum_prune_body.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,4 ****
! <br clear="all" />
<h1>{L_FORUM_PRUNE}</h1>
--- 1,4 ----
! <br />
<h1>{L_FORUM_PRUNE}</h1>
***************
*** 8,17 ****
<h2>{L_FORUM}: {FORUM_NAME}</h2>
! <form method="post" action="{S_FORUMPRUNE_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
! <tr>
! <td class="row1"> {S_PRUNE_DATA} </td>
</tr>
<tr>
! <td class="cat" align="center">{S_HIDDEN_VARS}<input type="submit" name="doprune" value="{L_DO_PRUNE}"></td>
</tr>
! </table></form>
--- 8,24 ----
<h2>{L_FORUM}: {FORUM_NAME}</h2>
! <form method="post" action="{S_FORUMPRUNE_ACTION}">
! <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
! <tr>
! <th class="thHead">{L_FORUM_PRUNE}</th>
</tr>
<tr>
! <td class="row1">{S_PRUNE_DATA}</td>
! </tr>
! <tr>
! <td class="catBottom" align="center">{S_HIDDEN_VARS}
! <input type="submit" name="doprune" value="{L_DO_PRUNE}" class="mainoption">
! </td>
</tr>
! </table>
! </form>
Index: forum_prune_result_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/forum_prune_result_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** forum_prune_result_body.tpl 2001/09/25 18:12:02 1.1
--- forum_prune_result_body.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,4 ****
! <br clear="all" />
<h1>{L_FORUM_PRUNE}</h1>
--- 1,4 ----
! <br />
<h1>{L_FORUM_PRUNE}</h1>
***************
*** 6,14 ****
<p>{L_PRUNE_RESULT}</p>
! <table cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
! <th>{L_FORUM}</th>
! <th>{L_TOPICS_PRUNED}</th>
! <th>{L_POSTS_PRUNED}</th>
</tr>
<!-- BEGIN prune_results -->
--- 6,14 ----
<p>{L_PRUNE_RESULT}</p>
! <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
! <th class="thCornerL">{L_FORUM}</th>
! <th class="thTop">{L_TOPICS_PRUNED}</th>
! <th class="thCornerR">{L_POSTS_PRUNED}</th>
</tr>
<!-- BEGIN prune_results -->
***************
*** 21,23 ****
</table>
! <br clear="all" />
--- 21,23 ----
</table>
! <br />
Index: forum_prune_select_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/forum_prune_select_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** forum_prune_select_body.tpl 2001/09/25 18:12:02 1.1
--- forum_prune_select_body.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,15 ****
! <br clear="all" />
<h1>{L_FORUM_PRUNE}</h1>
! <form method="get" action="{S_FORUMPRUNE_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
! <td class="cat" align="center"><span class="cattitle"><b>{L_SELECT_FORUM}</td>
</tr>
<tr>
! <td class="row1" align="center">{S_FORUMS_SELECT} <input type="submit" name="pruneset" value="{L_LOOK_UP}"> </td>
</tr>
</table></form>
! <br clear="all" />
--- 1,16 ----
! <br />
<h1>{L_FORUM_PRUNE}</h1>
! <form method="get" action="{S_FORUMPRUNE_ACTION}"><table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
!
! <th class="thHead" align="center">{L_SELECT_FORUM}</th>
</tr>
<tr>
! <td class="row1" align="center">{S_FORUMS_SELECT} <input type="submit" name="pruneset" value="{L_LOOK_UP}" class="mainoption"> </td>
</tr>
</table></form>
! <br />
Index: forums_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/forums_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** forums_body.tpl 2001/09/25 18:12:02 1.1
--- forums_body.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,33 ****
<p>Use this page to manage your forums and categories</p>
{S_FORMSTART}
! <div align="center"><table width="98%" cellpadding="1" cellspacing="0" border="0">
! <tr>
! <td class="tablebg"><table width="100%" cellpadding="3" cellspacing="1" border="0">
! <!-- BEGIN catrow -->
! <tr>
! <td class="cat" colspan="4"><span class="cattitle"><b><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></b></span>{catrow.S_ADDCAT}</span></td>
! <td class="cat" align="center" valign="middle"><span class="gen">{catrow.CAT_EDIT}</span></td>
! <td class="cat" align="center" valign="middle"><span class="gen">{catrow.CAT_DELETE}</span></td>
! <td class="cat" align="center" valign="middle"><span class="gen">{catrow.CAT_UP} {catrow.CAT_DOWN}</span></td>
! <td class="cat" align="center" valign="middle"><span class="gen"> </span></td>
!
! </tr>{catrow.S_ADDCAT_ENDFORM}
! <!-- BEGIN forumrow -->
! <tr>
! <td class="row1" align="center" valign="middle">{catrow.forumrow.FOLDER}</td>
! <td class="row2"><span class="gen">{catrow.forumrow.S_ADDFORUM}{catrow.forumrow.S_NEWFORUM}<a href="{catrow.forumrow.U_VIEWFORUM}" target="_new">{catrow.forumrow.FORUM_NAME}</a></span><br><span class="gensmall">{catrow.forumrow.FORUM_DESC}</span></td>
! {catrow.forumrow.S_ADDFORUM_ENDFORM}
! <td class="row1" align="center" valign="middle"><span class="gen">{catrow.forumrow.NUM_TOPICS}</span></td>
! <td class="row2" align="center" valign="middle"><span class="gen">{catrow.forumrow.NUM_POSTS}</span></td>
! <td class="row1" align="center" valign="middle"><span class="gen">{catrow.forumrow.FORUM_EDIT}</span></td>
! <td class="row2" align="center" valign="middle"><span class="gen">{catrow.forumrow.FORUM_DELETE}</span></td>
! <td class="row1" align="center" valign="middle"><span class="gen">{catrow.forumrow.FORUM_UP} {catrow.forumrow.FORUM_DOWN}</span></td>
! <td class="row2" align="center" valign="middle"><span class="gen">{catrow.forumrow.FORUM_SYNC}</span></td>
! </tr>
! <!-- END forumrow -->
! <!-- END catrow -->
! </table></td>
</tr>
! </table></div>
--- 1,37 ----
+ <br />
+ <h1>Bulletin Board Management</h1>
+
<p>Use this page to manage your forums and categories</p>
{S_FORMSTART}
! <div align="center">
! <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
! <!-- BEGIN catrow -->
! <tr>
! <td class="cat" colspan="4"><span class="cattitle"><b><a href="{catrow.U_VIEWCAT}">{catrow.CAT_DESC}</a></b></span>{catrow.S_ADDCAT}</td>
! <td class="cat" align="center" valign="middle"><span class="gen">{catrow.CAT_EDIT}</span></td>
! <td class="cat" align="center" valign="middle"><span class="gen">{catrow.CAT_DELETE}</span></td>
! <td class="cat" align="center" valign="middle" nowrap="nowrap"><span class="gen">{catrow.CAT_UP}
! {catrow.CAT_DOWN}</span></td>
! <td class="cat" align="center" valign="middle"><span class="gen"> </span></td>
! </tr>
! {catrow.S_ADDCAT_ENDFORM}
! <!-- BEGIN forumrow -->
! <tr>
! <td class="row1" align="center" valign="middle">{catrow.forumrow.FOLDER}</td>
! <td class="row2"><span class="gen">{catrow.forumrow.S_ADDFORUM}{catrow.forumrow.S_NEWFORUM}<a href="{catrow.forumrow.U_VIEWFORUM}" target="_new">{catrow.forumrow.FORUM_NAME}</a></span><br />
! <span class="gensmall">{catrow.forumrow.FORUM_DESC}</span></td>
! {catrow.forumrow.S_ADDFORUM_ENDFORM}
! <td class="row1" align="center" valign="middle"><span class="gen">{catrow.forumrow.NUM_TOPICS}</span></td>
! <td class="row2" align="center" valign="middle"><span class="gen">{catrow.forumrow.NUM_POSTS}</span></td>
! <td class="row1" align="center" valign="middle"><span class="gen">{catrow.forumrow.FORUM_EDIT}</span></td>
! <td class="row2" align="center" valign="middle"><span class="gen">{catrow.forumrow.FORUM_DELETE}</span></td>
! <td class="row1" align="center" valign="middle"><span class="gen">{catrow.forumrow.FORUM_UP}
! {catrow.forumrow.FORUM_DOWN}</span></td>
! <td class="row2" align="center" valign="middle"><span class="gen">{catrow.forumrow.FORUM_SYNC}</span></td>
</tr>
! <!-- END forumrow -->
! <!-- END catrow -->
! </table>
! </div>
Index: group_edit_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/group_edit_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** group_edit_body.tpl 2001/09/25 18:12:02 1.1
--- group_edit_body.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,43 ****
! <form action="{S_GROUP_ACTION}" method="post"><table width="98%" cellspacing="0" cellpadding="4" border="0" align="center">
! <tr>
! <td align="left"><span class="gensmall"><a href="{U_INDEX}">{SITENAME} {L_INDEX}</a></span></td>
</tr>
- </table>
-
- <table width="98%" cellpadding="1" cellspacing="0" border="0" align="center">
<tr>
! <td class="tablebg"><table border="0" cellpadding="3" cellspacing="1" width="100%">
! <tr>
! <td class="cat" colspan="2"><span class="cattitle"><b>{L_GROUP_INFO}</b></span><br /><span class="gensmall">{L_ITEMS_REQUIRED}</span></td>
! </tr>
! <tr>
! <td class="row1" width="38%"><span class="gen">{L_GROUP_NAME}:</span></td>
! <td class="row2"><input type="text" name="group_name" size="35" maxlength="40" value="{S_GROUP_NAME}" /></td>
! </tr>
! <tr>
! <td class="row1"><span class="gen">{L_GROUP_DESCRIPTION}:</span></td>
! <td class="row2"><textarea name="group_description" rows=5 cols=51>{S_GROUP_DESCRIPTION}</textarea></td>
! </tr>
! <tr>
! <td class="row1" width="38%"><span class="gen">{L_GROUP_MODERATOR}:</span></td>
! <td class="row2">{S_GROUP_MODERATOR}</td>
! </tr>
! <tr>
! <td class="row1" width="38%"><span class="gen">{L_GROUP_STATUS}:</span></td>
! <td class="row2"><input type="radio" name="group_type" value="1" {S_GROUP_OPEN_CHECKED} />{L_GROUP_OPEN} <input type="radio" name="group_type" value="0" {S_GROUP_CLOSED_CHECKED} /> {L_GROUP_CLOSED}</td>
! </tr>
! <tr>
! <td class="row1" width="38%"><span class="gen">{L_GROUP_DELETE}:</span></td>
! <td class="row2"><input type="checkbox" name="deletegroup" value="1">{L_GROUP_DELETE_CHECK}</td>
! </tr>
! <tr>
! <td class="cat" colspan="2" align="center"><span class="cattitle"><input type="submit" name="submit" value="{L_SUBMIT}" /> <input type="reset" value="{L_RESET}" /></span></td>
! </tr>
! </table></td>
! </tr>
!
! <input type="hidden" name="mode" value="{S_GROUP_MODE}" />
! <input type="hidden" name="updategroup" value="update" />
! <input type="hidden" name="group_id" value="{GROUP_ID}" />
! </table></form>
\ No newline at end of file
--- 1,51 ----
! <h1><br />
! {L_GROUP_INFO} </h1>
! <br />
! <form action="{S_GROUP_ACTION}" method="post">
! <table border="0" cellpadding="3" cellspacing="1" class="forumline" align="center">
! <tr>
! <th class="thHead" colspan="2">{L_GROUP_INFO}</th>
</tr>
<tr>
! <td class="row1" colspan="2"><span class="gensmall">{L_ITEMS_REQUIRED}</span></td>
! </tr>
! <tr>
! <td class="row1" width="38%"><span class="gen">{L_GROUP_NAME}:</span></td>
! <td class="row2" width="62%">
! <input type="text" name="group_name" size="35" maxlength="40" value="{S_GROUP_NAME}" />
! </td>
! </tr>
! <tr>
! <td class="row1" width="38%"><span class="gen">{L_GROUP_DESCRIPTION}:</span></td>
! <td class="row2" width="62%">
! <textarea name="group_description" rows=5 cols=51>{S_GROUP_DESCRIPTION}</textarea>
! </td>
! </tr>
! <tr>
! <td class="row1" width="38%"><span class="gen">{L_GROUP_MODERATOR}:</span></td>
! <td class="row2" width="62%">{S_GROUP_MODERATOR}</td>
! </tr>
! <tr>
! <td class="row1" width="38%"><span class="gen">{L_GROUP_STATUS}:</span></td>
! <td class="row2" width="62%">
! <input type="radio" name="group_type" value="1" {S_GROUP_OPEN_CHECKED} />
! {L_GROUP_OPEN}
! <input type="radio" name="group_type" value="0" {S_GROUP_CLOSED_CHECKED} />
! {L_GROUP_CLOSED}</td>
! </tr>
! <tr>
! <td class="row1" width="38%"><span class="gen">{L_GROUP_DELETE}:</span></td>
! <td class="row2" width="62%">
! <input type="checkbox" name="deletegroup" value="1">
! {L_GROUP_DELETE_CHECK}</td>
! </tr>
! <tr>
! <td class="catBottom" colspan="2" align="center"><span class="cattitle">
! <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" />
!
! <input type="reset" value="{L_RESET}" name="reset" class="liteoption" />
! </span></td>
! </tr>
! </table>
! </form>
\ No newline at end of file
Index: group_select_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/group_select_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** group_select_body.tpl 2001/09/25 18:12:02 1.1
--- group_select_body.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,4 ****
! <br clear="all" />
<h1>{L_GROUP_TITLE}</h1>
--- 1,4 ----
! <br />
<h1>{L_GROUP_TITLE}</h1>
***************
*** 6,20 ****
<p>{L_GROUP_EXPLAIN}</p>
! <table cellspacing="1" cellpadding="4" border="0" align="center">
<tr>
! <td class="cat" align="center"><span class="cattitle"><b>{L_GROUP_SELECT}</b></span></td>
</tr>
<tr><form method="post" action="{S_GROUP_ACTION}"><input type="hidden" name="mode" value="editgroup">
! <td class="row1" align="center">{S_GROUP_SELECT} <input type="submit" value="{L_LOOK_UP}"> </td>
</form></tr>
<tr>
! <td class="row2" align="center"><a href="admin_groups.php?mode=newgroup">{L_GROUP_NEW}</a></td>
</tr>
</table>
! <br clear="all" />
--- 6,21 ----
<p>{L_GROUP_EXPLAIN}</p>
! <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr>
!
! <th class="thHead" align="center">{L_GROUP_SELECT}</th>
</tr>
<tr><form method="post" action="{S_GROUP_ACTION}"><input type="hidden" name="mode" value="editgroup">
! <td class="row1" align="center">{S_GROUP_SELECT} <input type="submit" value="{L_LOOK_UP}" class="mainoption" /> </td>
</form></tr>
<tr>
! <td class="catBottom" align="center"><a href="admin_groups.php?mode=newgroup">{L_GROUP_NEW}</a></td>
</tr>
</table>
! <br />
Index: index_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/admin/index_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** index_body.tpl 2001/09/25 18:12:02 1.1
--- index_body.tpl 2001/10/09 13:37:48 1.2
***************
*** 1,4 ****
! <br clear="all" />
<h1>{L_WELCOME}</h1>
--- 1,4 ----
! <br />
<h1>{L_WELCOME}</h1>
***************
*** 8,90 ****
<h1>{L_FORUM_STATS}</h1>
! <table width="99%" cellspacing="0" cellpadding="2" border="0">
<tr>
! <td align="left" colspan="2" class="forumline">
! <table width="100%" border="0" cellspacing="0" cellpadding="1">
! <tr>
! <td class="innerline">
! <table width="100%" cellpadding="4" cellspacing="1" border="0">
! <tr>
! <th width="25%" nowrap height="25">{L_STATISTIC}</th>
! <th width="25%" height="25">{L_VALUE}</th>
! <th width="25%" nowrap height="25">{L_STATISTIC}</th>
! <th width="25%" height="25">{L_VALUE}</th>
! </tr>
! <tr>
! <td class="row1" nowrap>{L_NUMBER_POSTS}:</td>
! <td class="row2"><b>{NUMBER_OF_POSTS}</b></td>
! <td class="row1" nowrap>{L_POSTS_PER_DAY}:</td>
! <td class="row2"><b>{POSTS_PER_DAY}</b></td>
! </tr>
! <tr>
! <td class="row1" nowrap>{L_NUMBER_TOPICS}:</td>
! <td class="row2"><b>{NUMBER_OF_TOPICS}</b></td>
! <td class="row1" nowrap>{L_TOPICS_PER_DAY}:</td>
! <td class="row2"><b>{TOPICS_PER_DAY}</b></td>
! </tr>
! <tr>
! <td class="row1" nowrap>{L_NUMBER_USERS}:</td>
! <td class="row2"><b>{NUMBER_OF_USERS}</b></td>
! <td class="row1" nowrap>{L_USERS_PER_DAY}:</td>
! <td class="row2"><b>{USERS_PER_DAY}</b></td>
! </tr>
! <tr>
! <td class="row1" nowrap>{L_BOARD_STARTED}:</td>
! <td class="row2"><b>{START_DATE}</b></td>...
[truncated message content] |
|
From: Paul S. O. <ps...@us...> - 2001-10-09 13:37:25
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv26066/templates/subSilver
Modified Files:
index_body.tpl overall_header.tpl posting_poll_body.tpl
profile_add_body.tpl profile_view_body.tpl subSilver.cfg
Added Files:
install_error.tpl install.tpl
Log Message:
Various updates, Tom
--- NEW FILE ---
<html>
<head>
<title>phpBB Version 2.0 Installer</title>
</head>
<body bgcolor="#E5E5E5" text="#03699C" link="#993300" vlink="#FF9900">
<table align="center">
<tr>
<td>
<h2><font face="Verdana, Arial, Helvetica, sans-serif">{L_TITLE}</font></h2>
</td>
</tr>
<tr>
<td>
<table border="0" align="center" width="100%" bgcolor="#000000" cellpadding="0" cellspacing="1">
<tr>
<td>
<table border="0" width="100%" cellpadding="0" bgcolor="#FFFFFF" cellspacing="1">
<tr>
<td width="100%" align="center"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2">{L_ERROR}</font></b></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
--- NEW FILE ---
<HTML>
<HEAD>
<TITLE>phpBB Version 2.0 Installation</TITLE>
</HEAD>
<body bgcolor="#E5E5E5" text="#03699C" link="#993300" vlink="#FF9900">
<FORM action='{S_FORM_ACTION}' method="post" >
<!-- BEGIN hidden_fields -->
<input type="hidden" name='{hidden_fields.NAME}' value='{hidden_fields.VALUE}'>
<!-- END hidden_fields -->
<table>
<!-- BEGIN selects -->
<tr>
<td colspan="2"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">{L_INSTRUCT}</font></td>
</tr>
<tr>
<td align="right"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">{selects.L_LABEL}</font></td>
<td>
<select name="{selects.NAME}">
<!-- BEGIN options -->
<option value="{selects.options.VALUE}" {selects.options.DEFAULT}>{selects.options.LABEL}</option>
<!-- END options -->
</select>
</td>
</tr>
<!-- END selects -->
<!-- BEGIN inputs -->
<tr>
<td align="right"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">{inputs.L_LABEL}</font></td>
<td>
<input type="{inputs.TYPE}" name="{inputs.NAME}" value="{inputs.VALUE}">
</td>
</tr>
<!-- END inputs -->
<tr>
<td align="center" colspan="2">
<input type="submit" value="{L_SUBMIT}">
</td>
</tr>
</table>
</FORM>
</BODY>
</HTML>
Index: index_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/index_body.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** index_body.tpl 2001/10/06 16:04:36 1.3
--- index_body.tpl 2001/10/09 13:37:21 1.4
***************
*** 57,61 ****
</table>
<!-- BEGIN loginbox -->
- <br />
<form method="post" action="{S_LOGIN_ACTION}">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
--- 57,60 ----
***************
*** 78,82 ****
<!-- END loginbox -->
! <br clear="all" />
<table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
--- 77,81 ----
<!-- END loginbox -->
! <br />
<table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
Index: overall_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** overall_header.tpl 2001/10/02 01:29:39 1.4
--- overall_header.tpl 2001/10/09 13:37:21 1.5
***************
*** 224,241 ****
<td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br />
! <span class="gen">Home to phpBB2<br />
</span>
! <table cellspacing="0" cellpadding="2" border="0">
! <tr>
! <td valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" align="top" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu"> </span></td>
! <td valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" align="top" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a></span><span class="mainmenu"> <a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" align="top" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a></span><span class="mainmenu"> <a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" align="top" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a> </span></td>
! <td valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_REGISTER}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" align="top" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span></td>
! </tr>
! <tr>
! <td nowrap="nowrap" valign="top" height="25"><span class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" align="top" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a></span></td>
! <td valign="top" height="25" nowrap="nowrap"><span class="mainmenu"> <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" align="top" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a></span></td>
! <td nowrap="nowrap" valign="top" height="25"><span class="mainmenu"> <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" align="top" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a></span></td>
! </tr>
! </table>
</td>
</tr>
--- 224,238 ----
<td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br />
! <span class="gen">The development pad for subBlue design<br />
</span>
!
! <table cellspacing="0" cellpadding="2" border="0">
! <tr>
! <td valign="top" nowrap="nowrap" align="center"><span class="mainmenu"> <a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" align="top" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu"> <a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" align="top" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a> <a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" align="top" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a> <a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" align="top" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a> <a href="{U_REGISTER}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" align="top" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span></td>
! </tr>
! <tr>
! <td nowrap="nowrap" valign="top" height="25" align="center"><span class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" align="top" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a> <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" align="top" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a> <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" align="top" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a></span></td>
! </tr>
! </table>
</td>
</tr>
Index: posting_poll_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/posting_poll_body.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** posting_poll_body.tpl 2001/09/25 18:10:57 1.1
--- posting_poll_body.tpl 2001/10/09 13:37:21 1.2
***************
*** 1,14 ****
<tr>
! <td class="row2" colspan="2"><span class="cattitle"><b>{L_ADD_A_POLL}</b></span><br /><span class="gensmall">{L_ADD_POLL_EXPLAIN}</span></td>
</tr>
<tr>
<td class="row1"><span class="gen"><b>{L_POLL_QUESTION}</b></span></td>
! <td class="row2"><span class="courier"><input type="text" name="poll_title" size="50" maxlength="255" class="post" value="{POLL_TITLE}" /></span></td>
</tr>
<!-- BEGIN poll_option_rows -->
<tr>
<td class="row1"><span class="gen"><b>{L_POLL_OPTION}</b></span></td>
! <td class="row2"><span class="courier"><input type="text" name="poll_option_text[{poll_option_rows.S_POLL_OPTION_NUM}]" size="50" class="post" maxlength="255" value="{poll_option_rows.POLL_OPTION}" /></span> <input type="submit" name="edit_poll_option[{poll_option_rows.S_POLL_OPTION_NUM}]" value="{L_UPDATE_OPTION}" class="liteoption" />
<input type="submit" name="del_poll_option[{poll_option_rows.S_POLL_OPTION_NUM}]" value="{L_DELETE_OPTION}" class="liteoption" />
</td>
--- 1,17 ----
<tr>
! <th class="thHead" colspan="2">{L_ADD_A_POLL}</th>
</tr>
+ <tr>
+ <td class="row1" colspan="2"><span class="gensmall">{L_ADD_POLL_EXPLAIN}</span></td>
+ </tr>
<tr>
<td class="row1"><span class="gen"><b>{L_POLL_QUESTION}</b></span></td>
! <td class="row2"><span class="genmed"><input type="text" name="poll_title" size="50" maxlength="255" class="post" value="{POLL_TITLE}" /></span></td>
</tr>
<!-- BEGIN poll_option_rows -->
<tr>
<td class="row1"><span class="gen"><b>{L_POLL_OPTION}</b></span></td>
! <td class="row2"><span class="genmed"><input type="text" name="poll_option_text[{poll_option_rows.S_POLL_OPTION_NUM}]" size="50" class="post" maxlength="255" value="{poll_option_rows.POLL_OPTION}" /></span> <input type="submit" name="edit_poll_option[{poll_option_rows.S_POLL_OPTION_NUM}]" value="{L_UPDATE_OPTION}" class="liteoption" />
<input type="submit" name="del_poll_option[{poll_option_rows.S_POLL_OPTION_NUM}]" value="{L_DELETE_OPTION}" class="liteoption" />
</td>
***************
*** 17,21 ****
<tr>
<td class="row1"><span class="gen"><b>{L_POLL_OPTION}</b></span></td>
! <td class="row2"><span class="courier"><input type="text" name="add_poll_option_text" size="50" maxlength="255" class="post" value="{ADD_POLL_OPTION}" /></span>
<input type="submit" name="add_poll_option" value="{L_ADD_OPTION}" class="liteoption" />
</td>
--- 20,24 ----
<tr>
<td class="row1"><span class="gen"><b>{L_POLL_OPTION}</b></span></td>
! <td class="row2"><span class="genmed"><input type="text" name="add_poll_option_text" size="50" maxlength="255" class="post" value="{ADD_POLL_OPTION}" /></span>
<input type="submit" name="add_poll_option" value="{L_ADD_OPTION}" class="liteoption" />
</td>
***************
*** 23,27 ****
<tr>
<td class="row1"><span class="gen"><b>{L_POLL_LENGTH}</b></span></td>
! <td class="row2"><span class="courier"><input type="text" name="poll_length" size="3" maxlength="3" class="post" value="{POLL_LENGTH}" /></span> <span class="gen"><b>{L_DAYS}</b></span> <span class="gensmall">{L_POLL_LENGTH_EXPLAIN}</span></td>
</tr>
<!-- BEGIN poll_delete_toggle -->
--- 26,30 ----
<tr>
<td class="row1"><span class="gen"><b>{L_POLL_LENGTH}</b></span></td>
! <td class="row2"><span class="genmed"><input type="text" name="poll_length" size="3" maxlength="3" class="post" value="{POLL_LENGTH}" /></span> <span class="gen"><b>{L_DAYS}</b></span> <span class="gensmall">{L_POLL_LENGTH_EXPLAIN}</span></td>
</tr>
<!-- BEGIN poll_delete_toggle -->
Index: profile_add_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_add_body.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** profile_add_body.tpl 2001/10/01 23:22:18 1.2
--- profile_add_body.tpl 2001/10/09 13:37:21 1.3
***************
*** 7,12 ****
</table>
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
! <tr valign="middle">
! <th class="thHead" colspan="2" height="25">{L_REGISTRATION_INFO}</th>
</tr>
<tr>
--- 7,12 ----
</table>
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
! <tr>
! <th class="thHead" colspan="2" height="25" valign="middle">{L_REGISTRATION_INFO}</th>
</tr>
<tr>
***************
*** 42,47 ****
<td class="catSides" colspan="2" height="28"> </td>
</tr>
! <tr valign="middle">
! <th class="thSides" colspan="2" height="25">{L_PROFILE_INFO}</th>
</tr>
<tr>
--- 42,47 ----
<td class="catSides" colspan="2" height="28"> </td>
</tr>
! <tr>
! <th class="thSides" colspan="2" height="25" valign="middle">{L_PROFILE_INFO}</th>
</tr>
<tr>
***************
*** 110,115 ****
<td class="catSides" colspan="2" height="28"> </td>
</tr>
! <tr valign="middle">
! <th class="thSides" colspan="2" height="25">{L_PREFERENCES}</th>
</tr>
<tr>
--- 110,115 ----
<td class="catSides" colspan="2" height="28"> </td>
</tr>
! <tr>
! <th class="thSides" colspan="2" height="25" valign="middle">{L_PREFERENCES}</th>
</tr>
<tr>
***************
*** 201,214 ****
</tr>
<!-- BEGIN avatarblock -->
- <tr valign="middle">
- <th class="thSides" colspan="2" height="25">{L_AVATAR_PANEL}</th>
- </tr>
<tr>
! <td class="row1" valign="top"> <span class="gensmall">{L_AVATAR_EXPLAIN}</span>
</td>
- <td class="row2" align="left"><span class="gensmall">{L_CURRENT_IMAGE}</span><br />
- {AVATAR}<br />
- <input type="checkbox" name="avatardel" />
- <span class="gensmall">{L_DELETE_AVATAR}</span></td>
</tr>
<!-- BEGIN avatarupload -->
--- 201,219 ----
</tr>
<!-- BEGIN avatarblock -->
<tr>
! <th class="thSides" colspan="2" height="12" valign="middle">{L_AVATAR_PANEL}</th>
! </tr>
! <tr align="center">
! <td class="row1" colspan="2">
! <table width="70%" cellspacing="2" cellpadding="0" border="0">
! <tr>
! <td width="65%"><span class="gensmall">{L_AVATAR_EXPLAIN}</span></td>
! <td align="center"><span class="gensmall">{L_CURRENT_IMAGE}</span><br />
! {AVATAR}<br />
! <input type="checkbox" name="avatardel" />
! <span class="gensmall">{L_DELETE_AVATAR}</span></td>
! </tr>
! </table>
</td>
</tr>
<!-- BEGIN avatarupload -->
Index: profile_view_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/profile_view_body.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** profile_view_body.tpl 2001/10/01 23:22:18 1.2
--- profile_view_body.tpl 2001/10/09 13:37:21 1.3
***************
*** 14,26 ****
</tr>
<tr>
! <td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}</td>
<td class="row1" valign="top" rowspan="3">
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
! <td valign="middle"><span class="gen">{L_JOINED}: </span></td>
<td width="100%"><b><span class="gen">{JOINED}</span></b></td>
</tr>
<tr>
! <td valign="top"><span class="gen">{L_POSTS}: </span></td>
<td valign="top"><b><span class="gen">{POSTS}</span></b><br />
<span class="genmed">[{PERCENTAGE} {L_OF_TOTAL} / {POSTS_PER_DAY}
--- 14,26 ----
</tr>
<tr>
! <td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span></td>
<td class="row1" valign="top" rowspan="3">
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
! <td valign="middle" align="right"><span class="gen">{L_JOINED}: </span></td>
<td width="100%"><b><span class="gen">{JOINED}</span></b></td>
</tr>
<tr>
! <td valign="top" align="right"><span class="gen">{L_POSTS}: </span></td>
<td valign="top"><b><span class="gen">{POSTS}</span></b><br />
<span class="genmed">[{PERCENTAGE} {L_OF_TOTAL} / {POSTS_PER_DAY}
***************
*** 30,46 ****
</tr>
<tr>
! <td valign="middle"><span class="gen">{L_LOCATION}: </span></td>
<td><b><span class="gen">{LOCATION}</span></b></td>
</tr>
<tr>
! <td valign="middle"><span class="gen">{L_WEBSITE}: </span></td>
<td><span class="gen"><b><a href="{WEBSITE}" class="gen" target="_blank">{WEBSITE}</a></b></span></td>
</tr>
<tr>
! <td valign="middle"><span class="gen">{L_OCCUPATION}: </span></td>
<td><b><span class="gen">{OCCUPATION}</span></b></td>
</tr>
<tr>
! <td valign="top"><span class="gen">{L_INTERESTS}:</span></td>
<td> <b><span class="gen">{INTERESTS}</span></b></td>
</tr>
--- 30,46 ----
</tr>
<tr>
! <td valign="middle" align="right"><span class="gen">{L_LOCATION}: </span></td>
<td><b><span class="gen">{LOCATION}</span></b></td>
</tr>
<tr>
! <td valign="middle" align="right"><span class="gen">{L_WEBSITE}: </span></td>
<td><span class="gen"><b><a href="{WEBSITE}" class="gen" target="_blank">{WEBSITE}</a></b></span></td>
</tr>
<tr>
! <td valign="middle" align="right"><span class="gen">{L_OCCUPATION}: </span></td>
<td><b><span class="gen">{OCCUPATION}</span></b></td>
</tr>
<tr>
! <td valign="top" align="right"><span class="gen">{L_INTERESTS}:</span></td>
<td> <b><span class="gen">{INTERESTS}</span></b></td>
</tr>
***************
*** 56,80 ****
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
! <td valign="middle"><span class="gen">{L_EMAIL_ADDRESS}:</span></td>
<td class="row1" valign="middle" width="100%"><b><span class="gen">{EMAIL}</span></b></td>
</tr>
<tr>
! <td valign="middle" nowrap="nowrap"><span class="gen">{L_PM}:</span></td>
<td class="row1" valign="middle"><b><span class="gen">{PM_IMG}</span></b></td>
</tr>
<tr>
! <td valign="middle"><span class="gen">{L_MESSENGER}:</span></td>
<td class="row1" valign="middle"><span class="gen">{MSN_IMG}</span></td>
</tr>
<tr>
! <td valign="middle"><span class="gen">{L_YAHOO}:</span></td>
<td class="row1" valign="middle"><span class="gen">{YIM_IMG}</span></td>
</tr>
<tr>
! <td valign="middle"><span class="gen">{L_AIM}:</span></td>
<td class="row1" valign="middle"><span class="gen">{AIM_IMG}</span></td>
</tr>
<tr>
! <td valign="middle"><span class="gen">{L_ICQ_NUMBER}:</span></td>
<td class="row1" valign="middle"><span class="gen">{ICQ_STATUS_IMG}{ICQ_ADD_IMG}</span></td>
</tr>
--- 56,80 ----
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
! <td valign="middle" align="right"><span class="gen">{L_EMAIL_ADDRESS}:</span></td>
<td class="row1" valign="middle" width="100%"><b><span class="gen">{EMAIL}</span></b></td>
</tr>
<tr>
! <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_PM}:</span></td>
<td class="row1" valign="middle"><b><span class="gen">{PM_IMG}</span></b></td>
</tr>
<tr>
! <td valign="middle" align="right"><span class="gen">{L_MESSENGER}:</span></td>
<td class="row1" valign="middle"><span class="gen">{MSN_IMG}</span></td>
</tr>
<tr>
! <td valign="middle" align="right"><span class="gen">{L_YAHOO}:</span></td>
<td class="row1" valign="middle"><span class="gen">{YIM_IMG}</span></td>
</tr>
<tr>
! <td valign="middle" align="right"><span class="gen">{L_AIM}:</span></td>
<td class="row1" valign="middle"><span class="gen">{AIM_IMG}</span></td>
</tr>
<tr>
! <td valign="middle" align="right"><span class="gen">{L_ICQ_NUMBER}:</span></td>
<td class="row1" valign="middle"><span class="gen">{ICQ_STATUS_IMG}{ICQ_ADD_IMG}</span></td>
</tr>
Index: subSilver.cfg
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/subSilver.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** subSilver.cfg 2001/10/01 23:22:18 1.2
--- subSilver.cfg 2001/10/09 13:37:21 1.3
***************
*** 56,60 ****
$images['post_new'] = "templates/subSilver/images/post.gif";
! $images['post_locked'] = "templates/subSilver/images/post-locked.gif";
$images['reply_new'] = "templates/subSilver/images/reply.gif";
$images['reply_locked'] = "templates/subSilver/images/reply-locked.gif";
--- 56,60 ----
$images['post_new'] = "templates/subSilver/images/post.gif";
! $images['post_locked'] = "templates/subSilver/images/reply-locked.gif";
$images['reply_new'] = "templates/subSilver/images/reply.gif";
$images['reply_locked'] = "templates/subSilver/images/reply-locked.gif";
|
|
From: Nathan C. <na...@us...> - 2001-10-08 18:08:13
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv31310
Modified Files:
viewtopic.php
Log Message:
Fixed bug with non-ranked post getting the rank of the previous poster. Partially filed under #462263.
Index: viewtopic.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/viewtopic.php,v
retrieving revision 1.114
retrieving revision 1.115
diff -C2 -r1.114 -r1.115
*** viewtopic.php 2001/10/01 23:53:18 1.114
--- viewtopic.php 2001/10/08 18:08:09 1.115
***************
*** 687,692 ****
--- 687,702 ----
// Generate ranks
//
+
+ //
+ // Set them to empty string initially, in case we don't find a rank for this dude.
+ //
+ $poster_rank = "";
+ $rank_image = "";
+
if( $postrow[$i]['user_id'] == ANONYMOUS )
{
+ //
+ // This is redundant, but some day we might wanna stick in a rank for anon. posts.
+ //
$poster_rank = "";
$rank_image = "";
|
|
From: Paul S. O. <ps...@us...> - 2001-10-06 17:50:30
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv12423/includes
Modified Files:
functions.php
Log Message:
Fixed preg single quote potential problem, altered jumpbox slightly - Third time lucky ... I hate FTP ...
Index: functions.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/functions.php,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -r1.71 -r1.72
*** functions.php 2001/10/06 17:49:09 1.71
--- functions.php 2001/10/06 17:50:28 1.72
***************
*** 831,835 ****
for($i = 0; $i < count($smilies); $i++)
{
! $orig[] = "/(?<=.\\W|\\W.|^\\W)" . preg_quote($smilies[$i]['code']) . "(?=.\\W|\\W.|\\W$)/i";
$repl[] = '<img src="'. $board_config['smilies_path'] . '/' . $smilies[$i]['smile_url'] . '" alt="' . $smilies[$i]['smile_url'] . '" border="0">';
}
--- 831,835 ----
for($i = 0; $i < count($smilies); $i++)
{
! $orig[] = "/(?<=.\\W|\\W.|^\\W)" . preg_quote($smilies[$i]['code'], "/") . "(?=.\\W|\\W.|\\W$)/i";
$repl[] = '<img src="'. $board_config['smilies_path'] . '/' . $smilies[$i]['smile_url'] . '" alt="' . $smilies[$i]['smile_url'] . '" border="0">';
}
|
|
From: Paul S. O. <ps...@us...> - 2001-10-06 17:49:11
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv12173/includes Modified Files: functions.php Log Message: Fixed preg single quote potential problem, altered jumpbox slightly Index: functions.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/functions.php,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -r1.70 -r1.71 |
|
From: Paul S. O. <ps...@us...> - 2001-10-06 17:21:13
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv6947/templates/subSilver
Modified Files:
jumpbox.tpl
Log Message:
Fixed preg single quote potential problem, altered jumpbox slightly
Index: jumpbox.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/jumpbox.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** jumpbox.tpl 2001/09/25 18:10:56 1.1
--- jumpbox.tpl 2001/10/06 17:21:10 1.2
***************
*** 1,4 ****
! <form method="post" action="{S_JUMPBOX_ACTION}">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
--- 1,4 ----
! <form method="post" name="jumpbox" action="{S_JUMPBOX_ACTION}">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
|
|
From: Paul S. O. <ps...@us...> - 2001-10-06 17:17:01
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv5959/includes
Modified Files:
functions.php
Log Message:
Fixed preg single quote potential problem, altered jumpbox slightly
Index: functions.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/functions.php,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -r1.69 -r1.70
*** functions.php 2001/10/01 23:56:01 1.69
--- functions.php 2001/10/06 17:16:58 1.70
***************
*** 147,151 ****
$forum_rows = $db->sql_fetchrowset($q_forums);
! $boxstring = '<select name="' . POST_FORUM_URL . '"><option value="-1">' . $lang['Select_forum'] . '</option>';
for($i = 0; $i < $total_categories; $i++)
{
--- 147,151 ----
$forum_rows = $db->sql_fetchrowset($q_forums);
! $boxstring = '<select name="' . POST_FORUM_URL . '" onChange="if(this.options[this.selectedIndex].value != -1){ forms[\'jumpbox\'].submit() }"><option value="-1">' . $lang['Select_forum'] . '</option>';
for($i = 0; $i < $total_categories; $i++)
{
***************
*** 831,835 ****
for($i = 0; $i < count($smilies); $i++)
{
! $orig[] = "'(?<=.\\W|\\W.|^\\W)" . preg_quote($smilies[$i]['code']) . "(?=.\\W|\\W.|\\W$)'i";
$repl[] = '<img src="'. $board_config['smilies_path'] . '/' . $smilies[$i]['smile_url'] . '" alt="' . $smilies[$i]['smile_url'] . '" border="0">';
}
--- 831,835 ----
for($i = 0; $i < count($smilies); $i++)
{
! $orig[] = "/(?<=.\\W|\\W.|^\\W)" . preg_quote($smilies[$i]['code']) . "(?=.\\W|\\W.|\\W$)/i";
$repl[] = '<img src="'. $board_config['smilies_path'] . '/' . $smilies[$i]['smile_url'] . '" alt="' . $smilies[$i]['smile_url'] . '" border="0">';
}
|
|
From: Paul S. O. <ps...@us...> - 2001-10-06 16:04:39
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv24355/templates/subSilver
Modified Files:
viewforum_body.tpl viewtopic_body.tpl index_body.tpl
Log Message:
Updates by Tom
Index: viewforum_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewforum_body.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** viewforum_body.tpl 2001/10/02 12:09:12 1.3
--- viewforum_body.tpl 2001/10/06 16:04:36 1.4
***************
*** 10,14 ****
<tr>
<td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_NEW_TOPIC}" width="82" height="25" /></a></td>
! <td align="left" valign="middle" class="nav" width="100%"><span class="nav"> <a href="index.php" class="nav">{SITENAME} - {L_INDEX}</a> -> {FORUM_NAME}</span></td>
<td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td>
</tr>
--- 10,14 ----
<tr>
<td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_NEW_TOPIC}" width="82" height="25" /></a></td>
! <td align="left" valign="middle" class="nav" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a> -> {FORUM_NAME}</span></td>
<td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td>
</tr>
***************
*** 20,24 ****
<th width="100" align="center" class="thTop"> {L_AUTHOR} </th>
<th width="50" align="center" class="thTop"> {L_VIEWS} </th>
! <th align="center" nowrap="nowrap" class="thCornerR"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN topicrow -->
--- 20,24 ----
<th width="100" align="center" class="thTop"> {L_AUTHOR} </th>
<th width="50" align="center" class="thTop"> {L_VIEWS} </th>
! <th align="center" nowrap="nowrap"="nowrap="nowrap"" class="thCornerR"> {L_LASTPOST} </th>
</tr>
<!-- BEGIN topicrow -->
***************
*** 47,53 ****
<tr>
<td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_NEW_TOPIC}" width="82" height="25" /></a></td>
! <td align="left" valign="middle" width="100%"><span class="nav"> {L_PAGE}
! <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b></span></td>
! <td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span>
<span class="gensmall"><br />
{S_TIMEZONE}</span></td>
--- 47,53 ----
<tr>
<td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_NEW_TOPIC}" width="82" height="25" /></a></td>
! <td align="left" valign="middle" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a> -> {FORUM_NAME}</span></td>
! <td align="right" valign="top" nowrap="nowrap"><span class="nav">{L_PAGE}
! <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b> :: {PAGINATION}</span>
<span class="gensmall"><br />
{S_TIMEZONE}</span></td>
***************
*** 68,73 ****
<td class="gensmall">Old topic</td>
<td> </td>
! <td width="20" align="center"><img src="templates/subSilver/images/folder_announce.gif" alt="{L_NONEWPOSTS}" width="19" height="18" /></td>
! <td class="gensmall">Announcement</td>
<td class="gensmall"> </td>
<td class="gensmall"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_NEWPOSTS}" width="19" height="18" /></td>
--- 68,73 ----
<td class="gensmall">Old topic</td>
<td> </td>
! <td width="20" align="center"><img src="templates/subSilver/images/folder_announce.gif" alt="No new posts" width="19" height="18" /></td>
! <td class="gensmall">Announement</td>
<td class="gensmall"> </td>
<td class="gensmall"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_NEWPOSTS}" width="19" height="18" /></td>
***************
*** 81,85 ****
<td class="gensmall">Hot topic</td>
<td> </td>
! <td width="20" align="center"><img src="templates/subSilver/images/folder_sticky.gif" alt="{L_NONEWPOSTS}" width="19" height="18" /></td>
<td class="gensmall">Sticky post</td>
<td class="gensmall"> </td>
--- 81,85 ----
<td class="gensmall">Hot topic</td>
<td> </td>
! <td width="20" align="center"><img src="templates/subSilver/images/folder_sticky.gif" alt="No new posts" width="19" height="18" /></td>
<td class="gensmall">Sticky post</td>
<td class="gensmall"> </td>
Index: viewtopic_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewtopic_body.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** viewtopic_body.tpl 2001/10/02 01:29:39 1.4
--- viewtopic_body.tpl 2001/10/06 16:04:36 1.5
***************
*** 37,41 ****
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
! <td>{postrow.MINI_POST_IMG}<span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}:
{postrow.POST_SUBJECT}</span></td>
<td nowrap="nowrap" valign="top" align="right">{postrow.IP_IMG} {postrow.QUOTE_IMG}
--- 37,42 ----
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
! <td width="100%">{postrow.MINI_POST_IMG}<span class="postdetails">{L_POSTED}:
! {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}:
{postrow.POST_SUBJECT}</span></td>
<td nowrap="nowrap" valign="top" align="right">{postrow.IP_IMG} {postrow.QUOTE_IMG}
***************
*** 85,91 ****
<tr>
<td align="left" valign="middle" nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_TOPIC_POST}" align="middle" width="82" height="25" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{IMG_REPLY}" border="0" alt="{L_TOPIC_REPLY}" align="middle" width="82" height="25" /></a><span class="nav"></span></td>
! <td align="left" valign="middle" width="100%"><span class="nav"> {L_PAGE}
! <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b></span></td>
! <td align="right" valign="top" nowrap="nowrap"><span class="nav">{PAGINATION}</span>
<span class="gensmall"><br />
{S_TIMEZONE}</span></td>
--- 86,93 ----
<tr>
<td align="left" valign="middle" nowrap="nowrap"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_TOPIC_POST}" align="middle" width="82" height="25" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{IMG_REPLY}" border="0" alt="{L_TOPIC_REPLY}" align="middle" width="82" height="25" /></a><span class="nav"></span></td>
! <td align="left" valign="middle" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a>
! -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
! <td align="right" valign="top" nowrap="nowrap"><span class="nav">{L_PAGE}
! <b>{ON_PAGE}</b> {L_OF} <b>{TOTAL_PAGES}</b> :: {PAGINATION}</span>
<span class="gensmall"><br />
{S_TIMEZONE}</span></td>
Index: index_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/index_body.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** index_body.tpl 2001/10/01 23:22:18 1.2
--- index_body.tpl 2001/10/06 16:04:36 1.3
***************
*** 57,61 ****
</table>
<!-- BEGIN loginbox -->
! <br />
<form method="post" action="{S_LOGIN_ACTION}">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
--- 57,61 ----
</table>
<!-- BEGIN loginbox -->
! <br />
<form method="post" action="{S_LOGIN_ACTION}">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
|