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...> - 2013-10-03 10:05:46
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1378 Modified Files: functions_pafiledb.php Log Message: Index: functions_pafiledb.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions_pafiledb.php,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** functions_pafiledb.php 25 Oct 2012 13:02:02 -0000 1.66 --- functions_pafiledb.php 3 Oct 2013 10:05:44 -0000 1.67 *************** *** 426,430 **** $cat_sub .= (!empty($cat_sub) ? '<span class=' . $class . '>, </span>' : '') . '<a href="' . mx_append_sid( $this->this_mxurl( 'action=category&cat_id=' . $cat_row['cat_id'] ) ) . '" class=' . $class . '>' . $cat_row['cat_name'] . '</a>'; } - /* else { --- 426,429 ---- *************** *** 446,452 **** } } - */ } ! if ($truncate) { --- 445,450 ---- } } } ! if ($truncate) { *************** *** 666,670 **** $last_file_time = phpBB2::create_date( $board_config['default_dateformat'], $last_file_info['file_time'], $board_config['board_timezone'] ); $last_file = $last_file_time . '<br />'; ! $last_file_name = ( strlen( stripslashes( $last_file_info['file_name'] ) ) > 20 ) ? substr( stripslashes( $last_file_info['file_name'] ), 0, 20 ) . '...' : stripslashes( $last_file_info['file_name'] ); $last_file .= '<a href="' . mx_append_sid( $this->this_mxurl( 'action=file&file_id=' . $last_file_info['file_id'] ) ) . '" alt="' . stripslashes( $last_file_info['file_name'] ) . '" title="' . stripslashes( $last_file_info['file_name'] ) . '">' . $last_file_name . '</a> '; $last_file .= '<a href="' . mx_append_sid( $this->this_mxurl( 'action=file&file_id=' . $last_file_info['file_id'] ) ) . '"><img src="' . $images['pa_icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_file'] . '" title="' . $lang['View_latest_file'] . '" /></a>'; --- 664,668 ---- $last_file_time = phpBB2::create_date( $board_config['default_dateformat'], $last_file_info['file_time'], $board_config['board_timezone'] ); $last_file = $last_file_time . '<br />'; ! $last_file_name = ( strlen( stripslashes( $last_file_info['file_name'] ) ) > 50 ) ? substr( stripslashes( $last_file_info['file_name'] ), 0, 50 ) . '...' : stripslashes( $last_file_info['file_name'] ); $last_file .= '<a href="' . mx_append_sid( $this->this_mxurl( 'action=file&file_id=' . $last_file_info['file_id'] ) ) . '" alt="' . stripslashes( $last_file_info['file_name'] ) . '" title="' . stripslashes( $last_file_info['file_name'] ) . '">' . $last_file_name . '</a> '; $last_file .= '<a href="' . mx_append_sid( $this->this_mxurl( 'action=file&file_id=' . $last_file_info['file_id'] ) ) . '"><img src="' . $images['pa_icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_file'] . '" title="' . $lang['View_latest_file'] . '" /></a>'; *************** *** 739,743 **** $last_file_time = phpBB2::create_date( $board_config['default_dateformat'], $last_file_info['file_time'], $board_config['board_timezone'] ); $last_file = $last_file_time . '<br />'; ! $last_file_name = ( strlen( stripslashes( $last_file_info['file_name'] ) ) > 20 ) ? substr( stripslashes( $last_file_info['file_name'] ), 0, 20 ) . '...' : stripslashes( $last_file_info['file_name'] ); $last_file .= '<a href="' . mx_append_sid( $this->this_mxurl( 'action=file&file_id=' . $last_file_info['file_id'] ) ) . '" alt="' . stripslashes( $last_file_info['file_name'] ) . '" title="' . stripslashes( $last_file_info['file_name'] ) . '">' . $last_file_name . '</a> '; $last_file .= '<a href="' . mx_append_sid( $this->this_mxurl( 'action=file&file_id=' . $last_file_info['file_id'] ) ) . '"><img src="' . $images['pa_icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_file'] . '" title="' . $lang['View_latest_file'] . '" /></a>'; --- 737,741 ---- $last_file_time = phpBB2::create_date( $board_config['default_dateformat'], $last_file_info['file_time'], $board_config['board_timezone'] ); $last_file = $last_file_time . '<br />'; ! $last_file_name = ( strlen( stripslashes( $last_file_info['file_name'] ) ) > 50 ) ? substr( stripslashes( $last_file_info['file_name'] ), 0, 50 ) . '...' : stripslashes( $last_file_info['file_name'] ); $last_file .= '<a href="' . mx_append_sid( $this->this_mxurl( 'action=file&file_id=' . $last_file_info['file_id'] ) ) . '" alt="' . stripslashes( $last_file_info['file_name'] ) . '" title="' . stripslashes( $last_file_info['file_name'] ) . '">' . $last_file_name . '</a> '; $last_file .= '<a href="' . mx_append_sid( $this->this_mxurl( 'action=file&file_id=' . $last_file_info['file_id'] ) ) . '"><img src="' . $images['pa_icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_file'] . '" title="' . $lang['View_latest_file'] . '" /></a>'; *************** *** 817,821 **** $last_file_time = phpBB2::create_date( $board_config['default_dateformat'], $last_file_info['file_time'], $board_config['board_timezone'] ); $last_file = $last_file_time . '<br />'; ! $last_file_name = ( strlen( $last_file_info['file_name'] ) > 20 ) ? substr( $last_file_info['file_name'], 0, 20 ) . '...' : $last_file_info['file_name']; $last_file .= '<a href="' . mx_append_sid( $this->this_mxurl( 'action=file&file_id=' . $last_file_info['file_id'] ) ) . '">' . $last_file_name . '</a> '; $last_file .= '<a href="' . mx_append_sid( $this->this_mxurl( 'action=file&file_id=' . $last_file_info['file_id'] ) ) . '"><img src="' . $images['pa_icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_file'] . '" title="' . $lang['View_latest_file'] . '" /></a>'; --- 815,819 ---- $last_file_time = phpBB2::create_date( $board_config['default_dateformat'], $last_file_info['file_time'], $board_config['board_timezone'] ); $last_file = $last_file_time . '<br />'; ! $last_file_name = ( strlen( $last_file_info['file_name'] ) > 50 ) ? substr( $last_file_info['file_name'], 0, 50 ) . '...' : $last_file_info['file_name']; $last_file .= '<a href="' . mx_append_sid( $this->this_mxurl( 'action=file&file_id=' . $last_file_info['file_id'] ) ) . '">' . $last_file_name . '</a> '; $last_file .= '<a href="' . mx_append_sid( $this->this_mxurl( 'action=file&file_id=' . $last_file_info['file_id'] ) ) . '"><img src="' . $images['pa_icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_file'] . '" title="' . $lang['View_latest_file'] . '" /></a>'; *************** *** 1768,1772 **** $file_name = ( isset( $_POST['name'] ) ) ? addslashes( htmlspecialchars( $_POST['name'] ) ) : ''; $file_long_desc = ( isset( $_POST['long_desc'] ) ) ? addslashes( htmlspecialchars( $_POST['long_desc'] ) ) : ''; ! $file_short_desc = ( isset( $_POST['short_desc'] ) ) ? addslashes( htmlspecialchars( $_POST['short_desc'] ) ) : ( ( !empty( $_POST['long_desc'] ) ) ? substr( addslashes( htmlspecialchars( $_POST['long_desc'] ) ), 0, 50 ) . '...' : '' ); $file_author = ( isset( $_POST['author'] ) ) ? addslashes( htmlspecialchars( $_POST['author'] ) ) : ( ( $userdata['user_id'] != ANONYMOUS ) ? $userdata['username'] : '' ); $file_version = ( isset( $_POST['version'] ) ) ? addslashes( htmlspecialchars( $_POST['version'] ) ) : ''; --- 1766,1770 ---- $file_name = ( isset( $_POST['name'] ) ) ? addslashes( htmlspecialchars( $_POST['name'] ) ) : ''; $file_long_desc = ( isset( $_POST['long_desc'] ) ) ? addslashes( htmlspecialchars( $_POST['long_desc'] ) ) : ''; ! $file_short_desc = ( isset( $_POST['short_desc'] ) ) ? addslashes( htmlspecialchars( $_POST['short_desc'] ) ) : ( ( !empty( $_POST['long_desc'] ) ) ? substr( addslashes( htmlspecialchars( $_POST['long_desc'] ) ), 0, 100 ) . '...' : '' ); $file_author = ( isset( $_POST['author'] ) ) ? addslashes( htmlspecialchars( $_POST['author'] ) ) : ( ( $userdata['user_id'] != ANONYMOUS ) ? $userdata['username'] : '' ); $file_version = ( isset( $_POST['version'] ) ) ? addslashes( htmlspecialchars( $_POST['version'] ) ) : ''; |
|
From: Florin C B. <ory...@us...> - 2013-10-03 08:34:00
|
Update of /cvsroot/mxbb/core/includes/sessions/olympus In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29660/olympus Log Message: Directory /cvsroot/mxbb/core/includes/sessions/olympus added to the repository |
|
From: Florin C B. <ory...@us...> - 2013-10-03 08:33:14
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29644 Added Files: mx_textblock_blog.tpl Log Message: --- NEW FILE: mx_textblock_blog.tpl --- <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="0" border="0" class="forumline"> <tr> <!-- BEGIN switch_blog_edit --> <form action="{switch_blog_edit.EDIT_ACTION}" method="post"> <!-- <th class="thCornerL" align="left" > {L_TITLE} </th> --> <td class="row1" align="left" > {switch_blog_edit.EDIT_IMG} </td> <!-- END switch_blog_edit --> <!-- BEGIN switch_blog_noedit --> <!-- <th class="thHead" align="left" colspan="2"> {L_TITLE} </th> --> <!-- END switch_blog_noedit --> <!-- BEGIN switch_blog_edit --> {switch_blog_edit.S_HIDDEN_FORM_FIELDS} </form> <!-- END switch_blog_edit --> </tr> <!-- <tr> --> <!-- BEGIN switch_standard_style --> <!-- <th class="thHead" align="left" colspan="2"> {L_TITLE} </th> --> <!-- END switch_standard_style --> <!-- BEGIN switch_no_style --> <!-- <td class="row1" align="left" colspan="2"><b>{L_TITLE}</b> </td> --> <!-- END switch_no_style --> <!-- </tr> --> <!-- BEGIN switch_toc --> <tr> <td class="row1" align="left" colspan="2"><br /><span class="topictitle">{L_TOC}</span><br /><hr /><span class="nav"> <!-- BEGIN pages --> {switch_toc.pages.TOC_ITEM} <!-- END pages --> </span></td> </tr> <!-- END switch_toc --> <!-- BEGIN switch_blog_id --> <tr> <td class="row1" align="left" colspan="2"><span class="{TEXT_STYLE}"><i>{switch_blog_id.BLOG_ID}</i></span><hr /></td> </tr> <!-- END switch_blog_id --> <tr> <td class="row1" align="left" colspan="2"><span class="{TEXT_STYLE}">{U_TEXT}</span></td> </tr> <!-- BEGIN switch_pages --> <tr> <td class="row1" align="center" colspan="2"><span class="nav"><hr />{L_GOTO_PAGE} <!-- BEGIN pages --> {switch_pages.pages.PAGE_LINK} <!-- END pages --> </span></td> </tr> <!-- END switch_pages --> </table> |
|
From: Florin C B. <ory...@us...> - 2013-10-03 08:33:06
|
Update of /cvsroot/mxbb/core/language/lang_romanian/email In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29631 Added Files: admin_send_email.tpl index.htm Log Message: --- NEW FILE: admin_send_email.tpl --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Florin C B. <ory...@us...> - 2013-10-03 08:32:53
|
Update of /cvsroot/mxbb/core/language/lang_french/email In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29598 Added Files: README admin_send_email.tpl index.htm Log Message: --- NEW FILE: README --- This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://opensource.org/licenses/gpl-license.php>. --- NEW FILE: admin_send_email.tpl --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Florin C B. <ory...@us...> - 2013-10-03 08:32:44
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/language/lang_french In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29582 Added Files: index.htm lang_admin.php lang_main.php Log Message: --- NEW FILE: lang_main.php --- <?php /** * * @package phpBB2 * @version $Id: lang_main.php,v 1.1 2013/10/03 08:32:41 orynider Exp $ * @copyright (c) 2001 The phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * * @modified by Unfesque for phpBB Fully Modded Lite * @version $Id: 11/01/2007 12:26 * @support http://phpbbfm.net * */ // // CONTRIBUTORS: // Add your details here if wanted, e.g. Name, username, email address, website // // 05/03/2007 Electronico, (New-Caledonia), French Translation, me...@el... // // The format of this file is ---> $lang['message'] = 'text'; // // You should also try to set a locale and a character encoding (plus direction). The encoding and direction // will be sent to the template. The locale may or may not work, it's dependent on OS support and the syntax // varies ... give it your best guess! // $lang['ENCODING'] = 'iso-8859-1'; $lang['DIRECTION'] = 'ltr'; $lang['LEFT'] = 'gauche'; $lang['RIGHT'] = 'droite'; $lang['DATE_FORMAT'] = 'd M Y'; // This should be changed to the default date format for your language, php date() format // This is optional, if you would like a _SHORT_ message output // along with our copyright message indicating you are the translator // please add it here. // $lang['TRANSLATION_INFO'] = ''; // // Common, these terms are used // extensively on several pages // $lang['Welcome'] = 'Bienvenue'; // Welcome $lang['Forum'] = 'Forum'; $lang['Category'] = 'Catégorie'; $lang['Topic'] = 'Sujet'; $lang['Topics'] = 'Sujets'; $lang['Replies'] = 'Réponses'; $lang['Views'] = 'Lus'; $lang['Post'] = 'Message'; $lang['Posts'] = 'Messages'; $lang['Posted'] = 'Envoyé'; $lang['Username'] = 'Utilisateur'; $lang['Password'] = 'Mot de Passe'; $lang['Email'] = 'Email'; $lang['Poster'] = 'Poster'; $lang['Author'] = 'Auteur'; $lang['Time'] = 'Heure'; $lang['Hours'] = 'Heures'; $lang['Message'] = 'Message'; $lang['1_Day'] = '1 Jour'; $lang['7_Days'] = '7 Jours'; $lang['2_Weeks'] = '2 Semaines'; $lang['1_Month'] = '1 Mois'; $lang['3_Months'] = '3 Mois'; $lang['6_Months'] = '6 Mois'; $lang['1_Year'] = '1 An'; $lang['Go'] = 'Go'; $lang['Style'] = 'Style'; $lang['Jump_to'] = 'Allez à'; $lang['Submit'] = 'Envoyer'; $lang['Reset'] = 'RAZ'; $lang['Cancel'] = 'Annuler'; $lang['Preview'] = 'Prévisualisation'; $lang['Confirm'] = 'Confirmer'; $lang['Spellcheck'] = 'Correcteur'; $lang['Yes'] = 'Oui'; $lang['No'] = 'Non'; $lang['Enabled'] = 'Activé'; $lang['Disabled'] = 'Déactivé'; $lang['Error'] = 'Erreur'; $lang['Sort_Ascending'] = 'Croissant'; $lang['Sort_Descending'] = 'Décroisant'; $lang['Sub_to_forum'] = 'Surveiller ce Forum'; $lang['Sub_to_thread'] = 'Surveiller ce Sujet'; $lang['Next'] = 'Suivant'; $lang['Previous'] = 'Précédent'; $lang['Goto_page'] = 'Allez à la page'; $lang['Joined'] = 'Rejoint'; $lang['IP_Address'] = 'Adresse IP'; $lang['Select_forum'] = 'Sélectionnez un Forum'; $lang['View_latest_post'] = 'Voir derniers messages'; $lang['View_newest_post'] = 'Voir messages récents'; $lang['Online_explain'] = 'Ces données sont basées sur les Membres actifs des dernières ' . $board_config['whosonline_time'] . ' minutes'; $lang['Page_of'] = 'Page <b>%d</b> sur <b>%d</b>'; // Replaces with: Page 1 of 2 for example $lang['ICQ'] = 'ICQ'; $lang['AIM'] = 'AIM'; $lang['MSNM'] = 'MSN'; $lang['YIM'] = 'Yahoo Messenger'; $lang['Local_time'] = 'Heure locale'; $lang['Be_visible'] = 'Visible'; $lang['Be_invisible'] = 'Invisible'; $lang['Forum_Index'] = 'Forum'; // eg. sitename Forum Index, %s can be removed if you prefer $lang['Admin_panel'] = 'Admin CP'; $lang['Super_Mod_panel'] = 'Super Moderator CP'; $lang['Mod_panel'] = 'Moderator CP'; $lang['Stats_panel'] = 'Statistics CP'; $lang['Sitemap'] = 'Pan du site'; $lang['All_Attachments'] = 'Voir toutes les Pièces Jointes'; $lang['None'] = 'Aucun'; $lang['All_content'] = 'Tout le contenu est enregisté'; $lang['Original_author'] = 'et ces auteurs originaux'; $lang['Post_new_topic'] = 'Envoyer un nouveau Sujet'; $lang['Reply_to_topic'] = 'Répondre au Sujet'; $lang['Reply_with_quote'] = 'Répondre en citant'; $lang['Quick_Reply_to_topic'] = 'Réponse rapide'; $lang['Click_return_topic'] = 'Cliquez %sIci%s pour revenir au Sujet'; // %s's here are for uris, do not remove! $lang['Click_return_login'] = 'Cliquez %sIci%s pour re-essayer'; $lang['Click_return_forum'] = 'Cliquez %sIci%s pour revenir au Forum'; $lang['Click_view_message'] = 'Cliquez %sIci%s pour voir votre Message'; $lang['Click_return_modcp'] = 'Cliquez %sIci%s pour revenir au Panneau de Controle Modérateur'; $lang['Click_return_group'] = 'Cliquez %sIci%s pour revenir aux informations de Groupe'; $lang['Board_disable'] = 'Désolé le Forum est actuellement indisponible. Ré-essayez plus tard.'; $lang['disable_reg_msg'] = 'Désolé les inscriptions sont dé-activées. Ré-essayez plus tard.'; // // Global Header strings // $lang['Registered_users'] = 'Membres: '; $lang['Browsing_forum'] = 'Utilisateurs consultant ce Forum: '; $lang['Browsing_topic'] = 'Utilisateurs consultant ce Sujet: '; $lang['Online_users_zero_total'] = 'Il y a <b>0</b> utilisateurs connectés :: '; $lang['Online_users_total'] = 'Il y a <b>%d</b> utilisateurs connectés :: '; $lang['Online_user_total'] = 'Il y a <b>%d</b> utilisateur connecté :: '; $lang['Reg_users_zero_total'] = '0 Membres, '; $lang['Reg_users_total'] = '%d Membres, '; $lang['Reg_user_total'] = '%d Membre, '; $lang['Hidden_users_zero_total'] = '0 Invisibles et '; $lang['Hidden_user_total'] = '%d Invisible et '; $lang['Hidden_users_total'] = '%d Invisibles et '; $lang['Guest_users_zero_total'] = '0 Invités'; $lang['Guest_users_total'] = '%d Invités'; $lang['Guest_user_total'] = '%d Invité'; $lang['Record_online_users'] = 'Le maximum d\'utilisateurs simultanés connectés a été de <b>%s</b> le %s'; // first %s = number of users, second %s is the date. $lang['Record_day_users'] = 'Le record d\'utilisateurs connectés sur 24H a été <b>%s</b> le %s'; // first %s = number of users, second %s is the date. $lang['Legend'] = 'Legend'; $lang['Admin_online_color'] = '%sAdministrateurs%s'; $lang['Super_Mod_online_color'] = '%sSuper Modérateurs%s'; $lang['Mod_online_color'] = '%sModérateurs%s'; $lang['You_last_visit'] = 'Dernière visite le: %s'; // %s replaced by date/time $lang['You_points'] = 'Total %s: %d'; // %s replaced by points name, %d replaced by points value $lang['Current_time'] = 'Il est %s'; // %s replaced by time $lang['Session_invalid'] = 'Session invalide. Renvoyez le formulaire.'; $lang['Search_new'] = 'Nouveaux Messages depuis votre dernière visite'; $lang['Search_your_posts'] = 'Voir vos Messages'; $lang['Search_unanswered'] = 'Voir les Messages sans réponse'; $lang['View_random_topic'] = 'Voir un Sujet au hasard'; $lang['Register'] = 'S\'enregistrer'; $lang['Profile'] = 'PC Membre'; $lang['Profile_Full'] = 'Voir Profil'; $lang['Edit_profile'] = 'Modifier Profil'; $lang['Search'] = 'Rechercher'; $lang['Memberlist'] = 'Membres'; $lang['FAQ'] = 'FAQ'; $lang['BBCode_guide'] = 'Guide BBCode'; $lang['Usergroups'] = 'Groupes'; $lang['Last_Post'] = 'Dernier Message'; $lang['Moderator'] = 'Modérateur:'; $lang['Moderators'] = 'Modérateurs:'; $lang['Posted_articles_zero_total'] = '<b>0</b> Messages'; // Number of posts $lang['Posted_articles_total'] = '<b>%d</b> <Messages'; // Number of posts $lang['Posted_article_total'] = '<b>%d</b> Message'; // Number of posts $lang['Posted_topics_total'] = ' <b>%s</b> Sujets'; $lang['Registered_users_zero_total'] = '<b>0</b> Membres'; // # registered users $lang['Registered_users_total'] = '<b>%d</b> Membres'; // # registered users $lang['Registered_user_total'] = '<b>%d</b> Membre'; // # registered user $lang['Newest_user'] = 'Dernier Membre <b>%s%s%s</b>'; // a href, username, /a $lang['Within'] = 'dans'; $lang['No_new_posts_last_visit'] = 'Pas de Message depuis votre dernière visite'; $lang['No_new_posts'] = 'Pas de nouveaux Messages'; $lang['New_posts'] = 'Nouveaux Messages'; $lang['New_post'] = 'Nouveau Message'; $lang['No_new_posts_hot'] = 'Pas de nouveaux Messages [ Populaire ]'; $lang['New_posts_hot'] = 'Nouveaux Messages [ Populaire ]'; $lang['No_new_posts_locked'] = 'Pas de nouveaux Messages [ Verrouillé ]'; $lang['New_posts_locked'] = 'Nouveaux Messages [ Verrouillé ]'; $lang['Forum_is_locked'] = 'Forum Verrouillé'; $lang['Forum_no_active'] = ''; $lang['Forum_one_active'] = '<b>%d</b> Membre actif: '; $lang['Forum_more_active'] = '<b>%d</b> Membres actifs: '; $lang['Forum_one_hidden_active'] = '<b>%d</b> Invisible'; $lang['Forum_more_hidden_active'] = '<b>%d</b> Invisibles'; $lang['Forum_one_guest_active'] = '<b>%d</b> Invité'; $lang['Forum_more_guests_active'] = '<b>%d</b> Invités'; // // Login // $lang['Enter_password'] = 'Entrez votre nom d\'Utilisateur et mot de Passe pour vous connecter.'; $lang['Login'] = 'Connexion'; $lang['Logout'] = 'Déconnexion'; $lang['Forgotten_password'] = 'J\'ai oublié mon mot de Passe'; $lang['Resend_Activation'] = 'Renvoyer l\'Eamil d\'activation'; $lang['Log_me_in'] = 'Connexion automatique'; $lang['Log_me_in_auto'] = 'Connexion automatique'; $lang['Terms_of_use'] = 'Conditions d\'utilisation'; $lang['Error_login'] = 'Vous avez entré un Nom d\'Utilsateur invalide, désactivé ou un mauvais Mot de Passe.'; $lang['Login_attempts_exceeded'] = 'Le nombre maximum de tentatives de connexion de %s est atteint. Vous ne pourrez pas vous connecter avant %s minutes.'; // // Index page // $lang['Lite_Index'] = 'Index Allégé'; $lang['Main_Board'] = 'Index Principal'; $lang['No_Posts'] = 'Pas de Messages'; $lang['No_forums'] = 'Pas de Forums'; $lang['Toggle_description'] = 'Description'; $lang['Forum_admin'] = 'Ce Forum n\'est visible que par les Administrateurs'; $lang['Topic_Jump'] = 'Allez au Sujet'; $lang['Linkdb'] = 'Liens'; $lang['Private_Message'] = 'Message Privé'; $lang['Private_Messages'] = 'Messages Privés'; $lang['Private_Messages_Full'] = 'Mode avancé Messagerie Privée'; $lang['Who_is_Online'] = 'Qui est en ligne?'; $lang['Mark_all_forums'] = 'Marquer tout les Forums lus'; $lang['Forums_marked_read'] = 'Tout les Forums ont été marqués lus'; $lang['Board_lang'] = 'Ma langue'; $lang['Index_New_posts'] = 'nouveaux messages'; $lang['Index_New_post'] = 'nouveau message'; $lang['Index_New_topics'] = 'nouveaux sujets'; $lang['Index_New_topic'] = 'nouveau sujet'; $lang['Today_at'] = 'AUjourd\'hui à %s'; // %s is the time $lang['Yesterday_at'] = 'Hier à %s'; // %s is the time // // Viewforum // $lang['View_forum'] = 'Voir Forum'; $lang['Forum_rules'] = 'Règles du Forum'; $lang['Forum_issub'] = 'Le Forum sélectionné contient des sous-catégories.<br />Il n\'est donc pas possible de voir les Messages.'; $lang['Forum_not_exist'] = 'Le Forum sélectionné n\'existe pas.'; $lang['Reached_on_error'] = 'VOus avez atteint cette page par erreur.'; $lang['Display_topics'] = 'Afficher les Sujet des derniers'; $lang['All_Topics'] = 'Tout les Sujets'; $lang['Topic_Global_Announcement']='<b>Annonce Globale:</b>'; $lang['Topic_Announcement'] = '<b>Annonce:</b>'; $lang['Topic_Sticky'] = '<b>Post-it:</b>'; $lang['Topic_Moved'] = '<b>Déplacé:</b>'; $lang['Topic_Linked'] = '<b>Lien:</b>'; $lang['Topic_Poll'] = '<b>[ Sondage ]</b>'; $lang['Mark_all_topics'] = 'Marquer tout les Sujets lus'; $lang['Topics_marked_read'] = 'Tout les Sujets ont été marqués lus'; $lang['Stop_watching_forum'] = 'Arreter de surveiller ce Forum'; $lang['Start_watching_forum'] = 'Surveiller ce Forum'; $lang['No_longer_watching_forum'] = 'Vous ne surveillez plus ce Forum'; $lang['You_are_watching_forum'] = 'Vous surveillez maintenant ce Forum'; $lang['Rules_post_can'] = 'Vous <b>pouvez</b> poster de nouveaux Sujets dans ce Forum'; $lang['Rules_post_cannot'] = 'Vous <b>ne pouvez pas</b> poster de nouveaux Sujets dans ce Forum'; $lang['Rules_reply_can'] = 'Vous <b>pouvez</b> répondre aux Sujets dans ce Forum'; $lang['Rules_reply_cannot'] = 'Vous <b>ne pouvez pas</b> répondre aux Sujets dans ce Forum'; $lang['Rules_edit_can'] = 'Vous <b>can</b> modifier vos Messages dans ce Forum'; $lang['Rules_edit_cannot'] = 'Vous <b>ne pouvez pas</b> modifier vos Messages dans ce Forum'; $lang['Rules_delete_can'] = 'Vous <b>pouvez</b> effacer vos Messages dans ce Forum'; $lang['Rules_delete_cannot'] = 'Vous <b>ne pouvez pas</b> effacer vos Messages dans ce Forum'; $lang['Rules_vote_can'] = 'Vous <b>pouvez</b> voter aux Sondages dans ce Forum'; $lang['Rules_vote_cannot'] = 'Vous <b>ne pouvez pas</b> voter aux Sondages dans ce Forum'; $lang['Rules_moderate'] = 'Vous <b>pouvez</b> %smodérer ce Forum%s'; // %s replaced by a href links, do not remove! $lang['No_topics_post_one'] = 'Il n\'y a pas de Sujets dans ce Forum.<br />Cliquez sur <b>Nouveau Sujet</b> pour en envoyer un.'; // External Forum Redirection $lang['External_text'] = 'Total redirections'; $lang['External_members'] = 'Membres'; $lang['External_guests'] = 'Invités'; // Forum Enter Limit $lang['Forum_enter_limit_error'] = 'Désolé, vous ne pouvez pas accéder à "%s" avant d\'avoir envoyé un minimum de %d Messages.'; // Journal forum $lang['Journal_reply_message'] = 'Seuls les Administrateurs, Modérateurs et l\'auteur original du Sujet peuvent répondre.<br />'; $lang['Journal_topic_message'] = '1 seul Sujet par Membre est autorisé dans ce Forum.<br />'; // Password Protected Forums $lang['Forum_password'] = 'Mot de Passe Forum'; $lang['Enter_forum_password'] = 'Entrez le Mot de Passe pour accéder au Forum'; $lang['Enter_password'] = 'Mot de Passe'; $lang['Forum_password_explain'] = 'Pour consulter ou envoyer dans ce Forum, vous devez entrer un Mot de Passe.'; $lang['Incorrect_forum_password'] = 'Vous avez envoyé un mauvais Mot de Passe.'; $lang['Password_login_success'] = 'Mot de Passe OK.'; $lang['Click_return_page'] = 'Cliquez %sIci%s pour accéder au Forum'; $lang['Only_alpha_num_chars'] = 'Le mot de Pase doit être composé de 3 à 20 charactères et ne doit contenir que des caractères alpha-numériques (A-Z, a-z, 0-9).'; // Picture alert $lang['Picture_alert'] = ' <span class="gensmall">(1 photo)</span>'; $lang['Pictures_alert'] = ' <span class="gensmall">(%d photos)</span>'; // %d is more than 1 pic, do not remove! // // Gender & Age // $lang['Male'] = 'Homme'; $lang['Female'] = 'Femme'; $lang['Age'] = 'Age'; $lang['Profile_photo'] = 'Photo'; // // AJAXed // $lang['AJAXed_delete_confirm'] = 'Etes-vous certain de vouloir effacer ce Sujet et tout les Messages qu\'il contient?'; $lang['AJAXed_deleted_topic'] = 'Vous avez effcé ce Sujet et tout les Messages qu\'il contenait!'; $lang['AJAXed_loading'] = 'Chargement...'; $lang['AJAXed_editor_premission'] = '<b>Vous n`\'êtes pas autorisé à modifier ce Message.</b></br /><br />'; $lang['AJAXed_check_username1'] = 'Ce nom d\'utilisateur est déjà pris!'; $lang['AJAXed_check_username2'] = 'Ce nom d\'utilisateur est déjà le votre!'; $lang['AJAXed_check_username3'] = 'Ce nom d\'utilisateur est disponible!'; $lang['AJAXed_no_username'] = 'Pas de Membre avec cette lettre'; $lang['AJAXed_post_menu'] = 'Menu Envoi'; $lang['AJAXed_post_ip'] = "Adresse IP expéditeur"; $lang['AJAXed_post_back'] = "Retour"; $lang['AJAXed_quick_edit'] = "Modification rapide"; $lang['AJAXed_normal_edit'] = "Modification normale"; $lang['AJAXed_view_ip'] = "Voir adresse IP"; $lang['AJAXed_error'] = "Il y a ey une erreur avec AJAXed."; $lang['AJAXed_poll_menu'] = 'Menu Sondage'; $lang['AJAXed_poll_mod'] = 'Modification Sondage'; $lang['AJAXed_poll_title'] = 'Modifier Titre Sondage'; $lang['AJAXed_poll_options'] = 'Modifier Options Sondage'; $lang['AJAXed_close'] = 'Fermer'; $lang['AJAXed_poll_confirm'] = 'Etes-vous certain de vouloir supprimer cette option dans le Sondage?'; $lang['AJAXed_poll_cast'] = 'Comptabiliser mon Vote'; $lang['AJAXed_poll_select'] = 'Vous devez sélectionner une Option avant que votre Vote ne soit comptabilisé.'; $lang['AJAXed_Timed_out'] = 'AJAXed a mis trop de temps! ré-essayez.'; $lang['AJAXed_moduale_disabled'] = 'Ce modules est désactivé.'; $lang['AJAXed_check_true'] = 'Les Mots de Passe sont corrects!'; $lang['AJAXed_check_false'] = 'Les Mot de Passe ne sont pas identiques!'; $lang['AJAXed_add_update'] = 'Afficher que ce Mesage a été modifié?'; $lang['AJAXed_Go_To_Top'] = 'Aller en haut de la prévisualisation'; $lang['AJAXed_Go_To_Editor'] = 'Aller à l\'éditeur'; $lang['AJAXed_Go_To_Full_Mode'] = 'Passer au mode complet'; $lang['AJAXed_Invaild_ID'] = 'ID invalide'; // // Message length // $lang['Message_too_long'] = 'Votre Message est trop long.<br /><br />La taille du Message st limitée à %d caractères'; $lang['Message_length'] = 'caractères maxi par Message'; $lang['Message_length_explain'] = 'Mettre à zéro pour ne pas limiter la longueur du Message.'; $lang['Max_message_length'] = 'Longueur maxi du Message: %d caractères.'; $lang['Check_message_length'] = 'Vérifier la longueur du Message'; $lang['Current_message_length'] = 'Longueur actuelle: '; // // Viewtopic // $lang['View_topic'] = 'Voir Sujet'; $lang['Guest'] = 'Invité'; $lang['Sponsor'] = 'Sponsor'; $lang['Post_subject'] = 'Titre du Message'; $lang['No_Subject'] = '(Pas de titre)'; $lang['View_next_topic'] = 'Voir Sujet suivant'; $lang['View_previous_topic'] = 'Voir Sujet précédent'; $lang['Refresh_page'] = 'Rafraichir le page'; $lang['Topic_bookmark'] = 'Ajouter ce Sujet à mes Favoris'; $lang['Tell_Friend'] = 'Informer un ami'; $lang['Print_View'] = 'Version imprimable'; $lang['Member_number'] = 'Membre: #'; $lang['Submit_vote'] = 'Envoyer le Vote'; $lang['View_results'] = 'Voir les résultats'; $lang['Vote_until'] ='Voter jusqu\'à'; $lang['Vote_endless'] = 'indéfiniment'; $lang['Vote_closed'] = 'VOte terminé'; $lang['No_newer_topics'] = 'Pas de Sujets plus récents dans ce Forum'; $lang['No_older_topics'] = 'Pas de Sujets plus anciens dans ce Forum'; $lang['Topic_post_not_exist'] = 'Le Sujet ou le Message demandé n\'existe pas'; $lang['No_posts_topic'] = 'Pas de Messages dans ce Sujet'; $lang['Display_posts'] = 'Afficher les Messages des derniers'; $lang['All_Posts'] = 'Tout les Messages'; $lang['Newest_First'] = 'Plus récents en premier'; $lang['Oldest_First'] = 'Plus anciens en premier'; $lang['Back_to_top'] = 'Haut de la page'; $lang['Back_at_bottom'] = 'Bas de la page'; $lang['Read_profile'] = 'Voir le Profil'; $lang['Visit_website'] = 'Visiter le site de l\'expéditeur'; $lang['ICQ_status'] = 'ICQ'; $lang['Edit_delete_post'] = 'Modifier/effacer ce Message'; $lang['View_IP'] = 'Voir IP de l\'expéditeur'; $lang['Delete_post'] = 'Effacer ce Message'; $lang['wrote'] = 'a écrit'; // proceeds the username and is followed by the quoted text $lang['Quote'] = 'Citation'; // comes before bbcode quote output. $lang['Code'] = 'Code'; // comes before bbcode code output. $lang['Edited_time_total'] = 'Dernière modification par %s le %s; modifié %d fois en tout'; // Last edited by me on 12 Oct 2001; edited 1 time in total $lang['Edited_times_total'] = 'Dernière modification par %s le %s; modifié %d fois en tout'; // Last edited by me on 12 Oct 2001; edited 2 times in total $lang['Lock_topic'] = 'Verrouiller le Sujet'; $lang['Unlock_topic'] = 'Déverrouiller le Sujet'; $lang['Move_topic'] = 'Déplacer ce sujet'; $lang['Link_topic'] = 'Lien vers ce sujet'; $lang['Delete_topic'] = 'Effacer ce sujet'; $lang['Split_topic'] = 'Split this topic'; $lang['Sticky_topic'] = 'Post-it'; $lang['Bump_topic'] = 'Booster ce Sujet'; $lang['Unsticky_topic'] = 'Oter Post-it au Sujet'; $lang['Announce_topic'] = 'Annoncer ce Sujet'; $lang['Unannounce_topic'] = 'Oter Annonce à ce Sujet'; $lang['Globalannounce_topic'] = 'Annoncer Globalement ce Sujet'; $lang['Unglobalannounce_topic'] = 'Oter Annonce Globale à ce Sujet'; $lang['Stop_watching_topic'] = 'Arrêter de surveiller ce Sujet'; $lang['Start_watching_topic'] = 'Surveiller ce Sujet'; $lang['No_longer_watching'] = 'Vous ne surveillez plus ce sujet'; $lang['You_are_watching'] = 'Vous surveillez ce sujet'; $lang['Topics_Title_Edited'] = 'Le titre du Sujet a été modifié.'; $lang['Edit_title'] = 'Modifier titre'; $lang['Merge_post'] = 'Rassembler les Messages dans ce Sujet'; $lang['Total_votes'] = 'Votes total'; $lang['Online'] = 'Connecté'; $lang['Offline'] = 'Déconnecté'; $lang['is_online'] = '%s est connecté'; $lang['is_offline'] = '%s est déconnecté'; $lang['is_hidden'] = '%s est invisible'; $lang['View_status'] = 'Etat'; // // Posting/Replying (Not private messaging!) // $lang['Message_body'] = 'Corps du message'; $lang['Topic_review'] = 'Récapitulif du Sujet'; $lang['No_post_mode'] = 'No post mode specified'; // If posting.php is called without a mode (newtopic/reply/delete/etc, shouldn't be shown normaly) $lang['Post_a_new_topic'] = 'Envoyer un nouveau Sujet'; $lang['Post_a_reply'] = 'Répondre'; $lang['Post_topic_as'] = 'Envoyer le Sujet comme'; $lang['Edit_Post'] = 'Modifier le Message'; $lang['Options'] = 'Options'; $lang['Post_Global_Announcement'] = 'Global'; $lang['Post_Announcement'] = 'Annonce'; $lang['Post_Sticky'] = 'Post-it'; $lang['Post_Poll'] = 'Sondage'; $lang['Post_Normal'] = 'Normal'; $lang['Post_Linked'] = 'Lien'; $lang['Post_Moved'] = 'Déplacé'; $lang['Confirm_delete'] = 'Etes-vous certain de vouloir effacer ce Message?'; $lang['Confirm_delete_poll'] = 'Etes-vous certain de vouloir effacer ce Sondage?'; $lang['Flood_Error'] = 'Vous ne pouvez pas poster aussi rapidement; Ré-essayez dans quelques instants.'; $lang['Empty_subject'] = 'Vous devez spécifier un titre lorsque vous postez un nouveau sujet.'; $lang['Empty_message'] = 'You must enter a message when posting.'; $lang['Forum_locked'] = 'Ce forum est verrouillé, vous ne pouvez ni envoyer, ni répondre, ni modifier les messages.'; $lang['Topic_locked'] = 'Ce sujet est verrouillé, vous ne pouvez ni répondre, ni modifier les message.'; $lang['No_post_id'] = 'Vous devez sélectionner un message à modifer'; $lang['No_topic_id'] = 'Vous devez sélectionner un message auquel répondre'; $lang['No_valid_mode'] = 'Vous ne pouvez que envoyer, répondre, éditer ou citer les messages.'; $lang['No_such_post'] = 'Message non trouvé.'; $lang['Edit_own_posts'] = 'Désolé vous ne pouvez éditer que vos propres messages.'; $lang['Delete_own_posts'] = 'Désolé vous ne pouvez effacer que vos propres messages.'; $lang['Cannot_delete_replied'] = 'Désolé vous ne pouvez pas effacer des messages avec des réponses.'; $lang['Cannot_delete_poll'] = 'Désolé vous ne pouvez pas effacer un sondage en cours.'; $lang['Empty_poll_title'] = 'Vous devez entrer un titre pour le sondage.'; $lang['To_few_poll_options'] = 'Vous devez entrer au moins 2 options de vote.'; $lang['To_many_poll_options'] = 'Vous avez entré trop d\'options de vote.'; $lang['Post_has_no_poll'] = 'Ce message ne contient pas de sondage.'; $lang['Already_voted'] = 'Vous avez déjà voté pour ce sondage.'; $lang['No_vote_option'] = 'Vous devez choisir une option pour voter.'; $lang['Add_poll'] = 'Ajouter un sondage'; $lang['Add_poll_explain'] = 'Si vous ne voulez pas ajouter de sondage à votre message, laissez ce champ vide.'; $lang['Poll_question'] = 'Question du sondage'; $lang['Poll_option'] = 'Option du sondage'; $lang['Add_option'] = 'Ajouter une option'; $lang['Update'] = 'Mettre à jour'; $lang['Delete'] = 'Effacer'; $lang['Poll_for'] = 'Durée du sondage'; $lang['Days'] = 'Jours'; // This is used for the Run poll for ... Days + in admin_forums for pruning $lang['Poll_for_explain'] = 'Entrez 0 ou laissez vide pour un sondage permanent'; $lang['Delete_poll'] = 'Effacer sondage'; $lang['Disable_HTML_post'] = 'Désactiver HTML'; $lang['Disable_BBCode_post'] = 'Désactiver BBCode'; $lang['Disable_Smilies_post'] = 'Désactiver Smilies'; $lang['HTML_is_ON'] = 'HTML est <u>ON</u>'; $lang['HTML_is_OFF'] = 'HTML est <u>OFF</u>'; $lang['BBCode_is_ON'] = '%sBBCode%s est <u>ON</u>'; // %s are replaced with URI pointing to FAQ $lang['BBCode_is_OFF'] = '%sBBCode%s est <u>OFF</u>'; $lang['Smilies_are_ON'] = 'Les Smileys sont <u>ON</u>'; $lang['Smilies_are_OFF'] = 'Les Smileys sont <u>OFF</u>'; $lang['Attach_signature'] = 'joindre ma Signature (les signatures sont gérées dans le Panneau de Controle)'; $lang['Notify'] = 'Envoyez-moi un Email quand une réponse est postée'; $lang['Stored'] = 'Votre message a bien été envoyé.'; $lang['Deleted'] = 'Votre message a bien été effacé.'; $lang['Poll_delete'] = 'Votre sondage a bien été effacé.'; $lang['Vote_cast'] = 'Votre vote a été pris en compte.'; $lang['Null_vote_cast'] = 'Votre vote a été comptabilisé'; $lang['Click_view_results'] = 'Cliquez %sIci%s pour voir les résultats du sondage'; $lang['Null_vote'] = 'Vote blanc'; $lang['Topic_reply_notification'] = 'Notification de reponse au Sujet'; $lang['bbcode_b_help'] = 'Texte en gras: [b]text[/b] (alt+b)'; $lang['bbcode_i_help'] = 'Texte en italique: [i]text[/i] (alt+i)'; $lang['bbcode_u_help'] = 'Texte souligné: [u]text[/u] (alt+u)'; $lang['bbcode_q_help'] = 'Texte Cité: [quote]text[/quote] (alt+q)'; $lang['bbcode_c_help'] = 'Afficher du Code: [code]code[/code] (alt+c)'; $lang['bbcode_l_help'] = 'Liste: [list]text[/list] (alt+l)'; $lang['bbcode_o_help'] = 'Liste ordonnée: [list=]text[/list] (alt+o)'; $lang['bbcode_p_help'] = 'Insérer une Image: [img ( | =left | =right )]http://image_url[/img] (alt+p)'; $lang['bbcode_w_help'] = 'Insérer un Lien: [url]http://url[/url] or [url=http://url]URL text[/url] (alt+w)'; $lang['bbcode_a_help'] = 'Fermer toutes les balises BBCode ouvertes'; $lang['bbcode_s_help'] = 'Couleur du Texte: [color=red]text[/color] Astuce: vous pouvez aussi utiliser color=#FF0000'; $lang['bbcode_f_help'] = 'Taille du Texte: [size=x-small]small text[/size]'; $lang['bbcode_sc_help'] = 'Créateur de smiley: [schild=1]text[/schild] Astuce: crée un Smiley a partir d\'un signe'; $lang['Emoticons'] = 'Smileys'; $lang['Emoticons_disable'] = 'Désolé, les Smileys ont été désactivés.'; $lang['Smilie_creator'] = 'Créateur de Smileys'; $lang['More_emoticons'] = 'Voir plus de Smileys'; $lang['Font_color'] = 'Couleur de police'; $lang['color_default'] = 'Couleur par défaut'; $lang['color_dark_red'] = 'Rouge foncé'; $lang['color_red'] = 'Rouge'; $lang['color_orange'] = 'Orange'; $lang['color_brown'] = 'Marron'; $lang['color_yellow'] = 'Jaune'; $lang['color_green'] = 'Vert';; $lang['color_olive'] = 'Olive'; $lang['color_cyan'] = 'Cyan'; $lang['color_blue'] = 'Bleu'; $lang['color_dark_blue'] = 'Bleu foncé'; $lang['color_indigo'] = 'Indigo'; $lang['color_violet'] = 'Violet'; $lang['color_white'] = 'Blanc'; $lang['color_black'] = 'Noir'; $lang['Font_size'] = 'Taille de police'; $lang['font_tiny'] = 'Très petite'; $lang['font_small'] = 'Petite'; $lang['font_normal'] = 'Normale'; $lang['font_large'] = 'Grande'; $lang['font_huge'] = 'Enorme'; $lang['Close_Tags'] = 'Fermer les Balises'; $lang['Styles_tip'] = 'Astuce: appliquez les balises rapidement en sélectionnant le texte auparavant.'; // // Private Messaging // $lang['Private_Messaging'] = 'Messagerie Privé'; $lang['Login_check_pm'] = 'Messages Privés'; $lang['New_nsnd_pms'] = '<b>%d</b> nouveaux messages privés'; // You have 2 new messages no sound/marquee $lang['New_pms'] = "<b>%d</b> <span class=pm>*<blink> <marquee width=50 behavior=alternate>NOUVEAUX</marquee> </blink>*</span> messages<EMBED SRC=$snd LOOP=false HIDDEN=true VOLUME=50 AUTOSTART=true WIDTH=0 HEIGHT=0 NAME=foobar MASTERSOUND>"; // You have 2 new message $lang['New_nsnd_pm'] = '<b>%d</b> nouveau message'; // You have 1 new message no sound/marquee $lang['New_pm'] = "<b>%d</b> <span class=pm>*<blink> <marquee width=50 behavior=alternate>NOUVEAU</marquee> </blink>*</span> message<EMBED SRC=$snd LOOP=false HIDDEN=true VOLUME=50 AUTOSTART=true WIDTH=0 HEIGHT=0 NAME=foobar MASTERSOUND>"; // You have 1 new message $lang['No_new_pm'] = '<b>0</b> nouveau message'; $lang['Unread_pms'] = '<b>0</b> messages non-lus'; $lang['Unread_pm'] = '<b>0</b> message non-lu'; $lang['No_unread_pm'] = '<b>0</b> message non-lu'; $lang['You_new_pm'] = 'Un nouveau Message Privé vous attends dans la Boite de Réception'; $lang['You_new_pms'] = 'De nouveaux Messages Privés vous attendent dans la Boite de Réception'; $lang['You_no_new_pm'] = 'Pas de nouveaux Messages Privés'; $lang['Read_pm'] = 'message lu'; $lang['Post_new_pm'] = 'Envoyer un Message Privé'; $lang['Post_reply_pm'] = 'Répondre au message'; $lang['Post_quote_pm'] = 'Citer message'; $lang['Edit_pm'] = 'Editer message'; $lang['Inbox'] = 'Boite de réception'; $lang['Outbox'] = 'Boite d\'envoi'; $lang['Savebox'] = 'Sauvegarde'; $lang['Sentbox'] = 'Eléments envoyés'; $lang['Flag'] = 'Drapeau'; $lang['Subject'] = 'Sujet'; $lang['From'] = 'De'; $lang['To'] = 'A'; $lang['Date'] = 'Date'; $lang['Mark'] = 'Cocher'; $lang['Sent'] = 'Envoyé'; $lang['Saved'] = 'Sauvé'; $lang['Delete_marked'] = 'Effacer Cochés'; $lang['Delete_all'] = 'Tout effacer'; $lang['Save_marked'] = 'Sauvegarder Cochés'; $lang['Save_message'] = 'Sauvegarder message'; $lang['Delete_message'] = 'Effacer Message'; $lang['Display_messages'] = 'Afficher les Messages des précédents'; // Followed by number of days/weeks/months $lang['All_Messages'] = 'Tout les Messages'; $lang['No_messages_folder'] = 'Pas de message dans ce dossier.'; $lang['PM_disabled'] = 'Désolé, la Messagerie Privée est désactivée.'; $lang['Cannot_send_privmsg'] = 'Désolé, les Administrateurs ne vous autorisent pas à envoyer de Messages Privés.'; $lang['No_to_user'] = 'Vous devez spécifier à qui envoyer le message.'; $lang['No_such_user'] = 'Désolé cet utilisateur n\'existe pas.'; $lang['Disable_HTML_pm'] = 'Désactiver HTML dans le message'; $lang['Disable_BBCode_pm'] = 'Désactiver BBCode dans le message'; $lang['Disable_Smilies_pm'] = 'Désactiver Smileys dans le message'; $lang['Message_sent'] = 'Message envoyé.'; $lang['Click_return_inbox'] = 'Cliquez %sIci%s pour revenir à Boite de Réception'; $lang['Click_return_index'] = 'Cliquez %sIci%s pour revenir à l\'Index'; $lang['Send_a_new_message'] = 'Envoyer un Message Privé'; $lang['Send_a_reply'] = 'Répondre à un Message Privé'; $lang['Edit_message'] = 'Editer un Message Privé'; $lang['Notification_subject'] = 'Un nouveau Message Privé est arrivé !'; $lang['Find_username'] = 'Trouver un utilisateur'; $lang['Find'] = 'Trouver'; $lang['No_match'] = 'Pas de réponse trouvée.'; $lang['No_post_id'] = 'ID Message non spécifié'; $lang['No_such_folder'] = 'Ce dossier n\'existe pas'; $lang['No_folder'] = 'Pas de dossier spécifié'; $lang['Mark_all'] = 'Cocher Tout'; $lang['Unmark_all'] = 'Décocher Tout'; $lang['Confirm_delete_pm'] = 'Etes-vous certain de vouloir effacer ce message?'; $lang['Confirm_delete_pms'] = 'Etes-vous certain de vouloir effacer ces messages?'; $lang['Inbox_size'] = 'Boite de Réception est pleine à %d%%'; // eg. Your Inbox is 50% full $lang['Sentbox_size'] = 'Eléments Envoyé est plein à %d%%'; $lang['Savebox_size'] = 'Sauvegarde est plein à %d%%'; $lang['Click_view_privmsg'] = 'Cliquez %sIci%s pour aller à Boite de Réception'; // // Profiles/Registration // $lang['Viewing_user_profile'] = 'Profil de %s'; // %s is username $lang['View_main_profile'] = 'Profil principal de %s'; // %s is username $lang['About_user'] = 'Tout sur %s'; // %s is username $lang['Avatar'] = 'Avatar'; $lang['Website'] = 'Site Internet'; $lang['Location'] = 'Situation géographique'; $lang['Contact'] = 'Contact'; $lang['Email_address'] = 'Adresse Email'; $lang['Send_private_message'] = 'Envoyer un Message Privé'; $lang['Hidden_email'] = '[ Caché ]'; $lang['Interests'] = 'Centres d\'intéret'; $lang['Occupation'] = 'Activités'; $lang['Poster_rank'] = 'Niveau'; $lang['Total_posts'] = 'Total Messages envoyés'; $lang['User_post_pct_stats'] = '%.2f%% de tout les messages'; // 1.25% of total $lang['User_post_day_stats'] = '%.2f messages par jour'; // 1.5 posts per day $lang['Search_user_posts'] = 'Trouver tout les messages de %s'; // Find all posts by username $lang['No_user_id_specified'] = 'Désolé, cet utilisateur n\'existe pas.'; $lang['Wrong_Profile'] = 'Vous ne pouvez pas modifié un Profil autre que le votre.'; $lang['Send_email_msg'] = 'Envoyer un Email'; $lang['No_user_specified'] = 'Aucun nom d\'utilisateur spécifié'; $lang['User_prevent_email'] = 'Cet utilisateur ne désire pas recevoir d\'Email. Essayez de lui envoyer un Message Privé.'; $lang['User_not_exist'] = 'Cet utilisateur n\'existe pas'; $lang['CC_email'] = 'Envoyez-vous une copie de l\'Email'; $lang['Email_message_desc'] = 'Ce message sera envoyé en Texte, inutile de mettre du HTML ou BBCode. L\'adresse de retour de ce message sera votre adresse Email.'; $lang['Flood_email_limit'] = 'Vous ne pouvez pas envoyer un autre Email maintenant. Re-essayez plus tard.'; $lang['Recipient'] = 'Recipient'; $lang['Email_sent'] = 'L\'Email a été envoyé.'; $lang['Send_email'] = 'Envoyer Email'; $lang['Empty_subject_email'] = 'Vous devez spécifier un sujet pour cet Email.'; $lang['Empty_message_email'] = 'Vous devez entrer un message.'; // // Search // $lang['Search_query'] = 'Requete de Recherche'; $lang['Search_options'] = 'Options de Recherche'; $lang['Search_keywords'] = 'Rechercher les mot-clé'; $lang['Search_keywords_explain'] = 'Vous pouvez utiliser <u>AND</u> pour définir des mots qui DOIVENT figurer dans les résultats, <u>OR</u> pour définir des mots qui PEUVENT figurer dans les résultats et <u>NOT</u> pour définir des mots qui NE DOIVENT PAS figurer dans les résultats. Utilisez * comme Joker'; $lang['Search_author'] = 'Rechercher un Auteur'; $lang['Search_author_explain'] = 'Utilisez * comme Joker'; $lang['Search_for_any'] = 'Rechercher CHACUN des mots ou effectuer la requete spécifiée'; $lang['Search_for_all'] = 'Rechercher TOUT les mots'; $lang['Search_title_msg'] = 'Dans les titres de sujets et les corps de messages'; $lang['Search_msg_only'] = 'Dans les corps de messages uniquement'; $lang['Search_only_bluecards'] = 'Chercher uniquement les messages signalés'; $lang['Topic_starter'] = '1er message du sujet'; $lang['Return_first'] = 'Afficher les '; // followed by xxx characters in a select box $lang['characters_posts'] = ' premiers caractères'; $lang['Search_previous'] = 'Rechercher dans les derniers'; // followed by days, weeks, months, year, all in a select box $lang['Sort_by'] = 'Trier par'; $lang['Sort_Time'] = 'Date d\'envoi'; $lang['Sort_Post_Subject'] = 'Titre des Messages'; $lang['Sort_Topic_Title'] = 'Titre des Sjuets'; $lang['Sort_Author'] = 'Auteur'; $lang['Sort_Forum'] = 'Forum'; $lang['Display_results'] = 'Afficher les résultats en'; $lang['All_available'] = 'Tout disponibles'; $lang['No_searchable_forums'] = 'Vous n\'avez pas la permission de chercher les Forums sur ce site.'; $lang['No_search_match'] = 'Aucun Sujet ou Message ne correspond à vos critères'; $lang['Found_search_match'] = ' %d résultat trouvé'; // eg. Search found 1 match $lang['Found_search_matches'] = ' %d résultat trouvés'; // eg. Search found 24 matches $lang['Search_Flood_Error'] = 'Vous ne pouvez pas lancer une autre recherche aussi rapidement. Attendez quelques instants.'; $lang['Close_window'] = 'Fermer la fenetre'; $lang['Search_for'] = 'Rechercher dans ce Forum'; // // Auth related entries // // Note the %s will be replaced with one of the following 'user' arrays $lang['Sorry_auth_announce'] = 'Désolé seuls les %s peuvent poster des Annonces dans ce Forum.'; $lang['Sorry_auth_sticky'] = 'Désolé seuls les %s peuvent envoyer des Post-It dans ce Forum.'; $lang['Sorry_auth_read'] = 'Désolé seuls les %s peuvent lire les Sujets de ce Forum.'; $lang['Sorry_auth_post'] = 'Désolé seuls les %s peuvent poster des Sujets dans ce Forum.'; $lang['Sorry_auth_reply'] = 'Désolé seuls les %s peuvent répondre aux messages dans ce Forum.'; $lang['Sorry_auth_edit'] = 'Désolé seuls les %s peuvent modifier les Messages dans ce Forum.'; $lang['Sorry_auth_delete'] = 'Désolé seuls les %s peuvent effacer les Messages dans ce Forum.'; $lang['Sorry_auth_vote'] = 'Désolé seuls les %s peuvent voter aux Sondages dans ce Forum.'; // These replace the %s in the above strings $lang['Auth_Anonymous_Users'] = '<b>Invité</b>'; $lang['Auth_Registered_Users'] = '<b>Membres</b>'; $lang['Auth_Users_granted_access'] = '<b>Membres avec accès spéciaux</b>'; $lang['Auth_Moderators'] = '<b>Modérateurs</b>'; $lang['Auth_Administrators'] = '<b>Administrateurs</b>'; $lang['Not_Moderator'] = 'Vous n\'êtes pas Modérateur de ce Forum.'; $lang['Not_Authorised'] = 'Vous n\'êtes pas autorisé à accéder à cette page.'; $lang['You_been_banned'] = 'Vous avez été banni de ce forum.<br />Contactez l\'Administrateur pour plus d\'informations.'; // // View Single Post // $lang['View_single_post'] = 'Voir Message'; $lang['Viewing_post'] = 'Voir Message'; // PayPal IP Group Subscriptions $lang['Click_return_subscribe_lw'] = 'Cliquez %sIci%s pour sélectionner un Groupe à rejoindre. Une participation financière vous sera demandée.'; // // Timezones ... for display on each page // $lang['All_times'] = 'Toutes les heures sont au format %s'; // eg. All times are GMT - 12 Hours (times from next block) $lang['-12'] = 'GMT - 12 Heures'; $lang['-11'] = 'GMT - 11 Heures'; $lang['-10'] = 'GMT - 10 Heures'; $lang['-9.5'] = 'GMT - 9.5 Heures'; $lang['-9'] = 'GMT - 9 Heures'; $lang['-8'] = 'GMT - 8 Heures'; $lang['-7'] = 'GMT - 7 Heures'; $lang['-6'] = 'GMT - 6 Heures'; $lang['-5'] = 'GMT - 5 Heures'; $lang['-4'] = 'GMT - 4 Heures'; $lang['-3.5'] = 'GMT - 3.5 Heures'; $lang['-3'] = 'GMT - 3 Heures'; $lang['-2'] = 'GMT - 2 Heures'; $lang['-1'] = 'GMT - 1 Heure'; $lang['0'] = 'GMT'; $lang['1'] = 'GMT + 1 Heure'; $lang['2'] = 'GMT + 2 Heures'; $lang['3'] = 'GMT + 3 Heures'; $lang['3.5'] = 'GMT + 3.5 Heures'; $lang['4'] = 'GMT + 4 Heures'; $lang['4.5'] = 'GMT + 4.5 Heures'; $lang['5'] = 'GMT + 5 Heures'; $lang['5.5'] = 'GMT + 5.5 Heures'; $lang['5.75'] = 'GMT + 5.75 Heures'; $lang['6'] = 'GMT + 6 Heures'; $lang['6.5'] = 'GMT + 6.5 Heures'; $lang['7'] = 'GMT + 7 Heures'; $lang['8'] = 'GMT + 8 Heures'; $lang['8.75'] = 'GMT + 8.75 Heures'; $lang['9'] = 'GMT + 9 Heures'; $lang['9.5'] = 'GMT + 9.5 Heures'; $lang['10'] = 'GMT + 10 Heures'; $lang['10.5'] = 'GMT + 10.5 Heures'; $lang['11'] = 'GMT + 11 Heures'; $lang['11.5'] = 'GMT + 11.5 Heures'; $lang['12'] = 'GMT + 12 Heures'; $lang['12.75'] = 'GMT + 12.75 Heures'; $lang['13'] = 'GMT + 13 Heures'; $lang['14'] = 'GMT + 14 Heures'; $lang['datetime']['Sunday'] = 'Dimanche'; $lang['datetime']['Monday'] = 'Lundi'; $lang['datetime']['Tuesday'] = 'Mardi'; $lang['datetime']['Wednesday'] = 'Mercredi'; $lang['datetime']['Thursday'] = 'Jeudi'; $lang['datetime']['Friday'] = 'Vendredi'; $lang['datetime']['Saturday'] = 'Samedi'; $lang['datetime']['Sun'] = 'Dim'; $lang['datetime']['Mon'] = 'Lun'; $lang['datetime']['Tue'] = 'Mar'; $lang['datetime']['Wed'] = 'Mer'; $lang['datetime']['Thu'] = 'Jeu'; $lang['datetime']['Fri'] = 'Ven'; $lang['datetime']['Sat'] = 'Sam'; $lang['datetime']['January'] = 'Janvier'; $lang['datetime']['February'] = 'Février'; $lang['datetime']['March'] = 'Mars'; $lang['datetime']['April'] = 'Avril'; $lang['datetime']['May'] = 'Mai'; $lang['datetime']['June'] = 'Juin'; $lang['datetime']['July'] = 'Juillet'; $lang['datetime']['August'] = 'Aout'; $lang['datetime']['September'] = 'Septembre'; $lang['datetime']['October'] = 'Octobre'; $lang['datetime']['November'] = 'Novembre'; $lang['datetime']['December'] = 'Décembre'; $lang['datetime']['Jan'] = 'Jan'; $lang['datetime']['Feb'] = 'Fev'; $lang['datetime']['Mar'] = 'Mar'; $lang['datetime']['Apr'] = 'Avr'; $lang['datetime']['May'] = 'Mai'; $lang['datetime']['Jun'] = 'Jui'; $lang['datetime']['Jul'] = 'Juil'; $lang['datetime']['Aug'] = 'Aou'; $lang['datetime']['Sep'] = 'Sep'; $lang['datetime']['Oct'] = 'Oct'; $lang['datetime']['Nov'] = 'Nov'; $lang['datetime']['Dec'] = 'Dec'; $lang['Login_attempts_exceeded'] = 'Vous avez atteint les %s tentatives de connexion. Vous devez maintenant attendre %s minutes avant de pouvoir essayer à nouveau.'; // // Serverload & Unique Hits // $lang['Pages_served'] = ' pages chargées ces 5 dernières minutes'; $lang['Unique_hits'] = 'unique hits ces dernières %s heures'; $lang['ON'] = 'ON'; // This is for GZip compression $lang['OFF'] = 'OFF'; // // Errors (not related to a // specific failure on a page) // $lang['Information'] = 'Information'; $lang['Critical_Information'] = 'Information Critique'; $lang['General_Error'] = 'Erreur Générale'; $lang['Critical_Error'] = 'Erreur Critique'; $lang['An_error_occured'] = 'Une erreur est arrivée'; $lang['A_critical_error'] = 'Une erreur critiques est arrivée'; // // That's all, Folks! // ------------------------------------------------- ?> --- NEW FILE: lang_admin.php --- <?php /*************************************************************************** * lang_admin.php [French] * ------------------- * begin : Sat Dec 16 2000 * copyright : (C) 2001 The phpBB Group * email : su...@ph... * * $Id: lang_admin.php,v 1.1 2013/10/03 08:32:41 orynider Exp $ * ****************************************************************************/ /*************************************************************************** * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ***************************************************************************/ /*************************************************************************** * Translation: Informations * * Version: 1.0.2 * Date: 07/03/2008 19:04:16 * Author: Xaphos (Maël Soucaze) * Website: http://www.phpbb.fr/ * ***************************************************************************/ /* CONTRIBUTORS 2002-12-15 Philip M. White (pw...@ma...) Fixed many minor grammatical mistakes */ // // Format is same as lang_main // // // Modules, this replaces the keys used // in the modules[][] arrays in each module file // $lang['General'] = 'Administration générale'; $lang['Users'] = 'Administration des utilisateurs'; $lang['Groups'] = 'Administration des groupes'; $lang['Forums'] = 'Administration des forums'; $lang['Styles'] = 'Administration des styles'; $lang['Configuration'] = 'Configuration'; $lang['Permissions'] = 'Permissions'; $lang['Manage'] = 'Gestion'; $lang['Disallow'] = 'Interdire des noms'; $lang['Prune'] = 'Délestage'; $lang['Mass_Email'] = 'E-mail de masse'; $lang['Ranks'] = 'Rangs'; $lang['Smilies'] = 'Émoticônes'; $lang['Ban_Management'] = 'Contrôle des bannissements'; $lang['Word_Censor'] = 'Censure de mots'; $lang['Export'] = 'Exporter'; $lang['Create_new'] = 'Créer'; $lang['Add_new'] = 'Ajouter'; $lang['Backup_DB'] = 'Sauvegarder la base de données'; $lang['Restore_DB'] = 'Restaurer la base de données'; // // Index // $lang['Admin'] = 'Administration'; $lang['Not_admin'] = 'Vous nêtes pas autorisé à administrer ce forum'; $lang['Welcome_phpBB'] = 'Bienvenue sur phpBB'; $lang['Admin_intro'] = 'Nous vous remercions davoir sélectionné phpBB comme solution pour votre forum. Cet écran vous donne un aperçu rapide des diverses statistiques de votre forum. Vous pouvez retourner sur cette page en cliquant sur le lien <u>Index de ladministration</u> dans le panneau de gauche. Pour retourner à lindex de votre forum, cliquez sur le logo phpBB qui est également situé dans le panneau de gauche. Les autres liens situés sur le volet à gauche de cet écran vous permettront de contrôler tous les aspects de votre forum. Chaque page contiendra des instructions sur lutilisation des outils disponibles.'; $lang['Main_index'] = 'Index du forum'; $lang['Forum_stats'] = 'Statistiques du forum'; $lang['Admin_Index'] = 'Index de ladministration'; $lang['Preview_forum'] = 'Aperçu du forum'; $lang['Click_return_admin_index'] = 'Cliquez %sici%s afin de retourner à lindex de ladministration'; $lang['Statistic'] = 'Statistique'; $lang['Value'] = 'Valeur'; $lang['Number_posts'] = 'Nombre de messages'; $lang['Posts_per_day'] = 'Messages par jour'; $lang['Number_topics'] = 'Nombre de sujets'; $lang['Topics_per_day'] = 'Sujets par jour'; $lang['Number_users'] = 'Nombre dutilisateurs'; $lang['Users_per_day'] = 'Utilisateurs par jour'; $lang['Board_started'] = 'Date douverture du forum'; $lang['Avatar_dir_size'] = 'Taille du répertoire des avatars'; $lang['Database_size'] = 'Taille de la base de données'; $lang['Gzip_compression'] ='Compression GZip'; $lang['Not_available'] = 'Indisponible'; $lang['ON'] = 'Activée'; // This is for GZip compression $lang['OFF'] = 'Désactivée'; // // DB Utils // $lang['Database_Utilities'] = 'Utilitaires de la base de données'; $lang['Restore'] = 'Restaurer'; $lang['Backup'] = 'Sauvegarder'; $lang['Restore_explain'] = 'Cela exécutera une restauration complète de toutes les tables de phpBB à partir dun fichier de sauvegarde. Si votre serveur le supporte, vous pouvez utiliser un fichier texte compressé en GZip qui sera automatiquement décompressé. <b>ATTENTION :</b> cela écrasera toutes les données existantes. La restauration est un processus pouvant prendre beaucoup de temps, veuillez ne pas vous déplacer de la page avant que lopération soit terminée.'; $lang['Backup_explain'] = 'Vous pouvez sauvegarder ici toutes les données relatives à votre forum phpBB. Si vous avez créé des tables additionnelles personnalisées dans la même base de données et que vous souhaitez les sauvegarder, veuillez saisir leurs noms, séparés par une virgule, dans la boîte de texte <u>Tables additionnelles</u> ci-dessous. Si votre serveur le supporte, vous pouvez également compresser votre fichier au format GZip afin de réduire sa taille avant de le télécharger.'; $lang['Backup_options'] = 'Options de la sauvegarde'; $lang['Start_backup'] = 'Démarrer la sauvegarde'; $lang['Full_backup'] = 'Sauvegarde complète'; $lang['Structure_backup'] = 'Sauvegarde de la structure uniquement'; $lang['Data_backup'] = 'Sauvegarde des données uniquement'; $lang['Additional_tables'] = 'Tables additionnelles'; $lang['Gzip_compress'] = 'Fichier compressé GZip'; $lang['Select_file'] = 'Sélectionner un fichier'; $lang['Start_Restore'] = 'Démarrer la restauration'; $lang['Restore_success'] = 'La base de données a été restaurée avec succès.<br /><br />Votre forum devrait être tel quil létait lorsque la sauvegarde a été faite.'; $lang['Backup_download'] = 'Votre téléchargement va démarrer sous peu ; veuillez patienter jusquà ce quil démarre.'; $lang['Backups_not_supported'] = 'Désolé, mais les sauvegardes ne sont actuellement pas supportées par votre système de base de données.'; $lang['Restore_Error_uploading'] = 'Erreur lors du transfert du fichier de sauvegarde'; $lang['Restore_Error_filename'] = 'Problème avec le nom du fichier ; veuillez essayer avec un autre fichier'; $lang['Restore_Error_decompress'] = 'Impossible de décompresser le fichier GZip ; veuillez transférer un fichier texte'; $lang['Restore_Error_no_file'] = 'Aucun fichier na été transféré'; // // Auth pages // $lang['Select_a_User'] = 'Sélectionner un utilisateur'; $lang['Select_a_Group'] = 'Sélectionner un groupe'; $lang['Select_a_Forum'] = 'Sélectionner un forum'; $lang['Auth_Control_User'] = 'Contrôle des permissions des utilisateurs'; $lang['Auth_Control_Group'] = 'Contrôle des permissions des groupes'; $lang['Auth_Control_Forum'] = 'Contrôle des permissions des forums'; $lang['Look_up_User'] = 'Rechercher un utilisateur'; $lang['Look_up_Group'] = 'Rechercher un groupe'; $lang['Look_up_Forum'] = 'Rechercher un forum'; $lang['Group_auth_explain'] = 'Vous pouvez modifier ici les permissions et le statut de modérateur assignés à chaque groupe dutilisateurs. Noubliez pas quen modifiant les permissions des groupes, certaines permissions individuelles peuvent toutefois permettre à un utilisateur daccéder à un forum, etc. Vous serez averti si tel était le cas.'; $lang['User_auth_explain'] = 'Vous pouvez modifier ici les permissions et le statut de modérateur assignés à chaque utilisateur individuel. Noubliez pas quen modifiant les permissions des groupes, certaines permissions individuelles peuvent toutefois permettre à un utilisateur daccéder à un forum, etc. Vous serez averti si tel était le cas.'; $lang['Forum_auth_explain'] = 'Vous pouvez modifier ici les niveaux de permissions de chaque forum. Vous disposerez du mode simple et avancé pour réaliser cela, où le mode avancé offre un plus grand contrôle de chaque opération du forum. Rappelez-vous quen modifiant le niveau de permissions des forums, chaque utilisateur sera affecté des diverses opérations faites dans celui-ci.'; $lang['Simple_mode'] = 'Mode simple'; $lang['Advanced_mode'] = 'Mode avancé'; $lang['Moderator_status'] = 'Statut de modérateur'; $lang['Allowed_Access'] = 'Accès autorisé'; $lang['Disallowed_Access'] = 'Accès interdit'; $lang['Is_Moderator'] = 'est modérateur'; $lang['Not_Moderator'] = 'nest pas modérateur'; $lang['Conflict_warning'] = 'Avertissement de conflit dautorisations'; $lang['Conflict_access_userauth'] = 'Cet utilisateur disposera toujours des droits daccès sur ce forum à cause de son appartenance à un groupe. Vous devriez modifier les permissions du groupe ou supprimer cet utilisateur du groupe afin de lempêcher complètement de disposer des droits daccès. Les groupes (et les forums impliqués) accordant des droits sont indiqués ci-dessous.'; $lang['Conflict_mod_userauth'] = 'Cet utilisateur disposera toujours des droits de modérateur sur ce forum à cause de son appartenance à un groupe. Vous devriez modifier les permissions du groupe ou supprimer cet utilisateur du groupe afin de lempêcher complètement de disposer des droits de modérateur. Les groupes (et les forums impliqués) accordant des droits sont indiqués ci-dessous.'; $lang['Conflict_access_groupauth'] = 'Lutilisateur (ou les utilisateurs) suivant dispose toujours des droits daccès sur ce forum à cause des réglages des permissions de lutilisateur. Vous devriez modifier les permissions de lutilisateur afin de lempêcher complètement de disposer des droits daccès. Les utilisateurs (et les forums impliqués) accordant des droits sont indiqués ci-dessous.'; $lang['Conflict_mod_groupauth'] = 'Lutilisateur (ou les utilisateurs) suivant dispose toujours des droits de modérateur sur ce forum à cause des réglages des permissions de lutilisateur. Vous devriez modifier les permissions de lutilisateur afin de lempêcher complètement de disposer des droits de modérateur. Les utilisateurs (et les forums impliqués) accordant des droits sont indiqués ci-dessous.'; $lang['Public'] = 'Public'; $lang['Private'] = 'Privé'; $lang['Registered'] = 'Inscrit'; $lang['Administrators'] = 'Administrateurs'; $lang['Hidden'] = 'Invisible'; // These are displayed in the drop down boxes for advanced // mode forum auth, try and keep them short! $lang['Forum_ALL'] = 'TOUS'; $lang['Forum_REG'] = 'INSCRITS'; $lang['Forum_PRIVATE'] = 'PRIVÉ'; $lang['Forum_MOD'] = 'MODÉRATEURS'; $lang['Forum_ADMIN'] = 'ADMINISTRATEURS'; $lang['View'] = 'Voir'; $lang['Read'] = 'Lire'; $lang['Post'] = 'Publier'; $lang['Reply'] = 'Répondre'; $lang['Edit'] = 'Éditer'; $lang['Delete'] = 'Supprimer'; $lang['Sticky'] = 'Note'; $lang['Announce'] = 'Annonce'; $lang['Vote'] = 'Voter'; $lang['Pollcreate'] = 'Créer un sondage'; $lang['Permissions'] = 'Permissions'; $lang['Simple_Permission'] = 'Permissions simples'; $lang['User_Level'] = 'Niveau de lutilisateur'; $lang['Auth_User'] = 'Utilisateur'; $lang['Auth_Admin'] = 'Administrateur'; $lang['Group_memberships'] = 'Adhérents du groupe dutilisateurs'; $lang['Usergroup_members'] = 'Ce groupe est composé des membres suivants'; $lang['Forum_auth_updated'] = 'Les permissions des forums ont été mises à jour avec succès'; $lang['User_auth_updated'] = 'Les permissions des utilisateurs ont été mises à jour avec succès'; $lang['Group_auth_updated'] = 'Les permissions des groupes ont été mises à jour avec succès'; $lang['Auth_updated'] = 'Les permissions ont été mises à jour avec succès'; $lang['Click_return_userauth'] = 'Cliquez %sici%s pour retourner aux permissions des utilisateurs'; $lang['Click_return_groupauth'] = 'Cliquez %sici%s pour retourner aux permissions des groupes'; $lang['Click_return_forumauth'] = 'Cliquez %sici%s pour retourner aux permissions des forums'; // // Banning // $lang['Ban_control'] = 'Contrôle des bannissements'; $lang['Ban_explain'] = 'Vous pouvez contrôler ici le bannissement dutilisateurs. Vous pouvez faire cela en bannissant un ou des utilisateurs spécifiques ou un ou des intervalles dadresses IP ou de noms dhôtes. Ces méthodes empêcheront un utilisateur datteindre les pages votre forum. Afin dempêcher un utilisateur de sinscrire sous un nom dutilisateur différent, vous pouvez également bannir les adresses e-mail. Veuillez noter que bannir uniquement une adresse e-mail nempêchera pas lutilisateur concerné de se connecter ou de publier des messages sur votre forum. Vous devrez utiliser une des deux premières méthodes citées afin de réaliser cela.'; $lang['Ban_explain_warn'] = 'Veuillez noter que la saisie dun intervalle dadresses IP ne prendra en compte que les adresses situées entre la première et la dernière adresse IP. Des essais seront effectués afin de réduire le nombre dadresses ajoutées à la base de données en ajoutant automatiquement des jokers où cela est approprié. Si vous souhaitez tout de même saisir un intervalle, essayez de le rendre court ou au mieux, saisissez des adresses spécifiques.'; $lang['Select_username'] = 'Sélectionner un nom dutilisateur'; $lang['Select_ip'] = 'Sélectionner une adresse IP'; $lang['Select_email'] = 'Sélectionner une adresse e-mail'; $lang['Ban_username'] = 'Bannir un ou plusieurs utilisateurs spécifiques'; $lang['Ban_username_explain'] = 'Vous pouvez bannir plusieurs utilisateurs en une fois en utilisant la combinaison appropriée de la souris et du clavier de votre ordinateur et de votre navigateur Internet'; $lang['Ban_IP'] = 'Bannir une ou plusieurs adresses IP ou noms dhôtes'; $lang['IP_hostname'] = 'Adresses IP ou noms dhôtes'; $lang['Ban_IP_explain'] = 'Afin de spécifier plusieurs adresses IP ou plusieurs noms dhôtes différents, veuillez les séparer par une virgule. Afin de spécifier un intervalle dadresses IP, veuillez séparer le début et la fin par un tiret (-). Afin de spécifier un joker, veuillez utiliser un astérisque (*).'; $lang['Ban_email'] = 'Bannir une ou plusieurs adresses e-mail'; $lang['Ban_email_explain'] = 'Afin de spécifier plusieurs adresses e-mail, veuillez les séparer par une virgule. Afin de spécifier un nom dutilisateur joker, veuillez utiliser un astérisque (*), comme *@hotmail.com'; $lang['Unban_username'] = 'Débannir un ou plusieurs utilisateurs spécifiques'; $lang['Unban_username_explain'] = 'Vous pouvez débannir plusieurs utilisateurs en une fois en utilisant la combinaison appropriée de la souris et du clavier de votre ordinateur et de votre navigateur Internet'; $lang['Unban_IP'] = 'Débannir une ou plusieurs adresses IP ou noms dhôtes'; $lang['Unban_IP_explain'] = 'Vous pouvez débannir plusieurs adresses IP ou plusieurs noms dhôtes en une fois en utilisant la combinaison appropriée de la souris et du clavier de votre ordinateur et de votre navigateur Internet'; $lang['Unban_email'] = 'Débannir une ou plusieurs adresses e-mail'; $lang['Unban_email_explain'] = 'Vous pouvez débannir plusieurs adresses e-mail en une fois en utilisant la combinaison appropriée de la souris et du clavier de votre ordinateur et de votre navigateur Internet'; $lang['No_banned_users'] = 'Aucun nom dutilisateur na été banni'; $lang['No_banned_ip'] = 'Aucune adresse IP na été bannie'; $lang['No_banned_email'] = 'Aucune adresse e-mail na été bannie'; $lang['Ban_update_sucessful'] = 'La lise des bannissements a été mise à jour avec succès'; $lang['Click_return_banadmin'] = 'Cliquez %sici%s afin de retourner au contrôle des bannissements'; // // Configuration // $lang['General_Config'] = 'Configuration générale'; $lang['Config_explain'] = 'Le formulaire ci-dessous vous permet de personnaliser toutes les options générales de votre forum. Pour les configurations des utilisateurs et des forums, veuillez utiliser les liens appropriés situés sur le volet de gauche.'; $lang['Click_return_config'] = 'Cliquez %sici%s afin de retourner à la configuration générale'; $lang['General_settings'] = 'Réglages généraux du forum'; $lang['Server_name'] = 'Nom de domaine'; $lang['Server_name_explain'] = 'Le nom de domaine à partir duquel ce forum fonctionne'; $lang['Script_path'] = 'Chemin du script'; $lang['Script_path_explain'] = 'Le chemin où phpBB2 est installé par rapport au nom de domaine'; $lang['Server_port'] = 'Port du serveur'; $lang['Server_port_explain'] = 'Le port sous lequel fonctionne votre serveur, souvent 80. Ne le modifiez que sil est différent'; $lang['Site_name'] = 'Nom du site'; $lang['Site_desc'] = 'Description du site'; $lang['Board_disable'] = 'Désactiver le forum'; $lang['Board_disable_explain'] = 'Cela rendra le forum indisponible aux utilisateurs. Les administrateurs pourront toutefois accéder au panneau de contrôle de ladministrateur.'; $lang['Acct_activation'] = 'Activation du compte'; $lang['Acc_None'] = 'Aucune'; // These three entries are the type of activation $lang['Acc_User'] = 'Utilisateur'; $lang['Acc_Admin'] = 'Administrateur'; $lang['Abilities_settings'] = 'Réglages de base des utilisateurs et des forums'; $lang['Max_poll_options'] = 'Nombre maximal doptions des sondages'; $lang['Flood_Interval'] = 'Intervalle de flood'; $lang['Flood_Interval_explain'] = 'Nombre de secondes durant lequel un utilisateur doit patienter avant de pouvoir publier de nouveau'; $lang['Board_email... [truncated message content] |
|
From: Florin C B. <ory...@us...> - 2013-10-03 08:32:43
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/language/lang_french/email In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29582/email Added Files: index.htm privmsg_notify.tpl profile_send_email.tpl topic_notify.tpl Log Message: --- NEW FILE: profile_send_email.tpl --- (This appears to be a binary file; contents omitted.) --- NEW FILE: privmsg_notify.tpl --- (This appears to be a binary file; contents omitted.) --- NEW FILE: topic_notify.tpl --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |
|
From: Florin C B. <ory...@us...> - 2013-10-03 08:32:14
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/language/lang_french/email In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29567/email Log Message: Directory /cvsroot/mxbb/core/includes/shared/phpbb2/language/lang_french/email added to the repository |
|
From: Florin C B. <ory...@us...> - 2013-10-03 08:32:06
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/language/lang_french In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29557/lang_french Log Message: Directory /cvsroot/mxbb/core/includes/shared/phpbb2/language/lang_french added to the repository |
|
From: Florin C B. <ory...@us...> - 2013-10-03 08:31:31
|
Update of /cvsroot/mxbb/core/language/lang_romanian/email In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29498/email Log Message: Directory /cvsroot/mxbb/core/language/lang_romanian/email added to the repository |
|
From: Florin C B. <ory...@us...> - 2013-10-03 08:31:14
|
Update of /cvsroot/mxbb/core/language/lang_french/email In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29463/email Log Message: Directory /cvsroot/mxbb/core/language/lang_french/email added to the repository |
|
From: Florin C B. <ory...@us...> - 2013-08-27 07:01:27
|
Update of /cvsroot/mxbb/core/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21875 Modified Files: index.php Log Message: Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** index.php 26 Aug 2013 23:09:35 -0000 1.67 --- index.php 27 Aug 2013 07:01:24 -0000 1.68 *************** *** 84,90 **** // ------------- ! // ! // Generate relevant output ! // if ($mx_request_vars->get('pane', MX_TYPE_NO_TAGS) == 'left' ) { --- 84,90 ---- // ------------- ! /* ! * Generate relevant output ! */ if ($mx_request_vars->get('pane', MX_TYPE_NO_TAGS) == 'left' ) { *************** *** 317,323 **** $mx_backend->load_forum_stats(); ! // ! // Get users online information. ! // $sql = $mx_backend->generate_session_online_sql(); --- 317,323 ---- $mx_backend->load_forum_stats(); ! /* ! * Get users online information. ! */ $sql = $mx_backend->generate_session_online_sql(); *************** *** 350,368 **** { $reg_userid_ary[] = $onlinerow_reg[$i]['user_id']; ! $username = $onlinerow_reg[$i]['username']; ! if( $onlinerow_reg[$i]['user_allow_viewonline'] || $userdata['user_level'] == ADMIN ) { $registered_users++; ! $hidden = FALSE; } else { $hidden_users++; ! $hidden = TRUE; } ! ! if( $onlinerow_reg[$i]['user_session_page'] < 1 ) { switch($onlinerow_reg[$i]['user_session_page']) --- 350,368 ---- { $reg_userid_ary[] = $onlinerow_reg[$i]['user_id']; ! $username = $onlinerow_reg[$i]['username']; ! if( $onlinerow_reg[$i]['user_allow_viewonline'] || $userdata['user_level'] == ADMIN ) { $registered_users++; ! $hidden = false; } else { $hidden_users++; ! $hidden = true; } ! ! if($onlinerow_reg[$i]['user_session_page'] < 1) { switch($onlinerow_reg[$i]['user_session_page']) *************** *** 416,420 **** "FORUM_LOCATION" => $location, "IP_ADDRESS" => $reg_ip, ! "U_WHOIS_IP" => $whois_url . $reg_ip, "U_USER_PROFILE" => mx_append_sid(PHPBB_URL . "admin_users.$phpEx?mode=edit&" . POST_USERS_URL . "=" . $onlinerow_reg[$i]['user_id']), --- 416,420 ---- "FORUM_LOCATION" => $location, "IP_ADDRESS" => $reg_ip, ! "U_WHOIS_IP" => $whois_url . $reg_ip, "U_USER_PROFILE" => mx_append_sid(PHPBB_URL . "admin_users.$phpEx?mode=edit&" . POST_USERS_URL . "=" . $onlinerow_reg[$i]['user_id']), *************** *** 431,449 **** } ! // ! // Guest users ! // ! if( count($onlinerow_guest) ) { $guest_users = 0; ! for($i = 0; $i < count($onlinerow_guest); $i++) { $guest_userip_ary[] = $onlinerow_guest[$i]['session_ip']; $guest_users++; ! if( $onlinerow_guest[$i]['session_page'] < 1 ) { ! switch( $onlinerow_guest[$i]['session_page'] ) { case PAGE_INDEX: --- 431,449 ---- } ! /* ! * Guest users ! */ ! if( count($onlinerow_guest)) { $guest_users = 0; ! for($i = 0; $i < count($onlinerow_guest); $i++) { $guest_userip_ary[] = $onlinerow_guest[$i]['session_ip']; $guest_users++; ! if( $onlinerow_guest[$i]['session_page'] < 1 ) { ! switch( $onlinerow_guest[$i]['session_page']) { case PAGE_INDEX: *************** *** 473,478 **** } ! $row_color = ( $guest_users % 2 ) ? $mx_user->theme['td_color1'] : $mx_user->theme['td_color2']; ! $row_class = ( $guest_users % 2 ) ? $mx_user->theme['td_class1'] : $mx_user->theme['td_class2']; $guest_ip = $mx_backend->decode_ip($onlinerow_guest[$i]['session_ip']); --- 473,478 ---- } ! $row_color = ($guest_users % 2) ? $mx_user->theme['td_color1'] : $mx_user->theme['td_color2']; ! $row_class = ($guest_users % 2) ? $mx_user->theme['td_class1'] : $mx_user->theme['td_class2']; $guest_ip = $mx_backend->decode_ip($onlinerow_guest[$i]['session_ip']); *************** *** 486,490 **** "FORUM_LOCATION" => $location, "IP_ADDRESS" => $guest_ip, ! "U_WHOIS_IP" => $whois_url . $guest_ip, "U_FORUM_LOCATION" => mx_append_sid($location_url)) --- 486,490 ---- "FORUM_LOCATION" => $location, "IP_ADDRESS" => $guest_ip, ! "U_WHOIS_IP" => $whois_url . $guest_ip, "U_FORUM_LOCATION" => mx_append_sid($location_url)) *************** *** 527,531 **** @fputs($fsock, "HOST: mxpcms.sourceforge.net\r\n"); @fputs($fsock, "Connection: close\r\n\r\n"); ! $get_info = false; while (!feof($fsock)) --- 527,531 ---- @fputs($fsock, "HOST: mxpcms.sourceforge.net\r\n"); @fputs($fsock, "Connection: close\r\n\r\n"); ! $get_info = false; while (!feof($fsock)) *************** *** 544,555 **** } fclose($fsock); ! $mx_version_info = explode("\n", $mx_version_info); $latest_mx_head_revision = (int) $mx_version_info[0]; $latest_mx_minor_revision = (int) $mx_version_info[2]; $latest_mx_patch_revision = (int) $mx_version_info[3]; // For betas/RC ! $latest_mx_version = (int) $mx_version_info[0] . '.' . (int) $mx_version_info[1] . '.' . (int) $mx_version_info[2]; ! if ($latest_mx_head_revision == 3 && $minor_mx_revision == $latest_mx_minor_revision) { --- 544,555 ---- } fclose($fsock); ! $mx_version_info = explode("\n", $mx_version_info); $latest_mx_head_revision = (int) $mx_version_info[0]; $latest_mx_minor_revision = (int) $mx_version_info[2]; $latest_mx_patch_revision = (int) $mx_version_info[3]; // For betas/RC ! $latest_mx_version = (int) $mx_version_info[0] . '.' . (int) $mx_version_info[1] . '.' . (int) $mx_version_info[2]; ! if ($latest_mx_head_revision == 3 && $minor_mx_revision == $latest_mx_minor_revision) { *************** *** 573,579 **** } } ! $mx_version_info .= '<p>' . $lang['MXP_Mailing_list_subscribe_reminder'] . '</p>'; ! $template->assign_vars(array( 'MXBB_VERSION_INFO' => $mx_version_info, --- 573,579 ---- } } ! $mx_version_info .= '<p>' . $lang['MXP_Mailing_list_subscribe_reminder'] . '</p>'; ! $template->assign_vars(array( 'MXBB_VERSION_INFO' => $mx_version_info, *************** *** 581,587 **** 'L_VERSION_INFORMATION' => $lang['Version_information']) ); ! $template->pparse("body"); ! include('./page_footer_admin.'.$phpEx); } --- 581,587 ---- 'L_VERSION_INFORMATION' => $lang['Version_information']) ); ! $template->pparse("body"); ! include('./page_footer_admin.'.$phpEx); } |
|
From: Florin C B. <ory...@us...> - 2013-08-27 06:30:51
|
Update of /cvsroot/mxbb/core/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20504 Modified Files: mx_functions_style.php Log Message: Index: mx_functions_style.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_style.php,v retrieving revision 1.138 retrieving revision 1.139 diff -C2 -d -r1.138 -r1.139 *** mx_functions_style.php 7 Jul 2013 02:13:52 -0000 1.138 --- mx_functions_style.php 27 Aug 2013 06:30:49 -0000 1.139 *************** *** 285,296 **** */ ! // ! // This doesn't fit in...so left as is. ! // if(@file_exists($phpbb_root_path . 'adm/style/' . $filename) ) { ! // ! // First check ACP template ! // $this->module_template_path = $phpbb_root_path . 'adm/style/'; $temppath = $phpbb_root_path . 'adm/style/' . $filename; --- 285,296 ---- */ ! /* ! * This doesn't fit in...so left as is. ! */ if(@file_exists($phpbb_root_path . 'adm/style/' . $filename) ) { ! /* ! * First check ACP template ! */ $this->module_template_path = $phpbb_root_path . 'adm/style/'; $temppath = $phpbb_root_path . 'adm/style/' . $filename; *************** *** 1106,1109 **** --- 1106,1126 ---- } } + /* + * Load images for example for + * ACP images/admin_icons/ + */ + switch (PORTAL_BACKEND) + { + case 'phpbb2': + $this->_load_phpbb_images(); + $this->_load_mxbb_images(); + break; + case 'internal': + case 'phpbb3': + $this->_load_mxbb_images(); + break; + } + // Load backend specific style defs. + $this->setup_style(); return $row; } *************** *** 1882,1896 **** { case 'internal': - $this->_load_phpbb_images(); - $this->_load_mxbb_images(); break; case 'phpbb2': ! break; ! ! case 'phpbb3': ! ! //$this->_load_phpbb_images(); ! $this->_load_mxbb_images(); break; } --- 1899,1907 ---- { case 'internal': break; case 'phpbb2': ! case 'phpbb3': ! $this->_load_phpbb_images(); break; } *************** *** 1898,1903 **** // Load images ! //$this->_load_phpbb_images(); ! //$this->_load_mxbb_images(); // Load backend specific style defs. --- 1909,1913 ---- // Load images ! $this->_load_mxbb_images(); // Load backend specific style defs. |
|
From: Florin C B. <ory...@us...> - 2013-08-26 23:09:38
|
Update of /cvsroot/mxbb/core/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2046 Modified Files: index.php page_header_admin.php Log Message: Index: page_header_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/page_header_admin.php,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** page_header_admin.php 28 Jun 2013 15:32:37 -0000 1.34 --- page_header_admin.php 26 Aug 2013 23:09:35 -0000 1.35 *************** *** 57,63 **** } **********/ ! ! $template->set_filenames(array('header' => 'admin/page_header.tpl')); ! // Format Timezone. We are unable to use array_pop here, because of PHP3 compatibility $l_timezone = explode('.', $board_config['board_timezone']); --- 57,61 ---- } **********/ ! $template->set_filenames(array('header' => 'admin/page_header.'.$tplEx)); // Format Timezone. We are unable to use array_pop here, because of PHP3 compatibility $l_timezone = explode('.', $board_config['board_timezone']); *************** *** 66,73 **** $useragent = (isset($_SERVER['HTTP_USER_AGENT'])) ? $_SERVER['HTTP_USER_AGENT'] : getenv('HTTP_USER_AGENT'); $template_config_row = $mx_user->_load_template_config(); $template->assign_vars(array( 'SITENAME' => $board_config['sitename'], //'PAGE_TITLE' => $page_title, - 'L_ADMIN' => $lang['Admin'], 'L_INDEX' => sprintf($lang['Forum_Index'], $board_config['sitename']), --- 64,71 ---- $useragent = (isset($_SERVER['HTTP_USER_AGENT'])) ? $_SERVER['HTTP_USER_AGENT'] : getenv('HTTP_USER_AGENT'); $template_config_row = $mx_user->_load_template_config(); + $template->assign_vars(array( 'SITENAME' => $board_config['sitename'], //'PAGE_TITLE' => $page_title, 'L_ADMIN' => $lang['Admin'], 'L_INDEX' => sprintf($lang['Forum_Index'], $board_config['sitename']), *************** *** 130,145 **** 'U_PORTAL_ROOT_PATH' => PORTAL_URL, 'TEMPLATE_ROOT_PATH' => TEMPLATE_ROOT_PATH, ! 'T_PHPBB_STYLESHEET' => isset($mx_user->theme['head_stylesheet']) ? $mx_user->theme['head_stylesheet'] : 'stylesheet.css', 'T_MXBB_STYLESHEET' => isset($mx_user->theme['head_stylesheet']) ? $mx_user->theme['head_stylesheet'] : $mx_user->template_name.'.css', 'T_GECKO_STYLESHEET' => 'gecko.css', ! 'MX_ICON_CSS' => $images['mx_graphics']['icon_style'], 'LOGO' => $images['mx_logo'], //- MX-Publisher ! // Backend 'PHPBB' => !(PORTAL_BACKEND === 'internal'), ! // Additional css for gecko browsers 'GECKO' => strstr($useragent, 'Gecko'), --- 128,143 ---- 'U_PORTAL_ROOT_PATH' => PORTAL_URL, 'TEMPLATE_ROOT_PATH' => TEMPLATE_ROOT_PATH, ! 'T_PHPBB_STYLESHEET' => isset($mx_user->theme['head_stylesheet']) ? $mx_user->theme['head_stylesheet'] : 'stylesheet.css', 'T_MXBB_STYLESHEET' => isset($mx_user->theme['head_stylesheet']) ? $mx_user->theme['head_stylesheet'] : $mx_user->template_name.'.css', 'T_GECKO_STYLESHEET' => 'gecko.css', ! 'MX_ICON_CSS' => $images['mx_graphics']['icon_style'], 'LOGO' => $images['mx_logo'], //- MX-Publisher ! // Backend 'PHPBB' => !(PORTAL_BACKEND === 'internal'), ! // Additional css for gecko browsers 'GECKO' => strstr($useragent, 'Gecko'), *************** *** 156,161 **** header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0'); } ! header ('Expires: 0'); ! header ('Pragma: no-cache'); $template->pparse('header'); --- 154,159 ---- header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0'); } ! header('Expires: 0'); ! header('Pragma: no-cache'); $template->pparse('header'); Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** index.php 28 Jun 2013 15:32:37 -0000 1.66 --- index.php 26 Aug 2013 23:09:35 -0000 1.67 *************** *** 103,109 **** "L_PORTAL_INDEX" => $lang['Portal_index'], "L_PREVIEW_PORTAL" => $lang['Preview_portal'], ! "LOGO" => $images['mx_logo'], ! "U_FORUM_INDEX" => mx_append_sid(PHPBB_URL . "index.$phpEx"), "U_ADMIN_INDEX" => mx_append_sid("index.$phpEx?pane=right"), --- 103,109 ---- "L_PORTAL_INDEX" => $lang['Portal_index'], "L_PREVIEW_PORTAL" => $lang['Preview_portal'], ! "LOGO" => $images['mx_logo'], ! "U_FORUM_INDEX" => mx_append_sid(PHPBB_URL . "index.$phpEx"), "U_ADMIN_INDEX" => mx_append_sid("index.$phpEx?pane=right"), *************** *** 117,121 **** //-MOD: DHTML Menu for ACP "L_FORUM_INDEX" => $lang['Main_index'], ! "L_ADMIN_INDEX" => $lang['Admin_Index'], )); --- 117,121 ---- //-MOD: DHTML Menu for ACP "L_FORUM_INDEX" => $lang['Main_index'], ! "L_ADMIN_INDEX" => $lang['Admin_Index'] )); *************** *** 473,482 **** } - $row_color = ( $guest_users % 2 ) ? $mx_user->theme['td_color1'] : $mx_user->theme['td_color2']; $row_class = ( $guest_users % 2 ) ? $mx_user->theme['td_class1'] : $mx_user->theme['td_class2']; ! $guest_ip = $mx_backend->decode_ip($onlinerow_guest[$i]['session_ip']); ! $template->assign_block_vars("guest_user_row", array( "ROW_COLOR" => "#" . $row_color, --- 473,481 ---- } $row_color = ( $guest_users % 2 ) ? $mx_user->theme['td_color1'] : $mx_user->theme['td_color2']; $row_class = ( $guest_users % 2 ) ? $mx_user->theme['td_class1'] : $mx_user->theme['td_class2']; ! $guest_ip = $mx_backend->decode_ip($onlinerow_guest[$i]['session_ip']); ! $template->assign_block_vars("guest_user_row", array( "ROW_COLOR" => "#" . $row_color, *************** *** 589,601 **** else { ! // ! // Generate frameset ! // $template->set_filenames(array( "body" => "admin/index_frameset.".$tplEx) ); ! ! $template->assign_vars(array( ! 'ADMIN_TITLE' => $lang['Mx-Publisher_adminCP'], "S_FRAME_NAV" => mx_append_sid("index.$phpEx?pane=left"), "S_FRAME_MAIN" => mx_append_sid("index.$phpEx?pane=right")) --- 588,600 ---- else { ! /* ! * Generate frameset ! */ $template->set_filenames(array( "body" => "admin/index_frameset.".$tplEx) ); ! ! $template->assign_vars(array( ! "L_ADMIN_TITLE" => $lang['Mx-Publisher_adminCP'], "S_FRAME_NAV" => mx_append_sid("index.$phpEx?pane=left"), "S_FRAME_MAIN" => mx_append_sid("index.$phpEx?pane=right")) |
|
From: Florin C B. <ory...@us...> - 2013-08-25 18:21:07
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/language/lang_romanian In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24134 Modified Files: lang_main.php Log Message: Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/shared/phpbb2/language/lang_romanian/lang_main.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lang_main.php 4 Oct 2008 07:04:25 -0000 1.5 --- lang_main.php 25 Aug 2013 18:21:04 -0000 1.6 *************** *** 68,72 **** $lang['Password'] = 'Parola'; $lang['Email'] = 'Email'; ! $lang['Poster'] = 'Autor'; $lang['Author'] = 'Autor'; $lang['Time'] = 'Timp'; --- 68,72 ---- $lang['Password'] = 'Parola'; $lang['Email'] = 'Email'; ! $lang['Poster'] = 'Trimis de'; $lang['Author'] = 'Autor'; $lang['Time'] = 'Timp'; |
|
From: Florin C B. <ory...@us...> - 2013-08-25 18:18:17
|
Update of /cvsroot/mxbb/mx_music/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23684 Added Files: mx_music.css Log Message: --- NEW FILE: mx_music.css --- ul li, ul.menu li, .item-list ul li, li.leaf { padding: 0 0 0 0; list-style-type: none; list-style-image: none; } /* Thumbs Frame & Shadow - BEGIN */ .picframe{ display: block; } .picshadow{ display: block; } /* Thumbs Frame & Shadow - END */ /* Pic LightBox Preview - BEGIN */ #loader_container { text-align: center; position: absolute; top: 40%; width: 100%; } #loader { background-color: #FFFFFF; padding: 10px 0 16px 0; margin: 0 auto; display: block; width: 135px; border: 1px solid #777777; text-align: left; z-index: 255; } #progress { height: 5px; font-size: 1px; width: 10px; position: relative; top: 1px; left: 10px; background-color: #999999; } #loader_bg { background-color: #EEEEEE; position: relative; top: 8px; left: 8px; height: 7px; width: 113px; font-size: 1px } .border_preview{ padding: 10px 10px 10px 10px; z-index: 100; position: absolute; background: #FFFFFF; border: 2px dotted #336699; } .preview_temp_load { vertical-align: middle; text-align: center; padding: 10px; } .preview_temp_load img{ vertical-align: middle; text-align: center; } /* Pic LightBox Preview - END */ /* ACP - BEGIN */ .forumline_left { background-color: #F8F8F8; border-bottom: 2px #224488 solid; border-left: 2px #224488 solid; } .tab_links, a.tab_links:hover, a.tab_links:link, a.tab_links:active, a.tab_links:visited { text-decoration: none; } .tab_links_unsel, a.tab_links_unsel:hover, a.tab_links_unsel:link, a.tab_links_unsel:active, a.tab_links_unsel:visited { text-decoration: none; } a.tab_links:hover, a.tab_links_unsel:hover { text-decoration: underline; } .tab_headers, th.tab_headers { font-weight : bold; padding-left: 4px; padding-right: 8px; border: #003366; border-style: solid; border-width: 1px 1px 0px 1px; background-color: #006699; } .tab_headers_unsel, th.tab_headers_unsel { font-weight : bold; padding-left: 4px; padding-right: 8px; border: #336699; border-style: solid; border-width: 1px 1px 0px 1px; background-color: #6699AA; } .tab_border { background-color: #888888; } .filler, th.filler { background-color:#6699AA; background-image:none; } /* ACP - END */ |
|
From: Florin C B. <ory...@us...> - 2013-08-25 18:16:38
|
Update of /cvsroot/mxbb/mx_music/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23583 Modified Files: music_lists.html Log Message: Index: music_lists.html =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/prosilver/music_lists.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** music_lists.html 7 Dec 2011 20:19:27 -0000 1.3 --- music_lists.html 25 Aug 2013 18:16:36 -0000 1.4 *************** *** 23,26 **** --- 23,27 ---- </dl> </li> + <span class="genmed">{music_recent_lists.DESC}</span> <!-- END music_recent_lists --> <!-- BEGIN music_recent --> |
|
From: Florin C B. <ory...@us...> - 2013-08-25 18:16:24
|
Update of /cvsroot/mxbb/mx_music/music_box/modules In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23572 Modified Files: music_page.php Log Message: Index: music_page.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_page.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** music_page.php 21 Apr 2013 02:52:48 -0000 1.24 --- music_page.php 25 Aug 2013 18:16:22 -0000 1.25 *************** *** 517,521 **** { $videoid['song_url'] = explode("vimeo.com/", $thissong['song_url']); //clip_id={IDENTIFIER} ! if (empty($videoid['song_url'][1]) ) { $videoid['song_url'] = explode("/video/", $thissong['song_url']); --- 517,521 ---- { $videoid['song_url'] = explode("vimeo.com/", $thissong['song_url']); //clip_id={IDENTIFIER} ! if (empty($videoid['song_url'][1])) { $videoid['song_url'] = explode("/video/", $thissong['song_url']); |
|
From: Florin C B. <ory...@us...> - 2013-08-25 18:16:07
|
Update of /cvsroot/mxbb/mx_music In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23530 Modified Files: music.php music_lists.php Log Message: Index: music.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** music.php 21 Apr 2013 01:54:24 -0000 1.33 --- music.php 25 Aug 2013 18:16:04 -0000 1.34 *************** *** 150,154 **** { @define('IN_PORTAL', true); ! $mx_root_path = "../../"; $module_root_path = "./"; --- 150,155 ---- { @define('IN_PORTAL', true); ! @define('MXBB_MODULE', true); ! $mx_root_path = "../../"; $module_root_path = "./"; Index: music_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_lists.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** music_lists.php 10 Sep 2008 06:05:22 -0000 1.8 --- music_lists.php 25 Aug 2013 18:16:04 -0000 1.9 *************** *** 423,428 **** $img_full = (PORTAL_URL . str_replace('./', '/', MUSIC_IMAGE_PATH) . $topsongrow[$j]['song_imagename']); $img_id = mx_append_sid(this_mo_mxurl("music_mode=music_image&width=176&song_id=". $topsongrow[$j]['song_id'], true)); ! } ! if(!$topsongrow[$j]['rating']) { --- 423,439 ---- $img_full = (PORTAL_URL . str_replace('./', '/', MUSIC_IMAGE_PATH) . $topsongrow[$j]['song_imagename']); $img_id = mx_append_sid(this_mo_mxurl("music_mode=music_image&width=176&song_id=". $topsongrow[$j]['song_id'], true)); ! } ! ! if ( $topsongrow[$j]['song_url'] == '' ) ! { ! $song_filetype = substr($topsongrow[$j]['song_filename'], strlen($topsongrow[$j]['song_filename']) - 3, 3); ! $song_filename = ( !empty($topsongrow[$j]['song_filename']) ? $topsongrow[$j]['song_filename'] : '' ); ! } ! else ! { ! $song_filetype = substr($topsongrow[$j]['song_url'], strlen($topsongrow[$j]['song_url']) - 3, 3); ! $song_url = $topsongrow[$j]['song_url']; ! } ! if(!$topsongrow[$j]['rating']) { *************** *** 444,452 **** $song_user_ip = music_decode_ip($topsongrow[$j]['song_user_ip']); $template->assign_block_vars('music_recent_lists', array( 'BULLET' => $bullet_full, ! 'TITLE' => '<a href="'. mx_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'], --- 455,802 ---- $song_user_ip = music_decode_ip($topsongrow[$j]['song_user_ip']); + + /* + * Media Center Starts + */ + if ( $song_filetype == 'swf' ) + { + $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); + $url_video = $url_download; + $row_type = 'flash'; + } + else if ( $song_filetype == 'ram' ) + { + $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); + $url_video = $url_download; + $row_type = 'ram'; + } + else if ( $song_filetype == '.rm' ) + { + $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); + $url_video = $url_download; + $row_type = 'rm'; + } + else if ( $song_filetype == '.qt' ) + { + $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); + $url_video = $url_download; + $row_type = 'qt'; + } + else if ( $song_filetype == 'flv' ) + { + $template->assign_block_vars('songrow.flv', array()); + $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); + $url_video = $music_root_path . 'mediaplayer.swf'; + $row_type = 'flv'; + } + else if ( ( $song_filetype == 'jpg' ) || ( $song_filetype == 'gif' ) || ( $song_filetype == 'png' ) ) + { + $url_download = !empty($topsongrow[$j]['song_url']) ? $topsongrow[$j]['song_url'] : mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); + $url_video = $url_download; + $row_type = 'img'; + } + else if( ($song_filetype == 'pls') && !empty($topsongrow[$j]['song_url']) ) + { + $url_download = mx_append_sid($module_root_path . 'galerie_media.' . $phpEx . '?music_mode=music_stream&song_id=' . $song_id); + $lang['Download'] = ( !empty($lang['Listen']) ? $lang['Listen'] : 'Listen URL' ); + $url_video = $url_download; + $row_type = 'media'; + } + else if(!empty($topsongrow[$j]['song_url'])) + { + $host = explode("//", $topsongrow[$j]['song_url']); + $host = $host[1]; + $host = explode("/", $host); + $domain = $host[0]; + $counthost = count($host) - 1; + $docid2 = $host[$counthost]; + + // $domaintmp = explode(".", $domain, -1); // Php 5 only + // $sitename = implode(".", $domaintmp); + + if( !function_exists('mx_music_sitename') ) + { + function mx_music_sitename($domain) { + $domaintmp = explode(".", $domain); + + $y = count($domaintmp) - 1; + $r = ""; + for ($a = 0; $y > $a; $a++) { + $r .= ".".$domaintmp[$a]; + } + return $r; + } + } + + $sitename = substr(mx_music_sitename($domain), 1); + + if( !function_exists('mx_music_sitesufix') ) + { + function mx_music_sitesufix($domain) { + $domaintmp = explode(".", $domain); + + $y = count($domaintmp) - 1; + $r = $domaintmp[$y];; + return $r; + } + } + + $sitesufix = mx_music_sitesufix($domain); + + if (!empty($sitesufix) ) + { + if ($sitesufix == 'de') + { + $sitelngprefix = 'de.'; + } + else + { + $sitelngprefix = 'en.'; + } + } + else + { + $sitelngprefix = ''; + } + + if ($sitename == 'video.google') + { + $videoid['song_url'] = explode("-", $topsongrow[$j]['song_url']); + + if (empty($videoid['song_url'][1]) ) + { + $docid['song_url'] = explode("?", $topsongrow[$j]['song_url']); + + if (empty($docid['song_url'][1]) ) + { + $url_video = ( !empty($docid['song_url'][1]) ? 'http://' . $domain . '/googleplayer.swf?' . $docid['song_url'][1] : $topsongrow[$j]['song_url'] ); + $url_download = ( !empty($docid['song_url'][1]) ? 'http://' . $domain . '/videoplay?' . $docid['song_url'][1] : $topsongrow[$j]['song_url'] ); + $lang['Download'] = ( !empty($lang['Share']) ? $lang['Share'] : 'Share URL' ); + $row_type = 'flashvideo'; + } + else + { + $url_video = ( !empty($docid['song_url'][1]) ? 'http://' . $domain . '/googleplayer.swf?' . $docid['song_url'][1] : $topsongrow[$j]['song_url'] ); + $url_download = ( !empty($docid['song_url'][1]) ? 'http://' . $domain . '/videoplay?' . $docid['song_url'][1] : $topsongrow[$j]['song_url'] ); + $lang['Download'] = ( !empty($lang['Share']) ? $lang['Watch'] : 'Watch URL' ); + $row_type = 'youtube'; + } + } + else + { + $url_video = ( !empty($videoid['song_url'][1]) ? 'http://' . $domain . '/googleplayer.swf?docId=-' . $videoid['song_url'][1] : $topsongrow[$j]['song_url'] ); + $url_download = ( !empty($videoid['song_url'][1]) ? 'http://' . $domain . '/videoplay?docid=-' . $videoid['song_url'][1] : $topsongrow[$j]['song_url'] ); + $lang['Download'] = ( !empty($lang['Watch']) ? $lang['Watch'] : 'Watch URL' ); + $row_type = 'youtube'; + } + } + else if ( ($sitename == 'www.youtube') || ($sitename == 'youtube') ) + { + $videoid['song_url'] = explode("=", $topsongrow[$j]['song_url']); + + if (empty($videoid['song_url'][1]) ) + { + $videoid['song_url'] = explode("/v/", $topsongrow[$j]['song_url']); + } + + if (empty($videoid['song_url'][1]) ) + { + $template->assign_block_vars('songrow.flashvideo', array()); + $row_type = 'flashvideo'; + } + else + { + $template->assign_block_vars('songrow.youtube', array()); + $row_type = 'youtube'; + } + + if ($sitename == 'www.youtube') + { + $domain = 'youtube.' . $sitesufix; + } + + $url_download = mx_append_sid($topsongrow[$j]['song_url']); + $lang['Download'] = ( !empty($lang['Share']) ? $lang['Share'] : 'Share URL' ); + $img_id = !empty($topsongrow[$j]['song_imagename']) ? $topsongrow[$j]['song_imagename'] : 'http://img.' . $domain . '/vi/' . $videoid['song_url'][1] . '/default.jpg'; + $url_video = ( !empty($videoid['song_url'][1]) ? 'http://' . $domain . '/v/' . $videoid['song_url'][1] : $url_download ); + //$url_player = !empty($videoid['song_url'][1]) ? 'http://' . $domain . '/player2.swf?video_id=' . $videoid['song_url'][1] : $url_download; + } + else if ( ($sitename == 'www.clipfish') || ($sitename == 'clipfish') ) + { + $thisvid['song_url'] = explode("videoid", $topsongrow[$j]['song_url']); + $videoid['song_url'] = explode("=", $thisvid['song_url'][1]); + + if (empty($videoid['song_url'][1]) ) + { + $url_download = mx_append_sid($topsongrow[$j]['song_url']); + $lang['Download'] = ( !empty($lang['Direct_url']) ? $lang['Direct_url'] : 'Direct URL' ); + $url_video = $url_download; + $row_type = 'flashvideo'; + } + else + { + $url_download = ( !empty($videoid['song_url'][1]) ? 'http://' . $domain . '/player.php?videoid=' . $videoid['song_url'][1] : $topsongrow[$j]['song_url'] ); + $lang['Download'] = ( !empty($lang['Watch']) ? $lang['Watch'] : 'Watch URL' ); + $url_video = ( !empty($videoid['song_url'][1]) ? 'http://' . $domain . '/videoplayer.swf?as=0&videoid=' . $videoid['song_url'][1] : $url_download ); + $row_type = 'youtube'; + } + } + else if ( ($sitename == 'www.vimeo') || ($sitename == 'vimeo') ) + { + $videoid['song_url'] = explode("vimeo.com/", $topsongrow[$j]['song_url']); //clip_id={IDENTIFIER} + if (empty($videoid['song_url'][1]) ) + { + $videoid['song_url'] = explode("/video/", $topsongrow[$j]['song_url']); + } + if (empty($videoid['song_url'][1])) + { + $template->assign_block_vars('flashvideo', array()); + $row_type = 'flashvideo'; + } + else + { + $template->assign_block_vars('vimeo', array()); + $row_type = 'vimeo'; + } + if ($sitename == 'www.vimeo') + { + $domain = 'vimeo.com'; + } + $url_download = mx_append_sid($topsongrow[$j]['song_url']); + $video_title = mx_video_get_content($topsongrow[$j]['song_url'], 'title'); + $video_desc = mx_video_get_content($topsongrow[$j]['song_url'], 'description'); + $video_views = mx_video_get_content($topsongrow[$j]['song_url'], 'views'); + $video_date = mx_video_get_content($topsongrow[$j]['song_url'], 'upload_date'); + $video_user = mx_video_get_content($topsongrow[$j]['song_url'], 'user_name'); + $lang['Download'] = ( !empty($lang['Share']) ? $lang['Share'] : 'Share URL' ); + $img_id = !empty($topsongrow[$j]['song_imagename']) ? $topsongrow[$j]['song_imagename'] : mx_video_get_content($topsongrow[$j]['song_url'], 'thumburl'); + $url_video = !empty($videoid['song_url'][1]) ? 'http://' . $domain . '/video/' . $videoid['song_url'][1] : $url_download; + $url_player = !empty($videoid['song_url'][1]) ? 'http://' . $domain . '/moogaloop.swf?clip_id=' . $videoid['song_url'][1] : $url_download; + } + else if ( ($sitename == 'de.sevenload') || ($sitename == 'sevenload') || ($sitename == 'page.sevenload') || ($sitename == 'www.sevenload') ) + { + $videoid['song_url'] = explode("=", $topsongrow[$j]['song_url']); + + if (empty($videoid['song_url'][1]) ) + { + if (empty($docid2) ) + { + $url_download = mx_append_sid($topsongrow[$j]['song_url']); + $lang['Download'] = ( !empty($lang['Direct_url']) ? $lang['Direct_url'] : 'Direct URL' ); + $url_video = $url_download; + $row_type = 'flashvideo'; + } + else + { + $url_download = ( !empty($docid2) ? 'http://' . $sitelngprefix . 'sevenload.' . 'com' . '/videos/' . $docid2 : $topsongrow[$j]['song_url'] ); + $lang['Download'] = ( !empty($lang['Share']) ? $lang['Share'] : 'Share URL' ); + $url_video = ( !empty($docid2) ? 'http://' . $domain . '/swf/player.swf?id=' . $docid2 : $url_download ); + $row_type = 'youtube'; + } + } + else + { + $url_download = ( !empty($videoid['song_url'][1]) ? 'http://' . $sitelngprefix . 'sevenload.'. 'com' . '/videos/' . $videoid['song_url'][1] : $topsongrow[$j]['song_url'] ); + $lang['Download'] = ( !empty($lang['Share']) ? $lang['Share'] : 'Share URL' ); + $url_video = ( !empty($videoid['song_url'][1]) ? 'http://' . $domain . '/swf/player.swf?id=' . $videoid['song_url'][1] : $url_download ); + $row_type = 'youtube'; + } + } + else + { + $url_download = mx_append_sid($topsongrow[$j]['song_url']); + $lang['Download'] = ( !empty($lang['Direct_url']) ? $lang['Direct_url'] : 'Direct URL' ); + $url_video = $url_download; + $row_type = 'media'; + } + } + else + { + //$url_download = mx_append_sid($module_root_path . 'galerie_media.' . $phpEx . '?music_mode=music_download&song_id=' . $song_id); + $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=" . $song_id)); + $url_video = $url_download; + $row_type = 'media'; + } + + $title = make_xml_compatible($topsongrow[$j]['song_title']); + $url_cat = mx_append_sid(PORTAL_URL . this_mo_rssurl("music_mode=music_cat&" . "cat_id=" . $topsongrow[$j]['song_cat_id'])); + $url_page = mx_append_sid(PORTAL_URL . this_mo_rssurl("music_mode=music_page&" . "song_id=" . $topsongrow[$j]['song_id'])); + $url_song = !empty($topsongrow[$j]['song_url']) ? $topsongrow[$j]['song_url'] : mx_append_sid(PORTAL_URL . this_mo_rssurl("music_mode=music_song&" . "song_id=" . $topsongrow[$j]['song_id'], true)); + $url_flv = !empty($topsongrow[$j]['song_url']) ? $topsongrow[$j]['song_url'] : PORTAL_URL . MUSIC_UPLOAD_PATH . $topsongrow[$j]['song_filename']; + $url_comment = mx_append_sid(PORTAL_URL . this_mo_rssurl("music_mode=music_comment&" . "song_id=" . $topsongrow[$j]['song_id'])); + + $url_thumb_song = !empty($topsongrow[$j]['song_url']) ? $topsongrow[$j]['song_url'] : mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $topsongrow[$j]['song_id'] . "&item_size=640", true)); + + $url_full_song = !empty($topsongrow[$j]['song_url']) ? $topsongrow[$j]['song_url'] : mx_append_sid(this_mo_mxurl("music_mode=music_song&song_id=" . $topsongrow[$j]['song_id'] . "&item_size=800", true)); + + switch ($row_type) + { + case 'flash': + $html_code = '<EMBED src="' . $url_song . '" quality=high scale=noborder wmode=transparent bgcolor=#000000 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>'; + $enclosure = 'url="' . $url_song . '" ' . 'type="application/x-shockwave-flash" length="1024000"'; + break; + + case 'ram': + $html_code = '<embed src="' . $url_song . '" id="VideoPlayback" type="audio/x-pn-realaudio-plugin" wmode="transparent" width="640" height="494"></embed>'; + $enclosure = 'url="' . $url_song . '" ' . 'type="audio/x-pn-realaudio-plugin" length="1024000"'; + break; + + case 'flashvideo': + $html_code = '<embed src="' . $url_video . '" wmode="transparent" width="640" height="494" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'; + $enclosure = 'url="' . $url_song . '" ' . 'type="application/x-shockwave-flash" length="1024000"'; + break; + + case 'youtube': + $html_code = '<embed src="' . $url_video . '" id="VideoPlayback" wmode="transparent" width="640" height="494" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>' . '<br />' . '<!-- a href="' . $url_page . '">' . '<img src="' . $img_id . '" border="1" vspace="2" hspace="2" align="left" width="640" height="494" />' . '</a -->'; + $enclosure = 'url="' . $url_song . '" ' . 'type="application/x-shockwave-flash" length="1024000"'; + break; + + case 'flv': + $html_code = '<embed src="' . $url_video . '" flashvars="file=' . $url_flv . '&image=' . $img_id . '&shuffleOnLoad=no" loop="false" allowfullscreen="true" menu="false" quality="high" width="640" height="494" scale="noscale" salign="lt" name="flvplayer" align="center" bgcolor="000000" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'; + $enclosure = 'url="' . $url_song . '" ' . 'type="application/x-shockwave-flash" length="1024000"'; + break; + case 'qt': + $html_code = '<embed src="templates/subSilver/images/uneedqt41.jpg" qtsrc="' . $url_song . '" width="377" height="212" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" controller="true" loop="false" autoplay="false" kioskmode="true" cache="false"></embed>'; + $enclosure = 'url="' . $url_song . '" ' . 'type="video/quicktime" length="1024000"'; + break; + + case 'vimeo': + $html_code = '<embed src="' . $url_player . '" type="application/x-shockwave-flash" wmode="transparent" width="640" height="494" allowfullscreen="true" flashvars="&rs=1&sn=1&iurl=' . $img_id . '"></embed>'; + $enclosure = 'url="' . $url_song . '" ' . 'type="video/quicktime" length="1024000"'; + break; + + case 'img': + $html_code = '<a href="' . $url_page . '">' . '<img src="' . $url_thumb_song . '" border="1" vspace="2" hspace="2" align="left" width="640" height="494" />' . '</a>'; + $enclosure = 'url="' . $url_song . '" ' . 'type="image/png" length="1024000"'; + break; + + default: + $html_code = '<embed type="audio/mpeg" height="70" width="300" AUTOSTART="0" filename="' . $url_song . '" src="' . $url_song . '" ></embed>'; + $enclosure = 'url="' . $url_song . '" ' . 'type="audio/mpeg" length="1024000"'; + } + + $html_code = trim($html_code); + + $description_code = $lang['Song_Desc'] . ': ' . nl2br($topsongrow[$j]['song_desc']); + + $description = $html_code . $description_code; + + if (strlen($description) > 2000) + { + $description_encoded = '<div>' . substr($html_code, 0, 1957) . '</div><br /><div>' . $description_code . '</div><div> </div>'; + } + else + { + $description_encoded = '<div>' . $html_code . '</div><br /><div>' . $description_code . '</div><div> </div>'; + } + /* + * Media Center Ends + */ + $template->assign_block_vars('music_recent_lists', array( 'BULLET' => $bullet_full, ! 'TITLE' => '<a href="'. mx_append_sid(this_mo_portalurl("music_mode=music_page&song_id=". $topsongrow[$j]['song_id'])) . '">' . $topsongrow[$j]['song_title'] . '</a>', 'SINGER' => $topsongrow[$j]['song_singer'], *************** *** 480,488 **** 'IP' => ($userdata['user_level'] == ADMIN) ? $lang['IP_Address'] . ': <a href="http://www.nic.com/cgi-bin/whois.cgi?query=' . $song_user_ip . '" target="_blank">' . $song_user_ip .'</a><br />' : '', ! 'U_SONG' => mx_append_sid(this_mo_mxurl("music_mode=music_page&song_id=". $topsongrow[$j]['song_id'])), 'U_SONG_IMG' => $img_id, ! 'DESC' => $topsongrow[$j]['song_desc'], 'S_ROW_COUNT' => $j) --- 830,838 ---- 'IP' => ($userdata['user_level'] == ADMIN) ? $lang['IP_Address'] . ': <a href="http://www.nic.com/cgi-bin/whois.cgi?query=' . $song_user_ip . '" target="_blank">' . $song_user_ip .'</a><br />' : '', ! 'U_SONG' => mx_append_sid(this_mo_portalurl("music_mode=music_page&song_id=". $topsongrow[$j]['song_id'])), 'U_SONG_IMG' => $img_id, ! 'DESC' => $html_code, 'S_ROW_COUNT' => $j) |
|
From: Florin C B. <ory...@us...> - 2013-08-25 18:16:06
|
Update of /cvsroot/mxbb/mx_music/admin In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23530/admin Modified Files: admin_music_auth.php Log Message: Index: admin_music_auth.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/admin/admin_music_auth.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** admin_music_auth.php 17 Jun 2013 16:08:57 -0000 1.10 --- admin_music_auth.php 25 Aug 2013 18:16:04 -0000 1.11 *************** *** 16,22 **** } - // // Let's set the root dir for phpBB - // $module_root_path = '../'; $mx_root_path = '../../../'; --- 16,20 ---- *************** *** 26,32 **** require($mx_root_path . 'admin/pagestart.' . $phpEx); - // // Get general music information - // include($music_root_path . 'music_common.'.$phpEx); --- 24,28 ---- |
|
From: Florin C B. <ory...@us...> - 2013-07-22 21:55:16
|
Update of /cvsroot/mxbb/mx_radiocast/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4734 Removed Files: radiocast_player_caotv.php Log Message: --- radiocast_player_caotv.php DELETED --- |
|
From: Florin C B. <ory...@us...> - 2013-07-22 21:54:26
|
Update of /cvsroot/mxbb/mx_radiocast/templates/_core In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4681 Modified Files: radiocast_player_body.tpl Log Message: Index: radiocast_player_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/templates/_core/radiocast_player_body.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** radiocast_player_body.tpl 22 Jul 2013 18:30:16 -0000 1.6 --- radiocast_player_body.tpl 22 Jul 2013 21:54:24 -0000 1.7 *************** *** 507,511 **** <td rowspan="2" class="row1"><table width="90%" height="90%" border="0" align="center" cellpadding="3" cellspacing="2"> <tr> ! <td valign="top" align="center"><img src="{U_IMG}" border="0"></td> </tr> <tr> --- 507,511 ---- <td rowspan="2" class="row1"><table width="90%" height="90%" border="0" align="center" cellpadding="3" cellspacing="2"> <tr> ! <td valign="top" align="center"><img src="{U_IMG}" width="{IMGWIDTH}" height="{IMGHEIGHT}" border="0"></td> </tr> <tr> |
|
From: Florin C B. <ory...@us...> - 2013-07-22 18:30:18
|
Update of /cvsroot/mxbb/mx_radiocast/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25014/prosilver Modified Files: radiocast_player_body.html Log Message: Version 2.9.3 Index: radiocast_player_body.html =================================================================== RCS file: /cvsroot/mxbb/mx_radiocast/templates/prosilver/radiocast_player_body.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** radiocast_player_body.html 22 Jul 2013 18:12:41 -0000 1.1 --- radiocast_player_body.html 22 Jul 2013 18:30:16 -0000 1.2 *************** *** 428,431 **** --- 428,432 ---- <!-- BEGIN m3u8 --> + <div id="my-video">Loading the player...</div> <script type='text/javascript'> *************** *** 439,442 **** --- 440,444 ---- }); </script> + <!-- END m3u8 --> |
Update of /cvsroot/mxbb/mx_radiocast/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23915/prosilver Added Files: mx_radiocast.css radiocast_cat_body.html radiocast_index_body.html radiocast_list_body.html radiocast_player_body.html Log Message: Version 2.9.3 --- NEW FILE: radiocast_index_body.html --- <div class="forabg block"> <div id="p1" class="post bg2 online"> <div class="inner"><span class="corners-top"><span></span></span> <div class="textbody"> <form action="{S_RADIOCAST_ACTION}" method="post"> <table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr> <td><span class="gensmall"> <!-- BEGIN switch_user_logged_in --> {LAST_VISIT_DATE}<br /> <!-- END switch_user_logged_in --> {CURRENT_TIME}<br /> </span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a href="{U_MUSIC}" class="nav">{L_MUSIC}</a> {SUBCAT_NAV}</span> </td> </tr> </table> <table width="100%" cellpadding="1" cellspacing="1" border="0" class="forumline"> <tr> <th class="thTop" height="25" colspan="6" nowrap="nowrap">{L_TOP_STATIONS} </tr> <tr> <td width="38%" class="catbottom" align="center"><span class="gen">{L_STATION_TITLE}</span></td> <td width="16%" class="catbottom" align="center"><span class="gen">{L_SINGER}</span></td> <td width="22%" class="catbottom" align="center"><span class="gen">{L_POSTED}</span></td> <td width="6%" class="catbottom" align="center"><span class="gen">{L_VIEW}</span></td> <td width="8%" class="catbottom" align="center"><span class="gen">{L_RATING}</span></td> <td width="10%" class="catbottom" align="center"><span class="gen">{L_COMMENTS}</span></td> </tr> <!-- BEGIN no_stations --> <tr> <td class="row1" align="center" colspan="6" height="50"><span class="gen">{L_NO_STATIONS}</span></td> </tr> <!-- END no_stations --> <!-- BEGIN top_row --> <!-- END top_row --> <!-- BEGIN top_stations --> <!-- BEGIN top_detail --> <tr> <td width="38%" class="row1" align="center"> <table><tr> <td align="left"><img src="{top_stations.top_detail.RADIO_FRONT_IMG}" alt="" /></td> <td align="center"><span class="genmed">{top_stations.top_detail.TITLE}</span><td> </tr></table></td> <td width="16%" class="row2" align="center"><span class="genmed">{top_stations.top_detail.SINGER}</span></td> <td width="22%" class="row1" align="center"><span class="gensmall">{top_stations.top_detail.POSTER}<br />{top_stations.top_detail.TIME}</span></td> <td width="6%" class="row2" align="center"><span class="gensmall">{top_stations.top_detail.VIEW}</span></td> <td width="8%" class="row1" align="center"><span class="gensmall">{top_stations.top_detail.RATING}</span></td> <td width="10%" class="row2" align="center"><span class="gensmall">{top_stations.top_detail.COMMENTS}</span></td> <!-- END top_detail --> </tr> <!-- END top_stations --> <tr> <td class="catbottom" colspan="6" height="28" align="center"><span class="cattitle"> {L_SELECT_SORT_METHOD}: <select name="sort_method"> <option {SORT_TIME} value='STATION_time'>{L_TIME}</option> <option {SORT_VIEW} value='STATION_view_count'>{L_VIEW}</option> {SORT_RATING_OPTION} {SORT_COMMENTS_OPTION} {SORT_NEW_COMMENT_OPTION} </select> {L_STATION_LIMIT}: <select name="station_limit"> <option value='5'>5</option> <option value='10'>10</option> <option value='15'>15</option> <option value='20'>20</option> </select> <input type="submit" name="submit" value="{L_SORT}" class="liteoption" /></th> </span></td> </tr> </table> <br /> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <th width="70%" class="thCornerL" height="25" nowrap="nowrap"> {L_CATEGORY} </th> <th width="60" class="thTop" nowrap="nowrap"> {L_CAT_VIEWS} </th> <th width="60" class="thTop" nowrap="nowrap"> {L_STATIONS} </th> <th class="thCornerR" nowrap="nowrap"> {L_LAST_STATION} </th> </tr> <tr> <td class="catLeft" colspan="4" height="28"><span class="cattitle">{L_PUBLIC_CATS} {SUBCAT_NAV}</span></td> </tr> <!-- BEGIN catrow --> <tr> <td class="row1" height="50"><span class="forumlink"> <a href="{catrow.U_VIEW_CAT}" class="forumlink">{catrow.CAT_TITLE}</a><br /> </span> <span class="genmed">{catrow.CAT_DESC}<br /> </span><span class="gensmall">{catrow.L_MODERATORS} {catrow.MODERATORS} <!-- BEGIN subcat_link -->{subcat_link.SUBCATS}<!-- END subcat_link --></span></td> <td class="row2" align="center"><span class="gensmall">{catrow.CAT_VIEWS}</span></td> <td class="row2" align="center"><span class="gensmall">{catrow.STATIONS}</span></td> <td class="row2" align="center" nowrap="nowrap"><span class="gensmall">{catrow.LAST_STATION_INFO}</span></td> </tr> <!-- END catrow --> <tr> <td class="catbottom" colspan="4" height="28"><span class="cattitle"></span></td> </tr> </table> </form> <br /> <form method="post" action="{S_RADIOCAST_LIST}"> <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> <td class="row1" align="center" height="28"><span class="gensmall">{L_SEARCH_STATIONS} <input class="post" type="text" name="search" size="30" /> <select name="search_cond"> <option value='title'>{L_STATION_TITLE}</option> <option value='singer'>{L_SINGER}</option> <option value='poster'>{L_POSTER}</option> </select> <input type="submit" name="submit" value="{L_SEARCH}" class="liteoption" /> </span> </td> </tr> </table> </form> <!-- BEGIN switch_user_logged_out --> <form method="post" action="{S_LOGIN_ACTION}"> <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline"> <tr> <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td> </tr> <tr> <td class="row1" align="center" height="28"><span class="gensmall">{L_USERNAME}: <input class="post" type="text" name="username" size="10" /> {L_PASSWORD}: <input class="post" type="password" name="password" size="10" /> {L_AUTO_LOGIN} <input class="text" type="checkbox" name="autologin" /> <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /> <input type="hidden" name="redirect" value="{U_MUSIC}" /> </span> </td> </tr> </table> </form> <!-- END switch_user_logged_out --> <br clear="all" /> <!-- Do not remove my copyright notice and keep visible with its original content! --> {MUSIC_COPYRIGHT} --- NEW FILE: radiocast_player_body.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta name="description" content="Radio Player" /> <meta name="keywords" content="Radio Player" /> <meta name="author" content="Radio Player originaly made by: Niklas Pull - http://pull.zapto.org" /> <title>Radio Player :: {STATION_TITLE} :: {SINGER}</title> <style type="text/css"> <!-- /* General page style. The scroll bar colours only visible in IE5.5+ */ body { background-color: #E5E5E5; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url({IMG_IFRAME_BG}); PADDING-BOTTOM: 0px; MARGIN: 0px; FONT: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; COLOR: #000000; PADDING-TOP: 0px; } a{text-decoration:none; background-color:inherit; color:#26c;} a:hover{text-decoration:underline;} #main {width: 350px; height: 100px; position: relative; left: 0px; top: 0px; margin:0; padding:0; background-image: url(images/player.png); background-repeat: no-repeat; background-attachment: fixed; background-color: #eeeeee} #display {width: 315px; height: 39px; position: relative; left: 18px; top: 18px;} #display_low {width: 310px; height: 21px; position: relative; left: 3px; top: 3px;} #bottom {width: 350px; height: 39px; position: relative; left: 0px; top: 22px;} #songtitle {width: 310px; height: 12px; position: relative; left: 3px; top: 3px;} #station {width: 150px; position: relative; left: 23px; top: 30px;} #bitrate {width: 55px; position: relative; left: 185px; top: 18px;} #equalizer {width: 55px; position: relative; left: 280px; top: 0px;} #icon {width: 55px; position: relative; left: 300px; top: 10px;} #iframe {width: 0px; position: relative; left: 0px; top: 0px;} .table {font-family: Verdana; font-size: 10px;} /* General font families for common tags */ font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } a:link,a:active,a:visited { color : #072978; } a:hover { text-decoration: underline; color : #041642; } hr { height: 0px; border: solid #80BBEC 0px; border-top-width: 1px;} /* This is the border line & background colour round the entire page */ .bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; } /* This is the outline round the main forum tables */ .forumline { background-color: #FFFFFF; border: 2px #006699 solid; } /* Main table cell colours and backgrounds */ td.row1 { background-color: #EFEFEF; } td.row2 { background-color: #DEE3E7; } td.row3 { background-color: #D1D7DC; } /* Setting additional nice inner borders for the main table cells. The names indicate which sides the border will be on. Don't worry if you don't understand this, just ignore it :-) */ td.cat,td.catHead,td.catBottom { height: 29px; border-width: 0px 0px 0px 0px; } th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; } td.row3Right,td.spaceRow { background-color: #D1D7DC; border: #FFFFFF; border-style: solid; th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; } th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; } th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; } th.thTop { border-width: 1px 0px 0px 0px; } th.thCornerL { border-width: 1px 0px 0px 1px; } th.thCornerR { border-width: 1px 1px 0px 0px; } /* The largest text used in the index page title and toptic title etc. */ .maintitle { font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #000000; } /* General text */ .gen { font-size : 12px; } .genmed { font-size : 11px; } .gensmall { font-size : 10px; } .gen,.genmed,.gensmall { color : #000000; } a.gen,a.genmed,a.gensmall { color: #072978; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #041642; text-decoration: underline; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; color : #000000 } a.mainmenu { text-decoration: none; color : #006699; } a.mainmenu:hover{ text-decoration: underline; color : #DD6900; } /* Forum category titles */ .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #072978} a.cattitle { text-decoration: none; color : #072978; } a.cattitle:hover{ text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 12px; color : #072978; } a.forumlink { text-decoration: none; color : #072978; } a.forumlink:hover{ text-decoration: underline; color : #041642; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-weight: bold; font-size: 11px; color : #000000;} a.nav { text-decoration: none; color : #072978; } a.nav:hover { text-decoration: underline; } /* titles for the topics: could specify viewed link colour too */ .topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #000000; } a.topictitle:link { text-decoration: none; color : #072978; } a.topictitle:visited { text-decoration: none; color : #072978; } a.topictitle:hover { text-decoration: underline; color : #041642; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; color : #000000;} /* Location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #000000; } /* The content of the posts (body of text) */ .postbody { font-size : 12px; line-height: 18px} a.postlink:link { text-decoration: none; color : #072978 } a.postlink:visited { text-decoration: none; color : #072978; } a.postlink:hover { text-decoration: underline; color : #041642} /* Quote & Code blocks */ .code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; background-color: #FAFAFA; border: #80BBEC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%; background-color: #FAFAFA; border: #80BBEC; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } /* Copyright and bottom info */ .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;} a.copyright { color: #444444; text-decoration: none;} a.copyright:hover { color: #000000; text-decoration: underline;} /* Form elements */ input,textarea, select { color : #000000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; border-color : #000000; } /* The text input fields background colour */ input.post, textarea.post, select { background-color : #E3F0FB; } input { text-indent : 2px; } /* The buttons used for bbCode styling in message post */ input.button { background-color : #DAECFA; color : #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } /* The main submit button option */ input.mainoption { background-color : #FAFAFA; font-weight : bold; } /* None-bold submit button */ input.liteoption { background-color : #FAFAFA; font-weight : normal; } /* This is the line in the posting page which shows the rollover help line. This is actually a text box, but if set to be the same colour as the background no one will know ;) */ .helpline { background-color: #BADBF5; border-style: none; } --> </style> </head> <body> <div class="forabg block"> <div id="p1" class="post bg2 online"> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td class="nav"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_RADIOCAST}">{L_RADIOCAST_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_VIEW_CAT}">{CAT_TITLE}</a></span></td> </tr> </table> <div class="inner"><span class="corners-top"><span></span></span> <div class="textbody"> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <th height="25" colspan="2" class="thTop">{STATION_TITLE}</th> </tr> <tr> <td width="44%" class="row1" align="center"> <!-- BEGIN media --> <SCRIPT LANGUAGE="JavaScript"> var WMP7; var Mac; var Win; var Unix; var Linux; Win = navigator.userAgent.indexOf("Win") > -1; Mac = navigator.userAgent.indexOf("Mac") > -1; Unix = navigator.appVersion.indexOf("X11") > -1; Linux = navigator.appVersion.indexOf("Linux") > -1; if (Mac) { if ( navigator.appName == "Netscape" ){ //Netscape code document.write (' <Embed id="wmp" name="wmp" type="audio/mpeg"'); document.write (' pluginspage="http://www.microsoft.com/windows/windowsmedia/"'); document.write (' filename="{U_STATION}"'); document.write (' src="{U_STATION}"'); document.write (' Name=MediaPlayer'); document.write (' ShowControls=1'); document.write (' ShowDisplay=1'); document.write (' ShowStatusBar=1'); document.write (' AUTOSTART=1'); document.write (' AutoSize=1'); document.write (' width={WIDTH}'); document.write (' height={HEIGHT}>'); document.write (' </Embed>'); } if ( navigator.appName != "Netscape" ){ document.write(' <embed id="wmp" name="wmp" type="audio/mpeg" width="70" height="300" ShowTracker="0" ShowDisplay="0" ShowGotoBar="0" ShowStatusBar="1" ShowCaptioning="0" AUTOSTART="1" filename="{U_STATION}" src="{U_STATION}" ></embed>'); } } if (Win) { if ( navigator.appName != "Netscape" ){ WMP7 = new ActiveXObject('WMPlayer.OCX'); } // Windows Media Player 7 Code if ( WMP7 ) { document.write (' <object id="MediaPlayer" width={WIDTH} height={HEIGHT} classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"'); document.write ('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0"'); document.write ('standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">'); document.write ('<PARAM NAME="url" VALUE="{U_STATION}">'); document.write ('<PARAM NAME="FileName" value="{U_STATION}">'); document.write ('<PARAM NAME="AutoStart" VALUE="true">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); document.write ('<PARAM NAME="ShowStatusBar" VALUE="1">'); document.write ('<PARAM NAME="AutoSize" VALUE="1">'); document.write ('<PARAM NAME="uiMode" VALUE="mini">'); document.write (' <Embed type="application/x-mplayer2"'); document.write (' pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"'); document.write (' filename="{U_STATION}"'); document.write (' src="{U_STATION}"'); document.write (' Name="MediaPlayer2"'); document.write (' ShowControls="1"'); document.write (' ShowDisplay="1"'); document.write (' ShowStatusBar="1"'); document.write (' AUTOSTART="true"'); document.write (' AutoSize="1"'); document.write (' width="70"'); document.write (' height="300">'); document.write (' </embed>'); document.write ('</OBJECT>'); } // Windows Media Player 6.4 Code else { //IE Code document.write (' <object id="wmp" width={WIDTH} height={HEIGHT} classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"'); document.write ('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0"'); document.write ('standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">'); document.write ('<PARAM NAME="url" VALUE="{U_STATION}">'); document.write ('<PARAM NAME="FileName" value="{U_STATION}">'); document.write ('<PARAM NAME="AutoStart" VALUE="true">'); document.write ('<PARAM NAME="ShowControls" VALUE="1">'); document.write ('<PARAM NAME="ShowStatusBar" VALUE="1">'); document.write ('<PARAM NAME="AutoSize" VALUE="1">'); //Firefox code document.write (' <Embed type="application/x-mplayer2"'); document.write (' pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&"'); document.write (' filename="{U_STATION}"'); document.write (' src="{U_STATION}"'); document.write (' Name="MediaPlayer"'); document.write (' ShowControls="1"'); document.write (' ShowDisplay="1"'); document.write (' ShowStatusBar="1"'); document.write (' AUTOSTART="true"'); document.write (' AutoSize="1"'); document.write (' width="{WIDTH}"'); document.write (' height="{HEIGHT}">'); document.write (' </embed>'); document.write ('</OBJECT>'); } } else { document.write(' <embed type="audio/mpeg" height="70" width="300" AUTOSTART="1" filename="{U_STATION}" src="{U_STATION}" ></embed>'); } </SCRIPT> <!-- END media --> <!-- BEGIN real --> <p> <object id="RVOCX" classid="CLSID:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="{WIDTH}" height="172"> <param name="SRC" value="{U_STATION}"> <param name="CONTROLS" value="ImageWindow"> <param name="CONSOLE" value="cons"> <embed autostart="true" src="{U_STATION}" type="audio/x-pn-realaudio-plugin" width="{WIDTH}" height="172" controls="ImageWindow" console="cons"> </embed> <param name="autostart" value="true"> </object> </p> <p> <object id=RVOCX classid="CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA" width="{WIDTH}" height="30" > <param name="SRC" value="{U_STATION}"> <param name="CONTROLS" value="ControlPanel"> <param name="CONSOLE" value="cons"> <embed src="{U_STATION}" type="audio/x-pn-realaudio-plugin" width="{WIDTH}" height="30" controls="ControlPanel" console="cons" > </embed> </object> </p> <!-- END real --> <!-- BEGIN ogg --> <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="{WIDTH}" height="35" align="center" codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0"> <param name="java_codebase" value="{MODULE_PATH}jplayer"> <param name="java_code" value="JOrbisPlayer.class"> <param name="archive" value="JOrbisPlayer-0.0.16.2-rsa.jar"> <param name="jorbis.player.play.0" value="{STATION_URL}"> <param name="jorbis.player.icestats" value="no"> <param name="jorbis.player.playonstartup" value="yes"> <param name="type" value="application/x-java-applet;version=1.3"> <comment> <embed type="application/x-java-applet;version=1.3" width="{WIDTH}" height="35" java_codebase="{MODULE_PATH}jplayer" java_code="JOrbisPlayer.class" archive="JOrbisPlayer-0.0.16.2-rsa.jar" jorbis.player.play.0="{STATION_URL}" jorbis.player.icestats="no" jorbis.player.playonstartup="yes" pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"> </embed> </comment> </object> <div align="center" class="gensmall" style="font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px"> Powered by JOrbisPlayer 0.0.16.2-rsa Copyright © 1998-2002 <a href="http://www.jcraft.com/" target="_blank">JCraft,Inc.</a> </div> <!-- END ogg --> <!-- BEGIN flash --> <object width="425" height="350"> <param name="movie" value="{VIDEO_URL}"></param> <param name="wmode" value="transparent"></param> <embed src="{VIDEO_URL}" id="VideoPlayback" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350" flashvars=""> </embed> </object> <!-- END flash --> <!-- BEGIN flashvideo --> <embed src="{STATION_URL}" id="VideoPlayback" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350" flashvars=""> </embed> <!-- END flashvideo --> <!-- BEGIN youtube --> <object width="425" height="350"> <param name="movie" value="{STATION_URL}"></param> <param name="wmode" value="transparent"></param> <embed src="{VIDEO_URL}" id="VideoPlayback" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350" flashvars=""> </embed> </object> <!-- END youtube --> <!-- BEGIN flv --> <div id="flvplayer"> <object width="{WIDTH}" height="{HEIGHT}" id="flvplayer" align="center"> <param name="allowScriptAccess" value="always" /> <param name="type" value="application/x-shockwave-flash" /> <param name="movie" value="{VIDEO_URL}" /> <param name="loop" value="false" /> <param name="menu" value="false" /> <param name="quality" value="high" /> <param name="allowfullscreen" value="true" /> <param name="scale" value="noscale" /> <param name="salign" value="lt" /> <param name="bgcolor" value="000000" /> <param name="flashvars" value="file={STATION_URL}&image={U_IMG}&shuffleOnLoad=yes" /> <embed src="{VIDEO_URL}" flashvars="file={STATION_URL}&image={U_IMG}&shuffleOnLoad=yes" loop="false" allowfullscreen="true" menu="false" quality="high" width="425" height="360" scale="noscale" salign="lt" name="flvplayer" align="center" bgcolor="000000" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </div> <!-- END flv --> <!-- BEGIN m3u8 --> <div id="my-video">Loading the player...</div> <script type='text/javascript'> jwplayer('my-video').setup({ file: '{STATION_URL}', image: '{U_IMG}', width: '{WIDTH}', height: '{HEIGHT}', autostart:'true', stretching: 'uniform', }); </script> <!-- END m3u8 --> <!-- BEGIN xmod --> <div class="wordtube playlist2" id="WT999"> <OBJECT id="wmp" width="{WIDTH}" height="{HEIGHT}" style="background: url('{U_IMG}');" classid="CLSID:06DD38D3-D187-11CF-A80D-00C04FD74AD8" type="application/x-oleobject"> <PARAM NAME="URL" VALUE="{STATION_URL}" /> <PARAM NAME="AutoStart" VALUE="false" /> <PARAM NAME="ShowControls" VALUE="1" /> <PARAM NAME="ShowStatusBar" VALUE="1" /> <PARAM NAME="AutoSize" VALUE="0" /> <PARAM NAME="width" VALUE="{WIDTH}" /> <PARAM NAME="height" VALUE="{WIDTH}" /> <PARAM NAME="SendPlayStateChangeEvents" VALUE="True" /> <PARAM name="uiMode" value="none" /> <PARAM name="PlayCount" value="9999" /> <EMBED id="wmp" name="wmp" TYPE="application/x-mod" SRC="{STATION_URL}" width="{WIDTH}" height="{HEIGHT}" autostart="false" autonext="true" /> </OBJECT> </div> <!-- END xmod --> <!-- BEGIN mod --> <div class="wordtube playlist2" id="WT999"> <object width="{WIDTH}" height="{HEIGHT}" id="WT999"> <img src="{U_IMG}" width="{WIDTH}" height="{HEIGHT}" alt="To play go to music page." title="{SONG_TITLE}" /> <param name="allowScriptAccess" value="always" /> <param name="movie" value="{VIDEO_URL}" /> <param name="modfile" value="{STATION_URL}" /> <param name="bufferlength" value="5" /> <param name="allowfullscreen" value="true" /> <param name="scale" value="noscale" /> <param name="salign" value="lt" /> <embed src="{VIDEO_URL}" flashvars="modfile={STATION_URL}&image={U_IMG}&shuffleOnLoad=no" loop="false" allowfullscreen="true" menu="false" quality="high" width="{WIDTH}" height="10" scale="noscale" salign="lt" name="flvplayer" align="center" bgcolor="000000" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </div> <!-- END mod --> <!-- BEGIN ram --> <embed src="{U_STATION}" align="center" width="275" height="40" type="audio/x-pn-realaudio-plugin" console="cons" controls="ControlPanel" autostart="false"></embed> <!-- END ram --> <!-- BEGIN qt --> <object id="qt" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="377" height="212"> <param name="qtsrc" value="{U_STATION}"> <param name="autoplay" value="true"> <param name="loop" value="false"> <param name="controller" value="true"> <param name="kioskmode" value="true"> <param name="cache" value="false"> <embed src="templates/_core/images/uneedqt41.jpg" qtsrc="{U_STATION}" width="377" height="212" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" controller="true" loop="false" autoplay="true" kioskmode="true" cache="false"> </embed> </object> <!-- END qt --> <!-- BEGIN streamer --> <!----- Flash player Start -----> <div id="my-video">Loading the player...</div> <script type='text/javascript'> jwplayer('my-video').setup({ file: '{STATION_URL}', image: '{U_IMG}', width: '{WIDTH}', height: '{HEIGHT}', autostart:'true', stretching: 'uniform', }); </script> <!---------------- Flash player End ----------------> <!-- END streamer --> </td> <td rowspan="2" class="row1"><table width="90%" height="90%" border="0" align="center" cellpadding="3" cellspacing="2"> <tr> <td valign="top" align="center"><img src="{U_IMG}" width="{IMGWIDTH}" height="{IMGHEIGHT}" border="0"></td> </tr> <tr> <td valign="top" align="center"><br /><span class="gen">{STATION_DESC}</span></td> </tr> <!-- BEGIN rate_switch --> <!-- END rate_switch --> <!-- BEGIN comment_switch --> <!-- END comment_switch --> <!-- BEGIN download_switch --> <!-- END download_switch --> </table></td> </tr> <tr> <td class="row2"> <table width="90%" align="center" border="0" cellpadding="3" cellspacing="2"> <tr> <td width="25%" align="right"><span class="genmed">{L_POSTER}:</span></td> <td><span class="genmed"><b>{POSTER}</b></span></td> </tr> <tr> <td width="25%" align="right"><span class="genmed">{L_SINGER}:</span></td> <td><span class="genmed"><b>{SINGER}</b></span></td> </tr> <tr> <td align="right"><span class="genmed">{L_POSTED}:</span></td> <td><b><span class="genmed">{STATION_TIME}</span></b></td> </tr> <tr> <td align="right"><span class="genmed">{L_VIEW}:</span></td> <td><b><span class="genmed">{STATION_VIEW}</span></b></td> </tr> <!-- BEGIN rate_switch --> <tr> <td valign="top" align="right"><span class="genmed"><a href="{U_RATE}">{L_RATING}:</a></span></td> <td><b><span class="genmed">{STATION_RATING}</span></b></td> </tr> <!-- END rate_switch --> <!-- BEGIN comment_switch --> <tr> <td align="right"><span class="genmed"><a href="{U_COMMENT}">{L_COMMENTS}:</a></span></td> <td><b><span class="genmed">{STATION_COMMENTS}</span></b></td> </tr> <!-- END comment_switch --> <!-- BEGIN download_switch --> <tr> <td align="right"><span class="genmed"><a href="{U_DOWNLOAD}">{L_DOWNLOAD}:</a></span></td> <td><b><span class="genmed">{STATION_DOWNLOAD}</span></b></td> </tr> <!-- END download_switch --> <!-- BEGIN realandmedia --> <TR> <TD height="28" colspan="2" align="center" class="catbottom"><span class="cattitle">« <a href="{U_WMP}" class="cattitle"><img src="{IMG_WMP_FRONT}" border="0"></a> <a href="{U_FORCED}" class="cattitle">Force</a> <a href="{U_REAL}" class="cattitle"><img src="{IMG_REAL_FRONT}" border="0"></a> »</span></TD> </TR> <!-- END realandmedia --> </table> </td> </tr> <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> </div></div></div> <span class="corners-bottom"><span></span></span> </div> <br clear="all" /> <!-- Do not remove my copyright notice and keep visible with its original content! --> {RADIOCAST_COPYRIGHT} </body> </html> --- NEW FILE: radiocast_list_body.html --- <div class="forabg"> <div class="inner" style="vertical-align:top; display:block"> <form action="{S_RADIOCAST_ACTION}" method="post"> <table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr> <td><span class="gensmall"> <!-- BEGIN switch_user_logged_in --> {LAST_VISIT_DATE}<br /> <!-- END switch_user_logged_in --> {CURRENT_TIME}<br /> </span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a href="{U_RADIOCAST}" class="nav">{L_RADIOCAST}</a></span></td> </tr> </table> <table width="100%" cellpadding="1" cellspacing="1" border="0" class="forumline"> <tr> <th class="thTop" height="25" colspan="6" nowrap="nowrap">{L_SEARCH_STATIONS} <input class="post" type="text" name="search" size="30" /> <select name="search_cond"> <option value='title'>{L_STATION_TITLE}</option> <option value='singer'>{L_SINGER}</option> <option value='poster'>{L_POSTER}</option> </select> <input type="submit" name="submit" value="{L_SEARCH}" class="liteoption" /></th> </tr> <tr> <td width="38%" class="catbottom" align="center"><span class="gen">{L_STATION_TITLE}</span></td> <td width="16%" class="catbottom" align="center"><span class="gen">{L_SINGER}</span></td> <td width="22%" class="catbottom" align="center"><span class="gen">{L_POSTED}</span></td> <td width="6%" class="catbottom" align="center"><span class="gen">{L_VIEW}</span></td> <td width="8%" class="catbottom" align="center"><span class="gen">{L_RATING}</span></td> <td width="10%" class="catbottom" align="center"><span class="gen">{L_COMMENTS}</span></td> </tr> <!-- BEGIN no_stations --> <tr> <td class="row1" align="center" colspan="6" height="50"><span class="gen">{L_NO_STATIONS}</span></td> </tr> <!-- END no_stations --> <!-- BEGIN search_row --> <!-- END search_row --> <!-- BEGIN search_stations --> <!-- BEGIN search_detail --> <tr> <td width="38%" class="row1" align="center"><span class="genmed">{search_stations.search_detail.TITLE}</span></td> <td width="16%" class="row2" align="center"><span class="genmed">{search_stations.search_detail.SINGER}</span></td> <td width="22%" class="row1" align="center"><span class="gensmall">{search_stations.search_detail.POSTER}<br />{search_stations.search_detail.TIME}</span></td> <td width="6%" class="row2" align="center"><span class="gensmall">{search_stations.search_detail.VIEW}</span></td> <td width="8%" class="row1" align="center"><span class="gensmall">{search_stations.search_detail.RATING}</span></td> <td width="10%" class="row2" align="center"><span class="gensmall">{search_stations.search_detail.COMMENTS}</span></td> <!-- END search_detail --> </tr> <!-- END search_stations --> </table> </form> </div> <span class="corners-bottom"><span></span></span> </div> <br clear="all" /> --- NEW FILE: radiocast_cat_body.html --- <div class="forabg block"> <div id="p1" class="post bg2 online"> <div class="inner"><span class="corners-top"><span></span></span> <div class="textbody"> <form action="{S_RADIOCAST_ACTION}" method="post"> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td valign="bottom" width="100%"><a class="maintitle" href="{U_VIEW_CAT}">{CAT_TITLE}</a><br /> <span class="gensmall"><b>{L_MODERATORS}: {MODERATORS}</b></span></td> <td align="right" valign="bottom" nowrap="nowrap"><span class="nav">{PAGINATION}</span></td> </tr> </table> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td> <!-- BEGIN enable_soung_upload --> <a href="{U_POST_STATION}"><img src="{POST_STATION_IMG}" border="0" alt="{L_POST_STATION}" title="{L_POST_STATION}" /></a> <!-- END enable_soung_upload --> </td> <td class="nav" width="100%"> <span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_RADIOCAST}">{L_RADIOCAST}</a> {NAV_SEP} <a class="nav" href="{U_VIEW_CAT}">{CAT_TITLE}</a> {NAV_CAT_DESC} </span> </td> </tr> </table> <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> <tr> <th class="thTop" height="25" align="center" colspan="7" nowrap="nowrap">{L_CATEGORY} :: {CAT_TITLE}</th> </tr> <tr> <td width="31%" align="center" class="catBottom" height="28"><span class="gen">{L_STATION_TITLE}</span></td> <td width="15%" align="center" class="catBottom" height="28"><span class="gen">{L_SINGER} </span></td> <td width="25%" align="center" class="catBottom" height="28"><span class="gen">{L_POSTED} </span></td> <td width="6%" align="center" class="catBottom" height="28"><span class="gen">{L_VIEW} </span></td> <td width="8%" align="center" class="catBottom" height="28"><span class="gen">{L_RATING} </span></td> <td width="10%" align="center" class="catBottom" height="28"><span class="gen">{L_COMMENTS} </span></td> <td width="5%" align="center" class="catBottom" height="28"> </td> </tr> <!-- BEGIN no_stations --> <tr> <td class="row1" align="center" colspan="7" height="50"><span class="gen">{L_NO_STATIONS}</span></td> </tr> <!-- END no_stations --> <!-- BEGIN stationrow --> <tr> <!-- BEGIN stationcol --> <!-- END stationcol --> <!-- BEGIN station_detail --> <td width="31%" class="row2" align="center" height="28"> <table><tr> <td align="left"><img src="{stationrow.station_detail.RADIO_FRONT_IMG}" alt="" /></td> <td align="center"><span class="genmed">{stationrow.station_detail.TITLE}</span><td> </tr></table></td> <td width="15%" align="center" class="row1"><span class="genmed">{stationrow.station_detail.SINGER}</span></td> <td width="25%" align="center" class="row2"><span class="gensmall">{stationrow.station_detail.POSTER}<BR>{stationrow.station_detail.TIME}</span></td> <td width="6%" align="center" class="row1"><span class="gensmall">{stationrow.station_detail.VIEW}</span></td> <td width="8%" align="center" class="row2"><span class="gensmall">{stationrow.station_detail.RATING}</span></td> <td width="10%" align="center" class="row1"><span class="gensmall">{stationrow.station_detail.COMMENTS}</span></td> <td width="5%" align="center" class="row2"><span class="gensmall">{stationrow.station_detail.EDIT}<BR /> {stationrow.station_detail.DELETE}<BR /> {stationrow.station_detail.LOCK}<BR /> {stationrow.station_detail.MOVE}</span></td> <!-- END station_detail --> </tr> <!-- END stationrow --> <tr> <td class="catBottom" colspan="7" align="center" height="28"> <span class="gensmall">{L_SELECT_SORT_METHOD}: <select name="sort_method"> <option {SORT_TIME} value='station_time'>{L_TIME}</option> <option {SORT_STATION_TITLE} value='station_title'>{L_STATION_TITLE}</option> <option {SORT_SINGER} value='station_singer'>{L_SINGER}</option> <option {SORT_USERNAME} value='username'>{L_USERNAME}</option> <option {SORT_VIEW} value='station_view_count'>{L_VIEW}</option> {SORT_RATING_OPTION} {SORT_COMMENTS_OPTION} {SORT_NEW_COMMENT_OPTION} </select> {L_ORDER}: <select name="sort_order"> <option {SORT_ASC} value='ASC'>{L_ASC}</option> <option {SORT_DESC} value='DESC'>{L_DESC}</option> </select> <input type="submit" name="submit" value="{L_SORT}" class="liteoption" /> </span> </td> </tr> </table> <table width="100%" cellspacing="2" border="0" cellpadding="2"> <tr> <td> <!-- BEGIN enable_soung_upload --> <a href="{U_POST_STATION}"><img src="{POST_STATION_IMG}" border="0" alt="{L_POST_STATION}" title="{L_POST_STATION}" /></a> <!-- END enable_soung_upload --> </td> <td class="nav" width="100%"> <span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> {NAV_SEP} <a class="nav" href="{U_RADIOCAST}">{L_RADIOCAST}</a> {NAV_SEP} <a class="nav" href="{U_VIEW_CAT}">{CAT_TITLE}</a> {NAV_CAT_DESC} </span> </td> <td align="right" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /> <span class="nav">{PAGINATION}</span></td> </tr> <tr> <td colspan="3"><span class="nav">{PAGE_NUMBER}</span></td> </tr> </table> </form> <table> <tr> <td><a class="maintitle" href="{U_VIEW_CAT}">{CAT_TITLE}</a><br /> <span class="gensmall"><b>{L_MODERATORS}: {MODERATORS}</b></span></td> <td align="right" valign="bottom" nowrap="nowrap"><span class="nav">{PAGINATION}</span></td> </tr> </table> </div></div></div> <span class="corners-bottom"><span></span></span> </div> <br clear="all" /> <!-- Do not remove my copyright notice and keep visible with its original content! --> {RADIOCAST_COPYRIGHT} --- NEW FILE: mx_radiocast.css --- ul li, ul.menu li, .item-list ul li, li.leaf { padding: 0 0 0 0; list-style-type: none; list-style-image: none; } /* Thumbs Frame & Shadow - BEGIN */ .picframe{ display: block; } .picshadow{ display: block; } /* Thumbs Frame & Shadow - END */ /* Pic LightBox Preview - BEGIN */ #loader_container { text-align: center; position: absolute; top: 40%; width: 100%; } #loader { background-color: #FFFFFF; padding: 10px 0 16px 0; margin: 0 auto; display: block; width: 135px; border: 1px solid #777777; text-align: left; z-index: 255; } #progress { height: 5px; font-size: 1px; width: 10px; position: relative; top: 1px; left: 10px; background-color: #999999; } #loader_bg { background-color: #EEEEEE; position: relative; top: 8px; left: 8px; height: 7px; width: 113px; font-size: 1px } .border_preview{ padding: 10px 10px 10px 10px; z-index: 100; position: absolute; background: #FFFFFF; border: 2px dotted #336699; } .preview_temp_load { vertical-align: middle; text-align: center; padding: 10px; } .preview_temp_load img{ vertical-align: middle; text-align: center; } /* Pic LightBox Preview - END */ /* ACP - BEGIN */ .forumline_left { background-color: #F8F8F8; border-bottom: 2px #224488 solid; border-left: 2px #224488 solid; } .tab_links, a.tab_links:hover, a.tab_links:link, a.tab_links:active, a.tab_links:visited { text-decoration: none; } .tab_links_unsel, a.tab_links_unsel:hover, a.tab_links_unsel:link, a.tab_links_unsel:active, a.tab_links_unsel:visited { text-decoration: none; } a.tab_links:hover, a.tab_links_unsel:hover { text-decoration: underline; } .tab_headers, th.tab_headers { font-weight : bold; padding-left: 4px; padding-right: 8px; border: #003366; border-style: solid; border-width: 1px 1px 0px 1px; background-color: #006699; } .tab_headers_unsel, th.tab_headers_unsel { font-weight : bold; padding-left: 4px; padding-right: 8px; border: #336699; border-style: solid; border-width: 1px 1px 0px 1px; background-color: #6699AA; } .tab_border { background-color: #888888; } .filler, th.filler { background-color:#6699AA; background-image:none; } /* ACP - END */ |