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-12-07 19:49:07
|
Update of /cvsroot/mxbb/mx_contact/tiny_mce/plugins/advhr In directory vz-cvs-4.sog:/tmp/cvs-serv1104/advhr Log Message: Directory /cvsroot/mxbb/mx_contact/tiny_mce/plugins/advhr added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-12-07 19:48:50
|
Update of /cvsroot/mxbb/mx_contact/tiny_mce/themes In directory vz-cvs-4.sog:/tmp/cvs-serv1086/themes Log Message: Directory /cvsroot/mxbb/mx_contact/tiny_mce/themes added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-12-07 19:47:01
|
Update of /cvsroot/mxbb/core/admin
In directory vz-cvs-4.sog:/tmp/cvs-serv32669/core/admin
Modified Files:
index.php
Log Message:
some files changed, revent them if they are from mistake
Index: index.php
===================================================================
RCS file: /cvsroot/mxbb/core/admin/index.php,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** index.php 27 Jul 2011 19:44:58 -0000 1.59
--- index.php 7 Dec 2011 19:46:58 -0000 1.60
***************
*** 19,36 ****
//
define('IN_PORTAL', 1);
- define('ADMIN_START', true);
- define('NEED_SID', true);
-
$mx_root_path = './../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
$no_page_header = TRUE;
! require('./pagestart.' . $phpEx);
[...1379 lines suppressed...]
+ $template->set_filenames(array(
+ "body" => "admin/index_frameset.".$tplEx)
+ );
! $template->assign_vars(array(
! 'ADMIN_TITLE' => $lang['mxBB_adminCP'],
! "S_FRAME_NAV" => mx_append_sid("index.$phpEx?pane=left"),
! "S_FRAME_MAIN" => mx_append_sid("index.$phpEx?pane=right"))
! );
! header ("Expires: " . gmdate("D, d M Y H:i:s", time()) . " GMT");
! header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
! $template->pparse("body");
! $db->sql_close();
! exit;
}
?>
\ No newline at end of file
|
|
From: Florin C B. <ory...@us...> - 2011-12-07 18:08:03
|
Update of /cvsroot/mxbb/mx_pafiledb
In directory vz-cvs-4.sog:/tmp/cvs-serv22017
Modified Files:
db_upgrade.php
Log Message:
some files changed, revent them if they are from mistake
Index: db_upgrade.php
===================================================================
RCS file: /cvsroot/mxbb/mx_pafiledb/db_upgrade.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** db_upgrade.php 8 Jan 2011 09:12:07 -0000 1.36
--- db_upgrade.php 7 Dec 2011 18:08:01 -0000 1.37
***************
*** 38,42 ****
if ( MXBB_27x )
{
! include_once( $mx_root_path . 'modules/mx_pafiledb/pafiledb/includes/functions_mx.' . $phpEx );
}
--- 38,42 ----
if ( MXBB_27x )
{
! include_once($mx_root_path . 'modules/mx_pafiledb/pafiledb/includes/functions_mx.' . $phpEx );
}
|
|
From: Florin C B. <ory...@us...> - 2011-12-07 17:43:26
|
Update of /cvsroot/mxbb/core/install
In directory vz-cvs-4.sog:/tmp/cvs-serv18373
Modified Files:
convert_utf8_mysql.php convert_utf8_nodbal.php
Log Message:
some files changed, revent them if they are from mistake
Index: convert_utf8_nodbal.php
===================================================================
RCS file: /cvsroot/mxbb/core/install/convert_utf8_nodbal.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** convert_utf8_nodbal.php 27 Jul 2011 19:44:58 -0000 1.1
--- convert_utf8_nodbal.php 7 Dec 2011 17:43:24 -0000 1.2
***************
*** 27,30 ****
--- 27,32 ----
$phpEx = substr(strrchr(__FILE__, '.'), 1);
$tplEx = @file_exists($mx_root_path.'install/templates/mx_install_header.html') ? 'html' : 'tpl';
+ define('INCLUDES', $mx_root_path . 'includes/'); //Main Includes folder
+ define('UTF_STATUS', true);
//
// FYI:
***************
*** 42,46 ****
}
! require MX_ROOT_PATH . 'config.' . PHP_EXT;
$db = new mysqli($dbhost, $dbuser, $dbpasswd, $dbname);
--- 44,52 ----
}
! if (!defined('MX_ROOT_PATH')) define('MX_ROOT_PATH', $mx_root_path);
! if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));
!
! require(MX_ROOT_PATH . 'config.' . PHP_EXT);
! # Nothing needs to be set below this line...
$db = new mysqli($dbhost, $dbuser, $dbpasswd, $dbname);
Index: convert_utf8_mysql.php
===================================================================
RCS file: /cvsroot/mxbb/core/install/convert_utf8_mysql.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** convert_utf8_mysql.php 27 Jul 2011 19:44:58 -0000 1.1
--- convert_utf8_mysql.php 7 Dec 2011 17:43:24 -0000 1.2
***************
*** 27,30 ****
--- 27,32 ----
$phpEx = substr(strrchr(__FILE__, '.'), 1);
$tplEx = @file_exists($mx_root_path.'install/templates/mx_install_header.html') ? 'html' : 'tpl';
+ define('INCLUDES', $mx_root_path . 'includes/'); //Main Includes folder
+ define('UTF_STATUS', true);
//
// FYI:
***************
*** 42,52 ****
}
! if (!defined('MX_ROOT_PATH')) define('MX_ROOT_PATH', './');
if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));
require(MX_ROOT_PATH . 'config.' . PHP_EXT);
! define('SQL_LAYER', 'mysql4');
! require(MX_ROOT_PATH . 'includes/db/mysql.' . PHP_EXT);
$db = new sql_db($dbhost, $dbuser, $dbpasswd, $dbname, false);
if(!$db->db_connect_id)
--- 44,68 ----
}
! if (!defined('MX_ROOT_PATH')) define('MX_ROOT_PATH', $mx_root_path);
if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));
require(MX_ROOT_PATH . 'config.' . PHP_EXT);
! # Nothing needs to be set below this line...
! if (@function_exists('mysqli_connect'))
! {
! //define('SQL_LAYER', 'mysqli');
! $dbms = 'mysqli'; // Repopulated for multiple db connections
! }
! else
! {
! //define('SQL_LAYER', 'mysql');
! $dbms = 'mysql4'; // Repopulated for multiple db connections
! }
!
! // Connect to the database
! //
! require(INCLUDES . 'db/' . $dbms . '.' . PHP_EXT); // Load dbal and initiate class
+ /*
$db = new sql_db($dbhost, $dbuser, $dbpasswd, $dbname, false);
if(!$db->db_connect_id)
***************
*** 54,57 ****
--- 70,74 ----
trigger_error('Database connection failed', E_USER_ERROR);
}
+ */
// HTML HEADER - BEGIN
***************
*** 61,65 ****
echo("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n");
echo("<meta name=\"author\" content=\"Icy Phoenix Team\" />\n");
! echo("<title>Icy Phoenix :: UTF-8 Conversion</title>\n");
echo("</head>\n");
echo("<body>\n");
--- 78,82 ----
echo("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n");
echo("<meta name=\"author\" content=\"Icy Phoenix Team\" />\n");
! echo("<title>MXP :: UTF-8 Conversion</title>\n");
echo("</head>\n");
echo("<body>\n");
|
|
From: Florin C B. <ory...@us...> - 2011-12-06 10:00:55
|
Update of /cvsroot/mxbb/mx_radiocast/templates/_core
In directory vz-cvs-4.sog:/tmp/cvs-serv13854/mx_radiocast/templates/_core
Modified Files:
radiocast_player_body.tpl
Log Message:
other uncomited stuff
Index: radiocast_player_body.tpl
===================================================================
RCS file: /cvsroot/mxbb/mx_radiocast/templates/_core/radiocast_player_body.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** radiocast_player_body.tpl 21 Aug 2010 00:29:13 -0000 1.2
--- radiocast_player_body.tpl 6 Dec 2011 10:00:22 -0000 1.3
***************
*** 569,577 ****
<tr>
<td height="28" colspan="2" align="center" class="catbottom"><span class="cattitle">«
! <a href="{U_PREVIOUS}" class="cattitle">{L_PREVIOUS}</a> «<a href="javascript:void(0);" onClick="window.open('{U_WINDOW}','','scrollbars=yes,resizable=no,width=640,height=640')"> New Window </a>» <a href="{U_NEXT}" class="cattitle">{L_NEXT}</a>
! »</span></td>
</tr>
</table>
<br clear="all" />
--- 569,579 ----
<tr>
<td height="28" colspan="2" align="center" class="catbottom"><span class="cattitle">«
! <a href="{U_PREVIOUS}" class="cattitle">{L_PREVIOUS}</a> «<a href="javascript:void(0);" onClick="window.open('{U_WINDOW}','','scrollbars=yes,resizable=no,width=640,height=640')"> New Window </a>» <a href="{U_NEXT}" class="cattitle">{L_NEXT}</a>»</span>
! <span class="cattitle"> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like></fb:like></span>
! </td>
</tr>
</table>
+
<br clear="all" />
|
|
From: Florin C B. <ory...@us...> - 2011-12-06 10:00:54
|
Update of /cvsroot/mxbb/core/templates/prosilver
In directory vz-cvs-4.sog:/tmp/cvs-serv13854/core/templates/prosilver
Modified Files:
prosilver.css
Log Message:
other uncomited stuff
Index: prosilver.css
===================================================================
RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.css,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** prosilver.css 15 Oct 2009 15:58:30 -0000 1.17
--- prosilver.css 6 Dec 2011 10:00:22 -0000 1.18
***************
*** 18,20 ****
@import url("./theme/tweaks.css");
@import url("./theme/colours.css");
! @import url("./theme/mxPublisher.css");
--- 18,368 ----
@import url("./theme/tweaks.css");
@import url("./theme/colours.css");
!
! .block {
! background-position: 0px -20px;
! }
!
! .blockbody {
! padding: 3px;
! margin-bottom: 4px;
! background-repeat: no-repeat;
! background-position: 100% 0;
! }
! .textbody {
! padding: 0;
! line-height: 1.48em;
! color: #333333;
! clear: both;
! }
!
! .textbody .ignore {
! font-size: 1.1em;
! }
!
! .textbody .content {
! font-size: 1.2em;
! }
! .textbody h3.first {
! /* The first post on the page uses this */
! font-size: 1.5em;
! }
!
! .textbody h3 {
! /* Postbody requires a different h3 format - so change it here */
! font-size: 1.4em;
! padding: 2px 0 0 0;
! margin: 0 0 0.3em 0 !important;
! text-transform: none;
! border: none;
! font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
! line-height: 125%;
! }
!
! .textbody h3 img {
! /* Also see tweaks.css */
! vertical-align: bottom;
! }
!
! .blockcp {
! width: 100%;
! border: 1px solid #CCCFD3;
! background-color: #FFFFFF;
! padding: 1px;
! }
!
! .blockcp th {
! padding: 3px 4px;
! color: #FFFFFF;
! background: #70AED3 url("./theme/images/gradient2b.gif") bottom left repeat-x;
! border-top: 1px solid #6DACD2;
! border-bottom: 1px solid #327AA5;
! text-align: left;
! text-transform: uppercase;
! }
! .blockcp .row1 { background-color: #F9F9F9; }
! .blockcp .row2 { background-color: #DCEBFE; }
!
! .blockcp .explain { font-style:italic;font-weight:normal;}
!
! .blockcp fieldset {
! margin: 10px 10px 15px 10px;
! padding: 10px;
! border-top: 1px solid #D7D7D7;
! border-right: 1px solid #CCCCCC;
! border-bottom: 1px solid #CCCCCC;
! border-left: 1px solid #D7D7D7;
! background-color: #FFFFFF;
! position: relative;
! }
! .blockcp .delete {
! color: Red;
! }
! .blockcp fieldset.menurows {
! padding:1px;
! }
!
! .blockcp .row {
! padding: 3px 5px 3px 5px;
! }
! .blockcp .row:hover {
! background-color: #F6F4D0;
! }
!
! .blockcp legend {
! padding: 1px 0;
! font-family: Tahoma,arial,Verdana,Sans-serif;
! font-size: 1.0em;
! font-weight: bold;
! color: #115098;
! margin-top: -.3em;
! position: relative;
! text-transform: none;
! line-height: 1.2em;
! top: 0;
! vertical-align: middle;
! }
!
! /* Hide from macIE \*/
! .blockcp legend { top: -1.2em; }
! /* end */
!
! .blockcp fieldset dl:hover dt label {
! color: #000000;
! }
!
! .blockcp fieldset.fields2 dl:hover dt label {
! color: inherit;
! }
!
! /* Quick-login on index page */
! .blockcp fieldset.quick-login input {
! background-color: #F2F3F3;
! }
!
! .blockcp fieldset dl {
! margin-bottom: 10px;
!
! font-size: 0.85em;
!
! }
!
! .blockcp fieldset dt {
! width: 45%;
! text-align: left;
! border: none;
! border-right: 1px solid #CCCCCC;
! padding-top: 3px;
! padding-right: 5px;
! margin-right:5px;
! font-weight: normal;
! text-transform: none;
! text-align: right;
! }
! .blockcp dt .explain { font-style: italic;}
!
! .blockcp dd { color: #666666; margin-left:5px; padding-left:5px;}
! .blockcp dd + dd { padding-top: 5px;}
! .blockcp dt span { padding: 0 5px 0 0;}
!
! .blockcp dd input {
! font-size: 1.00em;
! max-width: 100%;
! }
!
! .blockcp dd select {
! font-size: 100%;
! width: auto;
! max-width: 100%;
! }
!
! .blockcp dd textarea {
! font-size: 0.90em;
! width: 90%;
! }
!
! .blockcp dd select {
! width: auto;
! font-size: 1.00em;
! }
!
! .blockcp .dividers {
! border-top:solid 1px #CCCCCC;
!
! }
! .blockcp .dividers span{
! top: -1.2em;
! }
!
! H1.blockcp {
! font-weight: normal;
! color: #28313F;
! border-bottom: 1px solid #CCCCCC;
! font-size: 1.6em;
! margin-top: 0.5em;
! margin-bottom: 0.5em;
! padding-bottom: 0.5em;
!
! }
!
! /***********\
! |* SiteBar *|
! \***********/
! .sitebar {
! clear: both;
! margin-top: 2px;
! background: #12A3EB url("./theme/images/sitebar_bg.gif") repeat-x;
! }
! .sitebar .corners-bottom {
! top: -5px;
! margin-top:0px;
! position:relative;
!
! }
!
! .sitebar UL {
! margin-left: 0px;
! padding-bottom: 1px;
! font-weight: bold;
! }
!
! .sitebar UL LI {
! float:left;
! display:block;
! }
! .sitebar .button A.nav, .sitebar .button-current A.nav {
! text-decoration:none;
! background: #cadceb url("./theme/images/sitebar_bg.gif") repeat-x;
! }
!
! .sitebar .button A.nav , .sitebar .button-current A.nav {
! font-size: 1.3em;
! padding: 3px 5px 3px 5px;
! color: #FFFFFF;
! display:block;
! text-decoration: none;
! }
! .sitebar .button-current A.nav {
! background-position: 0 -44px;
! color: #0a90d3;
! }
!
! .sitebar UL LI.button A.nav:active, .sitebar UL LI.button-current A.nav:active {
! background-color: #CCCCCC;
! background-image: url("./theme/images/bg_active.gif");
! background-position: -1px 0px;
! color: Red;
! }
!
! .sitebar UL LI.button A.nav:hover, .sitebar UL LI.button-current A.nav:hover {
! background-color: #CCCCCC;
! background-position: 0 -22px;
! color: #000000;
! }
!
! .linklist .icon {
! background-position: 0 50%;
! background-repeat: no-repeat;
! background-image: none;
! padding: 1px 0 0 17px;
! }
!
! UL.rightside {
! float: right;
! }
! .rtl ul.linklist li.rightside, .rtl p.rightside {
! float: right;
! margin-right: 0;
! margin-left: 5px;
! text-align: right;
! }
!
! /* Search box
! --------------------------------------------- */
! #nav-search {
! color: #FFFFFF;
! position: relative;
! margin-top: 1px;
! margin-right: 5px;
! margin-bottom: 1px;
! display: block;
! float: right;
! text-align: right;
! white-space: nowrap; /* For Opera */
! }
!
! .rtl #nav-search {
! float: left;
! text-align: left;
! margin-right: 0;
! margin-left: 5px;
! }
!
! #nav-search #keywords {
! width: 95px;
! background-color: #FFF;
! }
!
! #nav-search input {
! border: 1px solid #b0b0b0;
! }
!
! /* .button1 style defined later, just a few tweaks for the search button version */
! #nav-search input.button1 {
! padding: 1px 5px;
! }
!
! #nav-search li {
! text-align: right;
! margin-top: 4px;
! }
!
! #nav-search img {
! vertical-align: middle;
! margin-right: 3px;
! }
!
! #tabs a span{
! float: left;
! display: block;
! background: url("./theme/images/bg_tabs2.gif") no-repeat 100% -35px;
! padding: 7px 10px 4px 4px;
! color: #767676;
! white-space: nowrap;
! font-family: Arial, Helvetica, sans-serif;
! text-transform: uppercase;
! font-weight: bold;
! }
! #tabs .activetab a span {
! background-position: 100% 0;
! padding-bottom: 5px;
! color: #23649F;
! }
!
! #tabs a:hover {
! background-position: 0 -69px;
! }
!
! #tabs a:hover span {
! background-position: 100% -69px;
! }
!
! #tabs .activetab a:hover span {
! color: #115098;
! }
!
! .fieldset1, .fieldset1 FIELDSET {
! border: solid 1px #CCCCCC;
! background-color: #FFFFFF;
! padding:10px;
! }
!
! .fieldset1 FORM * {
! font-size: 1.0em;
! }
!
! .row1 { background-color: #ECF3F7; } /* .bg1 */
! .row2 { background-color: #e1ebf2; } /* .bg2 */
! .row2 { background-color: #cadceb; } /* .bg3 */
! .row4 { background-color: #EFEFEF; }
! .row5 { background-color: #DEE3E7; }
! .row6 { background-color: #D1D7DC; }
\ No newline at end of file
|
|
From: Florin C B. <ory...@us...> - 2011-12-06 10:00:32
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/prosilver/images In directory vz-cvs-4.sog:/tmp/cvs-serv13854/mx_pafiledb/templates/prosilver/images Added Files: topic_moved.gif topic_read_hot.gif topic_read_hot_mine.gif topic_read_locked.gif topic_read_locked_mine.gif topic_read_mine.gif topic_unread.gif topic_unread_hot.gif topic_unread_hot_mine.gif topic_unread_locked.gif topic_unread_locked_mine.gif topic_unread_mine.gif Log Message: other uncomited stuff --- NEW FILE: topic_unread_hot_mine.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_unread_locked.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_unread_hot.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_unread_mine.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_moved.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_read_locked.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_read_mine.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_unread_locked_mine.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_unread.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_read_hot.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_read_hot_mine.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_read_locked_mine.gif --- (This appears to be a binary file; contents omitted.) |
|
From: Florin C B. <ory...@us...> - 2011-12-06 10:00:25
|
Update of /cvsroot/mxbb/mx_pjirc/pjirc In directory vz-cvs-4.sog:/tmp/cvs-serv13854/mx_pjirc/pjirc Added Files: AppletWithJS.html HeavyApplet.html NormalApplet.html SimpleApplet.html Log Message: other uncomited stuff --- NEW FILE: NormalApplet.html --- <html> <head> <title>IRCApplet</title> </head> <body> <h1>Test page for IRCApplet Class</h1><hr> <applet code=IRCApplet.class archive="irc.jar,pixx.jar" width=640 height=400> <param name="CABINETS" value="irc.cab,securedirc.cab,pixx.cab"> <param name="nick" value="AnonimPJ"> <param name="alternatenick" value="Anonim"> <param name="fullname" value="Java User"> <param name="host" value="eu.undernet.org"> <param name="gui" value="pixx"> <param name="quitmessage" value="PJIRC forever!"> <param name="command1" value="join #Bibliuta"> <param name="asl" value="true"> <param name="style:bitmapsmileys" value="true"> <param name="style:smiley1" value=":) img/sourire.gif"> <param name="style:smiley2" value=":-) img/sourire.gif"> <param name="style:smiley3" value=":-D img/content.gif"> <param name="style:smiley4" value=":d img/content.gif"> <param name="style:smiley5" value=":-O img/OH-2.gif"> <param name="style:smiley6" value=":o img/OH-1.gif"> <param name="style:smiley7" value=":-P img/langue.gif"> <param name="style:smiley8" value=":p img/langue.gif"> <param name="style:smiley9" value=";-) img/clin-oeuil.gif"> <param name="style:smiley10" value=";) img/clin-oeuil.gif"> <param name="style:smiley11" value=":-( img/triste.gif"> <param name="style:smiley12" value=":( img/triste.gif"> <param name="style:smiley13" value=":-| img/OH-3.gif"> <param name="style:smiley14" value=":| img/OH-3.gif"> <param name="style:smiley15" value=":'( img/pleure.gif"> <param name="style:smiley16" value=":$ img/rouge.gif"> <param name="style:smiley17" value=":-$ img/rouge.gif"> <param name="style:smiley18" value="(H) img/cool.gif"> <param name="style:smiley19" value="(h) img/cool.gif"> <param name="style:smiley20" value=":-@ img/enerve1.gif"> <param name="style:smiley21" value=":@ img/enerve2.gif"> <param name="style:smiley22" value=":-S img/roll-eyes.gif"> <param name="style:smiley23" value=":s img/roll-eyes.gif"> <param name="style:floatingasl" value="true"> <param name="pixx:highlight" value="true"> <param name="pixx:highlightnick" value="true"> </applet> <hr></body> </html> --- NEW FILE: HeavyApplet.html --- <html> <head> <title>IRCApplet</title> </head> <body> <h1>Test page for IRCApplet Class</h1><hr> <applet code=IRCApplet.class archive="irc.jar,pixx.jar" width=640 height=400> <param name="CABINETS" value="irc.cab,securedirc.cab,pixx.cab"> <param name="nick" value="AnonimPJ"> <param name="alternatenick" value="Anonim"> <param name="fullname" value="Java User"> <param name="host" value="eu.undernet.org"> <param name="gui" value="pixx"> <param name="command1" value="join #Bibliuta"> <param name="quitmessage" value="PJIRC forever!"> <param name="asl" value="true"> <param name="useinfo" value="true"> <param name="style:bitmapsmileys" value="true"> <param name="style:smiley1" value=":) img/sourire.gif"> <param name="style:smiley2" value=":-) img/sourire.gif"> <param name="style:smiley3" value=":-D img/content.gif"> <param name="style:smiley4" value=":d img/content.gif"> <param name="style:smiley5" value=":-O img/OH-2.gif"> <param name="style:smiley6" value=":o img/OH-1.gif"> <param name="style:smiley7" value=":-P img/langue.gif"> <param name="style:smiley8" value=":p img/langue.gif"> <param name="style:smiley9" value=";-) img/clin-oeuil.gif"> <param name="style:smiley10" value=";) img/clin-oeuil.gif"> <param name="style:smiley11" value=":-( img/triste.gif"> <param name="style:smiley12" value=":( img/triste.gif"> <param name="style:smiley13" value=":-| img/OH-3.gif"> <param name="style:smiley14" value=":| img/OH-3.gif"> <param name="style:smiley15" value=":'( img/pleure.gif"> <param name="style:smiley16" value=":$ img/rouge.gif"> <param name="style:smiley17" value=":-$ img/rouge.gif"> <param name="style:smiley18" value="(H) img/cool.gif"> <param name="style:smiley19" value="(h) img/cool.gif"> <param name="style:smiley20" value=":-@ img/enerve1.gif"> <param name="style:smiley21" value=":@ img/enerve2.gif"> <param name="style:smiley22" value=":-S img/roll-eyes.gif"> <param name="style:smiley23" value=":s img/roll-eyes.gif"> <param name="style:backgroundimage" value="true"> <param name="style:backgroundimage1" value="all all 0 background.gif"> <param name="style:sourcefontrule1" value="all all Serif 12"> <param name="style:floatingasl" value="true"> <param name="pixx:timestamp" value="true"> <param name="pixx:highlight" value="true"> <param name="pixx:highlightnick" value="true"> <param name="pixx:nickfield" value="true"> <param name="pixx:styleselector" value="true"> <param name="pixx:setfontonstyle" value="true"> </applet> <hr></body> </html> --- NEW FILE: SimpleApplet.html --- <html> <head> <title>IRCApplet</title> </head> <body> <h1>Test page for IRCApplet Class</h1><hr> <applet code=IRCApplet.class archive="irc.jar,pixx.jar" width=640 height=400> <param name="CABINETS" value="irc.cab,securedirc.cab,pixx.cab"> <param name="nick" value="Anonymous"> <param name="alternatenick" value="Anon???"> <param name="fullname" value="Java User"> <param name="host" value="irc.diboo.net"> <param name="gui" value="pixx"> </applet> <hr></body> </html> --- NEW FILE: AppletWithJS.html --- <html> <head> <title>IRCApplet</title> </head> <body> <h1>Test page for IRCApplet Class</h1><hr> <applet name="applet" code=IRCApplet.class archive="irc.jar,pixx.jar" width=640 height=400> <param name="CABINETS" value="irc.cab,securedirc.cab,pixx.cab"> <param name="nick" value="AnonimPJ"> <param name="alternatenick" value="Anonim"> <param name="fullname" value="Java User"> <param name="host" value="eu.undernet.org"> <param name="gui" value="pixx"> <param name="command1" value="join #Bibliuta"> <param name="style:bitmapsmileys" value="true"> <param name="style:smiley1" value=":) img/sourire.gif"> <param name="style:smiley2" value=":-) img/sourire.gif"> <param name="style:smiley3" value=":-D img/content.gif"> <param name="style:smiley4" value=":d img/content.gif"> <param name="style:smiley5" value=":-O img/OH-2.gif"> <param name="style:smiley6" value=":o img/OH-1.gif"> <param name="style:smiley7" value=":-P img/langue.gif"> <param name="style:smiley8" value=":p img/langue.gif"> <param name="style:smiley9" value=";-) img/clin-oeuil.gif"> <param name="style:smiley10" value=";) img/clin-oeuil.gif"> <param name="style:smiley11" value=":-( img/triste.gif"> <param name="style:smiley12" value=":( img/triste.gif"> <param name="style:smiley13" value=":-| img/OH-3.gif"> <param name="style:smiley14" value=":| img/OH-3.gif"> <param name="style:smiley15" value=":'( img/pleure.gif"> <param name="style:smiley16" value=":$ img/rouge.gif"> <param name="style:smiley17" value=":-$ img/rouge.gif"> <param name="style:smiley18" value="(H) img/cool.gif"> <param name="style:smiley19" value="(h) img/cool.gif"> <param name="style:smiley20" value=":-@ img/enerve1.gif"> <param name="style:smiley21" value=":@ img/enerve2.gif"> <param name="style:smiley22" value=":-S img/roll-eyes.gif"> <param name="style:smiley23" value=":s img/roll-eyes.gif"> </applet> <FORM> <INPUT TYPE=BUTTON VALUE="Smile" onClick="document.applet.setFieldText(document.applet.getFieldText()+':)');document.applet.requestSourceFocus()"> <INPUT TYPE=BUTTON VALUE="Chanlist" onClick="document.applet.sendString('/list')"> </FORM> <hr></body> </html> |
|
From: Florin C B. <ory...@us...> - 2011-12-06 09:47:10
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/prosilver/images/stats In directory vz-cvs-4.sog:/tmp/cvs-serv9640/stats Log Message: Directory /cvsroot/mxbb/mx_pafiledb/templates/prosilver/images/stats added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-12-06 09:46:32
|
Update of /cvsroot/mxbb/mx_contact/templates/SwiftBlueW/admin In directory vz-cvs-4.sog:/tmp/cvs-serv9588/admin Log Message: Directory /cvsroot/mxbb/mx_contact/templates/SwiftBlueW/admin added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-12-06 09:45:56
|
Update of /cvsroot/mxbb/mx_contact/templates/subSilverMx In directory vz-cvs-4.sog:/tmp/cvs-serv9545/subSilverMx Log Message: Directory /cvsroot/mxbb/mx_contact/templates/subSilverMx added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-12-06 09:42:59
|
Update of /cvsroot/mxbb/mx_act/games/sudoku/brain In directory vz-cvs-4.sog:/tmp/cvs-serv8105/brain Log Message: Directory /cvsroot/mxbb/mx_act/games/sudoku/brain added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-12-06 09:42:44
|
Update of /cvsroot/mxbb/mx_act/games/sudoku In directory vz-cvs-4.sog:/tmp/cvs-serv8062/sudoku Log Message: Directory /cvsroot/mxbb/mx_act/games/sudoku added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-11-28 09:33:47
|
Update of /cvsroot/mxbb/mx_act/templates/_core In directory vz-cvs-4.sog:/tmp/cvs-serv17641/templates/_core Modified Files: _core.cfg Log Message: fixes Index: _core.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_act/templates/_core/_core.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** _core.cfg 3 Jun 2008 20:07:03 -0000 1.3 --- _core.cfg 28 Nov 2011 09:33:45 -0000 1.4 *************** *** 27,31 **** // 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 ); // ------------------------------------------------------------------------- --- 27,32 ---- // 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); // ------------------------------------------------------------------------- *************** *** 33,44 **** // ------------------------------------------------------------------------- $current_template_images = PORTAL_URL . $current_template_path . "/images"; // ------------------------------------------------------------------------- // Define images // ------------------------------------------------------------------------- ! $mx_images['activity_icon_trophy'] = "$current_template_images/trophy.gif"; ! $mx_images['activity_new_game'] = "$current_template_images/new_game.gif"; ! $mx_images['activity_popular_game'] = "$current_template_images/popular_game.jpg"; ! // ------------------------------------------------------------------------- // Redefine phpBB images --- 34,49 ---- // ------------------------------------------------------------------------- $current_template_images = PORTAL_URL . $current_template_path . "/images"; + $current_template_phpbb_images = $current_template_path . "/images"; + $current_template_theme_images = !empty($current_template_root_path) && file_exists($mx_root_path . $current_template_root_path . "/images") ? $current_template_root_path . "/images" : ( !empty($cloned_template_path) && file_exists( $mx_root_path . $cloned_template_path . "/images" ) ? $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") ? $module_root_path . $current_template_root_path ."/images" : $current_template_theme_images . "/phpbb2"; + // ------------------------------------------------------------------------- // Define images // ------------------------------------------------------------------------- ! $mx_images['activity_icon_trophy'] = "$current_module_images/trophy.gif"; ! $mx_images['activity_new_game'] = "$current_module_images/new_game.gif"; ! $mx_images['activity_popular_game'] = "$current_module_images/popular_game.jpg"; ! $mx_images['activity_icon_mini_faq'] = "$current_template_phpbb_images/icon_mini_activity.gif"; // ------------------------------------------------------------------------- // Redefine phpBB images *************** *** 53,55 **** --- 58,61 ---- $mx_images['activity_icon_yim'] = $images['icon_yim']; + ?> \ No newline at end of file |
|
From: Florin C B. <ory...@us...> - 2011-11-08 07:17:19
|
Update of /cvsroot/mxbb/mx_smartor/album_mod/modules
In directory vz-cvs-4.sog:/tmp/cvs-serv32498
Modified Files:
album_picm.php album_thumbnail.php
Log Message:
Index: album_thumbnail.php
===================================================================
RCS file: /cvsroot/mxbb/mx_smartor/album_mod/modules/album_thumbnail.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** album_thumbnail.php 3 Mar 2011 14:28:40 -0000 1.9
--- album_thumbnail.php 8 Nov 2011 07:17:16 -0000 1.10
***************
*** 402,409 ****
$copy_success = @copy($pic_info['fullpath'], $pic_info['thumbnail_s_fullpath']);
@chmod($pic_info['thumbnail_s_fullpath'], 0777);
$sql = "UPDATE " . ALBUM_TABLE . "
SET pic_thumbnail = '" . $pic_info['thumbnail_new'] . "', pic_size = '" . $pic_filesize . "'
WHERE pic_id = '" . $pic_id . "'";
! if(!$result = $db->sql_query($sql))
{
mx_message_die(GENERAL_ERROR, 'Could not update pic information', '', __LINE__, __FILE__, $sql);
--- 402,411 ----
$copy_success = @copy($pic_info['fullpath'], $pic_info['thumbnail_s_fullpath']);
@chmod($pic_info['thumbnail_s_fullpath'], 0777);
+
$sql = "UPDATE " . ALBUM_TABLE . "
SET pic_thumbnail = '" . $pic_info['thumbnail_new'] . "', pic_size = '" . $pic_filesize . "'
WHERE pic_id = '" . $pic_id . "'";
!
! if(!$result = @$db->sql_query($sql))
{
mx_message_die(GENERAL_ERROR, 'Could not update pic information', '', __LINE__, __FILE__, $sql);
Index: album_picm.php
===================================================================
RCS file: /cvsroot/mxbb/mx_smartor/album_mod/modules/album_picm.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** album_picm.php 3 Mar 2011 14:28:40 -0000 1.7
--- album_picm.php 8 Nov 2011 07:17:16 -0000 1.8
***************
*** 52,56 ****
$thispic = $mx_cache->get('thispic'.$pic_id);
}
! else
{
//$sql = "SELECT * FROM " . ALBUM_TABLE . " WHERE pic_id = '$pic_id'";
--- 52,57 ----
$thispic = $mx_cache->get('thispic'.$pic_id);
}
!
! if (($mx_cache->get('thispic'.$pic_id) == false) || !isset($thispic['cat_user_id']))
{
//$sql = "SELECT * FROM " . ALBUM_TABLE . " WHERE pic_id = '$pic_id'";
|
|
From: Florin C B. <ory...@us...> - 2011-09-25 18:33:23
|
Update of /cvsroot/mxbb/mx_clock/templates/_core
In directory vz-cvs-4.sog:/tmp/cvs-serv23987/templates/_core
Modified Files:
localtimesclock.tpl
Log Message:
added some admin extra config. params.
Index: localtimesclock.tpl
===================================================================
RCS file: /cvsroot/mxbb/mx_clock/templates/_core/localtimesclock.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** localtimesclock.tpl 27 Jul 2011 19:48:36 -0000 1.1
--- localtimesclock.tpl 25 Sep 2011 18:33:21 -0000 1.2
***************
*** 11,14 ****
--- 11,15 ----
<td class="row1" align="center" valign="middle">
<div id="flashplayer" align="center">
+ <SCRIPT LANGUAGE="JavaScript">
function AC_AddExtension(src, ext)
{
***************
*** 130,134 ****
'allowScriptAccess','always','quality','high','wmode','transparent','pluginspage','http://www.macromedia.com/go/getflashplayer',
'movie','http://localtimes.info/acsw/{DESIGN}?ggh=18&gid=&&ggm=9&rnd=0&gha=0&fna=&ghb=0&ghf=0&gbc={GBC}&gfc={GFC}>c={GTC}&gnu=http://localtimes.info/COMUNITY}/{COUNTRY}/{CITY}/widget/');
!
</div>
--- 131,135 ----
'allowScriptAccess','always','quality','high','wmode','transparent','pluginspage','http://www.macromedia.com/go/getflashplayer',
'movie','http://localtimes.info/acsw/{DESIGN}?ggh=18&gid=&&ggm=9&rnd=0&gha=0&fna=&ghb=0&ghf=0&gbc={GBC}&gfc={GFC}>c={GTC}&gnu=http://localtimes.info/COMUNITY}/{COUNTRY}/{CITY}/widget/');
! </SCRIPT>
</div>
|
|
From: Florin C B. <ory...@us...> - 2011-09-25 18:30:51
|
Update of /cvsroot/mxbb/mx_clock/templates/nt2007 In directory vz-cvs-4.sog:/tmp/cvs-serv23800/nt2007 Log Message: Directory /cvsroot/mxbb/mx_clock/templates/nt2007 added to the repository |
|
From: Florin C B. <ory...@us...> - 2011-08-09 04:32:21
|
Update of /cvsroot/mxbb/mx_smartor/admin
In directory vz-cvs-4.sog:/tmp/cvs-serv9394/admin
Modified Files:
admin_album_ext.php
Log Message:
added some admin extra config. params.
Index: admin_album_ext.php
===================================================================
RCS file: /cvsroot/mxbb/mx_smartor/admin/admin_album_ext.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** admin_album_ext.php 27 Mar 2008 14:30:54 -0000 1.5
--- admin_album_ext.php 9 Aug 2011 04:32:19 -0000 1.6
***************
*** 26,29 ****
--- 26,34 ----
require($module_root_path . 'album_mod/includes/album_constants.'.$phpEx);
+ //
+ // Begin program proper
+ //
+ $mode = '';
+
// **********************************************************************
***************
*** 42,47 ****
// Mode setting
//
! $mode = $mx_request_vars->request('mode', MX_TYPE_NO_TAGS, '');
//
// Main db settings
--- 47,67 ----
// Mode setting
//
! //
! if ($mx_request_vars->is_post('submit') )
! {
! $mode = 'submit';
! }
! else
! {
! $mode = $mx_request_vars->request('mode', MX_TYPE_NO_TAGS, '');
! }
+ /*
+ if ($mx_request_vars->is_empty_post('fullurl') || $mx_request_vars->is_empty_post('fullurl'))
+ {
+ mx_message_die(GENERAL_ERROR, "Failed to update fullurl.");
+ }
+ */
+
//
// Main db settings
***************
*** 49,53 ****
//
$sql = "SELECT *
! FROM " . ALBUM_CONFIG_TABLE;
if ( !$result = $db->sql_query( $sql ) )
{
--- 69,73 ----
//
$sql = "SELECT *
! FROM " . ALBUM_CONFIG_TABLE;
if ( !$result = $db->sql_query( $sql ) )
{
***************
*** 56,74 ****
else
{
! while ( $row = $db->sql_fetchrow( $result ) )
{
$config_name = $row['config_name'];
$config_value = $row['config_value'];
$default_config[$config_name] = $config_value;
!
! $new[$config_name] = ( isset( $_POST[$config_name] ) ) ? $_POST[$config_name] : $default_config[$config_name];
! if ( isset( $_POST['submit'] ) )
{
$sql = "UPDATE " . ALBUM_CONFIG_TABLE . " SET
! config_value = '" . str_replace( "\'", "''", $new[$config_name] ) . "'
! WHERE config_name = '$config_name'";
if ( !$db->sql_query( $sql ) )
{
! mx_message_die( GENERAL_ERROR, "Failed to update general configuration for $config_name", "", __LINE__, __FILE__, $sql );
}
$mx_cache->put('album_config', $new);
--- 76,94 ----
else
{
! while ($row = $db->sql_fetchrow($result))
{
$config_name = $row['config_name'];
$config_value = $row['config_value'];
$default_config[$config_name] = $config_value;
!
! $new[$config_name] = ( isset($_POST[$config_name]) ) ? $_POST[$config_name] : $default_config[$config_name];
! if (isset($_POST['submit']))
{
$sql = "UPDATE " . ALBUM_CONFIG_TABLE . " SET
! config_value = '" . str_replace( "\'", "''", $new[$config_name] ) . "'
! WHERE config_name = '$config_name'";
if ( !$db->sql_query( $sql ) )
{
! mx_message_die( GENERAL_ERROR, "Failed to update general configuration for $config_name", "", __LINE__, __FILE__, $sql );
}
$mx_cache->put('album_config', $new);
***************
*** 76,81 ****
}
$db->sql_freeresult($result);
!
! if ( isset( $_POST['submit'] ) )
{
$message = $lang['album_config_updated'] . "<br /><br />" . sprintf( $lang['Click_return_album_config'], "<a href=\"" . mx_append_sid( "admin_album_ext.$phpEx" ) . "\">", "</a>" ) . "<br /><br />" . sprintf( $lang['Click_return_admin_index'], "<a href=\"" . mx_append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . "\">", "</a>" );
--- 96,100 ----
}
$db->sql_freeresult($result);
! if (isset($_POST['submit']))
{
$message = $lang['album_config_updated'] . "<br /><br />" . sprintf( $lang['Click_return_album_config'], "<a href=\"" . mx_append_sid( "admin_album_ext.$phpEx" ) . "\">", "</a>" ) . "<br /><br />" . sprintf( $lang['Click_return_admin_index'], "<a href=\"" . mx_append_sid( $mx_root_path . "admin/index.$phpEx?pane=right" ) . "\">", "</a>" );
***************
*** 83,97 ****
}
}
!
//
// Populate parameter variables
//
$album_index = $new['index'];
!
// $other = $new['other'];
-
-
$override_default_pages = $new['override_default_pages'];
$integration_enabled = $new['enable_integration'];
//
--- 102,115 ----
}
}
!
//
// Populate parameter variables
//
$album_index = $new['index'];
! $album_fullurl = str_replace('http://www.', 'http://', $new['fullurl']);
// $other = $new['other'];
$override_default_pages = $new['override_default_pages'];
$integration_enabled = $new['enable_integration'];
+ $fullurl_enabled = $new['enable_fullurl'];
//
***************
*** 99,104 ****
//
$pagelist_index = get_list_formatted('page_list', $new['index'], 'index');
!
! // $pagelist_other = get_list_formatted('page_list', $new['other'], 'other');
//
--- 117,121 ----
//
$pagelist_index = get_list_formatted('page_list', $new['index'], 'index');
! // $pagelist_other = get_list_formatted('page_list', $new['other'], 'other');
//
***************
*** 108,112 ****
$template->assign_vars( array(
! 'S_ALBUM_ACTION' => mx_append_sid( "admin_album_ext.$phpEx" ),
'L_ALBUM_TITLE' => $lang['mx_album_admin'],
--- 125,129 ----
$template->assign_vars( array(
! 'S_ALBUM_ACTION' => mx_append_sid("admin_album_ext.$phpEx"),
'L_ALBUM_TITLE' => $lang['mx_album_admin'],
***************
*** 127,134 ****
'L_ALBUM_INTEGRATION_ENABLED_YES' => $lang['integration_enabled_yes'],
'L_ALBUM_INTEGRATION_ENABLED_NO' => $lang['integration_enabled_no'],
! 'ALBUM_INTEGRATION_ENABLED_YES' => ( $integration_enabled == '1' ) ? ' checked="checked"' : '',
! 'ALBUM_INTEGRATION_ENABLED_NO' => ( $integration_enabled == '0' ) ? ' checked="checked"' : '',
!
//
// Default static settings or block settings
--- 144,157 ----
'L_ALBUM_INTEGRATION_ENABLED_YES' => $lang['integration_enabled_yes'],
'L_ALBUM_INTEGRATION_ENABLED_NO' => $lang['integration_enabled_no'],
+
+ 'L_ALBUM_FULLURL_ENABLED_YES' => $lang['fullurl_enabled_yes'],
+ 'L_ALBUM_FULLURL_ENABLED_NO' => $lang['fullurl_enabled_no'],
! 'ALBUM_INTEGRATION_ENABLED_YES' => ($integration_enabled == '1') ? ' checked="checked"' : '',
! 'ALBUM_INTEGRATION_ENABLED_NO' => ($integration_enabled == '0') ? ' checked="checked"' : '',
!
! 'ALBUM_FULLURL_ENABLED_YES' => ($fullurl_enabled == '1') ? ' checked="checked"' : '',
! 'ALBUM_FULLURL_ENABLED_NO' => ($fullurl_enabled == '0') ? ' checked="checked"' : '',
!
//
// Default static settings or block settings
***************
*** 143,152 ****
'OVERRIDE_DEFAULT_PAGES_CHECKBOX_NO' => ( $override_default_pages == '0' ) ? ' checked="checked"' : '',
-
'L_ALBUM_INDEX' => $lang['index'],
'ALBUM_INDEX' => $pagelist_index,
!
! // 'L_SUBMIT' => $lang['submit'],
! // 'L_RESET' => $lang['reset'],
'L_SUBMIT' => $lang['Submit'],
--- 166,174 ----
'OVERRIDE_DEFAULT_PAGES_CHECKBOX_NO' => ( $override_default_pages == '0' ) ? ' checked="checked"' : '',
'L_ALBUM_INDEX' => $lang['index'],
'ALBUM_INDEX' => $pagelist_index,
!
! 'L_FULLURL_INDEX' => $lang['fullurl'],
! 'ALBUM_FULLURL' => $album_fullurl,
'L_SUBMIT' => $lang['Submit'],
***************
*** 155,160 ****
));
! $template->pparse( "body" );
! include_once( $mx_root_path . 'admin/page_footer_admin.' . $phpEx );
?>
--- 177,182 ----
));
! $template->pparse("body");
! include_once($mx_root_path . 'admin/page_footer_admin.' . $phpEx);
?>
|
|
From: Florin C B. <ory...@us...> - 2011-07-27 21:17:50
|
Update of /cvsroot/mxbb/core/includes
In directory vz-cvs-4.sog:/tmp/cvs-serv16133/includes
Modified Files:
mx_functions_core.php
Log Message:
Index: mx_functions_core.php
===================================================================
RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v
retrieving revision 1.123
retrieving revision 1.124
diff -C2 -d -r1.123 -r1.124
*** mx_functions_core.php 27 Jul 2011 19:44:58 -0000 1.123
--- mx_functions_core.php 27 Jul 2011 21:17:47 -0000 1.124
***************
*** 555,563 ****
while ( $row = $db->sql_fetchrow( $result ) )
{
$page_id = $row['page_id'];
$column_id = $row['column_id'];
! $next_page = ( $page_id != $row['page_id'] ) ? true : false;
! $next_column = ( $column_id != $row['column_id'] ) ? true : false;
!
$page_row = array(
"page_id" => $row['page_id'],
--- 555,563 ----
while ( $row = $db->sql_fetchrow( $result ) )
{
+ $next_page = ( $page_id != $row['page_id'] ) ? true : false;
+ $next_column = ( $column_id != $row['column_id'] ) ? true : false;
$page_id = $row['page_id'];
$column_id = $row['column_id'];
!
$page_row = array(
"page_id" => $row['page_id'],
***************
*** 635,639 ****
* @access private
*/
! function _update_cache()
{
global $db, $mx_root_path, $phpbb_root_path, $mx_use_cache, $portal_config;
--- 635,639 ----
* @access private
*/
! function _update_cache( )
{
global $db, $mx_root_path, $phpbb_root_path, $mx_use_cache, $portal_config;
***************
*** 645,649 ****
WHERE portal_id = 1";
! if ( !($result = $db->sql_query($sql)) )
{
mx_message_die( GENERAL_ERROR, "Could not update portal cache time.", "", __LINE__, __FILE__, $sql );
--- 645,649 ----
WHERE portal_id = 1";
! if ( !( $result = $db->sql_query( $sql, BEGIN_TRANSACTION ) ) )
{
mx_message_die( GENERAL_ERROR, "Could not update portal cache time.", "", __LINE__, __FILE__, $sql );
***************
*** 3034,3053 ****
FROM ' . PAGE_TABLE . '
ORDER BY page_parent, page_order ASC';
!
! $result = @$db->sql_query($sql);
!
//display an error debuging message only if the portal is installed/upgraded
! if(!$result && @!file_exists('install'))
{
mx_message_die(GENERAL_ERROR, 'Couldnt Query pages info', '', __LINE__, __FILE__, $sql);
}
! elseif(!$result && @file_exists('install'))
{
mx_message_die(GENERAL_ERROR, "Couldnt Query pages info"."<br />Please finish installin/upgrading the database. <br />".$lang['Please_remove_install_contrib'], "",__LINE__, __FILE__, $sql);
}
! $page_rowset = $db->sql_fetchrowset($result);
! $db->sql_freeresult($result);
!
for( $i = 0; $i < count( $page_rowset ); $i++ )
{
--- 3034,3052 ----
FROM ' . PAGE_TABLE . '
ORDER BY page_parent, page_order ASC';
!
//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, 'Couldnt Query pages info', '', __LINE__, __FILE__, $sql);
}
! elseif(!@$db->sql_query($sql) && @file_exists('install'))
{
mx_message_die(GENERAL_ERROR, "Couldnt Query pages info"."<br />Please finish installin/upgrading the database. <br />".$lang['Please_remove_install_contrib'], "",__LINE__, __FILE__, $sql);
}
! $page_rowset = $db->sql_fetchrowset( $result );
!
! $db->sql_freeresult( $result );
!
for( $i = 0; $i < count( $page_rowset ); $i++ )
{
***************
*** 3286,3290 ****
function generate_jumpbox( $page_id = 0, $depth = 0, $default = '' )
{
! $page_list = '';
$pre = str_repeat( ' ', $depth );
--- 3285,3289 ----
function generate_jumpbox( $page_id = 0, $depth = 0, $default = '' )
{
! $page_list .= '';
$pre = str_repeat( ' ', $depth );
|
|
From: Florin C B. <ory...@us...> - 2011-07-27 20:05:14
|
Update of /cvsroot/mxbb/mx_clock
In directory vz-cvs-4.sog:/tmp/cvs-serv21877
Modified Files:
localtimesclock.php mx_clock.pak mx_clock.php
Log Message:
cleanup
Index: localtimesclock.php
===================================================================
RCS file: /cvsroot/mxbb/mx_clock/localtimesclock.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** localtimesclock.php 27 Jul 2011 19:48:36 -0000 1.1
--- localtimesclock.php 27 Jul 2011 20:05:10 -0000 1.2
***************
*** 10,14 ****
*/
-
if( !defined('IN_PORTAL') || !is_object($mx_block))
{
--- 10,13 ----
***************
*** 20,29 ****
//
$title = $mx_block->block_info['block_title'];
! $flash_width = $mx_block->get_parameters( 'flash_width' );
! $flash_height = $mx_block->get_parameters( 'flash_height' );
$flv_file = $mx_block->get_parameters('flv_file') ? $mx_block->get_parameters('flv_file') : 'design.swf';
$flv_img = $mx_block->get_parameters('flv_img') ? $mx_block->get_parameters('flv_img') : 'design.swf';
$design = $mx_block->get_parameters('design') ? $mx_block->get_parameters('design') : 'design01';
! $flash_wmode_trasparent = $mx_block->get_parameters( 'flash_wmode_trasparent' );
$comunity = $mx_block->get_parameters('comunity');
$country = $mx_block->get_parameters('country');
--- 19,28 ----
//
$title = $mx_block->block_info['block_title'];
! $flash_width = $mx_block->get_parameters('flash_width');
! $flash_height = $mx_block->get_parameters('flash_height');
$flv_file = $mx_block->get_parameters('flv_file') ? $mx_block->get_parameters('flv_file') : 'design.swf';
$flv_img = $mx_block->get_parameters('flv_img') ? $mx_block->get_parameters('flv_img') : 'design.swf';
$design = $mx_block->get_parameters('design') ? $mx_block->get_parameters('design') : 'design01';
! $flash_wmode_trasparent = $mx_block->get_parameters('flash_wmode_trasparent');
$comunity = $mx_block->get_parameters('comunity');
$country = $mx_block->get_parameters('country');
***************
*** 52,62 ****
//
! if( file_exists($module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx) )
{
! include($module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx);
}
else
{
! include($module_root_path . 'language/lang_english/lang_main.' . $phpEx);
}
--- 51,61 ----
//
! if(@file_exists($module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx) )
{
! require($module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx);
}
else
{
! require($module_root_path . 'language/lang_english/lang_main.' . $phpEx);
}
***************
*** 67,71 ****
// asia/Israel/Jerusalem/
! $template->set_filenames(array('localtimesclock' => 'localtimesclock.tpl'));
$template->assign_vars(array(
--- 66,70 ----
// asia/Israel/Jerusalem/
! $template->set_filenames(array('body_localtimesclock' => 'localtimesclock.tpl'));
$template->assign_vars(array(
***************
*** 88,92 ****
));
! $template->pparse('localtimesclock');
?>
\ No newline at end of file
--- 87,91 ----
));
! $template->pparse('body_localtimesclock');
?>
\ No newline at end of file
Index: mx_clock.pak
===================================================================
RCS file: /cvsroot/mxbb/mx_clock/mx_clock.pak,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** mx_clock.pak 27 Jul 2011 19:47:26 -0000 1.3
--- mx_clock.pak 27 Jul 2011 20:05:10 -0000 1.4
***************
*** 1,3 ****
! module=+:72=+:Mx-Clock=+:modules/mx_clock/=+:Clock for MxP-CMS=+:
New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0
function=+:72=+:85=+:Flash Clock=+:Clock Block=+:mx_clock.php=+:
--- 1,3 ----
! module=+:72=+:Mx Clock=+:modules/mx_clock/=+:Clock for MxPub-CMS=+:
New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0
function=+:72=+:85=+:Flash Clock=+:Clock Block=+:mx_clock.php=+:
***************
*** 8,24 ****
parameter=+:85=+:180=+:flv_img=+:Text=+:clock.png=+:=+:1=+:0
parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0
! block=+:=+:Mx-Clock=+:Demo block=+:85=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1
New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0
! function=+:72=+:86=+:localtimesclock=+:localtimesclock=+:localtimesclock.php=+:
! parameter=+:86=+:176=+:flash_width=+:Number=+:200=+:=+:0=+:10
! parameter=+:86=+:177=+:flash_height=+:Number=+:200=+:=+:0=+:20
! parameter=+:86=+:178=+:flash_wmode_trasparent=+:Radio_single_select=+:trasparent=+:a:2:{i:0;s:10:"trasparent";i:1;s:6:"normal";}=+:1=+:30
! parameter=+:86=+:179=+:flv_file=+:Text=+:design.swf=+:=+:1=+:0
! parameter=+:86=+:180=+:flv_img=+:Text=+:clock.png=+:=+:1=+:0
! parameter=+:86=+:181=+:comunity=+:Text=+:Europe=+:=+:1=+:30
! parameter=+:86=+:182=+:country=+:Text=+:Romania=+:=+:1=+:30
! parameter=+:86=+:183=+:city=+:Text=+:Bucharest=+:=+:1=+:30
! parameter=+:86=+:184=+:design=+:Text=+:design01=+:=+:1=+:30
parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0
! block=+:=+:Local Times Clock=+:Local Times block=+:86=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1
function=+:0=+:0=+:0=+:endoflist=+:0=+:0
\ No newline at end of file
--- 8,24 ----
parameter=+:85=+:180=+:flv_img=+:Text=+:clock.png=+:=+:1=+:0
parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0
! block=+:=+:Flash Clock=+:Clock Block=+:85=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1
New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0
! function=+:72=+:86=+:Local Times Clock=+:Local Times Block=+:localtimesclock.php=+:
! parameter=+:86=+:186=+:flash_width=+:Number=+:200=+:=+:0=+:10
! parameter=+:86=+:187=+:flash_height=+:Number=+:200=+:=+:0=+:20
! parameter=+:86=+:188=+:flash_wmode_trasparent=+:Radio_single_select=+:trasparent=+:a:2:{i:0;s:10:"trasparent";i:1;s:6:"normal";}=+:1=+:30
! parameter=+:86=+:189=+:flv_file=+:Text=+:design.swf=+:=+:1=+:0
! parameter=+:86=+:190=+:flv_img=+:Text=+:clock.png=+:=+:1=+:0
! parameter=+:86=+:191=+:comunity=+:Text=+:Europe=+:=+:1=+:30
! parameter=+:86=+:192=+:country=+:Text=+:Romania=+:=+:1=+:30
! parameter=+:86=+:193=+:city=+:Text=+:Bucharest=+:=+:1=+:30
! parameter=+:86=+:194=+:design=+:Text=+:design01=+:=+:1=+:30
parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0
! block=+:=+:Local Times Clock=+:Local Times Block=+:86=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1
function=+:0=+:0=+:0=+:endoflist=+:0=+:0
\ No newline at end of file
Index: mx_clock.php
===================================================================
RCS file: /cvsroot/mxbb/mx_clock/mx_clock.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** mx_clock.php 27 Jul 2011 19:47:26 -0000 1.7
--- mx_clock.php 27 Jul 2011 20:05:10 -0000 1.8
***************
*** 44,54 ****
//
! if( file_exists($module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx) )
{
! include($module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx);
}
else
{
! include($module_root_path . 'language/lang_english/lang_main.' . $phpEx);
}
--- 44,54 ----
//
! if(@file_exists($module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx) )
{
! require($module_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_main.' . $phpEx);
}
else
{
! require($module_root_path . 'language/lang_english/lang_main.' . $phpEx);
}
***************
*** 57,63 ****
//
! $template->set_filenames(array(
! 'body_clock' => 'clock_body.tpl'
! ));
$template->assign_vars(array(
--- 57,61 ----
//
! $template->set_filenames(array('body_clock' => 'clock_body.tpl'));
$template->assign_vars(array(
|
|
From: Florin C B. <ory...@us...> - 2011-07-27 19:48:38
|
Update of /cvsroot/mxbb/mx_clock/templates/_core
In directory vz-cvs-4.sog:/tmp/cvs-serv15886/templates/_core
Added Files:
localtimesclock.tpl
Log Message:
cleanup
--- NEW FILE: localtimesclock.tpl ---
<table width="{BLOCK_SIZE}" align="center" cellpadding="3" cellspacing="1" border="0" class="forumline" style="border-top:none;">
<!-- Clock Code: Start -->
<tr>
<td class="catHead" colspan="1" align="center">
<div id="title" style="text-align: center;">
<span class="topictitle">{CLOCK_NAME}</span><hr />
</div>
</td>
</tr>
<tr>
<td class="row1" align="center" valign="middle">
<div id="flashplayer" align="center">
function AC_AddExtension(src, ext)
{
if (src.indexOf('?') != -1)
return src.replace(/\?/, ext+'?');
else
return src + ext;
}
function AC_Generateobj(objAttrs, params, embedAttrs, parElement)
{
var str = '<object ';
for (var i in objAttrs)
str += i + '="' + objAttrs[i] + '" ';
str += '>';
for (var i in params)
str += '<param name="' + i + '" value="' + params[i] + '" /> ';
str += '<embed ';
for (var i in embedAttrs)
str += i + '="' + embedAttrs[i] + '" ';
str += ' ></embed></object>';
if( parElement == "" ) {
document.write(str);
} else {
if( document.getElementById(parElement) ) document.getElementById(parElement).innerHTML = str;
}
}
function loadFlash() {
var ret =
AC_GetArgs
( arguments, ".swf", "movie", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
, "application/x-shockwave-flash"
);
AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs, '');
}
function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
var ret = new Object();
ret.embedAttrs = new Object();
ret.params = new Object();
ret.objAttrs = new Object();
for (var i=0; i < args.length; i=i+2){
var currArg = args[i].toLowerCase();
switch (currArg){
case "classid":
break;
case "pluginspage":
ret.embedAttrs[args[i]] = args[i+1];
break;
case "src":
case "movie":
args[i+1] = AC_AddExtension(args[i+1], ext);
ret.embedAttrs["src"] = args[i+1];
ret.params[srcParamName] = args[i+1];
break;
case "onafterupdate":
case "onbeforeupdate":
case "onblur":
case "oncellchange":
case "onclick":
case "ondblClick":
case "ondrag":
case "ondragend":
case "ondragenter":
case "ondragleave":
case "ondragover":
case "ondrop":
case "onfinish":
case "onfocus":
case "onhelp":
case "onmousedown":
case "onmouseup":
case "onmouseover":
case "onmousemove":
case "onmouseout":
case "onkeypress":
case "onkeydown":
case "onkeyup":
case "onload":
case "onlosecapture":
case "onpropertychange":
case "onreadystatechange":
case "onrowsdelete":
case "onrowenter":
case "onrowexit":
case "onrowsinserted":
case "onstart":
case "onscroll":
case "onbeforeeditfocus":
case "onactivate":
case "onbeforedeactivate":
case "ondeactivate":
case "type":
case "codebase":
ret.objAttrs[args[i]] = args[i+1];
break;
case "width":
case "height":
case "align":
case "vspace":
case "hspace":
case "class":
case "title":
case "accesskey":
case "name":
case "id":
case "tabindex":
ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
break;
default:
ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
}
}
ret.objAttrs["classid"] = classid;
if (mimeType) ret.embedAttrs["type"] = mimeType;
return ret;
}
loadFlash('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0',
'width','{FLASH_WIDTH}','height','{FLASH_HEIGHT}',
'src','http://localtimes.info/acsw/{DESIGN}?ggh=18&gid=&&ggm=9&rnd=0&gha=0&fna=&ghb=0&ghf=0&gbc={GBC}&gfc={GFC}>c={GTC}&gnu=http://localtimes.info/{COMUNITY}/{COUNTRY}/{CITY}/widget/',
'allowScriptAccess','always','quality','high','wmode','transparent','pluginspage','http://www.macromedia.com/go/getflashplayer',
'movie','http://localtimes.info/acsw/{DESIGN}?ggh=18&gid=&&ggm=9&rnd=0&gha=0&fna=&ghb=0&ghf=0&gbc={GBC}&gfc={GFC}>c={GTC}&gnu=http://localtimes.info/COMUNITY}/{COUNTRY}/{CITY}/widget/');
</div>
</td>
</tr>
<!-- Clock Code: End -->
</table>
|
|
From: Florin C B. <ory...@us...> - 2011-07-27 19:47:28
|
Update of /cvsroot/mxbb/mx_clock
In directory vz-cvs-4.sog:/tmp/cvs-serv15691
Modified Files:
db_install.php db_upgrade.php mx_clock.pak mx_clock.php
Log Message:
clenup
Index: mx_clock.pak
===================================================================
RCS file: /cvsroot/mxbb/mx_clock/mx_clock.pak,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mx_clock.pak 30 Sep 2009 14:26:50 -0000 1.2
--- mx_clock.pak 27 Jul 2011 19:47:26 -0000 1.3
***************
*** 1,5 ****
! module=+:72=+:mx_clock=+:modules/mx_clock/=+:Clock for mxBB-portal=+:
New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0
! function=+:72=+:85=+:Clock Block=+:Clock Block=+:mx_clock.php=+:
parameter=+:85=+:176=+:flash_width=+:Number=+:200=+:=+:0=+:10
parameter=+:85=+:177=+:flash_height=+:Number=+:200=+:=+:0=+:20
--- 1,5 ----
! module=+:72=+:Mx-Clock=+:modules/mx_clock/=+:Clock for MxP-CMS=+:
New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0
! function=+:72=+:85=+:Flash Clock=+:Clock Block=+:mx_clock.php=+:
parameter=+:85=+:176=+:flash_width=+:Number=+:200=+:=+:0=+:10
parameter=+:85=+:177=+:flash_height=+:Number=+:200=+:=+:0=+:20
***************
*** 8,11 ****
parameter=+:85=+:180=+:flv_img=+:Text=+:clock.png=+:=+:1=+:0
parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0
! block=+:=+:Mx Clock=+:Demo block=+:85=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1
! function=+:0=+:0=+:0=+:endoflist=+:0=+:0
--- 8,24 ----
parameter=+:85=+:180=+:flv_img=+:Text=+:clock.png=+:=+:1=+:0
parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0
! block=+:=+:Mx-Clock=+:Demo block=+:85=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1
! New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0
! function=+:72=+:86=+:localtimesclock=+:localtimesclock=+:localtimesclock.php=+:
! parameter=+:86=+:176=+:flash_width=+:Number=+:200=+:=+:0=+:10
! parameter=+:86=+:177=+:flash_height=+:Number=+:200=+:=+:0=+:20
! parameter=+:86=+:178=+:flash_wmode_trasparent=+:Radio_single_select=+:trasparent=+:a:2:{i:0;s:10:"trasparent";i:1;s:6:"normal";}=+:1=+:30
! parameter=+:86=+:179=+:flv_file=+:Text=+:design.swf=+:=+:1=+:0
! parameter=+:86=+:180=+:flv_img=+:Text=+:clock.png=+:=+:1=+:0
! parameter=+:86=+:181=+:comunity=+:Text=+:Europe=+:=+:1=+:30
! parameter=+:86=+:182=+:country=+:Text=+:Romania=+:=+:1=+:30
! parameter=+:86=+:183=+:city=+:Text=+:Bucharest=+:=+:1=+:30
! parameter=+:86=+:184=+:design=+:Text=+:design01=+:=+:1=+:30
! parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0
! block=+:=+:Local Times Clock=+:Local Times block=+:86=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1
! function=+:0=+:0=+:0=+:endoflist=+:0=+:0
\ No newline at end of file
Index: db_install.php
===================================================================
RCS file: /cvsroot/mxbb/mx_clock/db_install.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** db_install.php 8 Jul 2009 03:15:10 -0000 1.7
--- db_install.php 27 Jul 2011 19:47:26 -0000 1.8
***************
*** 2,6 ****
/**
*
! * @package MX-Publisher Module - mx_clock
* @version $Id$
* @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team
--- 2,6 ----
/**
*
! * @package mxBB Portal Module - mx_clock
* @version $Id$
* @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team
***************
*** 31,36 ****
}
! $mx_module_version = '2.9.1';
! $mx_module_copy = 'MXP <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>';
$message = "<b>This is a fresh install!</b><br/><br/>";
--- 31,36 ----
}
! $mx_module_version = '3.0.0-RC';
! $mx_module_copy = 'MX-Publisher CMS<i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://mxpcms.sourceforge.net/" target="_blank">OryNider</a>';
$message = "<b>This is a fresh install!</b><br/><br/>";
***************
*** 43,47 ****
WHERE module_id = '" . $mx_module_id . "'";
! $message .= mx_do_install_upgrade($sql);
echo "<br /><br />";
--- 43,47 ----
WHERE module_id = '" . $mx_module_id . "'";
! $message .= mx_do_install_upgrade( $sql );
echo "<br /><br />";
Index: mx_clock.php
===================================================================
RCS file: /cvsroot/mxbb/mx_clock/mx_clock.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** mx_clock.php 30 Sep 2009 14:26:50 -0000 1.6
--- mx_clock.php 27 Jul 2011 19:47:26 -0000 1.7
***************
*** 4,10 ****
* @package MX-Publisher Module - mx_clock
* @version $Id$
! * @copyright (c) 2002-2006 [Florin Bodin] mxBB Development Team
* @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2
! * @link http://www.mx-publisher.com
*
*/
--- 4,10 ----
* @package MX-Publisher Module - mx_clock
* @version $Id$
! * @copyright (c) 2002-2006 [Florin Bodin] mxp-cms team
* @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2
! * @link http://mxpcms.sourceforge.net/
*
*/
Index: db_upgrade.php
===================================================================
RCS file: /cvsroot/mxbb/mx_clock/db_upgrade.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** db_upgrade.php 8 Jul 2009 03:15:10 -0000 1.7
--- db_upgrade.php 27 Jul 2011 19:47:26 -0000 1.8
***************
*** 2,6 ****
/**
*
! * @package MX-Publisher Module - mx_clock
* @version $Id$
* @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team
--- 2,6 ----
/**
*
! * @package mxBB Portal Module - mx_clock
* @version $Id$
* @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team
***************
*** 31,36 ****
}
! $mx_module_version = '2.9.1';
! $mx_module_copy = 'MXP <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>';
$message = "<b>Upgrading!</b><br/><br/>";
--- 31,36 ----
}
! $mx_module_version = '3.0.0-RC';
! $mx_module_copy = 'MX-Publisher CMS<i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://mxpcms.sourceforge.net/" target="_blank">OryNider</a>';
$message = "<b>Upgrading!</b><br/><br/>";
|
|
From: Florin C B. <ory...@us...> - 2011-07-27 19:45:00
|
Update of /cvsroot/mxbb/core/includes
In directory vz-cvs-4.sog:/tmp/cvs-serv13410/includes
Modified Files:
mx_functions.php mx_functions_admincp.php
mx_functions_core.php
Log Message:
clenup
Index: mx_functions_core.php
===================================================================
RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -d -r1.122 -r1.123
*** mx_functions_core.php 30 Mar 2011 10:03:55 -0000 1.122
--- mx_functions_core.php 27 Jul 2011 19:44:58 -0000 1.123
***************
*** 555,563 ****
while ( $row = $db->sql_fetchrow( $result ) )
{
- $next_page = ( $page_id != $row['page_id'] ) ? true : false;
- $next_column = ( $column_id != $row['column_id'] ) ? true : false;
$page_id = $row['page_id'];
$column_id = $row['column_id'];
!
$page_row = array(
"page_id" => $row['page_id'],
--- 555,563 ----
while ( $row = $db->sql_fetchrow( $result ) )
{
$page_id = $row['page_id'];
$column_id = $row['column_id'];
! $next_page = ( $page_id != $row['page_id'] ) ? true : false;
! $next_column = ( $column_id != $row['column_id'] ) ? true : false;
!
$page_row = array(
"page_id" => $row['page_id'],
***************
*** 635,639 ****
* @access private
*/
! function _update_cache( )
{
global $db, $mx_root_path, $phpbb_root_path, $mx_use_cache, $portal_config;
--- 635,639 ----
* @access private
*/
! function _update_cache()
{
global $db, $mx_root_path, $phpbb_root_path, $mx_use_cache, $portal_config;
***************
*** 645,649 ****
WHERE portal_id = 1";
! if ( !( $result = $db->sql_query( $sql, BEGIN_TRANSACTION ) ) )
{
mx_message_die( GENERAL_ERROR, "Could not update portal cache time.", "", __LINE__, __FILE__, $sql );
--- 645,649 ----
WHERE portal_id = 1";
! if ( !($result = $db->sql_query($sql)) )
{
mx_message_die( GENERAL_ERROR, "Could not update portal cache time.", "", __LINE__, __FILE__, $sql );
***************
*** 3034,3052 ****
FROM ' . PAGE_TABLE . '
ORDER BY page_parent, page_order ASC';
!
//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, 'Couldnt Query pages info', '', __LINE__, __FILE__, $sql);
}
! elseif(!@$db->sql_query($sql) && @file_exists('install'))
{
mx_message_die(GENERAL_ERROR, "Couldnt Query pages info"."<br />Please finish installin/upgrading the database. <br />".$lang['Please_remove_install_contrib'], "",__LINE__, __FILE__, $sql);
}
! $page_rowset = $db->sql_fetchrowset( $result );
!
! $db->sql_freeresult( $result );
!
for( $i = 0; $i < count( $page_rowset ); $i++ )
{
--- 3034,3053 ----
FROM ' . PAGE_TABLE . '
ORDER BY page_parent, page_order ASC';
!
! $result = @$db->sql_query($sql);
!
//display an error debuging message only if the portal is installed/upgraded
! if(!$result && @!file_exists('install'))
{
mx_message_die(GENERAL_ERROR, 'Couldnt Query pages info', '', __LINE__, __FILE__, $sql);
}
! elseif(!$result && @file_exists('install'))
{
mx_message_die(GENERAL_ERROR, "Couldnt Query pages info"."<br />Please finish installin/upgrading the database. <br />".$lang['Please_remove_install_contrib'], "",__LINE__, __FILE__, $sql);
}
! $page_rowset = $db->sql_fetchrowset($result);
! $db->sql_freeresult($result);
!
for( $i = 0; $i < count( $page_rowset ); $i++ )
{
***************
*** 3285,3289 ****
function generate_jumpbox( $page_id = 0, $depth = 0, $default = '' )
{
! $page_list .= '';
$pre = str_repeat( ' ', $depth );
--- 3286,3290 ----
function generate_jumpbox( $page_id = 0, $depth = 0, $default = '' )
{
! $page_list = '';
$pre = str_repeat( ' ', $depth );
Index: mx_functions_admincp.php
===================================================================
RCS file: /cvsroot/mxbb/core/includes/mx_functions_admincp.php,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** mx_functions_admincp.php 8 Oct 2009 17:01:05 -0000 1.67
--- mx_functions_admincp.php 27 Jul 2011 19:44:58 -0000 1.68
***************
*** 1151,1158 ****
* @return unknown
*/
! function _do_delete($type, $id, $parent, $recache )
{
global $template, $lang, $db, $board_config, $theme, $phpEx, $mx_request_vars, $mx_cache, $mx_root_path, $mx_table_prefix, $table_prefix, $userdata;
global $controller_block;
switch ( $type )
--- 1151,1160 ----
* @return unknown
*/
! function _do_delete($type, $id, $parent, $recache)
{
global $template, $lang, $db, $board_config, $theme, $phpEx, $mx_request_vars, $mx_cache, $mx_root_path, $mx_table_prefix, $table_prefix, $userdata;
global $controller_block;
+
+ $message_child = '';
switch ( $type )
***************
*** 1191,1195 ****
}
}
!
//
// Now also delete module tables
--- 1193,1197 ----
}
}
!
//
// Now also delete module tables
***************
*** 1637,1641 ****
$message_child .= $this->do_it(MX_BLOCK_TYPE, MX_DO_DELETE, $delete_id);
}
! }
$controller_block = '';
--- 1639,1643 ----
$message_child .= $this->do_it(MX_BLOCK_TYPE, MX_DO_DELETE, $delete_id);
}
! }
$controller_block = '';
***************
*** 3693,3707 ****
else
{
$is_admin = ( $userdata['user_level'] == ADMIN && $userdata['session_logged_in'] ) ? TRUE : 0;
- if (!$is_admin)
- {
- //
- // Authorization SQL
- //
- $auth_blocks = get_auth_blocks();
- $auth_sql = " AND blk.block_id in ( ". $auth_blocks. " ) ";
- }
-
//
// Generate dynamic block select
--- 3695,3705 ----
else
{
+ //
+ // Authorization SQL
+ //
$is_admin = ( $userdata['user_level'] == ADMIN && $userdata['session_logged_in'] ) ? TRUE : 0;
+ $auth_blocks = get_auth_blocks();
+ $auth_sql = (!$is_admin) ? " AND blk.block_id in ( ". $auth_blocks. " ) " : "";
//
// Generate dynamic block select
Index: mx_functions.php
===================================================================
RCS file: /cvsroot/mxbb/core/includes/mx_functions.php,v
retrieving revision 1.104
retrieving revision 1.105
diff -C2 -d -r1.104 -r1.105
*** mx_functions.php 9 Apr 2011 16:30:57 -0000 1.104
--- mx_functions.php 27 Jul 2011 19:44:58 -0000 1.105
***************
*** 1500,1504 ****
$multiple_select_option = 'multiple="multiple"';
}
!
$column_list = '<select name="' . $name_select . '" '.$multiple_select_option.'>';
if( $type == 'page_list' )
--- 1500,1508 ----
$multiple_select_option = 'multiple="multiple"';
}
! else
! {
! $multiple_select_option = '';
! }
!
$column_list = '<select name="' . $name_select . '" '.$multiple_select_option.'>';
if( $type == 'page_list' )
***************
*** 2102,2105 ****
--- 2106,2110 ----
$curicons = 1;
+ $posticons = '';
if ( $file_posticon == 'none' || $file_posticon == 'none.gif' or empty( $file_posticon ) )
{
|
|
From: Florin C B. <ory...@us...> - 2011-07-27 15:14:31
|
Update of /cvsroot/mxbb/mx_clock In directory vz-cvs-4.sog:/tmp/cvs-serv22042 Removed Files: clock0.swf clock2.swf clock3.swf clock_calea10.swf Log Message: cleanup --- clock_calea10.swf DELETED --- --- clock0.swf DELETED --- --- clock2.swf DELETED --- --- clock3.swf DELETED --- |