You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
|
From: Florin C B. <ory...@us...> - 2011-03-30 10:10:12
|
Update of /cvsroot/mxbb/core/templates/prosilver/images/addon_icons In directory vz-cvs-4.sog:/tmp/cvs-serv31898/addon_icons Log Message: Directory /cvsroot/mxbb/core/templates/prosilver/images/addon_icons added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-30 10:05:25
|
Update of /cvsroot/mxbb/core
In directory vz-cvs-4.sog:/tmp/cvs-serv30301
Modified Files:
config.php.contrib index.php login.php robots.txt
Log Message:
other updates after php 5.3.4
Index: login.php
===================================================================
RCS file: /cvsroot/mxbb/core/login.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** login.php 30 Sep 2008 07:04:35 -0000 1.32
--- login.php 30 Mar 2011 10:05:23 -0000 1.33
***************
*** 100,104 ****
for($i = 1; $i < count($forward_match); $i++)
{
! if( !ereg("sid=", $forward_match[$i]) )
{
if( $forward_page != '' )
--- 100,104 ----
for($i = 1; $i < count($forward_match); $i++)
{
! if(!preg_match('#sid=#', $forward_match[$i]))
{
if( $forward_page != '' )
Index: index.php
===================================================================
RCS file: /cvsroot/mxbb/core/index.php,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** index.php 29 Mar 2011 08:13:46 -0000 1.84
--- index.php 30 Mar 2011 10:05:23 -0000 1.85
***************
*** 10,14 ****
*/
! define( 'IN_PORTAL', 1 );
$phpEx = substr(strrchr(__FILE__, '.'), 1);
$mx_root_path = "./";
--- 10,14 ----
*/
! define('IN_PORTAL', 1);
$phpEx = substr(strrchr(__FILE__, '.'), 1);
$mx_root_path = "./";
***************
*** 352,356 ****
'PORTAL' => defined('IN_PORTAL') ? true : false,
'PORTAL_INDEX_PAGE' => ($portal_config['main_layout']) ? true : false,
! ));
//
--- 352,356 ----
'PORTAL' => defined('IN_PORTAL') ? true : false,
'PORTAL_INDEX_PAGE' => ($portal_config['main_layout']) ? true : false,
! ));
//
Index: config.php.contrib
===================================================================
RCS file: /cvsroot/mxbb/core/config.php.contrib,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** config.php.contrib 26 Feb 2011 02:58:46 -0000 1.4
--- config.php.contrib 30 Mar 2011 10:05:23 -0000 1.5
***************
*** 18,21 ****
--- 18,22 ----
//@ini_set('session.save_path', "/storage1/home/tmp");
+ @ini_set('post_max_size', 24);
//
Index: robots.txt
===================================================================
RCS file: /cvsroot/mxbb/core/robots.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** robots.txt 27 Apr 2010 16:14:59 -0000 1.2
--- robots.txt 30 Mar 2011 10:05:23 -0000 1.3
***************
*** 1,10 ****
- User-agent: *
- Disallow: /admin/
- Disallow: /cache/
- Disallow: /images/
- Disallow: /includes/
- Disallow: /language/
- Disallow: /modules/
- Disallow: /templates/
User-Agent: wget
Disallow: /
--- 1,2 ----
***************
*** 59,61 ****
--- 51,59 ----
User-agent: *
+ Disallow: /admin/
+ Disallow: /cache/
+ Disallow: /includes/
+ Disallow: /language/
+ Disallow: /modules/
+ Disallow: /templates/
Crawl-delay: 10
|
|
From: Florin C B. <ory...@us...> - 2011-03-30 10:03:57
|
Update of /cvsroot/mxbb/core/includes/sessions/internal
In directory vz-cvs-4.sog:/tmp/cvs-serv29890/sessions/internal
Modified Files:
core.php
Log Message:
other updates after php 5.3.4
Index: core.php
===================================================================
RCS file: /cvsroot/mxbb/core/includes/sessions/internal/core.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** core.php 1 Nov 2008 13:55:22 -0000 1.15
--- core.php 30 Mar 2011 10:03:55 -0000 1.16
***************
*** 22,25 ****
--- 22,31 ----
include_once($mx_root_path . 'includes/shared/phpbb3/includes/functions.' . $phpEx);
+ //
+ // Instantiate Dummy phpBB Classes
+ //
+ $phpBB2 = new phpBB2();
+ $phpBB3 = new phpBB3();
+
/**
* Backend specific tasks
***************
*** 237,241 ****
function dss_rand()
{
! global $db, $portal_config, $board_config, $dss_seeded;
$val = $portal_config['rand_seed'] . microtime();
--- 243,247 ----
function dss_rand()
{
! global $db, $portal_config, $board_config, $lang, $dss_seeded;
$val = $portal_config['rand_seed'] . microtime();
***************
*** 248,257 ****
rand_seed = '" . $portal_config['rand_seed'] . "'
WHERE portal_id = '1'";
!
! if( !$db->sql_query($sql) )
{
mx_message_die(GENERAL_ERROR, "Unable to reseed PRNG", "", __LINE__, __FILE__, $sql);
}
!
$dss_seeded = true;
}
--- 254,268 ----
rand_seed = '" . $portal_config['rand_seed'] . "'
WHERE portal_id = '1'";
!
! //display an error debuging message only if the portal is installed/upgraded
! if(!@$db->sql_query($sql) && @!file_exists('install'))
{
mx_message_die(GENERAL_ERROR, "Unable to reseed PRNG", "", __LINE__, __FILE__, $sql);
}
! elseif(!@$db->sql_query($sql) && @file_exists('install'))
! {
! mx_message_die(GENERAL_ERROR, "Unable to reseed PRNG"."<br />Please finish upgrading and <br />".$lang['Please_remove_install_contrib'], "", __LINE__, __FILE__, $sql);
! }
!
$dss_seeded = true;
}
|
|
From: Florin C B. <ory...@us...> - 2011-03-30 09:55:46
|
Update of /cvsroot/mxbb/core/templates/subsilver2 In directory vz-cvs-4.sog:/tmp/cvs-serv28004/subsilver2 Modified Files: subsilver2.cfg Log Message: templating Index: subsilver2.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/subsilver2.cfg,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** subsilver2.cfg 5 Oct 2008 23:10:24 -0000 1.8 --- subsilver2.cfg 30 Mar 2011 09:55:43 -0000 1.9 *************** *** 49,53 **** // and with $mx_template_settings['cloned_template'] = 'subSilver'. // If this template is a full set of *.tpl files, leave this blank. ! $mx_template_settings['cloned_template'] = ''; // --- 49,53 ---- // and with $mx_template_settings['cloned_template'] = 'subSilver'. // If this template is a full set of *.tpl files, leave this blank. ! $mx_template_settings['cloned_template'] = '_core'; // *************** *** 65,80 **** $mx_images['mx_graphics']['menu_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/menu_icons" ) ? $current_template_path . "/images/menu_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/menu_icons" ) ? $cloned_template_path . "/images/menu_icons" : $default_template_path . "/images/menu_icons" ); $mx_images['mx_graphics']['admin_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/admin_icons" ) ? $current_template_path . "/images/admin_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/admin_icons" ) ? $cloned_template_path . "/images/admin_icons" : $default_template_path . "/images/admin_icons" ); ! $mx_images['mx_graphics']['phpbb_icons'] = !empty($current_template_path) && file_exists( $phpbb_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : ( !empty($cloned_template_path) && file_exists( $phpbb_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path . "/images" : $default_template_path . "/images"); // // Prefix all paths to get full img URLs // ! $current_template_images = PORTAL_URL . $mx_images['mx_graphics']['general']; // Logo etc ! $current_template_page_images = PORTAL_URL . $mx_images['mx_graphics']['page_icons']; // Used by adminCP - Pages ! $current_template_block_images = PORTAL_URL . $mx_images['mx_graphics']['block_icons']; // Used by userCP block buttons ! $current_template_menu_images = PORTAL_URL . $mx_images['mx_graphics']['menu_icons']; // Used by adminCP - Navigation Menu ! $current_template_admin_images = PORTAL_URL . $mx_images['mx_graphics']['admin_icons']; // Internal graphics for the MX-Publisher adminCP ! $current_template_phpbb_images = PHPBB_URL . $mx_images['mx_graphics']['phpbb_icons']; // phpBB graphics template ! $current_template_theme_images = PORTAL_URL . $current_template_path . '/theme/images'; // --- 65,85 ---- $mx_images['mx_graphics']['menu_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/menu_icons" ) ? $current_template_path . "/images/menu_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/menu_icons" ) ? $cloned_template_path . "/images/menu_icons" : $default_template_path . "/images/menu_icons" ); $mx_images['mx_graphics']['admin_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/admin_icons" ) ? $current_template_path . "/images/admin_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/admin_icons" ) ? $cloned_template_path . "/images/admin_icons" : $default_template_path . "/images/admin_icons" ); ! $mx_images['mx_graphics']['phpbb_icons'] = !empty($mx_user->default_template_name) && file_exists($phpbb_root_path . "styles/" . $mx_user->default_template_name . "/imageset") ? "styles/" . $mx_user->default_template_name . "/imageset" : ( !empty($mx_user->cloned_template_name) && file_exists($phpbb_root_path . "styles/" . $mx_user->cloned_template_name . "/imageset") ? "styles/" . $mx_user->cloned_template_name . "/imageset" : $current_template_path . "/imageset"); ! $mx_images['mx_graphics']['addon_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/addon_icons" ) ? $current_template_path . "/images/addon_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/addon_icons" ) ? $cloned_template_path . "/images/addon_icons" : $default_template_path . "/images/addon_icons" ); ! $mx_images['mx_graphics']['mx_icons'] = !empty($current_template_path) && file_exists( $mx_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : ( !empty($cloned_template_path) && file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path . "/images" : $default_template_path . "/images"); ! $mx_images['mx_graphics']['theme_icons'] = file_exists( $mx_root_path . $current_template_path . "/theme/images" ) ? $current_template_path . "/theme/images" : ( file_exists( $mx_root_path . $cloned_template_path . "/theme/images" ) ? $cloned_template_path . "/theme/images" : $default_template_path . "/theme/images" ); // // Prefix all paths to get full img URLs // ! $current_template_images = PORTAL_URL . $mx_images['mx_graphics']['general']; // Logo etc ! $current_template_page_images = PORTAL_URL . $mx_images['mx_graphics']['page_icons']; // Used by adminCP - Pages ! $current_template_block_images = PORTAL_URL . $mx_images['mx_graphics']['block_icons']; // Used by userCP block buttons ! $current_template_menu_images = PORTAL_URL . $mx_images['mx_graphics']['menu_icons']; // Used by adminCP - Navigation Menu ! $current_template_admin_images = PORTAL_URL . $mx_images['mx_graphics']['admin_icons']; // Internal graphics for the mxBB adminCP ! $current_template_phpbb_images = PHPBB_URL . $mx_images['mx_graphics']['phpbb_icons']; // phpBB graphics template ! $current_template_addon_images = PORTAL_URL . $mx_images['mx_graphics']['addon_icons']; // Addons and Modules graphics template ! $current_template_theme_images = PORTAL_URL . $mx_images['mx_graphics']['mx_icons']; ! $current_template_style_images = PORTAL_URL . $mx_images['mx_graphics']['theme_icons']; // *************** *** 219,227 **** */ ! $images['voting_graphic'][0] = "$current_template_phpbb_images/voting_bar.gif"; ! $images['voting_graphic'][1] = "$current_template_phpbb_images/voting_bar.gif"; ! $images['voting_graphic'][2] = "$current_template_phpbb_images/voting_bar.gif"; ! $images['voting_graphic'][3] = "$current_template_phpbb_images/voting_bar.gif"; ! $images['voting_graphic'][4] = "$current_template_phpbb_images/voting_bar.gif"; // --- 224,237 ---- */ ! //for pafileDB and other modules ported from vesion 2 ! $images['mx_vote_lcap'] = "$current_template_addon_images/vote_lcap.gif"; ! $images['mx_vote_rcap'] = "$current_template_addon_images/vote_rcap.gif"; ! $images['mx_vote_bar'] = "$current_template_addon_images/voting_bar.gif"; ! $images['mx_voting_graphic'] = "$current_template_addon_images/voting_bar.gif"; ! $images['voting_graphic'][0] = "$current_template_addon_images/voting_bar.gif"; ! $images['voting_graphic'][1] = "$current_template_addon_images/voting_bar.gif"; ! $images['voting_graphic'][2] = "$current_template_addon_images/voting_bar.gif"; ! $images['voting_graphic'][3] = "$current_template_addon_images/voting_bar.gif"; ! $images['voting_graphic'][4] = "$current_template_addon_images/voting_bar.gif"; // *************** *** 267,270 **** // Online Block // ! $mx_images['mx_who_is_online'] = "$current_template_theme_images/whosonline.gif"; ?> --- 277,280 ---- // Online Block // ! $mx_images['mx_who_is_online'] = "$current_template_style_images/whosonline.gif"; ?> |
|
From: Florin C B. <ory...@us...> - 2011-03-30 09:55:45
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory vz-cvs-4.sog:/tmp/cvs-serv28004/prosilver Modified Files: prosilver.cfg Log Message: templating Index: prosilver.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.cfg,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** prosilver.cfg 29 Mar 2011 15:35:01 -0000 1.11 --- prosilver.cfg 30 Mar 2011 09:55:43 -0000 1.12 *************** *** 66,70 **** $mx_images['mx_graphics']['admin_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/admin_icons" ) ? $current_template_path . "/images/admin_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/admin_icons" ) ? $cloned_template_path . "/images/admin_icons" : $default_template_path . "/images/admin_icons" ); $mx_images['mx_graphics']['phpbb_icons'] = !empty($mx_user->default_template_name) && file_exists($phpbb_root_path . "styles/" . $mx_user->default_template_name . "/imageset") ? "styles/" . $mx_user->default_template_name . "/imageset" : ( !empty($mx_user->cloned_template_name) && file_exists($phpbb_root_path . "styles/" . $mx_user->cloned_template_name . "/imageset") ? "styles/" . $mx_user->cloned_template_name . "/imageset" : $current_template_path . "/imageset"); ! $mx_images['mx_graphics']['mx_icons'] = !empty($current_template_path) && file_exists( $mx_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : ( !empty($cloned_template_path) && file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? cloned_template_path . "/images" : $default_template_path . "/imageset"); $mx_images['mx_graphics']['theme_icons'] = file_exists( $mx_root_path . $current_template_path . "/theme/images" ) ? $current_template_path . "/theme/images" : ( file_exists( $mx_root_path . $cloned_template_path . "/theme/images" ) ? $cloned_template_path . "/theme/images" : $default_template_path . "/theme/images" ); --- 66,71 ---- $mx_images['mx_graphics']['admin_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/admin_icons" ) ? $current_template_path . "/images/admin_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/admin_icons" ) ? $cloned_template_path . "/images/admin_icons" : $default_template_path . "/images/admin_icons" ); $mx_images['mx_graphics']['phpbb_icons'] = !empty($mx_user->default_template_name) && file_exists($phpbb_root_path . "styles/" . $mx_user->default_template_name . "/imageset") ? "styles/" . $mx_user->default_template_name . "/imageset" : ( !empty($mx_user->cloned_template_name) && file_exists($phpbb_root_path . "styles/" . $mx_user->cloned_template_name . "/imageset") ? "styles/" . $mx_user->cloned_template_name . "/imageset" : $current_template_path . "/imageset"); ! $mx_images['mx_graphics']['addon_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/addon_icons" ) ? $current_template_path . "/images/addon_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/addon_icons" ) ? $cloned_template_path . "/images/addon_icons" : $default_template_path . "/images/addon_icons" ); ! $mx_images['mx_graphics']['mx_icons'] = !empty($current_template_path) && file_exists( $mx_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : ( !empty($cloned_template_path) && file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path . "/images" : $default_template_path . "/images"); $mx_images['mx_graphics']['theme_icons'] = file_exists( $mx_root_path . $current_template_path . "/theme/images" ) ? $current_template_path . "/theme/images" : ( file_exists( $mx_root_path . $cloned_template_path . "/theme/images" ) ? $cloned_template_path . "/theme/images" : $default_template_path . "/theme/images" ); *************** *** 78,81 **** --- 79,83 ---- $current_template_admin_images = PORTAL_URL . $mx_images['mx_graphics']['admin_icons']; // Internal graphics for the mxBB adminCP $current_template_phpbb_images = PHPBB_URL . $mx_images['mx_graphics']['phpbb_icons']; // phpBB graphics template + $current_template_addon_images = PORTAL_URL . $mx_images['mx_graphics']['addon_icons']; // Addons and Modules graphics template $current_template_theme_images = PORTAL_URL . $mx_images['mx_graphics']['mx_icons']; $current_template_style_images = PORTAL_URL . $mx_images['mx_graphics']['theme_icons']; *************** *** 222,231 **** $images['topic_mod_delete'] = "$current_template_phpbb_images/topic_delete.gif"; ! $images['voting_graphic'][0] = "$current_template_phpbb_images/voting_bar.gif"; ! $images['voting_graphic'][1] = "$current_template_phpbb_images/voting_bar.gif"; ! $images['voting_graphic'][2] = "$current_template_phpbb_images/voting_bar.gif"; ! $images['voting_graphic'][3] = "$current_template_phpbb_images/voting_bar.gif"; ! $images['voting_graphic'][4] = "$current_template_phpbb_images/voting_bar.gif"; ! // --- 224,237 ---- $images['topic_mod_delete'] = "$current_template_phpbb_images/topic_delete.gif"; ! //for pafileDB and other modules ported from vesion 2 ! $images['mx_vote_lcap'] = "$current_template_addon_images/vote_lcap.gif"; ! $images['mx_vote_rcap'] = "$current_template_addon_images/vote_rcap.gif"; ! $images['mx_vote_bar'] = "$current_template_addon_images/voting_bar.gif"; ! $images['mx_voting_graphic'] = "$current_template_addon_images/voting_bar.gif"; ! $images['voting_graphic'][0] = "$current_template_addon_images/voting_bar.gif"; ! $images['voting_graphic'][1] = "$current_template_addon_images/voting_bar.gif"; ! $images['voting_graphic'][2] = "$current_template_addon_images/voting_bar.gif"; ! $images['voting_graphic'][3] = "$current_template_addon_images/voting_bar.gif"; ! $images['voting_graphic'][4] = "$current_template_addon_images/voting_bar.gif"; // |
|
From: Florin C B. <ory...@us...> - 2011-03-30 08:36:02
|
Update of /cvsroot/mxbb/mx_news/language/lang_romanian In directory vz-cvs-4.sog:/tmp/cvs-serv17694/lang_romanian Log Message: Directory /cvsroot/mxbb/mx_news/language/lang_romanian added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-30 04:13:54
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes
In directory vz-cvs-4.sog:/tmp/cvs-serv13385/pafiledb/includes
Modified Files:
functions.php
Log Message:
other updates after php 5.3.4 at pafileDB
Index: functions.php
===================================================================
RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions.php,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** functions.php 6 Jan 2010 20:27:15 -0000 1.57
--- functions.php 30 Mar 2011 04:13:52 -0000 1.58
***************
*** 806,810 ****
if ( @file_exists( $this->pafiledb_realpath( $filename ) ) )
{
! $filesys = eregi_replace( '/', '\\', $filename );
$deleted = @system( "del $filesys" );
--- 806,810 ----
if ( @file_exists( $this->pafiledb_realpath( $filename ) ) )
{
! $filesys = preg_replace('/', '\\', $filename);
$deleted = @system( "del $filesys" );
***************
*** 2017,2021 ****
// this function Borrowed from Acyd Burn attachment mod, (thanks Acyd for this great mod)
// =========================================================================
! function send_file_to_browser( $real_filename, $physical_filename, $upload_dir )
{
global $_SERVER, $HTTP_USER_AGENT, $HTTP_SERVER_VARS, $lang, $db, $pafiledb_functions;
--- 2017,2021 ----
// this function Borrowed from Acyd Burn attachment mod, (thanks Acyd for this great mod)
// =========================================================================
! function send_file_to_browser($real_filename, $physical_filename, $upload_dir)
{
global $_SERVER, $HTTP_USER_AGENT, $HTTP_SERVER_VARS, $lang, $db, $pafiledb_functions;
***************
*** 2048,2078 ****
// borrowed from phpMyAdmin. :)
$user_agent = (!empty($_SERVER['HTTP_USER_AGENT'])) ? $_SERVER['HTTP_USER_AGENT'] : '';
!
! if (ereg('Opera(/| )([0-9].[0-9]{1,2})', $user_agent, $log_version))
{
$browser_version = $log_version[2];
$browser_agent = 'opera';
}
! else if (ereg('MSIE ([0-9].[0-9]{1,2})', $user_agent, $log_version))
{
$browser_version = $log_version[1];
$browser_agent = 'ie';
}
! else if (ereg('OmniWeb/([0-9].[0-9]{1,2})', $user_agent, $log_version))
{
$browser_version = $log_version[1];
$browser_agent = 'omniweb';
}
! else if (ereg('(Konqueror/)(.*)(;)', $user_agent, $log_version))
{
$browser_version = $log_version[2];
$browser_agent = 'konqueror';
}
! else if (ereg('Mozilla/([0-9].[0-9]{1,2})', $user_agent, $log_version) && ereg('Safari/([0-9]*)', $user_agent, $log_version2))
{
! $browser_version = $log_version[1] . '.' . $log_version2[1];
$browser_agent = 'safari';
}
! else if (ereg('Mozilla/([0-9].[0-9]{1,2})', $user_agent, $log_version))
{
$browser_version = $log_version[1];
--- 2048,2079 ----
// borrowed from phpMyAdmin. :)
$user_agent = (!empty($_SERVER['HTTP_USER_AGENT'])) ? $_SERVER['HTTP_USER_AGENT'] : '';
! $log_version = array();
! //return preg_match(|#'.$pattern.'#', $string, $array);
! if (preg_match('/Opera ([0-9].[0-9]{1,2})/', $user_agent, $log_version))
{
$browser_version = $log_version[2];
$browser_agent = 'opera';
}
! else if (preg_match('/MSIE ([0-9].[0-9]{1,2})/', $user_agent, $log_version))
{
$browser_version = $log_version[1];
$browser_agent = 'ie';
}
! else if (preg_match('/OmniWeb/([0-9].[0-9]{1,2})/', $user_agent, $log_version))
{
$browser_version = $log_version[1];
$browser_agent = 'omniweb';
}
! else if (preg_match('/(Konqueror/)(.*)(;)/', $user_agent, $log_version))
{
$browser_version = $log_version[2];
$browser_agent = 'konqueror';
}
! else if (preg_match('/Safari/([0-9]*)/', $user_agent, $log_version))
{
! $browser_version = $log_version[1] . '.' . $log_version[1];
$browser_agent = 'safari';
}
! else if (preg_match( '/(mozilla\/)([0-9]*).([0-9]{1,2})/', $user_agent, $log_version))
{
$browser_version = $log_version[1];
|
|
From: Florin C B. <ory...@us...> - 2011-03-30 01:50:10
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/_core/images/lang_english In directory vz-cvs-4.sog:/tmp/cvs-serv32061 Added Files: icon_UserCp.gif icon_UserUpload1.gif Log Message: pafiledb templates --- NEW FILE: icon_UserUpload1.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: icon_UserCp.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Florin C B. <ory...@us...> - 2011-03-30 01:47:35
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/prosilver
In directory vz-cvs-4.sog:/tmp/cvs-serv30540/templates/prosilver
Modified Files:
prosilver.cfg
Log Message:
pafiledb templates
Index: prosilver.cfg
===================================================================
RCS file: /cvsroot/mxbb/mx_pafiledb/templates/prosilver/prosilver.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** prosilver.cfg 29 Mar 2011 15:33:54 -0000 1.1
--- prosilver.cfg 30 Mar 2011 01:47:33 -0000 1.2
***************
*** 47,61 ****
// Define buttons
// -------------------------------------------------------------------------
! $mx_images['pa_search'] = "$current_template_images/{LANG}/icon_pa_search.gif";
$mx_images['buttontype']['pa_search'] = MX_BUTTON_IMAGE;
! $mx_images['pa_stats'] = "$current_template_images/{LANG}/icon_pa_stats.gif";
$mx_images['buttontype']['pa_stats'] = MX_BUTTON_IMAGE;
! $mx_images['pa_toplist'] = "$current_template_images/{LANG}/icon_pa_toplist.gif";
$mx_images['buttontype']['pa_toplist'] = MX_BUTTON_IMAGE;
! $mx_images['pa_upload'] = "$current_template_images/{LANG}/icon_pa_upload.gif";
$mx_images['buttontype']['pa_upload'] = MX_BUTTON_IMAGE;
! $mx_images['pa_viewall'] = "$current_template_images/{LANG}/icon_pa_viewall.gif";
$mx_images['buttontype']['pa_viewall'] = MX_BUTTON_IMAGE;
! $mx_images['pa_moderator'] = "$current_template_images/icon_pa_moderator.gif";
$mx_images['buttontype']['pa_moderator'] = MX_BUTTON_TEXT;
--- 47,61 ----
// Define buttons
// -------------------------------------------------------------------------
! $mx_images['pa_search'] = "$current_module_images/{LANG}/icon_pa_search.gif";
$mx_images['buttontype']['pa_search'] = MX_BUTTON_IMAGE;
! $mx_images['pa_stats'] = "$current_module_images/{LANG}/icon_pa_stats.gif";
$mx_images['buttontype']['pa_stats'] = MX_BUTTON_IMAGE;
! $mx_images['pa_toplist'] = "$current_module_images/{LANG}/icon_pa_toplist.gif";
$mx_images['buttontype']['pa_toplist'] = MX_BUTTON_IMAGE;
! $mx_images['pa_upload'] = "$current_module_images/{LANG}/icon_pa_upload.gif";
$mx_images['buttontype']['pa_upload'] = MX_BUTTON_IMAGE;
! $mx_images['pa_viewall'] = "$current_module_images/{LANG}/icon_pa_viewall.gif";
$mx_images['buttontype']['pa_viewall'] = MX_BUTTON_IMAGE;
! $mx_images['pa_moderator'] = "$current_module_images/icon_pa_moderator.gif";
$mx_images['buttontype']['pa_moderator'] = MX_BUTTON_TEXT;
|
|
From: Florin C B. <ory...@us...> - 2011-03-30 01:45:04
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/prosilver/images/lang_romanian In directory vz-cvs-4.sog:/tmp/cvs-serv30336/lang_romanian Log Message: Directory /cvsroot/mxbb/mx_pafiledb/templates/prosilver/images/lang_romanian added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-30 01:44:51
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/prosilver/images In directory vz-cvs-4.sog:/tmp/cvs-serv30329/images Log Message: Directory /cvsroot/mxbb/mx_pafiledb/templates/prosilver/images added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-30 01:44:35
|
Update of /cvsroot/mxbb/mx_pafiledb/language/lang_romanian_ansi In directory vz-cvs-4.sog:/tmp/cvs-serv30311/lang_romanian_ansi Log Message: Directory /cvsroot/mxbb/mx_pafiledb/language/lang_romanian_ansi added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-29 15:35:03
|
Update of /cvsroot/mxbb/core/templates/prosilver
In directory vz-cvs-4.sog:/tmp/cvs-serv24339
Modified Files:
prosilver.cfg
Log Message:
prosilver
Index: prosilver.cfg
===================================================================
RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.cfg,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** prosilver.cfg 14 Oct 2008 05:40:59 -0000 1.10
--- prosilver.cfg 29 Mar 2011 15:35:01 -0000 1.11
***************
*** 49,53 ****
// and with $mx_template_settings['cloned_template'] = 'subSilver'.
// If this template is a full set of *.tpl files, leave this blank.
! $mx_template_settings['cloned_template'] = '';
//
--- 49,53 ----
// and with $mx_template_settings['cloned_template'] = 'subSilver'.
// If this template is a full set of *.tpl files, leave this blank.
! $mx_template_settings['cloned_template'] = 'prosilver';
//
***************
*** 65,70 ****
$mx_images['mx_graphics']['menu_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/menu_icons" ) ? $current_template_path . "/images/menu_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/menu_icons" ) ? $cloned_template_path . "/images/menu_icons" : $default_template_path . "/images/menu_icons" );
$mx_images['mx_graphics']['admin_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/admin_icons" ) ? $current_template_path . "/images/admin_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/admin_icons" ) ? $cloned_template_path . "/images/admin_icons" : $default_template_path . "/images/admin_icons" );
! $mx_images['mx_graphics']['phpbb_icons'] = !empty($current_template_path) && file_exists( $phpbb_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : ( !empty($cloned_template_path) && file_exists( $phpbb_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path . "/images" : $default_template_path . "/images");
! $mx_images['mx_graphics']['mx_icons'] = !empty($current_template_path) && file_exists( $mx_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : ( !empty($cloned_template_path) && file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? cloned_template_path . "/images" : $default_template_path . "/images");
$mx_images['mx_graphics']['theme_icons'] = file_exists( $mx_root_path . $current_template_path . "/theme/images" ) ? $current_template_path . "/theme/images" : ( file_exists( $mx_root_path . $cloned_template_path . "/theme/images" ) ? $cloned_template_path . "/theme/images" : $default_template_path . "/theme/images" );
--- 65,70 ----
$mx_images['mx_graphics']['menu_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/menu_icons" ) ? $current_template_path . "/images/menu_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/menu_icons" ) ? $cloned_template_path . "/images/menu_icons" : $default_template_path . "/images/menu_icons" );
$mx_images['mx_graphics']['admin_icons'] = file_exists( $mx_root_path . $current_template_path . "/images/admin_icons" ) ? $current_template_path . "/images/admin_icons" : ( file_exists( $mx_root_path . $cloned_template_path . "/images/admin_icons" ) ? $cloned_template_path . "/images/admin_icons" : $default_template_path . "/images/admin_icons" );
! $mx_images['mx_graphics']['phpbb_icons'] = !empty($mx_user->default_template_name) && file_exists($phpbb_root_path . "styles/" . $mx_user->default_template_name . "/imageset") ? "styles/" . $mx_user->default_template_name . "/imageset" : ( !empty($mx_user->cloned_template_name) && file_exists($phpbb_root_path . "styles/" . $mx_user->cloned_template_name . "/imageset") ? "styles/" . $mx_user->cloned_template_name . "/imageset" : $current_template_path . "/imageset");
! $mx_images['mx_graphics']['mx_icons'] = !empty($current_template_path) && file_exists( $mx_root_path . $current_template_path . "/images" ) ? $current_template_path . "/images" : ( !empty($cloned_template_path) && file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? cloned_template_path . "/images" : $default_template_path . "/imageset");
$mx_images['mx_graphics']['theme_icons'] = file_exists( $mx_root_path . $current_template_path . "/theme/images" ) ? $current_template_path . "/theme/images" : ( file_exists( $mx_root_path . $cloned_template_path . "/theme/images" ) ? $cloned_template_path . "/theme/images" : $default_template_path . "/theme/images" );
***************
*** 109,122 ****
// Use mxBB graphics - normally the menu_icons bundle
//
! $mx_images['mx_nav_home'] = "$current_template_menu_images/icon_home.gif"; // {NAV_IMAGES_HOME}
! $mx_images['mx_nav_forum'] = "$current_template_menu_images/icon_forum.gif"; // {NAV_IMAGES_FORUM}
! $mx_images['mx_nav_profile'] = "$current_template_menu_images/icon_profile.gif"; // {NAV_IMAGES_PROFILE}
! $mx_images['mx_nav_faq'] = "$current_template_menu_images/icon_faq.gif"; // {NAV_IMAGES_FAQ}
! $mx_images['mx_nav_search'] = "$current_template_menu_images/icon_search.gif"; // {NAV_IMAGES_SEARCH}
! $mx_images['mx_nav_members'] = "$current_template_menu_images/icon_members.gif"; // {NAV_IMAGES_MEMBERS}
! $mx_images['mx_nav_groups'] = "$current_template_menu_images/icon_groups.gif"; // {NAV_IMAGES_GROUPS}
! $mx_images['mx_nav_mail'] = "$current_template_menu_images/icon_mail.gif"; // {NAV_IMAGES_PRIVMSG}
! $mx_images['mx_nav_login'] = "$current_template_menu_images/icon_login.gif"; // {NAV_IMAGES_LOGIN_LOGOUT}
! $mx_images['mx_nav_register'] = "$current_template_menu_images/icon_register.gif"; // {NAV_IMAGES_REGISTER}
//
--- 109,122 ----
// Use mxBB graphics - normally the menu_icons bundle
//
! $mx_images['mx_nav_home'] = "$current_template_menu_images/icon_home.gif"; // {NAV_IMAGES_HOME}
! $mx_images['mx_nav_forum'] = "$current_template_menu_images/icon_forum.gif"; // {NAV_IMAGES_FORUM}
! $mx_images['mx_nav_profile'] = "$current_template_menu_images/icon_profile.gif"; // {NAV_IMAGES_PROFILE}
! $mx_images['mx_nav_faq'] = "$current_template_menu_images/icon_faq.gif"; // {NAV_IMAGES_FAQ}
! $mx_images['mx_nav_search'] = "$current_template_menu_images/icon_search.gif"; // {NAV_IMAGES_SEARCH}
! $mx_images['mx_nav_members'] = "$current_template_menu_images/icon_members.gif"; // {NAV_IMAGES_MEMBERS}
! $mx_images['mx_nav_groups'] = "$current_template_menu_images/icon_groups.gif"; // {NAV_IMAGES_GROUPS}
! $mx_images['mx_nav_mail'] = "$current_template_menu_images/icon_mail.gif"; // {NAV_IMAGES_PRIVMSG}
! $mx_images['mx_nav_login'] = "$current_template_menu_images/icon_login.gif"; // {NAV_IMAGES_LOGIN_LOGOUT}
! $mx_images['mx_nav_register'] = "$current_template_menu_images/icon_register.gif"; // {NAV_IMAGES_REGISTER}
//
|
|
From: Florin C B. <ory...@us...> - 2011-03-29 15:33:57
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/prosilver In directory vz-cvs-4.sog:/tmp/cvs-serv23952 Added Files: index.htm pa_footer.html pa_header.html prosilver.cfg Log Message: prosilver --- NEW FILE: prosilver.cfg --- <?php /** * * @package MX-Publisher Module - mx_pafiledb * @version $Id: prosilver.cfg,v 1.1 2011/03/29 15:33:54 orynider Exp $ * @copyright (c) 2002-2006 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ // // Please note that to enable support of different languages // the {LANG} place holder is available. This will be replaced // with xxx where xxx is the users selected language. If // that language isn't available it will default to english. // Therefore you MUST ensure you have at least a english // directory if you choose to localise your template // // // Do not alter this line! // define(MX_TEMPLATE_CONFIG, TRUE); $mx_template_config = true; // ------------------------------------------------------------------------- // Do some checks // ------------------------------------------------------------------------- $current_template_path = @file_exists($mx_root_path . $current_template_path . "/images" ) ? $current_template_path : ( file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $cloned_template_path : $default_template_path); $current_template_root_path = str_replace($module_root_path, "", $current_template_path); // ------------------------------------------------------------------------- // Prefix with PORTAL_URL // ------------------------------------------------------------------------- $current_template_images = PORTAL_URL . $current_template_path . "/images"; $current_template_theme_images = !empty($current_template_root_path) && @file_exists($mx_root_path . $current_template_root_path . "/images") ? PORTAL_URL . $current_template_root_path . "/images" : ( !empty($cloned_template_path) && @file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? PORTAL_URL . cloned_template_path . "/images" : PORTAL_URL . "templates/_core/images"); $current_module_images = !empty($current_template_root_path) && @file_exists($module_root_path . $current_template_root_path ."/images") ? PORTAL_URL . $module_root_path . $current_template_root_path ."/images" : $current_template_theme_images . "/phpbb2"; // ------------------------------------------------------------------------- // (Re)Define images //------------------------------------------------------------------------- // Rss Feed Site Images - BEGIN $mx_images['logo_url'] = $mx_root_path . $current_template_root_path . "/images/logo.gif"; // ------------------------------------------------------------------------- // Define buttons // ------------------------------------------------------------------------- $mx_images['pa_search'] = "$current_template_images/{LANG}/icon_pa_search.gif"; $mx_images['buttontype']['pa_search'] = MX_BUTTON_IMAGE; $mx_images['pa_stats'] = "$current_template_images/{LANG}/icon_pa_stats.gif"; $mx_images['buttontype']['pa_stats'] = MX_BUTTON_IMAGE; $mx_images['pa_toplist'] = "$current_template_images/{LANG}/icon_pa_toplist.gif"; $mx_images['buttontype']['pa_toplist'] = MX_BUTTON_IMAGE; $mx_images['pa_upload'] = "$current_template_images/{LANG}/icon_pa_upload.gif"; $mx_images['buttontype']['pa_upload'] = MX_BUTTON_IMAGE; $mx_images['pa_viewall'] = "$current_template_images/{LANG}/icon_pa_viewall.gif"; $mx_images['buttontype']['pa_viewall'] = MX_BUTTON_IMAGE; $mx_images['pa_moderator'] = "$current_template_images/icon_pa_moderator.gif"; $mx_images['buttontype']['pa_moderator'] = MX_BUTTON_TEXT; $mx_images['pa_download'] = "$current_template_images/{LANG}/icon_pa_download.gif"; $mx_images['buttontype']['pa_download'] = MX_BUTTON_IMAGE; $mx_images['pa_email'] = "$current_template_images/{LANG}/icon_pa_email.gif"; $mx_images['buttontype']['pa_email'] = MX_BUTTON_IMAGE; $mx_images['pa_icon_edit'] = "$current_template_images/{LANG}/icon_pa_edit.gif"; //$mx_images['pa_icon_edit'] = $images['icon_edit']; $mx_images['buttontype']['pa_icon_edit'] = MX_BUTTON_IMAGE; $mx_images['pa_icon_delpost'] = "$current_template_images/{LANG}/icon_pa_delpost.gif"; //$mx_images['pa_icon_delpost'] = $images['icon_delpost']; $mx_images['buttontype']['pa_icon_delpost'] = MX_BUTTON_IMAGE; $mx_images['pa_rate'] = "$current_template_images/{LANG}/icon_pa_rate.gif"; $mx_images['buttontype']['pa_rate'] = MX_BUTTON_IMAGE; $mx_images['pa_comment_post'] = "$current_template_images/{LANG}/icon_pa_post_comment.gif"; $mx_images['buttontype']['pa_comment_post'] = MX_BUTTON_IMAGE; $mx_images['pa_comment_edit'] = "$current_template_images/{LANG}/icon_pa_comment_edit.gif"; //$mx_images['pa_comment_edit'] = $images['icon_edit']; $mx_images['buttontype']['pa_comment_edit'] = MX_BUTTON_IMAGE; $mx_images['pa_comment_delete'] = "$current_template_images/{LANG}/icon_pa_comment_delete.gif"; //$mx_images['pa_comment_delete'] = $images['icon_delpost']; $mx_images['buttontype']['pa_comment_delete'] = MX_BUTTON_IMAGE; //$mx_images['pa_icon_approve'] = $images['icon_approve']; $mx_images['pa_icon_approve'] = "$current_template_images/{LANG}/icon_pa_icon_approve.gif"; $mx_images['buttontype']['pa_icon_approve'] = MX_BUTTON_IMAGE; $mx_images['pa_icon_unapprove'] = "$current_template_images/{LANG}/icon_pa_icon_unapprove.gif"; //$mx_images['pa_icon_unapprove'] = $images['icon_unapprove']; $mx_images['buttontype']['pa_icon_unapprove'] = MX_BUTTON_IMAGE; // ------------------------------------------------------------------------- // Define images // ------------------------------------------------------------------------- $mx_images['pa_file_new'] = "$current_template_images/icon_pa_new.gif"; //$mx_images['pa_icon_minipost'] = "$current_template_images/icon_pa_minipost.gif"; $mx_images['pa_icon_minipost'] = $images['icon_minipost']; $mx_images['pa_icon_latest_reply'] = $images['icon_latest_reply']; //$mx_images['pa_icon_latest_reply'] = "$current_template_images/icon_pa_latest_reply.gif"; $mx_images['pa_spacer'] = "$current_template_images/spacer.gif"; $mx_images['pa_folder'] = $images['folder']; $mx_images['pa_folder_new'] = $images['folder_new']; $mx_images['pa_folder_sticky'] = $images['folder_sticky']; $mx_images['pa_voting_graphic'] = $images['voting_graphic']; ?> --- NEW FILE: pa_footer.html --- </td> </tr> <tr> <td align="left" valign="top" height="35" width="50%"> <br /><form method="get" name="jumpbox" action="{S_JUMPBOX_ACTION}" onSubmit="if(document.jumpbox.cat_id.value == -1){return false;}"> <input type="hidden" name="action" value="category" /> <input type="hidden" name="page" value="{MX_PAGE}" /> <select name="cat_id" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"> <option value="-1">{L_QUICK_JUMP}</option> {JUMPMENU} </select> <input type="submit" value="{L_QUICK_GO}" class="liteoption" /> </span> </form> </td> <td align="right" width="50%"><span class="gensmall">{S_AUTH_LIST}</span></td> </tr> </table> </td> </tr> </table> </dt> </dl> </ul> </div> <span class="corners-bottom"><span></span></span> </div> <!-- BEGIN copy_footer --> <div align="center"><span class="copyright"><br /> Powered by {L_MODULE_VERSION}, {L_MODULE_ORIG_AUTHOR} & <a href="http://www.mx-publisher.com/" target="_phpbb" class="copyright">{L_MODULE_AUTHOR}</a> © 2002-2005 <br /><a href="http://www.phpbb.com/phpBB/viewtopic.php?t=193124" target="_phpbb" class="copyright">PHPBB.com MOD</a> </span></div> <!-- END copy_footer --> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> --- NEW FILE: pa_header.html --- <SCRIPT LANGUAGE="JavaScript"> <!-- function mpFoto(img) { foto1= new Image(); foto1.src=(img); mpControl(img); } function mpControl(img) { if((foto1.width!=0)&&(foto1.height!=0)) { viewFoto(img); } else { mpFunc="mpControl('"+img+"')"; intervallo=setTimeout(mpFunc,20); } } function viewFoto(img) { largh=foto1.width+20; altez=foto1.height+20; string="width="+largh+",height="+altez; finestra=window.open(img,"",string); } function MM_jumpMenu(targ,selObj,restore) { //v3.0 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) { selObj.selectedIndex=0; } } function delete_file(theURL) { if (confirm('Are you sure you want to delete this file??')) { window.location.href=theURL; } else { alert ('No Action has been taken.'); } } //--> </script> <!-- <script type="text/javascript" src="{MX_ROOT_PATH}modules/mx_shared/ajax/ask.js"></script> --> <div class="clear"></div> <div class="forabg block" style="vertical-align:top;"> <div class="inner"> <table width="100%" border="0" cellpadding="4" cellspacing="1" class="forumline" style="border-top:none;"> <tr> <td align="center" class="row1"> <!-- IF IS_AUTH_SEARCH --> {B_SEARCH_IMG} <!-- ENDIF --> <!-- IF IS_AUTH_STATS --> {B_STATS_IMG} <!-- ENDIF --> <!-- IF IS_AUTH_TOPLIST --> {B_TOPLIST_IMG} <!-- ENDIF --> <!-- IF IS_AUTH_UPLOAD --> {B_UPLOAD_IMG} <!-- ENDIF --> <!-- IF IS_AUTH_VIEWALL --> {B_VIEW_ALL_IMG} <!-- <b> <a href="{U_VIEW_ALL}" class="gensmall"><img src="{VIEW_ALL_IMG}" border="0" alt="{L_VIEW_ALL}" align="middle" /></a> </b> --> <!-- ENDIF --> <br /> <!-- IF IS_AUTH_MCP --> {B_MCP_LINK} <!-- ENDIF --> </td> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td align="center" width="100%" height="100%" valign="top"> <table width="100%" height="30" border="0" cellpadding="0" cellspacing="0" class="table" align="center"> <tr> <td width="100%" valign="top" colspan="2"> |
|
From: Florin C B. <ory...@us...> - 2011-03-29 15:33:13
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/prosilver In directory vz-cvs-4.sog:/tmp/cvs-serv23934/prosilver Log Message: Directory /cvsroot/mxbb/mx_pafiledb/templates/prosilver added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-29 08:21:28
|
Update of /cvsroot/mxbb/mx_news/templates/subsilver2/images In directory vz-cvs-4.sog:/tmp/cvs-serv6115/templates/subsilver2/images Added Files: icon_post_delete.gif index.htm spacer.gif Log Message: prosilver --- NEW FILE: spacer.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: icon_post_delete.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Florin C B. <ory...@us...> - 2011-03-29 08:21:25
|
Update of /cvsroot/mxbb/mx_news/templates/_core/images/lang_english In directory vz-cvs-4.sog:/tmp/cvs-serv6115/templates/_core/images/lang_english Added Files: icon_edit.gif icon_ip.gif icon_pm.gif icon_quote.gif msg_newpost.gif post.gif reply-locked.gif reply.gif Log Message: prosilver --- NEW FILE: icon_quote.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: post.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: icon_edit.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: msg_newpost.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: icon_pm.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: reply-locked.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: reply.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: icon_ip.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Florin C B. <ory...@us...> - 2011-03-29 08:19:35
|
Update of /cvsroot/mxbb/mx_news/templates/_core/images/lang_romanian In directory vz-cvs-4.sog:/tmp/cvs-serv5992/lang_romanian Log Message: Directory /cvsroot/mxbb/mx_news/templates/_core/images/lang_romanian added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-29 08:19:22
|
Update of /cvsroot/mxbb/mx_news/templates/_core/images In directory vz-cvs-4.sog:/tmp/cvs-serv5983/images Log Message: Directory /cvsroot/mxbb/mx_news/templates/_core/images added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-29 08:17:59
|
Update of /cvsroot/mxbb/mx_news/templates/subsilver2/images/lang_swedish In directory vz-cvs-4.sog:/tmp/cvs-serv5891/lang_swedish Log Message: Directory /cvsroot/mxbb/mx_news/templates/subsilver2/images/lang_swedish added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-29 08:17:41
|
Update of /cvsroot/mxbb/mx_news/templates/subsilver2/images In directory vz-cvs-4.sog:/tmp/cvs-serv5870/images Log Message: Directory /cvsroot/mxbb/mx_news/templates/subsilver2/images added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-29 08:16:14
|
Update of /cvsroot/mxbb/mx_news/templates/prosilver/images/lang_english In directory vz-cvs-4.sog:/tmp/cvs-serv5739/lang_english Log Message: Directory /cvsroot/mxbb/mx_news/templates/prosilver/images/lang_english added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-29 08:15:51
|
Update of /cvsroot/mxbb/mx_news/templates/prosilver/images In directory vz-cvs-4.sog:/tmp/cvs-serv5703/images Log Message: Directory /cvsroot/mxbb/mx_news/templates/prosilver/images added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-29 08:15:40
|
Update of /cvsroot/mxbb/mx_news/templates/prosilver In directory vz-cvs-4.sog:/tmp/cvs-serv5694/prosilver Log Message: Directory /cvsroot/mxbb/mx_news/templates/prosilver added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-03-29 08:13:48
|
Update of /cvsroot/mxbb/core
In directory vz-cvs-4.sog:/tmp/cvs-serv5282
Modified Files:
index.php
Log Message:
Index: index.php
===================================================================
RCS file: /cvsroot/mxbb/core/index.php,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** index.php 16 Mar 2011 19:16:56 -0000 1.83
--- index.php 29 Mar 2011 08:13:46 -0000 1.84
***************
*** 11,14 ****
--- 11,15 ----
define( 'IN_PORTAL', 1 );
+ $phpEx = substr(strrchr(__FILE__, '.'), 1);
$mx_root_path = "./";
***************
*** 202,206 ****
}
$mx_block->block_contents = ob_get_contents();
! }
else
{
--- 203,207 ----
}
$mx_block->block_contents = ob_get_contents();
! }
else
{
***************
*** 348,351 ****
--- 349,357 ----
$layouttemplate->pparse('mx_main_layout');
+ $template->assign_vars(array(
+ 'PORTAL' => defined('IN_PORTAL') ? true : false,
+ 'PORTAL_INDEX_PAGE' => ($portal_config['main_layout']) ? true : false,
+ ));
+
//
// Output footer
|