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: Jon O. <jon...@us...> - 2007-08-05 22:09:14
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26171 Modified Files: pa_user_upload.php Log Message: Fix for autogenerated comments Index: pa_user_upload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_user_upload.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** pa_user_upload.php 13 Aug 2006 19:44:46 -0000 1.23 --- pa_user_upload.php 5 Aug 2007 22:09:09 -0000 1.24 *************** *** 236,240 **** // Generate comment // ! $this->update_add_comment('', $file_id, 0, addslashes(trim($mx_pa_notification->subject)), addslashes(trim($mx_pa_notification->message))); } --- 236,240 ---- // Generate comment // ! $this->update_add_comment('', $file_id, 0, addslashes(trim($mx_pa_notification->topic_title)), addslashes(trim($mx_pa_notification->message))); } |
|
From: Jon O. <jon...@us...> - 2007-08-05 22:08:58
|
Update of /cvsroot/mxbb/mx_kb/kb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25450 Modified Files: kb_post.php Log Message: Fix for autogenerated comments Index: kb_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/modules/kb_post.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** kb_post.php 28 Apr 2007 19:59:06 -0000 1.11 --- kb_post.php 5 Aug 2007 22:08:47 -0000 1.12 *************** *** 341,345 **** // Generate comment // ! $this->update_add_comment('', $article_id, 0, addslashes(trim($mx_kb_notification->subject)), addslashes(trim($mx_kb_notification->message)) ); } --- 341,345 ---- // Generate comment // ! $this->update_add_comment('', $article_id, 0, addslashes(trim($mx_kb_notification->topic_title)), addslashes(trim($mx_kb_notification->message)) ); } |
|
From: Jon O. <jon...@us...> - 2007-08-05 22:08:32
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25217 Modified Files: link_user_upload.php Log Message: Fix for autogenerated comments Index: link_user_upload.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/modules/link_user_upload.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** link_user_upload.php 13 Aug 2006 19:43:51 -0000 1.12 --- link_user_upload.php 5 Aug 2007 22:08:28 -0000 1.13 *************** *** 225,229 **** // Generate comment // ! $this->update_add_comment('', $link_id, 0, addslashes(trim($mx_linkdb_notification->subject)), addslashes(trim($mx_linkdb_notification->message))); } --- 225,229 ---- // Generate comment // ! $this->update_add_comment('', $link_id, 0, addslashes(trim($mx_linkdb_notification->topic_title)), addslashes(trim($mx_linkdb_notification->message))); } |
|
From: Jon O. <jon...@us...> - 2007-08-05 22:08:13
|
Update of /cvsroot/mxbb/mx_bugsbt/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24929/lang_english Modified Files: lang_main.php Log Message: Fix for autogenerated comments Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/language/lang_english/lang_main.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lang_main.php 25 Jul 2007 23:12:41 -0000 1.5 --- lang_main.php 5 Aug 2007 22:08:08 -0000 1.6 *************** *** 51,55 **** // Notification // ! $lang['bugsbt_prefix'] = '[ BT ]'; $lang['bugsbt_notify_subject_new'] = 'New Bug!'; $lang['bugsbt_notify_subject_edited'] = 'Edited Bug!'; --- 51,55 ---- // Notification // ! $lang['bugsbt_prefix'] = 'BT'; $lang['bugsbt_notify_subject_new'] = 'New Bug!'; $lang['bugsbt_notify_subject_edited'] = 'Edited Bug!'; |
|
From: Jon O. <jon...@us...> - 2007-08-05 22:08:13
|
Update of /cvsroot/mxbb/mx_bugsbt/language/lang_swedish In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24929/lang_swedish Modified Files: lang_main.php Log Message: Fix for autogenerated comments Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/language/lang_swedish/lang_main.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lang_main.php 25 Jul 2007 23:12:41 -0000 1.4 --- lang_main.php 5 Aug 2007 22:08:08 -0000 1.5 *************** *** 50,54 **** // Notification // ! $lang['bugsbt_prefix'] = '[ BT ]'; $lang['bugsbt_notify_subject_new'] = 'Ny bugg!'; $lang['bugsbt_notify_subject_edited'] = 'Ändrad bugg!'; --- 50,54 ---- // Notification // ! $lang['bugsbt_prefix'] = 'BT'; $lang['bugsbt_notify_subject_new'] = 'Ny bugg!'; $lang['bugsbt_notify_subject_edited'] = 'Ändrad bugg!'; |
|
From: Jon O. <jon...@us...> - 2007-08-05 22:07:59
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24535/modules Modified Files: bugsbt_post.php Log Message: Fix for autogenerated comments Index: bugsbt_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_post.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** bugsbt_post.php 12 Jul 2007 22:43:56 -0000 1.4 --- bugsbt_post.php 5 Aug 2007 22:07:55 -0000 1.5 *************** *** 351,355 **** // Generate comment // ! $this->update_add_comment('', $article_id, 0, addslashes(trim($mx_bugsbt_notification->subject)), addslashes(trim($mx_bugsbt_notification->message)) ); } --- 351,355 ---- // Generate comment // ! $this->update_add_comment('', $article_id, 0, addslashes(trim($mx_bugsbt_notification->topic_title)), addslashes(trim($mx_bugsbt_notification->message)) ); } |
|
From: Jon O. <jon...@us...> - 2007-08-05 22:07:58
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24535/includes Modified Files: functions.php Log Message: Fix for autogenerated comments Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/functions.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** functions.php 25 Jul 2007 23:12:26 -0000 1.5 --- functions.php 5 Aug 2007 22:07:55 -0000 1.6 *************** *** 536,540 **** // $this->langs['item_not_exist'] = $lang['File_not_exist']; ! $this->langs['module_title'] = $lang['bugsbt_prefix']; $this->langs['notify_subject_new'] = $lang['bugsbt_notify_subject_new']; --- 536,540 ---- // $this->langs['item_not_exist'] = $lang['File_not_exist']; ! $this->langs['module_title'] = $lang['bugsbt_prefix'] . ':' . $item_id; $this->langs['notify_subject_new'] = $lang['bugsbt_notify_subject_new']; |
|
From: Jon O. <jon...@us...> - 2007-08-05 22:07:33
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24384/includes Modified Files: mx_functions_tools.php Log Message: Fix for autogenerated comments Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** mx_functions_tools.php 11 May 2007 21:09:18 -0000 1.13 --- mx_functions_tools.php 5 Aug 2007 22:07:27 -0000 1.14 *************** *** 2053,2056 **** --- 2053,2057 ---- { case MX_NEW_NOTIFICATION: + $this->topic_title = $this->langs['module_title'] . ' - ' . $this->data['item_title']; $this->subject = $this->langs['module_title'] . ' - ' . $this->langs['notify_subject_new']; $this->message = $this->langs['notify_new_body'] . "\n\n" . $this->auto_message; |
|
From: Jon O. <jon...@us...> - 2007-08-05 22:07:31
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24384 Modified Files: common.php Log Message: Fix for autogenerated comments Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** common.php 25 Jul 2007 23:11:43 -0000 1.66 --- common.php 5 Aug 2007 22:07:26 -0000 1.67 *************** *** 237,241 **** define('PORTAL_URL', $portal_config['portal_url']); define('PORTAL_VERSION', $portal_config['portal_version']); - echo('a'.var_export($portal_config)); // --- 237,240 ---- |
|
From: OryNider <ory...@us...> - 2007-08-05 19:43:01
|
Update of /cvsroot/mxbb/mx_glance/templates/Avalanche In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27000/Avalanche Modified Files: glance_body.tpl glance_body_big.tpl Log Message: This is compleate rewrite and requiring the new dbal update. Index: glance_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_glance/templates/Avalanche/glance_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** glance_body.tpl 6 Jun 2007 21:48:34 -0000 1.1 --- glance_body.tpl 5 Aug 2007 19:42:57 -0000 1.2 *************** *** 13,23 **** <table width="100%" cellspacing="0" cellpadding="0" border="0"> <!-- END switch_glance_news --> ! <!-- BEGIN news --> <tr> ! <td nowrap valign="top">{news.BULLET}</td> ! <td valign="top" width="100%"><span class="genmed"> ! <a title="{L_LAST_REPLY}: {news.POST_TIME}" href="{news.TOPIC_LINK}" class="genmed">{news.TOPIC_TITLE}</a></span><br><span class="gensmall" nowrap="nowrap">{news.TOPIC_TIME}</span></td> </tr> ! <!-- END news --> <!-- BEGIN switch_glance_news --> </table> --- 13,31 ---- <table width="100%" cellspacing="0" cellpadding="0" border="0"> <!-- END switch_glance_news --> ! <!-- BEGIN latest_news --> <tr> ! <td class="row2" align="center"> ! <span class="cattitle"> ! {latest_news.TOPIC_FOLDER_IMG_SRC} ! </span> ! </td> ! <td class="row1" align="left" valign="top" width="100%"> ! <span class="genmed" style="font-weight: bold;"><a title="{L_LAST_REPLY}: {latest_news.LAST_POST_TIME}" href="{latest_news.U_VIEW_TOPIC}" class="genmed">{latest_news.TOPIC_TITLE}</a></span> ! <br /> ! <span class="gensmall" nowrap="nowrap">{latest_news.TOPIC_TIME} ! </span> ! </td> </tr> ! <!-- END latest_news --> <!-- BEGIN switch_glance_news --> </table> *************** *** 33,53 **** <table width="100%" cellspacing="0" cellpadding="0" border="0"> <!-- END switch_glance_recent --> ! <!-- BEGIN recent --> ! <tr> ! <td nowrap valign="top">{recent.BULLET}</td> ! <td valign="top" width="100%"> ! <p style="margin-top: 0; margin-bottom: 0"><span class="genmed"> ! <a class="genmed" title="{recent.TOPIC_TIME}" href="{recent.TOPIC_LINK}">{recent.TOPIC_TITLE}</a></span> ! <br /><span class="gensmall"> ! {L_WRITEN_BY}: {recent.TOPIC_POSTER}</span> ! <br /><span class="genmed"> ! <span class="gensmall"> ! ({recent.TOPIC_REPLIES}) {L_COMMENTS}</span></span> </p> ! <p style="margin-top: 0; margin-bottom: 0" align="right"><span class="gensmall" nowrap="nowrap"> ! {L_LAST_BY}: {recent.LAST_POSTER} ! </span> ! </td> ! </tr> ! <!-- END recent --> <!-- BEGIN switch_glance_recent --> </table> --- 41,69 ---- <table width="100%" cellspacing="0" cellpadding="0" border="0"> <!-- END switch_glance_recent --> ! <!-- BEGIN latest_topics --> ! <tr> ! <td class="row2" align="center"> ! <span class="cattitle"> ! {latest_topics.TOPIC_FOLDER_IMG_SRC} ! </span> ! </td> ! <td class="row1" align="left"> ! <span class="genmed"> ! <span class="genmed" style="font-weight: bold;"><a href="{latest_topics.U_VIEW_TOPIC}" title="{L_POSTED}: {latest_topics.TOPIC_TIME}" class="genmed">{latest_topics.TOPIC_TITLE}</a></span> ! </span><br /> ! <span class="gensmall"> ! <a href="{latest_topics.U_VIEW_FORUM}" title="{latest_topics.FORUM_TITLE}" class="gensmall">{latest_topics.FORUM_TITLE}</a> ! </span> ! <div align="right"> ! <span class="gensmall" nowrap="nowrap"> ! {latest_topics.LAST_POST_TIME} ! </span> ! <span class="gensmall" nowrap="nowrap"> ! {latest_topics.TOPIC_AUTHOR_FULL} {latest_topics.LAST_POSTER_FULL} ! </span> ! </div> ! </td> ! </tr> ! <!-- END latest_topics --> <!-- BEGIN switch_glance_recent --> </table> Index: glance_body_big.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_glance/templates/Avalanche/glance_body_big.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** glance_body_big.tpl 6 Jun 2007 21:48:35 -0000 1.1 --- glance_body_big.tpl 5 Aug 2007 19:42:57 -0000 1.2 *************** *** 12,17 **** </span> </th> ! <th width="200" height="30" align="justify"> ! <table width="120" cellpadding="0" cellspacing="0" border="0"> <tr><th align="left"> {NEWS_HEADING} --- 12,17 ---- </span> </th> ! <th class="thTop" height="28" align="left"> ! <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr><th align="left"> {NEWS_HEADING} *************** *** 26,30 **** <th class="thTop" width="100" align="center" nowrap="nowrap"> {L_AUTHOR} </th> <th class="thTop" width="50" align="center" nowrap="nowrap"> {L_REPLIES} </th> ! <th class="thCornerR" width="50%" align="center" nowrap="nowrap"> {L_LASTPOST} </th> </tr> --- 26,30 ---- <th class="thTop" width="100" align="center" nowrap="nowrap"> {L_AUTHOR} </th> <th class="thTop" width="50" align="center" nowrap="nowrap"> {L_REPLIES} </th> ! <th class="thCornerR" align="center" nowrap="nowrap"> {L_LASTPOST} </th> </tr> *************** *** 37,57 **** <!-- END switch_glance_news --> ! <!-- BEGIN news --> <tr> ! <td nowrap="nowrap" valign="middle" class="row1" align="center" width="30"><a href="{news.TOPIC_LINK}">{news.BULLET}</a></td> ! <td valign="middle" width="200" class="row1"><span class="genmed"><a alt="{news.TOPIC_TIME}" title="{news.TOPIC_TIME}" href="{news.TOPIC_LINK}" class="genmed">{news.TOPIC_TITLE}</a></span></td> ! <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed"><a href="{news.FORUM_LINK}" class="genmed">{news.FORUM_TITLE}</a></span></td> ! <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{news.TOPIC_POSTER}</span></td> ! <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed">{news.TOPIC_REPLIES}</span></td> ! <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{news.POST_TIME}<br />{news.LAST_POSTER}</span></td> </tr> ! <!-- END news --> </tbody> - <!-- <tr> ! <td class="spaceRow" colspan="6"><img src="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/spacer.gif" alt="" /></td> </tr> - --> <!-- BEGIN switch_glance_recent --> --- 37,55 ---- <!-- END switch_glance_news --> ! <!-- BEGIN latest_news --> <tr> ! <td nowrap="nowrap" valign="middle" class="row1" align="center" width="30"><span class="genmed"><a title="{latest_news.TOPIC_TIME}" title="{latest_news.TOPIC_TIME}" href="{latest_news.U_VIEW_TOPIC}">{latest_news.TOPIC_FOLDER_IMG_SRC}</a></span></td> ! <td valign="middle" width="100%" class="row1"><span style="font-weight: bold;" class="genmed"><a href="{latest_news.U_VIEW_TOPIC}" class="genmed">{latest_news.TOPIC_TITLE}</a></span></td> ! <td valign="middle" class="row2" nowrap="nowrap" align="center"><span style="font-weight: bold;" class="genmed"><a href="{latest_news.U_VIEW_FORUM}" class="genmed">{latest_news.FORUM_TITLE}</a></span></td> ! <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{latest_news.TOPIC_AUTHOR_FULL}</span></td> ! <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed">{latest_news.TOPIC_REPLIES}</span></td> ! <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{latest_news.LAST_POST_TIME}<br />{latest_news.LAST_POSTER_FULL}</span></td> </tr> ! <!-- END latest_news --> </tbody> <tr> ! <td class="spaceRow" colspan="6" height="1"><img src="{U_PHPBB_ROOT_PATH}{TEMPLATE_ROOT_PATH}images/spacer.gif" alt="" width="1" height="1" /></td> </tr> <!-- BEGIN switch_glance_recent --> *************** *** 67,72 **** </span> </th> ! <th width="200" height="30" align="justify"> ! <table width="120" cellpadding="0" cellspacing="0" border="0"> <tr><th align="left"> {RECENT_HEADING} --- 65,70 ---- </span> </th> ! <th class="thTop" height="28" align="left"> ! <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr><th align="left"> {RECENT_HEADING} *************** *** 78,85 **** </table> </th> ! <th class="thTop" width="100%" align="center" nowrap="nowrap"> {L_FORUM} </th> ! <th class="thTop" width="100%" align="center" nowrap="nowrap"> {L_AUTHOR} </th> <th class="thTop" width="50" align="center" nowrap="nowrap"> {L_REPLIES} </th> ! <th class="thCornerR" width="50%" align="center" nowrap="nowrap"> {L_LASTPOST} </th> </tr> --- 76,83 ---- </table> </th> ! <th class="thTop" width="100" align="center" nowrap="nowrap"> {L_FORUM} </th> ! <th class="thTop" width="100" align="center" nowrap="nowrap"> {L_AUTHOR} </th> <th class="thTop" width="50" align="center" nowrap="nowrap"> {L_REPLIES} </th> ! <th class="thCornerR" align="center" nowrap="nowrap"> {L_LASTPOST} </th> </tr> *************** *** 93,108 **** <!-- END switch_glance_recent --> ! <!-- BEGIN recent --> <tr> ! <td nowrap="nowrap" valign="middle" class="row1" align="center" width="20"><a title="{recent.TOPIC_TIME}" href="{recent.TOPIC_LINK}">{recent.BULLET}</a></td> ! <td valign="middle" width="100%" class="row1"><span class="genmed"><a href="{recent.TOPIC_LINK}" class="genmed">{recent.TOPIC_TITLE}</a></span></td> ! <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed"><a href="{recent.FORUM_LINK}" class="genmed">{recent.FORUM_TITLE}</a></span></td> ! <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{recent.TOPIC_POSTER}</span></td> ! <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed">{recent.TOPIC_REPLIES}</span></td> ! <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{recent.POST_TIME}<br />{recent.LAST_POSTER}</span></td> </tr> ! <!-- END recent --> </tbody> </table> - --- 91,105 ---- <!-- END switch_glance_recent --> ! <!-- BEGIN latest_topics --> <tr> ! <td nowrap="nowrap" valign="middle" class="row1" align="center" width="30"><span class="genmed"><a title="{latest_topics.TOPIC_TIME}" title="{latest_topics.TOPIC_TIME}" href="{latest_topics.U_VIEW_TOPIC}">{latest_topics.TOPIC_FOLDER_IMG_SRC}</a></span></td> ! <td valign="middle" width="100%" class="row1"><span style="font-weight: bold;" class="genmed"><a href="{latest_topics.U_VIEW_TOPIC}" class="genmed">{latest_topics.TOPIC_TITLE}</a></span></td> ! <td valign="middle" class="row2" nowrap="nowrap" align="center"><span style="font-weight: bold;" class="genmed"><a href="{latest_topics.U_VIEW_FORUM}" class="genmed">{latest_topics.FORUM_TITLE}</a></span></td> ! <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{latest_topics.TOPIC_AUTHOR_FULL}</span></td> ! <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed">{latest_topics.TOPIC_REPLIES}</span></td> ! <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{latest_topics.LAST_POST_TIME}<br />{latest_topics.LAST_POSTER_FULL}</span></td> </tr> ! <!-- END latest_topics --> </tbody> </table> |
|
From: OryNider <ory...@us...> - 2007-08-05 19:43:01
|
Update of /cvsroot/mxbb/mx_glance/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27000/subSilver Modified Files: glance_body.tpl glance_body_big.tpl Log Message: This is compleate rewrite and requiring the new dbal update. Index: glance_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_glance/templates/subSilver/glance_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** glance_body.tpl 6 Jun 2007 21:48:36 -0000 1.1 --- glance_body.tpl 5 Aug 2007 19:42:57 -0000 1.2 *************** *** 13,23 **** <table width="100%" cellspacing="0" cellpadding="0" border="0"> <!-- END switch_glance_news --> ! <!-- BEGIN news --> <tr> ! <td nowrap valign="top">{news.BULLET}</td> ! <td valign="top" width="100%"><span class="genmed"> ! <a title="{L_LAST_REPLY}: {news.POST_TIME}" href="{news.TOPIC_LINK}" class="genmed">{news.TOPIC_TITLE}</a></span><br><span class="gensmall" nowrap="nowrap">{news.TOPIC_TIME}</span></td> </tr> ! <!-- END news --> <!-- BEGIN switch_glance_news --> </table> --- 13,31 ---- <table width="100%" cellspacing="0" cellpadding="0" border="0"> <!-- END switch_glance_news --> ! <!-- BEGIN latest_news --> <tr> ! <td class="row2" align="center"> ! <span class="cattitle"> ! {latest_news.TOPIC_FOLDER_IMG_SRC} ! </span> ! </td> ! <td class="row1" align="left" valign="top" width="100%"> ! <span class="genmed" style="font-weight: bold;"><a title="{L_LAST_REPLY}: {latest_news.LAST_POST_TIME}" href="{latest_news.U_VIEW_TOPIC}" class="genmed">{latest_news.TOPIC_TITLE}</a></span> ! <br /> ! <span class="gensmall" nowrap="nowrap">{latest_news.TOPIC_TIME} ! </span> ! </td> </tr> ! <!-- END latest_news --> <!-- BEGIN switch_glance_news --> </table> *************** *** 33,53 **** <table width="100%" cellspacing="0" cellpadding="0" border="0"> <!-- END switch_glance_recent --> ! <!-- BEGIN recent --> ! <tr> ! <td nowrap valign="top">{recent.BULLET}</td> ! <td valign="top" width="100%"> ! <p style="margin-top: 0; margin-bottom: 0"><span class="genmed"> ! <a class="genmed" title="{recent.TOPIC_TIME}" href="{recent.TOPIC_LINK}">{recent.TOPIC_TITLE}</a></span> ! <br /><span class="gensmall"> ! {L_WRITEN_BY}: {recent.TOPIC_POSTER}</span> ! <br /><span class="genmed"> ! <span class="gensmall"> ! ({recent.TOPIC_REPLIES}) {L_COMMENTS}</span></span> </p> ! <p style="margin-top: 0; margin-bottom: 0" align="right"><span class="gensmall" nowrap="nowrap"> ! {L_LAST_BY}: {recent.LAST_POSTER} ! </span> ! </td> ! </tr> ! <!-- END recent --> <!-- BEGIN switch_glance_recent --> </table> --- 41,74 ---- <table width="100%" cellspacing="0" cellpadding="0" border="0"> <!-- END switch_glance_recent --> ! <!-- BEGIN latest_topics --> ! <tr> ! <td class="row2" align="center"> ! <span class="cattitle"> ! {latest_topics.TOPIC_FOLDER_IMG_SRC} ! </span> ! </td> ! <td class="row1" align="left"> ! <span class="genmed"> ! <span class="genmed" style="font-weight: bold;"><a href="{latest_topics.U_VIEW_TOPIC}" title="{L_POSTED}: {latest_topics.TOPIC_TIME}" class="genmed">{latest_topics.TOPIC_TITLE}</a></span> ! </span><br /> ! <span class="gensmall"> ! <a href="{latest_topics.U_VIEW_FORUM}" title="{latest_topics.FORUM_TITLE}" class="gensmall">{latest_topics.FORUM_TITLE}</a> ! </span> ! <div align="right"> ! <span class="gensmall" nowrap="nowrap"> ! {latest_topics.LAST_POST_TIME} ! </span> ! <span class="gensmall" nowrap="nowrap"> ! {latest_topics.TOPIC_AUTHOR_FULL} {latest_topics.LAST_POSTER_FULL} ! </span> ! </div> ! <div valign="top" align="right"> ! <span class="gensmall" nowrap="nowrap"> ! ({latest_topics.TOPIC_REPLIES}) {L_COMMENTS} ! </span> ! </div> ! </td> ! </tr> ! <!-- END latest_topics --> <!-- BEGIN switch_glance_recent --> </table> Index: glance_body_big.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_glance/templates/subSilver/glance_body_big.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** glance_body_big.tpl 6 Jun 2007 21:48:36 -0000 1.1 --- glance_body_big.tpl 5 Aug 2007 19:42:57 -0000 1.2 *************** *** 18,22 **** </th> <th align="right"> ! {switch_glance_news.PREV_URL} {switch_glance_news.NEXT_URL} </th> </tr> --- 18,22 ---- </th> <th align="right"> ! <span style="font-family: Flash; color: #FFFFFF;">{switch_glance_news.PREV_URL} {switch_glance_news.NEXT_URL} </span> </th> </tr> *************** *** 37,50 **** <!-- END switch_glance_news --> ! <!-- BEGIN news --> <tr> ! <td nowrap="nowrap" valign="middle" class="row1" align="center" width="30"><a title="{news.TOPIC_TIME}" title="{news.TOPIC_TIME}" href="{news.TOPIC_LINK}">{news.BULLET}</a></td> ! <td valign="middle" width="100%" class="row1"><span class="genmed"><a href="{news.TOPIC_LINK}" class="genmed">{news.TOPIC_TITLE}</a></span></td> ! <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed"><a href="{news.FORUM_LINK}" class="genmed">{news.FORUM_TITLE}</a></span></td> ! <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{news.TOPIC_POSTER}</span></td> ! <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed">{news.TOPIC_REPLIES}</span></td> ! <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{news.POST_TIME}<br />{news.LAST_POSTER}</span></td> </tr> ! <!-- END news --> </tbody> --- 37,50 ---- <!-- END switch_glance_news --> ! <!-- BEGIN latest_news --> <tr> ! <td nowrap="nowrap" valign="middle" class="row1" align="center" width="30"><span class="genmed"><a title="{latest_news.TOPIC_TIME}" title="{latest_news.TOPIC_TIME}" href="{latest_news.U_VIEW_TOPIC}">{latest_news.TOPIC_FOLDER_IMG_SRC}</a></span></td> ! <td valign="middle" width="100%" class="row1"><span style="font-weight: bold;" class="genmed"><a href="{latest_news.U_VIEW_TOPIC}" class="genmed">{latest_news.TOPIC_TITLE}</a></span></td> ! <td valign="middle" class="row2" nowrap="nowrap" align="center"><span style="font-weight: bold;" class="genmed"><a href="{latest_news.U_VIEW_FORUM}" class="genmed">{latest_news.FORUM_TITLE}</a></span></td> ! <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{latest_news.TOPIC_AUTHOR_FULL}</span></td> ! <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed">{latest_news.TOPIC_REPLIES}</span></td> ! <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{latest_news.LAST_POST_TIME}<br />{latest_news.LAST_POSTER_FULL}</span></td> </tr> ! <!-- END latest_news --> </tbody> *************** *** 71,75 **** </th> <th align="right"> ! {switch_glance_recent.PREV_URL} {switch_glance_recent.NEXT_URL} </th> </tr> --- 71,75 ---- </th> <th align="right"> ! <span style="font-family: Flash; color: #FFFFFF;">{switch_glance_recent.PREV_URL} {switch_glance_recent.NEXT_URL} </span> </th> </tr> *************** *** 91,104 **** <!-- END switch_glance_recent --> ! <!-- BEGIN recent --> <tr> ! <td nowrap="nowrap" valign="middle" class="row1" align="center" width="30"><a title="{recent.TOPIC_TIME}" title="{recent.TOPIC_TIME}" href="{recent.TOPIC_LINK}">{recent.BULLET}</a></td> ! <td valign="middle" width="100%" class="row1"><span class="genmed"><a href="{recent.TOPIC_LINK}" class="genmed">{recent.TOPIC_TITLE}</a></span></td> ! <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed"><a href="{recent.FORUM_LINK}" class="genmed">{recent.FORUM_TITLE}</a></span></td> ! <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{recent.TOPIC_POSTER}</span></td> ! <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed">{recent.TOPIC_REPLIES}</span></td> ! <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{recent.POST_TIME}<br />{recent.LAST_POSTER}</span></td> </tr> ! <!-- END recent --> </tbody> </table> --- 91,104 ---- <!-- END switch_glance_recent --> ! <!-- BEGIN latest_topics --> <tr> ! <td nowrap="nowrap" valign="middle" class="row1" align="center" width="30"><span class="genmed"><a title="{latest_topics.TOPIC_TIME}" title="{latest_topics.TOPIC_TIME}" href="{latest_topics.U_VIEW_TOPIC}">{latest_topics.TOPIC_FOLDER_IMG_SRC}</a></span></td> ! <td valign="middle" width="100%" class="row1"><span style="font-weight: bold;" class="genmed"><a href="{latest_topics.U_VIEW_TOPIC}" class="genmed">{latest_topics.TOPIC_TITLE}</a></span></td> ! <td valign="middle" class="row2" nowrap="nowrap" align="center"><span style="font-weight: bold;" class="genmed"><a href="{latest_topics.U_VIEW_FORUM}" class="genmed">{latest_topics.FORUM_TITLE}</a></span></td> ! <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{latest_topics.TOPIC_AUTHOR_FULL}</span></td> ! <td valign="middle" class="row2" nowrap="nowrap" align="center"><span class="genmed">{latest_topics.TOPIC_REPLIES}</span></td> ! <td valign="middle" class="row3" nowrap="nowrap" align="center"><span class="genmed">{latest_topics.LAST_POST_TIME}<br />{latest_topics.LAST_POSTER_FULL}</span></td> </tr> ! <!-- END latest_topics --> </tbody> </table> |
|
From: OryNider <ory...@us...> - 2007-08-05 19:42:43
|
Update of /cvsroot/mxbb/mx_glance/language/lang_romanian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26972/lang_romanian Modified Files: lang_admin.php Log Message: This is compleate rewrite and requiring the new dbal update. Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_glance/language/lang_romanian/lang_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin.php 12 Jun 2007 11:19:16 -0000 1.2 --- lang_admin.php 5 Aug 2007 19:42:40 -0000 1.3 *************** *** 12,23 **** $lang['Glance_news_forum_id'] = "Forum Glance de Noutãþi"; ! $lang['Glance_num_news'] = "Numãrul noutãþilor de afiºat"; ! $lang['Glance_num_recent'] = "Numãrul postãrilor curente"; $lang['Glance_table_width'] = "Mãrime implicitã block"; ! $lang['Glance_show_new_bullets'] = "Aratã bulleþi Nou"; $lang['Glance_track'] = "Track"; ! $lang['Glance_auth_read'] = "Auth read"; ! $lang['Glance_news_forum'] = "Forum Noutãþi"; ! $lang['Glance_use_large'] = "Style"; // --- 12,25 ---- $lang['Glance_news_forum_id'] = "Forum Glance de Noutãþi"; ! $lang['Glance_num_news'] = "Numãrul noutãþilor de afiºat"; ! $lang['Glance_recent_ignore'] = "Forumuri ignorate"; ! $lang['Glance_num_recent'] = "Numãrul postãrilor curente"; $lang['Glance_table_width'] = "Mãrime implicitã block"; ! $lang['Glance_title_length'] = "Lunigime Titu Topic"; ! $lang['Glance_show_new_bullets'] = "Aratã bulleþi Nou"; $lang['Glance_track'] = "Track"; ! $lang['Glance_auth_read'] = "Auth read"; ! $lang['Glance_news_forum'] = "Forum Noutãþi"; ! $lang['Glance_use_large'] = "Style"; // |
|
From: OryNider <ory...@us...> - 2007-08-05 19:42:43
|
Update of /cvsroot/mxbb/mx_glance/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26972/lang_english Modified Files: lang_admin.php Log Message: This is compleate rewrite and requiring the new dbal update. Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/mx_glance/language/lang_english/lang_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin.php 12 Jun 2007 11:19:16 -0000 1.2 --- lang_admin.php 5 Aug 2007 19:42:40 -0000 1.3 *************** *** 12,23 **** $lang['Glance_news_forum_id'] = "Glance news forum"; ! $lang['Glance_num_news'] = "Number of News to display"; ! $lang['Glance_num_recent'] = "Number of recent posts"; $lang['Glance_table_width'] = "Table width - block"; ! $lang['Glance_show_new_bullets'] = "Show new bullets"; $lang['Glance_track'] = "Track"; ! $lang['Glance_auth_read'] = "Auth read"; ! $lang['Glance_news_forum'] = "News forums"; ! $lang['Glance_use_large'] = "Style"; --- 12,25 ---- $lang['Glance_news_forum_id'] = "Glance news forum"; ! $lang['Glance_num_news'] = "Number of News to display"; ! $lang['Glance_recent_ignore'] = "Forums to ingnore"; ! $lang['Glance_num_recent'] = "Number of recent posts"; $lang['Glance_table_width'] = "Table width - block"; ! $lang['Glance_title_length'] = "Topic Title Length"; ! $lang['Glance_show_new_bullets'] = "Show new bullets"; $lang['Glance_track'] = "Track"; ! $lang['Glance_auth_read'] = "Auth read"; ! $lang['Glance_news_forum'] = "News forums"; ! $lang['Glance_use_large'] = "Style"; |
|
From: OryNider <ory...@us...> - 2007-08-05 19:42:16
|
Update of /cvsroot/mxbb/mx_glance In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26863 Modified Files: mx_glance.pak mx_glance.php Log Message: This is compleate rewrite and requiring the new dbal update. Index: mx_glance.php =================================================================== RCS file: /cvsroot/mxbb/mx_glance/mx_glance.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mx_glance.php 22 Jun 2007 05:08:29 -0000 1.4 --- mx_glance.php 5 Aug 2007 19:42:07 -0000 1.5 *************** *** 4,19 **** * @package mxBB Portal Module - mx_glance * @version $Id$ ! * @copyright (c) 2001-2006 blulegend, Jack Kan, OryNider * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ ! /******************************************************************************* ! * mx_glance.php * ! ******************************************************************************* [...1282 lines suppressed...] *** 617,625 **** 'L_NO_NEW_POSTS_LOCKED' => $lang['No_new_posts_locked'], 'L_NEW_POSTS_LOCKED' => $lang['New_posts_locked'], ! 'BLOCK_SIZE' => ( !empty($block_size) ? $glance_table_width : '100%' ), 'L_BACK_TO_TOP' => ( !empty($lang['Back_to_top']) ? $lang['Back_to_top'] : 'Back to Top' ) ! )); ! ! $template->pparse('glance_output'); // THE END --- 724,732 ---- 'L_NO_NEW_POSTS_LOCKED' => $lang['No_new_posts_locked'], 'L_NEW_POSTS_LOCKED' => $lang['New_posts_locked'], ! 'BLOCK_SIZE' => ( !empty($block_size) ? $block_size : '100%' ), 'L_BACK_TO_TOP' => ( !empty($lang['Back_to_top']) ? $lang['Back_to_top'] : 'Back to Top' ) ! )); ! ! $template->pparse('glance_output'); // THE END Index: mx_glance.pak =================================================================== RCS file: /cvsroot/mxbb/mx_glance/mx_glance.pak,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_glance.pak 12 Jun 2007 11:19:14 -0000 1.2 --- mx_glance.pak 5 Aug 2007 19:42:07 -0000 1.3 *************** *** 1,13 **** ! module=+:62=+:Last News and Topics=+:modules/mx_glance/=+:Glance Module=+:0 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:62=+:73=+:Last News and Topics=+:Last News and Topics=+:mx_glance.php=+: parameter=+:73=+:137=+:Glance_news_forum_id=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0=+:0 parameter=+:73=+:138=+:Glance_num_news=+:Number=+:1=+:=+:0 ! parameter=+:73=+:139=+:Glance_num_recent=+:Number=+:5=+:=+:0 ! parameter=+:73=+:140=+:Glance_table_width=+:Number=+:200=+:=+:0 ! parameter=+:73=+:141=+:Glance_show_new_bullets=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:73=+:142=+:Glance_track=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:73=+:143=+:Glance_auth_read=+:Boolean=+:FALSE=+:=+:0=+:0 ! parameter=+:73=+:144=+:Glance_use_large=+:Radio_single_select=+:vertical=+:a:2:{i:0;s:8:"vertical";i:1;s:10:"horizontal";}=+:0=+:20 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Last News and Topics=+:Demo - Vertical block=+:30=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 --- 1,15 ---- ! module=+:62=+:Last News and Topics=+:modules/mx_glance/=+:Glance Module=+:1 New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 function=+:62=+:73=+:Last News and Topics=+:Last News and Topics=+:mx_glance.php=+: parameter=+:73=+:137=+:Glance_news_forum_id=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0=+:0 parameter=+:73=+:138=+:Glance_num_news=+:Number=+:1=+:=+:0 ! parameter=+:73=+:139=+:Glance_recent_ignore=+:Function=+:=+:get_list_multiple("{parameter_id}[]", FORUMS_TABLE, 'forum_id', 'forum_name', "{parameter_value}", TRUE)=+:0=+:0 ! parameter=+:73=+:140=+:Glance_num_recent=+:Number=+:5=+:=+:0 ! parameter=+:73=+:141=+:Glance_table_width=+:Number=+:200=+:=+:0 ! parameter=+:73=+:142=+:Glance_title_length=+:Number=+:0=+:=+:0 ! parameter=+:73=+:143=+:Glance_show_new_bullets=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:73=+:144=+:Glance_track=+:Boolean=+:TRUE=+:=+:0=+:0 ! parameter=+:73=+:145=+:Glance_auth_read=+:Boolean=+:FALSE=+:=+:0=+:0 ! parameter=+:73=+:146=+:Glance_use_large=+:Radio_single_select=+:vertical=+:a:2:{i:0;s:8:"vertical";i:1;s:10:"horizontal";}=+:0=+:20 parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Last News and Topics=+:Demo - Vertical block=+:30=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 |
|
From: OryNider <ory...@us...> - 2007-08-05 19:42:13
|
Update of /cvsroot/mxbb/mx_glance/contrib In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26863/contrib Removed Files: glance_body_old.tpl mx_glance_new.pak Log Message: This is compleate rewrite and requiring the new dbal update. --- glance_body_old.tpl DELETED --- --- mx_glance_new.pak DELETED --- |
|
From: OryNider <ory...@us...> - 2007-08-05 19:42:12
|
Update of /cvsroot/mxbb/mx_glance/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26863/admin Modified Files: admin_mx_glance.php Log Message: This is compleate rewrite and requiring the new dbal update. Index: admin_mx_glance.php =================================================================== RCS file: /cvsroot/mxbb/mx_glance/admin/admin_mx_glance.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_mx_glance.php 6 Jun 2007 21:47:43 -0000 1.1 --- admin_mx_glance.php 5 Aug 2007 19:42:07 -0000 1.2 *************** *** 12,16 **** if(!$result = $db->sql_query($sql)) { ! message_die(GENERAL_ERROR, "Could not query Last News and Topics module information", "", __LINE__, __FILE__, $sql); } $row = $db->sql_fetchrow($result); --- 12,16 ---- if(!$result = $db->sql_query($sql)) { ! mx_message_die(GENERAL_ERROR, "Could not query Last News and Topics module information", "", __LINE__, __FILE__, $sql); } $row = $db->sql_fetchrow($result); |
|
From: OryNider <ory...@us...> - 2007-08-02 13:36:59
|
Update of /cvsroot/mxbb/mx_smartor In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19485 Modified Files: welcome.php Log Message: Index: welcome.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/welcome.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** welcome.php 5 Jul 2007 06:00:22 -0000 1.6 --- welcome.php 2 Aug 2007 13:28:46 -0000 1.7 *************** *** 24,28 **** // Start session management // ! $mx_user->init($user_ip, PAGE_INDEX); // // End session management --- 24,28 ---- // Start session management // ! //$mx_user->init($user_ip, PAGE_INDEX); // // End session management |
|
From: OryNider <ory...@us...> - 2007-08-02 11:59:38
|
Update of /cvsroot/mxbb/mx_online_adv In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20569 Modified Files: mx_online_adv.php Log Message: Index: mx_online_adv.php =================================================================== RCS file: /cvsroot/mxbb/mx_online_adv/mx_online_adv.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mx_online_adv.php 28 Jun 2007 16:56:19 -0000 1.4 --- mx_online_adv.php 2 Aug 2007 11:59:31 -0000 1.5 *************** *** 18,22 **** // Start session management // ! $mx_user->init($user_ip, PAGE_INDEX); // // End session management --- 18,22 ---- // Start session management // ! //$mx_user->init($user_ip, PAGE_INDEX); // // End session management *************** *** 291,297 **** --- 291,299 ---- $spiders = str_replace('google','<span style="font-weight: bold; color: #2244BB;">G</span><span style="font-weight: bold; color: #DD2222;">o</span><span style="font-weight: bold; color: #EEBB00;">o</span><span style="font-weight: bold; color: #2244BB;">g</span><span style="font-weight: bold; color: #339933;">l</span><span style="font-weight: bold; color: #DD2222;">e</span>',$spiders); + $spiders = str_replace('adsense','<span ' . $yahoo_color . '>adsense</span>',$spiders); $spiders = str_replace('msn','<span ' . $msn_color . '>msn</span>',$spiders); $spiders = str_replace('lycos','<span ' . $lycos_color . '>lycos</span>',$spiders); $spiders = str_replace('yahoo','<span ' . $yahoo_color . '>Yahoo!</span>',$spiders); + $spiders = str_replace('slurp','<span ' . $yahoo_color . '>Yahoo! Slurp</span>',$spiders); $online_userlist = ( ( isset($forum_id) ) ? $lang['Browsing_forum'] : $lang['Registered_users'] ) . ' ' . $online_userlist; |
|
From: OryNider <ory...@us...> - 2007-08-01 23:34:56
|
Update of /cvsroot/mxbb/mx_music/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20475 Modified Files: subSilver.cfg Added Files: music_lists.tpl Log Message: This will add a new block for recent songs :D --- NEW FILE: music_lists.tpl --- <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td class="catLeft" height="28"><span class="cattitle">{L_RECENT_SONGS}</span></td> </tr> <!-- BEGIN music_lists_no_songs --> <tr> <td class="row1" align="left" colspan="2">{L_NO_SONGS}</td> </tr> <!-- END music_lists_no_songs --> <!-- BEGIN music_recent --> <tr> <td class="row1" valign="top" height="100%"><span class="genmed"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <!-- END music_recent --> <!-- BEGIN music_recent_lists --> <tr> <td nowrap valign="top">{music_recent_lists.BULLET}</td> <td valign="top" width="100%"> <br /><span class="genmed">{music_recent_lists.TITLE}</span> <br /><span class="gensmall">{music_recent_lists.L_POSTER}: {music_recent_lists.POSTER}</span> </td> </tr> <!-- END music_recent_lists --> <!-- BEGIN music_recent --> </table> </td> </tr> <!-- END music_recent --> </table> |
|
From: OryNider <ory...@us...> - 2007-08-01 23:34:42
|
Update of /cvsroot/mxbb/mx_music/language/lang_romanian In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20443/lang_romanian Modified Files: lang_admin.php lang_admin_music.php lang_main_music.php Log Message: This will add a new block for recent songs :D Index: lang_main_music.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/language/lang_romanian/lang_main_music.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main_music.php 6 Jun 2007 20:54:57 -0000 1.1 --- lang_main_music.php 1 Aug 2007 23:34:36 -0000 1.2 *************** *** 31,34 **** --- 31,35 ---- $lang['No_Songs'] = 'Nici o melodie'; $lang['Top_Songs'] = 'Top melodii'; + $lang['Recent_Songs'] = 'Melodii recente'; $lang['Song_Limit'] = 'Limitã de melodii'; $lang['Nav_Separator'] = ' » '; |
|
From: OryNider <ory...@us...> - 2007-08-01 23:34:42
|
Update of /cvsroot/mxbb/mx_music/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20443/lang_english Modified Files: lang_admin.php lang_admin_music.php lang_main_music.php Log Message: This will add a new block for recent songs :D Index: lang_main_music.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/language/lang_english/lang_main_music.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main_music.php 6 Jun 2007 20:54:56 -0000 1.1 --- lang_main_music.php 1 Aug 2007 23:34:36 -0000 1.2 *************** *** 24,27 **** --- 24,28 ---- $lang['No_Songs'] = 'No Song'; $lang['Top_Songs'] = 'Top Songs'; + $lang['Recent_Songs'] = 'Recent Songs'; $lang['Song_Limit'] = 'Song limit'; $lang['Nav_Separator'] = ' » '; |
|
From: OryNider <ory...@us...> - 2007-08-01 23:34:01
|
Update of /cvsroot/mxbb/mx_music/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19941/admin Modified Files: admin_music_auth.php admin_music_cat.php admin_music_cfg.php admin_music_ext.php Log Message: This will add a new block for recent songs :D |
|
From: OryNider <ory...@us...> - 2007-08-01 23:33:41
|
Update of /cvsroot/mxbb/mx_music In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19941 Modified Files: db_install.php db_uninstall.php db_upgrade.php music.php music_center.pak release.txt Added Files: music_lists.php Log Message: This will add a new block for recent songs :D Index: release.txt =================================================================== RCS file: /cvsroot/mxbb/mx_music/release.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** release.txt 6 Jun 2007 20:43:56 -0000 1.2 --- release.txt 1 Aug 2007 23:33:27 -0000 1.3 *************** *** 1,6 **** ! Jon ! [b][Release][mx_music]: Music Center[/b] ! [b][Authors]: Cf Manager, OryNider[/b] [b][Version]: 2.0.6 [/b] --- 1,5 ---- ! [b][Release][mx_music]: Music Center[/b] ! [b][Authors]: Cf Manager, OryNider[/b] [b][Version]: 2.0.6 [/b] *************** *** 12,27 **** [b][DEMO]:[/b] [url=http://atcer.ministry.ro/board/?page=16]Here[/url] ! [b][Note]:[/b] [color=red]If you upgrade from 2.7.x and you have mx_musiconline, the posibility of migration to mx_music it's just teoretical with unknown rezult, and you do it at your own risc!!! A mx_musiconline module for 2.8.0 may be relesed by Selven.[/color] ! [b][Description]:[/b] This Module allows you create the Music Center Page/Block where users can upload, listen, rate and comment on songs. ! Beside that, users can link URL of the song from the another server without uploading. ! You have an admin panel that allows you to manage the features of the module. Some modifications on the original MODS have been applied to make this package more integrated, flexible and multilanguage. Allowed files: MP3, WMA, WMV, WAV, MIDI, MPEG, AVI, AU, SWF, QT, RAM, RM and others. [b]Additionaly:[/b] ! [list] [*][u]Music Song Image[/u] - You can add the Song Image to the section of each song. (Maybe CD Cover, Artist Photo or any image you want ;) ) Maximum image size is configurable in adminCP :D --- 11,26 ---- [b][DEMO]:[/b] [url=http://atcer.ministry.ro/board/?page=16]Here[/url] ! [b][Note]:[/b] [color=red]If you upgrade from 2.7.x and you have mx_musiconline, the posibility of migration to mx_music it's just teoretical with unknown rezult, and you do it at your own risc!!! A mx_musiconline module for 2.8.0 may be relesed by Selven.[/color] ! [b][Description]:[/b] This Module allows you create the Music Center Page/Block where users can upload, listen, rate and comment on songs. ! Beside that, users can link URL of the song from the another server without uploading. ! You have an admin panel that allows you to manage the features of the module. Some modifications on the original MODS have been applied to make this package more integrated, flexible and multilanguage. Allowed files: MP3, WMA, WMV, WAV, MIDI, MPEG, AVI, AU, SWF, QT, RAM, RM and others. [b]Additionaly:[/b] ! [list] [*][u]Music Song Image[/u] - You can add the Song Image to the section of each song. (Maybe CD Cover, Artist Photo or any image you want ;) ) Maximum image size is configurable in adminCP :D *************** *** 34,38 **** [b]Special Note:[/b] [color=blue] ! In version 2.0.2 and above if you are posting a radio stream that ends with "/listen.pls" on music_page will be swiched to music_stream mode and will make traffic on your website, but if it's submited like a normal url with no "/listen.pls" will make traffic on the shotcast server who is brotcasting the stream. But if it's submited with "/listen.pls" can be listened with your favorite player and the original stream informations will he hidden To do this copy the link from Download/Listen in your player on the website or local computer such as WinAMP :wink: But do not try to save the file couse you will just make not needed traffic and get a very large file!!![/color] [b][Download]:[/b] [URL=http://www.mx-system.com/modules/mx_pafiledb/dload.php?action=download&file_id=368]mx_music_center.zip[/URL] --- 33,37 ---- [b]Special Note:[/b] [color=blue] ! In version 2.0.2 and above if you are posting a radio stream that ends with "/listen.pls" on music_page will be swiched to music_stream mode and will make traffic on your website, but if it's submited like a normal url with no "/listen.pls" will make traffic on the shotcast server who is brotcasting the stream. But if it's submited with "/listen.pls" can be listened with your favorite player and the original stream informations will he hidden To do this copy the link from Download/Listen in your player on the website or local computer such as WinAMP :wink: But do not try to save the file couse you will just make not needed traffic and get a very large file!!![/color] [b][Download]:[/b] [URL=http://www.mx-system.com/modules/mx_pafiledb/dload.php?action=download&file_id=368]mx_music_center.zip[/URL] Index: music.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music.php 6 Jun 2007 20:32:28 -0000 1.1 --- music.php 1 Aug 2007 23:33:26 -0000 1.2 *************** *** 67,71 **** // Get general music information // ! include($music_root_path . 'music_common.'.$phpEx); // --- 67,71 ---- // Get general music information // ! include_once($music_root_path . 'music_common.'.$phpEx); // Index: music_center.pak =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_center.pak,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_center.pak 6 Jun 2007 20:32:29 -0000 1.1 --- music_center.pak 1 Aug 2007 23:33:27 -0000 1.2 *************** *** 4,6 **** --- 4,10 ---- parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 block=+:=+:Music Center=+:Demo block=+:60=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 + New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0 + function=+:57=+:61=+:Music_list=+:Music toplists=+:music_lists.php=+: + parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0 + block=+:=+:Music Toplist=+:Demo block=+:61=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1 function=+:0=+:0=+:0=+:endoflist=+:0=+:0 --- NEW FILE: music_lists.php --- <?php /** * * @package mxBB Portal Module - mx_music * @version $Id: music_lists.php,v 1.1 2007/08/01 23:33:27 orynider Exp $ * @copyright (c) 2003 [ory...@rd..., OryNider] mxBB Development Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ // // ERROR HANDLING // //error_reporting( E_ALL ); if( !defined('IN_PORTAL') || !is_object($mx_block)) { die("Hacking attempt"); } else { define( 'MXBB_MODULE', true ); $is_block = TRUE; } // // Read block Configuration // $title = $mx_block->block_info['block_title']; $block_size = ( isset($block_size) && !empty($block_size) ? $block_size : '100%' ); $bullet_full = '<span class="genmed" style="color:#FFA34F"><b>›</b> </span>'; //global $images, $mx_images; $music_root_path = $module_root_path . 'music_box/'; // // Get general music information // include_once($music_root_path . 'music_common.'.$phpEx); // // Nav switch for mx // // --------------------- // Check $album_user_id // --------------------- if (isset ($_POST['user_id'])) { $music_user_id = intval($_POST['user_id']); } elseif (isset ($_GET['user_id'])) { $music_user_id = intval($_GET['user_id']); } else { $music_user_id = $userdata['user_id']; } /* +---------------------------------------------------------- | Build Categories Index +---------------------------------------------------------- */ $sql = "SELECT c.*, COUNT(s.song_id) AS count FROM ". MUSIC_CAT_TABLE ." AS c LEFT JOIN ". MUSIC_TABLE ." AS s ON c.cat_id = s.song_cat_id WHERE cat_id <> 0 GROUP BY cat_id ORDER BY cat_order ASC"; if( !($result = $db->sql_query($sql)) ) { mx_message_die(GENERAL_ERROR, 'Could not query categories list', '', __LINE__, __FILE__, $sql); } $catrows = array(); while( $row = $db->sql_fetchrow($result) ) { $music_user_access = music_user_access($row['cat_id'], $row, 1, 0, 0, 0, 0, 0); // VIEW if ($music_user_access['view'] == 1) { $catrows[] = $row; } } $allowed_cat = ''; // For Recent Public Songs below // // $catrows now stores all categories which this user can view. Dump them out! // for ($i = 0; $i < count($catrows); $i++) { // -------------------------------- // Build allowed category-list (for recent songs after here) // -------------------------------- $allowed_cat .= ($allowed_cat == '') ? $catrows[$i]['cat_id'] : ',' . $catrows[$i]['cat_id']; // -------------------------------- // Build moderators list // -------------------------------- $l_moderators = ''; $moderators_list = ''; $grouprows= array(); if( $catrows[$i]['cat_moderator_groups'] != '') { // We have usergroup_ID, now we need usergroup name $sql = "SELECT group_id, group_name FROM " . GROUPS_TABLE . " WHERE group_single_user <> 1 AND group_type <> ". GROUP_HIDDEN ." AND group_id IN (". $catrows[$i]['cat_moderator_groups'] .") ORDER BY group_name ASC"; if ( !$result = $db->sql_query($sql) ) { mx_message_die(GENERAL_ERROR, 'Could not obtain usergroups data', '', __LINE__, __FILE__, $sql); } while( $row = $db->sql_fetchrow($result) ) { $grouprows[] = $row; } } if( count($grouprows) > 0 ) { $l_moderators = $lang['Moderators']; for ($j = 0; $j < count($grouprows); $j++) { $group_link = '<a href="'. append_sid($phpbb_root_path. "groupcp.$phpEx?". POST_GROUPS_URL .'='. $grouprows[$j]['group_id']) .'">'. $grouprows[$j]['group_name'] .'</a>'; $moderators_list .= ($moderators_list == '') ? $group_link : ', ' . $group_link; } } // ------------------------------------------ // Get Last song of this Category // ------------------------------------------ if ($catrows[$i]['count'] == 0) { // // Oh, this category is empty // $last_song_info = $lang['No_Songs']; $u_last_song = ''; $last_song_title = ''; } else { // ---------------------------- // Check Song Approval // ---------------------------- if(($catrows[$i]['cat_approval'] == MUSIC_ADMIN) or ($catrows[$i]['cat_approval'] == MUSIC_MOD)) { $song_approval_sql = 'AND s.song_approval = 1'; // song Approval ON } else { $song_approval_sql = ''; // song Approval OFF } // ---------------------------- // OK, we may do a query now... // ---------------------------- $sql = "SELECT s.song_id, s.song_title, s.song_singer, s.song_user_id, s.song_username, s.song_time, s.song_cat_id, u.user_id, u.username FROM ". MUSIC_TABLE ." AS s LEFT JOIN ". USERS_TABLE ." AS u ON s.song_user_id = u.user_id WHERE s.song_cat_id = '". $catrows[$i]['cat_id'] ."' $song_approval_sql ORDER BY s.song_time DESC LIMIT 1"; if ( !$result = $db->sql_query($sql) ) { mx_message_die(GENERAL_ERROR, 'Could not get last song information', '', __LINE__, __FILE__, $sql); } $lastrow = $db->sql_fetchrow($result); // ---------------------------- // Write the Date // ---------------------------- $last_song_info = create_date($board_config['default_dateformat'], $lastrow['song_time'], $board_config['board_timezone']); $last_song_info .= '<br />'; // ---------------------------- // Write username of last poster // ---------------------------- if( ($lastrow['user_id'] == MUSIC_GUEST) or ($lastrow['username'] == '') ) { $last_song_info .= ($lastrow['song_username'] == '') ? $lang['Guest'] : $lastrow['song_username']; } else { $last_song_info .= $lang['Poster'] .': <a href="'. append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $lastrow['user_id']) .'">'. $lastrow['username'] .'</a>'; } // ---------------------------- // Write the last song's title. // Truncate it if it's too long // ---------------------------- if( !isset($music_config['last_song_title_length']) ) { $music_config['last_song_title_length'] = 25; } $lastrow['song_title'] = $lastrow['song_title']; if (strlen($lastrow['song_title']) > $music_config['last_song_title_length']) { $lastrow['song_title'] = substr($lastrow['song_title'], 0, $music_config['last_song_title_length']) . '...'; } $last_song_info .= '<br />'. $lang['Song_Title'] .': <a href="'; $last_song_info .= append_sid(this_mo_mxurl("music_mode=music_page&song_id=". $lastrow['song_id'])) .'">' ; $last_song_info .= $lastrow['song_title'] .'</a>'; } // END of Last Song // ------------------------------------------ // Parse to template the info of the current Category // ------------------------------------------ $template->assign_block_vars('catrow_lists', array( 'U_VIEW_CAT' => append_sid(this_mo_mxurl("music_mode=music_cat&cat_id=". $catrows[$i]['cat_id'])), 'CAT_TITLE' => $catrows[$i]['cat_title'], 'CAT_DESC' => $catrows[$i]['cat_desc'], 'CAT_VIEWS' => $catrows[$i]['cat_views'], 'L_MODERATORS' => $l_moderators, 'MODERATORS' => $moderators_list, 'SONGS' => $catrows[$i]['count'], 'LAST_SONG_INFO' => $last_song_info) ); } // END of Categories Index /* +---------------------------------------------------------- | Top Song +---------------------------------------------------------- */ if( isset($HTTP_GET_VARS['sort_method']) ) { switch ($HTTP_GET_VARS['sort_method']) { case 'song_time': $sort_method = 'song_time'; break; case 'song_view_count': $sort_method = 'song_view_count'; break; case 'rating': $sort_method = 'rating'; break; case 'comments': $sort_method = 'comments'; break; case 'new_comment': $sort_method = 'new_comment'; break; default: $sort_method = $music_config['sort_method']; } } else if( isset($HTTP_POST_VARS['sort_method']) ) { switch ($HTTP_POST_VARS['sort_method']) { case 'song_time': $sort_method = 'song_time'; break; case 'song_view_count': $sort_method = 'song_view_count'; break; case 'rating': $sort_method = 'rating'; break; case 'comments': $sort_method = 'comments'; break; case 'new_comment': $sort_method = 'new_comment'; break; default: $sort_method = $music_config['sort_method']; } } else { $sort_method = $music_config['sort_method']; } // Song limit if( isset($HTTP_GET_VARS['song_limit']) ) { switch ($HTTP_GET_VARS['song_limit']) { case '5': $song_limit = '5'; break; case '10': $song_limit = '10'; break; case '15': $song_limit = '15'; break; case '20': $song_limit = '20'; break; default: $song_limit = $music_config['top']; } } else if( isset($HTTP_POST_VARS['song_limit']) ) { switch ($HTTP_POST_VARS['song_limit']) { case '5': $song_limit = '5'; break; case '10': $song_limit = '10'; break; case '15': $song_limit = '15'; break; case '20': $song_limit = '20'; break; default: $song_limit = $music_config['top']; } } else { $song_limit = $music_config['top']; } // // We may do query now // if ($allowed_cat != '') { $sql = "SELECT s.song_id, s.song_title, s.song_desc, s.song_singer, s.song_user_id, s.song_user_ip, s.song_username, s.song_time, s.song_cat_id, s.song_view_count, u.user_id, u.username, r.rate_song_id, AVG(r.rate_point) AS rating, COUNT(DISTINCT c.comment_id) AS comments, MAX(c.comment_id) as new_comment FROM ". MUSIC_TABLE ." AS s LEFT JOIN ". USERS_TABLE ." AS u ON s.song_user_id = u.user_id LEFT JOIN ". MUSIC_CAT_TABLE ." AS ct ON s.song_cat_id = ct.cat_id LEFT JOIN ". MUSIC_RATE_TABLE ." AS r ON s.song_id = r.rate_song_id LEFT JOIN ". MUSIC_COMMENT_TABLE ." AS c ON s.song_id = c.comment_song_id WHERE s.song_cat_id IN ($allowed_cat) AND ( s.song_approval = 1 OR ct.cat_approval = 0 ) GROUP BY s.song_id ORDER BY $sort_method DESC LIMIT $song_limit"; if( !($result = $db->sql_query($sql)) ) { mx_message_die(GENERAL_ERROR, 'Could not query top songs information', '', __LINE__, __FILE__, $sql); } $topsongrow = array(); while( $row = $db->sql_fetchrow($result) ) { $topsongrow[] = $row; } $template->assign_block_vars('music_recent', array()); if (count($topsongrow) > 0) { for ($i = 0; $i < count($topsongrow); $i += $music_config['rows_per_page']) { for ($j = $i; $j < ($i + $music_config['rows_per_page']); $j++) { if( $j >= count($topsongrow) ) { break; } if(!$topsongrow[$j]['rating']) { $topsongrow[$j]['rating'] = $lang['Not_rated']; } else { $topsongrow[$j]['rating'] = round($topsongrow[$j]['rating'], 2); } if( ($topsongrow[$j]['user_id'] == MUSIC_GUEST) or ($topsongrow[$j]['username'] == '') ) { $top_poster = ($topsongrow[$j]['song_username'] == '') ? $lang['Guest'] : $topsongrow[$j]['song_username']; } else { $top_poster = '<a href="'. append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $topsongrow[$j]['user_id']) .'">'. $topsongrow[$j]['username'] .'</a>'; } $template->assign_block_vars('music_recent_lists', array( 'BULLET' => $bullet_full, 'TITLE' => '<a href="'. append_sid(this_mo_mxurl("music_mode=music_page&song_id=". $topsongrow[$j]['song_id'])) . '">' . $topsongrow[$j]['song_title'] . '</a>', 'SINGER' => $topsongrow[$j]['song_singer'], 'POSTER' => $top_poster, 'L_SONG_LIMIT' => $lang['Song_Limit'], 'L_NO_SONGS' => $lang['No_Songs'], 'L_SONG_TITLE' => $lang['Song_Title'], 'L_SINGER' => $lang['Singer'], 'L_POSTER' => $lang['Poster'], 'L_POSTED' => $lang['Posted'], 'L_RATING' => $lang['Rating'], 'L_COMMENTS' => $lang['Comments'], 'TIME' => create_date($board_config['default_dateformat'], $topsongrow[$j]['song_time'], $board_config['board_timezone']), 'VIEW' => $topsongrow[$j]['song_view_count'], 'RATING' => ($music_config['rate'] == 1) ? ( '<a href="'. append_sid(this_mo_mxurl("music_mode=music_rate&song_id=". $topsongrow[$j]['song_id'])) . '">' . $topsongrow[$j]['rating'] . '</a>' ) : '', 'COMMENTS' => ($music_config['comment'] == 1) ? ( '<a href="'. append_sid(this_mo_mxurl("music_mode=music_comment&song_id=". $topsongrow[$j]['song_id'])) . '">' . $topsongrow[$j]['comments'] . '</a>' ) : '', 'IP' => ($userdata['user_level'] == ADMIN) ? $lang['IP_Address'] . ': <a href="http://www.nic.com/cgi-bin/whois.cgi?query=' . decode_ip($topsongrow[$j]['song_user_ip']) . '" target="_blank">' . decode_ip($topsongrow[$j]['song_user_ip']) .'</a><br />' : '', 'U_SONG' => append_sid(this_mo_mxurl("music_mode=music_page&song_id=". $topsongrow[$j]['song_id'])), 'DESC' => $topsongrow[$j]['song_desc'], 'S_ROW_COUNT' => $j) ); } } } else { // // No songs Found // $template->assign_block_vars('music_lists_no_songs', array()); } } else { // // No Cats Found // $template->assign_block_vars('music_lists_no_songs', array()); } // ------------------------------------ // additional sorting options // ------------------------------------ $sort_rating_option = ''; $sort_comments_option = ''; if( $music_config['rate'] == 1 ) { $sort_rating_option = '<option value="rating" '; $sort_rating_option .= ($sort_method == 'rating') ? 'selected="selected"' : ''; $sort_rating_option .= '>' . $lang['Rating'] .'</option>'; } if( $music_config['comment'] == 1 ) { $sort_comments_option = '<option value="comments" '; $sort_comments_option .= ($sort_method == 'comments') ? 'selected="selected"' : ''; $sort_comments_option .= '>' . $lang['Comments'] .'</option>'; $sort_new_comment_option = '<option value="new_comment" '; $sort_new_comment_option .= ($sort_method == 'new_comment') ? 'selected="selected"' : ''; $sort_new_comment_option .= '>' . $lang['New_Comment'] .'</option>'; } /* +---------------------------------------------------------- | Start output the page +---------------------------------------------------------- */ //$page_title = $lang['Music']; if ( !is_object($mx_block)) { include($mx_root_path . 'includes/page_header.'.$phpEx); } $template->set_filenames(array( 'music_lists_body' => 'music_lists.tpl') ); $template->assign_vars(array( 'BLOCK_SIZE' => ( !empty($block_size) ? $block_size : '100%' ), 'L_TOP_SONGS' => $lang['Top_Songs'], 'L_RECENT_SONGS' => $lang['Recent_Songs'], 'L_NO_SONGS' => $lang['No_Songs']) ); // // Generate the page // $template->pparse('music_lists_body'); if ( !is_object($mx_block)) { include($mx_root_path . 'includes/page_tail.'.$phpEx); } // +------------------------------------------------------+ // | Powered by Music Online 2.0 (c) 2003 Cf Manager | // +------------------------------------------------------+ ?> |
|
From: OryNider <ory...@us...> - 2007-08-01 23:33:36
|
Update of /cvsroot/mxbb/mx_music/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19941/includes Modified Files: music_cat.php music_comment.php music_comment_delete.php music_comment_edit.php music_delete.php music_download.php music_edit.php music_list.php music_modcp.php music_page.php music_rate.php music_song.php music_stream.php music_upload.php Log Message: This will add a new block for recent songs :D |
|
From: OryNider <ory...@us...> - 2007-08-01 23:33:34
|
Update of /cvsroot/mxbb/mx_music/music_box In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19941/music_box Modified Files: music_common.php music_constants.php music_functions.php music_integration.php Log Message: This will add a new block for recent songs :D |