You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(26) |
Nov
(10) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(7) |
Feb
(17) |
Mar
(25) |
Apr
(8) |
May
(33) |
Jun
(11) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(68) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
From: <ara...@us...> - 2006-10-22 11:43:45
|
Revision: 35 http://svn.sourceforge.net/easybox-mod/?rev=35&view=rev Author: aragornis Date: 2006-10-22 04:43:24 -0700 (Sun, 22 Oct 2006) Log Message: ----------- Optimisation des modifs de bedelaitre sur la gestion des disques Modified Paths: -------------- trunk/module/_explorateur/index1.php trunk/skin/simple/dossier/Thumbs.db trunk/skin/simple/explorateur.tpl Added Paths: ----------- trunk/skin/simple/dossier/diskoptical.gif Modified: trunk/module/_explorateur/index1.php =================================================================== --- trunk/module/_explorateur/index1.php 2006-10-22 11:22:56 UTC (rev 34) +++ trunk/module/_explorateur/index1.php 2006-10-22 11:43:24 UTC (rev 35) @@ -34,12 +34,6 @@ $rep = $rep_default; } -// BDE - 18/10/2006 - Modification dans la gestion des disques -// On sauvegarde le r\x82pertoire demand\x82 pour v\x82rifier plus tard si c'est -// un rechargement de disques -$rep_reload=$rep; -// Fin Modif - //--seulement pour linux if($rep=="") { $rep = "/"; @@ -54,15 +48,11 @@ $min = 0; } -// BDE - 18/10/2006 - Modification dans la gestion des disques -// Si l'on est en train de recharger la liste des fichiers -// Alors, on recharge le r\x82pertoire en cours -if ($rep_reload=="reload") -{ - $rep_copy = get_variable('previousrep'); - $rep = get_variable('previousrep'); -} -// Fin Modif +// Rechargement des disques +if ($_GET['reload']=="1"){ + save_variable('disques', serialize(DISQUES())); +} + //Ajout dans la base de donn\xE9e pour les retours if($extension==$ini[explorateur][ext]){ save_variable('lastexpl', 'explorateur'); @@ -193,14 +183,7 @@ $fichiers = FICHIERS(); -// BDE - 18/10/2006 - Modification dans la gestion des disques -// Si il faut recharger la liste des disques, on le fait ici ... -if ($rep_reload=="reload") -{ - save_variable('disques', serialize(DISQUES())); -} -// Fin Modif -$smarty->assign('DISQUES',DISQUES());//unserialize(get_variable('disques'))); +$smarty->assign('DISQUES',unserialize(get_variable('disques')));//unserialize(get_variable('disques'))); $smarty->assign('T_rep',$fichiers[0]); $smarty->assign('T_file',$fichiers[1]); Modified: trunk/skin/simple/dossier/Thumbs.db =================================================================== (Binary files differ) Added: trunk/skin/simple/dossier/diskoptical.gif =================================================================== (Binary files differ) Property changes on: trunk/skin/simple/dossier/diskoptical.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/skin/simple/explorateur.tpl =================================================================== --- trunk/skin/simple/explorateur.tpl 2006-10-22 11:22:56 UTC (rev 34) +++ trunk/skin/simple/explorateur.tpl 2006-10-22 11:43:24 UTC (rev 35) @@ -1 +1 @@ -{assign var=rep_encoded value=$REP|urlencode} {section name=disques loop=$DISQUES} {if $smarty.section.disques.first} <table cellspacing="2" align="center" width="498" valign="middle"><tr valign="middle"> {/if} <td valign="middle"><img src="{$SKIN_REP}dossier/{$DISQUES[disques].gif}.gif" width="16" height="16"><font size='1'><a href="{$PAGE_EXPLO}?directory={$DISQUES[disques].path|urlencode}&mode={$MODE}">{$DISQUES[disques].lettre|strtolower}</a></font></td> {if $smarty.section.disques.last} </tr></table> {/if} {/section} {section name=path loop=$CHEMIN_REP} {if $smarty.section.path.first} <center><font size="1"> {/if} <a href="{$PAGE_EXPLO}?directory={$CHEMIN_REP[path].0}&mode={$MODE}">{$CHEMIN_REP[path].1|strip_delimiters}/</a> {if $smarty.section.path.last} </font></center> {/if} {/section} {if $AFF_CDDA} <a href="playdb.php?type=cdda&disque={$LETTRE_CDDA}">Lire {$LETTRE_CDDA}: en tant que cd</a> {/if} {assign var=NUM_ROW_AFFICH value=15} <table width="498" cellpadding="0" cellspacing="0" align="center" valign="middle"> {if $PLAYREP OR $AFF_FAVORIS} <tr><td colspan="2"><center> {/if} {if $PLAYREP} <img src="{$SKIN_REP}dossier/rep_all.gif" border="0" width="20" height="20"><a href="{$PAGE_LECT_REP}?toplay={$REP|urlencode}&type=playrep"> {$PLAYREP_TEXT|default:"Lire le r\xE9pertoire complet"}</a> {/if} {if $PLAYREP AND $AFF_FAVORIS} - {/if} {if $AFF_FAVORIS} <img src="{$SKIN_REP}dossier/favoris.gif" width="20" height="20"> <a href="{$RACINE_REP}module/favoris/index1.php?ajout={$REP|urlencode}&nom={$REP}">Ajouter aux favoris</a> {/if} {if $PLAYREP OR $AFF_FAVORIS} </center></td></tr> {/if} {if $MIN!=0} {assign var=temp value=$MIN-$NUM_ROW_AFFICH|max:0} <tr><td colspan="2"><img src="{$INTERFACE_REP}btn_vert.gif" border="0"> <a href="{$PAGE_EXPLO}?start={$MIN-$NUM_ROW_AFFICH|max:0}&directory={$REP|urlencode}&mode={$MODE}"><font size=2>Pr\xE9c\xE9dent</font></a> <a href="{$PAGE_EXPLO}?start=0&directory={$REP|urlencode}&mode={$MODE}"><font size=2>D\xE9but du r\xE9pertoire</font></a></td></tr> {attribbouton touche="green" lien="$PAGE_EXPLO?start=$temp&directory=$rep_encoded&mode=$MODE"} {/if} {if $Nb_rep_path >='2' AND $MIN==0} {assign var=temp value=$REP|dirname|realpath|urlencode} <tr><td colspan="2"><img src="{$INTERFACE_REP}btn_jaune.gif" border="0"> <a focused href="{$PAGE_EXPLO}?directory={$REP|dirname|realpath|urlencode}&mode={$MODE}">Dossier parent</a></td></tr> {attribbouton touche="yellow" lien="$PAGE_EXPLO?directory=$temp&mode=$MODE"} {elseif $Nb_rep_path >='2'} {assign var=temp value=$REP|dirname|realpath|urlencode} {attribbouton touche="yellow" lien="$PAGE_EXPLO?directory=$temp&mode=$MODE"} {/if} {section name=files loop=$T_affich max=$NUM_ROW_AFFICH start=$MIN} {if $T_affich[files]|in_array:$T_rep} {assign var="rep_a_affich" value=$REP|cat:'/'|cat:$T_affich[files]} <tr><td colspan="2"><img src="{$SKIN_REP}dossier/folder.gif"> <font size="1"><a {if $smarty.section.disques.first==1}focused {/if}href="{$PAGE_EXPLO}?directory={$rep_a_affich|realpath|urlencode}&mode={$MODE}">{$T_affich[files]|truncate:55|strip_delimiters}</a></font></td></tr> {else} <tr><td><img src="{$SKIN_REP}dossier/{$ICONE_FICHIER}" width="16" height="16"> <font size="1"><a {if $smarty.section.disques.first==1}focused {/if}href="{$PAGE_LECT}?{$OPT_LIENS}toplay_file={$T_affich[files]|urlencode}&toplay_rep={$REP|urlencode}">{$T_affich[files]|strip_delimiters|truncate:52}</a> </font></td><td width="35"> {if $AFF_INFO} {assign var="nb" value=$T_affich[files]|strrpos:"."} <a href="fichefilm.php?start={$MIN}&comeback=expl&film={$T_affich[files]|substr:0:$nb|urlencode}&fichier={$REP|cat:'/'|cat:$T_affich[files]|realpath|urlencode}"><font size="1">info</font></a> {/if} </td></tr> {/if} {/section} {assign var=N_affich value=$T_affich|@count} {assign var=N_affich_reste value=$NUM_ROW_AFFICH|max:15} {if $MIN+$smarty.section.files.total<count($T_affich)} <tr><td colspan="2"><img src="{$INTERFACE_REP}btn_bleu.gif" border="0"> <a href="{$PAGE_EXPLO}?start={$MIN+$smarty.section.files.total}&directory={$REP|urlencode}&mode={$MODE}"><font size=2>Suivant</font></a> - <font size=2><a href="{$PAGE_EXPLO}?start={$N_affich-$smarty.section.files.total}&directory={$REP|urlencode}&mode={$MODE}">Fin du r\xE9pertoire</a> - Page {$MIN/$NUM_ROW_AFFICH+1|ceil} / {$N_affich/$NUM_ROW_AFFICH|ceil}</font></td></tr> {assign var=temp value=$MIN+$smarty.section.files.total} {attribbouton touche="blue" lien="$PAGE_EXPLO?start=$temp&directory=$rep_encoded&mode=$MODE"} {else} <tr><td colspan="2"><font size=2>Page {$MIN/$NUM_ROW_AFFICH+1|ceil} / {$N_affich/$NUM_ROW_AFFICH|ceil}</font></td></tr> {/if} </table> {$FOOTER} \ No newline at end of file +{assign var=rep_encoded value=$REP|urlencode} {section name=disques loop=$DISQUES} {if $smarty.section.disques.first} <table cellspacing="2" align="center" width="498" valign="middle"><tr valign="middle"> {/if} {if $DISQUES[disques].path == 'reload'} <td valign="middle"><img src="{$SKIN_REP}dossier/{$DISQUES[disques].gif}.gif" width="16" height="16"><font size='1'><a href="{$PAGE_EXPLO}?directory={$REP|urlencode}&mode={$MODE}&reload=1&start={$MIN}">Rafra\xEEchir</a></font></td> {else} <td valign="middle"><img src="{$SKIN_REP}dossier/{$DISQUES[disques].gif}.gif" width="16" height="16"><font size='1'><a href="{$PAGE_EXPLO}?directory={$DISQUES[disques].path|urlencode}&mode={$MODE}">{$DISQUES[disques].lettre|strtolower}</a></font></td> {/if} {if $smarty.section.disques.last} </tr></table> {/if} {/section} {section name=path loop=$CHEMIN_REP} {if $smarty.section.path.first} <center><font size="1"> {/if} <a href="{$PAGE_EXPLO}?directory={$CHEMIN_REP[path].0}&mode={$MODE}">{$CHEMIN_REP[path].1|strip_delimiters}/</a> {if $smarty.section.path.last} </font></center> {/if} {/section} {if $AFF_CDDA} <a href="playdb.php?type=cdda&disque={$LETTRE_CDDA}">Lire {$LETTRE_CDDA}: en tant que cd</a> {/if} {assign var=NUM_ROW_AFFICH value=15} <table width="498" cellpadding="0" cellspacing="0" align="center" valign="middle"> {if $PLAYREP OR $AFF_FAVORIS} <tr><td colspan="2"><center> {/if} {if $PLAYREP} <img src="{$SKIN_REP}dossier/rep_all.gif" border="0" width="20" height="20"><a href="{$PAGE_LECT_REP}?toplay={$REP|urlencode}&type=playrep"> {$PLAYREP_TEXT|default:"Lire le r\xE9pertoire complet"}</a> {/if} {if $PLAYREP AND $AFF_FAVORIS} - {/if} {if $AFF_FAVORIS} <img src="{$SKIN_REP}dossier/favoris.gif" width="20" height="20"> <a href="{$RACINE_REP}module/favoris/index1.php?ajout={$REP|urlencode}&nom={$REP}">Ajouter aux favoris</a> {/if} {if $PLAYREP OR $AFF_FAVORIS} </center></td></tr> {/if} {if $MIN!=0} {assign var=temp value=$MIN-$NUM_ROW_AFFICH|max:0} <tr><td colspan="2"><img src="{$INTERFACE_REP}btn_vert.gif" border="0"> <a href="{$PAGE_EXPLO}?start={$MIN-$NUM_ROW_AFFICH|max:0}&directory={$REP|urlencode}&mode={$MODE}"><font size=2>Pr\xE9c\xE9dent</font></a> <a href="{$PAGE_EXPLO}?start=0&directory={$REP|urlencode}&mode={$MODE}"><font size=2>D\xE9but du r\xE9pertoire</font></a></td></tr> {attribbouton touche="green" lien="$PAGE_EXPLO?start=$temp&directory=$rep_encoded&mode=$MODE"} {/if} {if $Nb_rep_path >='2' AND $MIN==0} {assign var=temp value=$REP|dirname|realpath|urlencode} <tr><td colspan="2"><img src="{$INTERFACE_REP}btn_jaune.gif" border="0"> <a focused href="{$PAGE_EXPLO}?directory={$REP|dirname|realpath|urlencode}&mode={$MODE}">Dossier parent</a></td></tr> {attribbouton touche="yellow" lien="$PAGE_EXPLO?directory=$temp&mode=$MODE"} {elseif $Nb_rep_path >='2'} {assign var=temp value=$REP|dirname|realpath|urlencode} {attribbouton touche="yellow" lien="$PAGE_EXPLO?directory=$temp&mode=$MODE"} {/if} {section name=files loop=$T_affich max=$NUM_ROW_AFFICH start=$MIN} {if $T_affich[files]|in_array:$T_rep} {assign var="rep_a_affich" value=$REP|cat:'/'|cat:$T_affich[files]} <tr><td colspan="2"><img src="{$SKIN_REP}dossier/folder.gif"> <font size="1"><a {if $smarty.section.disques.first==1}focused {/if}href="{$PAGE_EXPLO}?directory={$rep_a_affich|realpath|urlencode}&mode={$MODE}">{$T_affich[files]|truncate:55|strip_delimiters}</a></font></td></tr> {else} <tr><td><img src="{$SKIN_REP}dossier/{$ICONE_FICHIER}" width="16" height="16"> <font size="1"><a {if $smarty.section.disques.first==1}focused {/if}href="{$PAGE_LECT}?{$OPT_LIENS}toplay_file={$T_affich[files]|urlencode}&toplay_rep={$REP|urlencode}">{$T_affich[files]|strip_delimiters|truncate:52}</a> </font></td><td width="35"> {if $AFF_INFO} {assign var="nb" value=$T_affich[files]|strrpos:"."} <a href="fichefilm.php?start={$MIN}&comeback=expl&film={$T_affich[files]|substr:0:$nb|urlencode}&fichier={$REP|cat:'/'|cat:$T_affich[files]|realpath|urlencode}"><font size="1">info</font></a> {/if} </td></tr> {/if} {/section} {assign var=N_affich value=$T_affich|@count} {assign var=N_affich_reste value=$NUM_ROW_AFFICH|max:15} {if $MIN+$smarty.section.files.total<count($T_affich)} <tr><td colspan="2"><img src="{$INTERFACE_REP}btn_bleu.gif" border="0"> <a href="{$PAGE_EXPLO}?start={$MIN+$smarty.section.files.total}&directory={$REP|urlencode}&mode={$MODE}"><font size=2>Suivant</font></a> - <font size=2><a href="{$PAGE_EXPLO}?start={$N_affich-$smarty.section.files.total}&directory={$REP|urlencode}&mode={$MODE}">Fin du r\xE9pertoire</a> - Page {$MIN/$NUM_ROW_AFFICH+1|ceil} / {$N_affich/$NUM_ROW_AFFICH|ceil}</font></td></tr> {assign var=temp value=$MIN+$smarty.section.files.total} {attribbouton touche="blue" lien="$PAGE_EXPLO?start=$temp&directory=$rep_encoded&mode=$MODE"} {else} <tr><td colspan="2"><font size=2>Page {$MIN/$NUM_ROW_AFFICH+1|ceil} / {$N_affich/$NUM_ROW_AFFICH|ceil}</font></td></tr> {/if} </table> {$FOOTER} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ara...@us...> - 2006-10-22 11:23:28
|
Revision: 34 http://svn.sourceforge.net/easybox-mod/?rev=34&view=rev Author: aragornis Date: 2006-10-22 04:22:56 -0700 (Sun, 22 Oct 2006) Log Message: ----------- Mise ?\195?\160 dispo du tableau $_COULEUR dans tout easybox Correction d'un bug sur le podcast Correction du bug sur les {} dans les noms de fichier qui faisaient bugger notre ami smarty dans les explorateur Modif des favoris-touche avec utilisation du skin avertissement Modified Paths: -------------- trunk/_framework/favoris_touches.php trunk/_framework/fonctions_partagees.inc.php trunk/_framework/framework.php trunk/_utilisateur/audiotemp.m3u trunk/_utilisateur/multiposte.m3u trunk/_utilisateur/podcast.db trunk/skin/simple/audio.tpl trunk/skin/simple/explorateur.tpl trunk/skin/simple/explorateur_photo.tpl trunk/skin/simple/playlist_audio.tpl Modified: trunk/_framework/favoris_touches.php =================================================================== --- trunk/_framework/favoris_touches.php 2006-10-18 17:13:52 UTC (rev 33) +++ trunk/_framework/favoris_touches.php 2006-10-22 11:22:56 UTC (rev 34) @@ -23,35 +23,10 @@ } } +$LINK['red']= '../module/_menu/menu.php'; +$META['refresh']= '1;url='.$redir; +$CONTENT = $texte1.'<br>Redirection en cours...'; +$smarty->assign('AVERTISSEMENT',$CONTENT); +$smarty->display('avertissement.tpl'); + ?> -<!DOCTYPE HTML PUBLIC "-//Freebox//DTD HTML 3.2//EN"> -<html> -<head> - <meta name=refresh content="1;url=<?= $redir;?>"> -<!-- <meta name=refresh content="10;url=../module/_menu/menu.php"> --> -</head> -<body background="ts://127.0.0.1" text="<?= $_COULEUR[DVD_TEXT]; ?>" link="<?= $_COULEUR[DVD_LINK]; ?>" alink="<?= $_COULEUR[DVD_ALINK]; ?>" vlink="<?= $_COULEUR[DVD_VLINK]; ?>"> -<center><table width="571" border="0" cellspacing="0" cellpadding="0"> - <tr> - <td><br /> - <br /> - <br /> - <br /> - <br /> - <br /> - <br /> - <br /> - <br /> - <br /> - <br /> - <br /> - <center> - <?= $texte1; ?> - Redirection en cours... - </center> - </td> - </tr> -</table> -</center> -</body> -</html> Modified: trunk/_framework/fonctions_partagees.inc.php =================================================================== --- trunk/_framework/fonctions_partagees.inc.php 2006-10-18 17:13:52 UTC (rev 33) +++ trunk/_framework/fonctions_partagees.inc.php 2006-10-22 11:22:56 UTC (rev 34) @@ -499,7 +499,12 @@ $count++; } return $count > 0; +} +function strip_delimiters($input){ +// Remplacement des { et } dans les chaines par un d\xE9limiteur sp\xE9cial +$temp = str_replace(array('{','}'), array('-!-!-!spec$$', '-!-!-!spec\xA3\xA3}'), $input); +return str_replace(array('-!-!-!spec$$', '-!-!-!spec\xA3\xA3}'), array('{ldelim}', '{rdelim}'), $temp); } ?> Modified: trunk/_framework/framework.php =================================================================== --- trunk/_framework/framework.php 2006-10-18 17:13:52 UTC (rev 33) +++ trunk/_framework/framework.php 2006-10-22 11:22:56 UTC (rev 34) @@ -78,7 +78,9 @@ $smarty->assign('ICONE_REP',$ICONE_REP); $CHAINE_REP = $THEME_REP."chaines/defaut/"; $smarty->assign('CHAINE_REP',$CHAINE_REP); - + + $_COULEUR = parse_ini_file($SKIN_REP.'couleur.conf'); + //-- Framework du skin require($SKIN_REP."framework_skin.php"); @@ -133,16 +135,19 @@ require($BOUTON."bouton_general.php"); } - +/* if($pisteaudio=='TV'){ // $META['aud'] = '69(en,mp2)'; }elseif($pisteaudio=='AC3'){ // $META['aud'] = '69(en,ac3)'; } +*/ //-- R\xE9cup\xE9ration de la liste de modules - Initialise le tableau global $LISTE_MODULES get_module_list(); +$smarty->register_modifier("strip_delimiters","strip_delimiters"); + //-- Charge le Menu horizontal sup\xE9rieur function MENU_SUP(){ global $xml, $USER, $LEVEL_ACTIF; Modified: trunk/_utilisateur/audiotemp.m3u =================================================================== --- trunk/_utilisateur/audiotemp.m3u 2006-10-18 17:13:52 UTC (rev 33) +++ trunk/_utilisateur/audiotemp.m3u 2006-10-22 11:22:56 UTC (rev 34) @@ -1,26 +1,3 @@ -#EXTM3U - d:\Ma musique\Aldebert - Plateau télé\Aldebert - Plateau Télé - 01 - Vivement La Fin.mp3 - d:\Ma musique\Aldebert - Plateau télé\Aldebert - Plateau Télé - 02 - Plateau Tele.mp3 - d:\Ma musique\Aldebert - Plateau télé\Aldebert - Plateau Télé - 03 - Mathilde.mp3 - d:\Ma musique\Aldebert - Plateau télé\Aldebert - Plateau Télé - 04 - Cadaques.mp3 - d:\Ma musique\Aldebert - Plateau télé\Aldebert - Plateau Télé - 05 - Un Contrat Merveilleux.mp3 - d:\Ma musique\Aldebert - Plateau télé\Aldebert - Plateau Télé - 06 - Calculateurs.mp3 - d:\Ma musique\Aldebert - Plateau télé\Aldebert - Plateau Télé - 07 - Le Petit Chef.mp3 - d:\Ma musique\Aldebert - Plateau télé\Aldebert - Plateau Télé - 08 - Un Marriage T'reggae.mp3 - d:\Ma musique\Aldebert - Plateau télé\Aldebert - Plateau Télé - 09 - Le Manege (Live).mp3 - d:\Ma musique\Aldebert - Plateau télé\Aldebert - Plateau Télé - 10 - Tu T'amuses Quand (Live).mp3 - d:\Ma musique\Aldebert - Plateau télé\Aldebert - Plateau Télé - 11 - Besac (Live).mp3 - d:\Ma musique\Aldebert - Plateau télé\Aldebert - Plateau Télé - 12 - Vivement La Fin (Version Plage).mp3 - d:\Ma musique\Aldebert - Sur place ou a emporter\Aldebert - Sur Place Ou À Emporter - 01 - Saint'nitouche.mp3 - d:\Ma musique\Aldebert - Sur place ou a emporter\Aldebert - Sur Place Ou À Emporter - 02 - Tête En L'air.mp3 - d:\Ma musique\Aldebert - Sur place ou a emporter\Aldebert - Sur Place Ou À Emporter - 03 - La Méthode Couette.mp3 - d:\Ma musique\Aldebert - Sur place ou a emporter\Aldebert - Sur Place Ou À Emporter - 04 - Indélébile.mp3 - d:\Ma musique\Aldebert - Sur place ou a emporter\Aldebert - Sur Place Ou À Emporter - 05 - Rentrée Des Classes.mp3 - d:\Ma musique\Aldebert - Sur place ou a emporter\Aldebert - Sur Place Ou À Emporter - 06 - Sur Place Ou À Emporter.mp3 - d:\Ma musique\Aldebert - Sur place ou a emporter\Aldebert - Sur Place Ou À Emporter - 07 - La Dame Aux Camel Lights.mp3 - d:\Ma musique\Aldebert - Sur place ou a emporter\Aldebert - Sur Place Ou À Emporter - 08 - Casanova Ou Quasimodo.mp3 - d:\Ma musique\Aldebert - Sur place ou a emporter\Aldebert - Sur Place Ou À Emporter - 09 - Hypocondriaque.mp3 - d:\Ma musique\Aldebert - Sur place ou a emporter\Aldebert - Sur Place Ou À Emporter - 10 - Noctambule.mp3 - d:\Ma musique\Aldebert - Sur place ou a emporter\Aldebert - Sur Place Ou À Emporter - 11 - Rien Qu'un Été.mp3 - d:\Ma musique\Aldebert - Sur place ou a emporter\Aldebert - Sur Place Ou À Emporter - 12 - Petite Peine.mp3 - d:\Ma musique\fernando.mp3 \ No newline at end of file +#EXTM3U#EXTINF:0,Wyclef Jean{test} - 911.mp3 + d:\Ma musique\Wyclef Jean{test} - 911.mp3 + \ No newline at end of file Modified: trunk/_utilisateur/multiposte.m3u =================================================================== --- trunk/_utilisateur/multiposte.m3u 2006-10-18 17:13:52 UTC (rev 33) +++ trunk/_utilisateur/multiposte.m3u 2006-10-22 11:22:56 UTC (rev 34) @@ -1,211 +1,253 @@ #EXTM3U #EXTINF:0,2 - France 2 -rtsp://mafreebox.freebox.fr/freeboxtv/201 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=201 #EXTINF:0,3 - France 3 national -rtsp://mafreebox.freebox.fr/freeboxtv/202 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=202 #EXTINF:0,5 - France 5 -rtsp://mafreebox.freebox.fr/freeboxtv/203 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=203 #EXTINF:0,6 - Euronews -rtsp://mafreebox.freebox.fr/freeboxtv/205 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=205 #EXTINF:0,7 - Arte -rtsp://mafreebox.freebox.fr/freeboxtv/204 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=204 #EXTINF:0,8 - Direct 8 -rtsp://mafreebox.freebox.fr/freeboxtv/372 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=372 #EXTINF:0,9 - W9 -rtsp://mafreebox.freebox.fr/freeboxtv/373 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=373 #EXTINF:0,11 - NT1 -rtsp://mafreebox.freebox.fr/freeboxtv/374 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=374 #EXTINF:0,12 - NRJ 12 5.1 -rtsp://mafreebox.freebox.fr/freeboxtv/381 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=381 #EXTINF:0,12 - NRJ 12 Stéréo -rtsp://mafreebox.freebox.fr/freeboxtv/382 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=382 #EXTINF:0,13 - La Chaîne Parlementaire -rtsp://mafreebox.freebox.fr/freeboxtv/226 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=226 #EXTINF:0,14 - France 4 -rtsp://mafreebox.freebox.fr/freeboxtv/376 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=376 #EXTINF:0,15 - BFM TV -rtsp://mafreebox.freebox.fr/freeboxtv/418 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=418 #EXTINF:0,16 - i>TELE -rtsp://mafreebox.freebox.fr/freeboxtv/417 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=417 #EXTINF:0,17 - Europe 2 TV -rtsp://mafreebox.freebox.fr/freeboxtv/416 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=416 #EXTINF:0,18 - Gulli -rtsp://mafreebox.freebox.fr/freeboxtv/419 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=419 +#EXTINF:0,19 - Paris Première VF VF +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=351 +#EXTINF:0,19 - Paris Première VO VO +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=305 +#EXTINF:0,20 - TEVA +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=404 #EXTINF:0,21 - RTL9 -rtsp://mafreebox.freebox.fr/freeboxtv/210 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=210 #EXTINF:0,22 - AB 1 -rtsp://mafreebox.freebox.fr/freeboxtv/211 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=211 #EXTINF:0,23 - TV5 -rtsp://mafreebox.freebox.fr/freeboxtv/206 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=206 #EXTINF:0,24 - France ô -rtsp://mafreebox.freebox.fr/freeboxtv/238 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=238 #EXTINF:0,37 - Game One -rtsp://mafreebox.freebox.fr/freeboxtv/220 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=220 #EXTINF:0,40 - M6 Music Hits -rtsp://mafreebox.freebox.fr/freeboxtv/430 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=430 #EXTINF:0,41 - M6 Music Rock -rtsp://mafreebox.freebox.fr/freeboxtv/431 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=431 #EXTINF:0,42 - M6 Music Black -rtsp://mafreebox.freebox.fr/freeboxtv/432 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=432 #EXTINF:0,43 - Fun TV -rtsp://mafreebox.freebox.fr/freeboxtv/433 -#EXTINF:0,44 - MTV France -rtsp://mafreebox.freebox.fr/freeboxtv/219 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=433 +#EXTINF:0,44 - MTV +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=219 +#EXTINF:0,45 - MTV 2 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=229 +#EXTINF:0,46 - MTV Base +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=230 +#EXTINF:0,47 - MTV Hits +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=231 +#EXTINF:0,51 - Trace TV +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=228 #EXTINF:0,52 - ZIK -rtsp://mafreebox.freebox.fr/freeboxtv/218 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=218 +#EXTINF:0,57 - Mizik Tropical +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=468 #EXTINF:0,60 - L'Equipe TV -rtsp://mafreebox.freebox.fr/freeboxtv/209 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=209 +#EXTINF:0,61 - Equidia +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=212 +#EXTINF:0,62 - ESPN Classic Sport +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=264 #EXTINF:0,63 - AB Moteurs -rtsp://mafreebox.freebox.fr/freeboxtv/222 -#EXTINF:0,64 - Motors TV -rtsp://mafreebox.freebox.fr/freeboxtv/216 -#EXTINF:0,75 - Bloomberg TV -rtsp://mafreebox.freebox.fr/freeboxtv/207 -#EXTINF:0,77 - CNBC -rtsp://mafreebox.freebox.fr/freeboxtv/208 -#EXTINF:0,79 - Sky News International -rtsp://mafreebox.freebox.fr/freeboxtv/355 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=222 +#EXTINF:0,70 - Bloomberg TV +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=207 +#EXTINF:0,72 - CNBC +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=208 +#EXTINF:0,74 - Sky News International +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=355 #EXTINF:0,80 - KTO -rtsp://mafreebox.freebox.fr/freeboxtv/223 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=223 #EXTINF:0,81 - TFJ -rtsp://mafreebox.freebox.fr/freeboxtv/224 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=224 #EXTINF:0,82 - Beur TV -rtsp://mafreebox.freebox.fr/freeboxtv/225 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=225 #EXTINF:0,83 - Demain ! -rtsp://mafreebox.freebox.fr/freeboxtv/227 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=227 #EXTINF:0,84 - Fashion TV -rtsp://mafreebox.freebox.fr/freeboxtv/221 -#EXTINF:0,85 - Teleplaisance.org -rtsp://mafreebox.freebox.fr/freeboxtv/320 -#EXTINF:0,87 - Liberty TV.com -rtsp://mafreebox.freebox.fr/freeboxtv/215 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=221 +#EXTINF:0,87 - Liberty TV +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=215 +#EXTINF:0,96 - Teleplaisance.org +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=320 +#EXTINF:0,97 - Luxe.TV +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=460 #EXTINF:0,98 - Freenews TV -rtsp://mafreebox.freebox.fr/freeboxtv/428 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=428 #EXTINF:0,130 - Best of Shopping -rtsp://mafreebox.freebox.fr/freeboxtv/358 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=358 #EXTINF:0,131 - M6 Boutique -rtsp://mafreebox.freebox.fr/freeboxtv/359 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=359 #EXTINF:0,133 - Astro Center TV -rtsp://mafreebox.freebox.fr/freeboxtv/415 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=415 #EXTINF:0,150 - TLM -rtsp://mafreebox.freebox.fr/freeboxtv/267 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=267 #EXTINF:0,151 - TLT -rtsp://mafreebox.freebox.fr/freeboxtv/281 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=281 #EXTINF:0,152 - TV7 Bordeaux -rtsp://mafreebox.freebox.fr/freeboxtv/268 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=268 #EXTINF:0,153 - TV8 Mont-Blanc -rtsp://mafreebox.freebox.fr/freeboxtv/319 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=319 #EXTINF:0,154 - TéléGrenoble -rtsp://mafreebox.freebox.fr/freeboxtv/423 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=423 #EXTINF:0,155 - Telif -rtsp://mafreebox.freebox.fr/freeboxtv/360 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=360 #EXTINF:0,156 - La Locale -rtsp://mafreebox.freebox.fr/freeboxtv/363 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=363 #EXTINF:0,157 - Normandie TV -rtsp://mafreebox.freebox.fr/freeboxtv/383 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=383 #EXTINF:0,158 - Télénantes/Nantes 7 -rtsp://mafreebox.freebox.fr/freeboxtv/389 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=389 #EXTINF:0,159 - La Chaîne Marseille -rtsp://mafreebox.freebox.fr/freeboxtv/414 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=414 +#EXTINF:0,160 - Clermont Première +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=438 +#EXTINF:0,181 - CCTV 9 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=479 +#EXTINF:0,182 - CCTV E&F +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=480 +#EXTINF:0,193 - Phoenix Chinese News and Entertainment +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=266 #EXTINF:0,209 - T.TV -rtsp://mafreebox.freebox.fr/freeboxtv/385 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=385 #EXTINF:0,219 - God TV -rtsp://mafreebox.freebox.fr/freeboxtv/386 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=386 #EXTINF:0,220 - Arte Allemand -rtsp://mafreebox.freebox.fr/freeboxtv/270 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=270 #EXTINF:0,224 - DW-TV -rtsp://mafreebox.freebox.fr/freeboxtv/312 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=312 #EXTINF:0,232 - ETB Sat -rtsp://mafreebox.freebox.fr/freeboxtv/371 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=371 #EXTINF:0,233 - Real Madrid TV -rtsp://mafreebox.freebox.fr/freeboxtv/387 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=387 +#EXTINF:0,234 - TVCi +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=461 #EXTINF:0,239 - RTPi -rtsp://mafreebox.freebox.fr/freeboxtv/388 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=388 #EXTINF:0,240 - Rai Uno -rtsp://mafreebox.freebox.fr/freeboxtv/309 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=309 #EXTINF:0,241 - Rai Due -rtsp://mafreebox.freebox.fr/freeboxtv/314 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=314 #EXTINF:0,242 - Rai Tre -rtsp://mafreebox.freebox.fr/freeboxtv/315 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=315 #EXTINF:0,250 - TV Polonia -rtsp://mafreebox.freebox.fr/freeboxtv/278 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=278 #EXTINF:0,251 - Bulgaria TV -rtsp://mafreebox.freebox.fr/freeboxtv/321 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=321 #EXTINF:0,252 - TV Romania -rtsp://mafreebox.freebox.fr/freeboxtv/318 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=318 #EXTINF:0,253 - RTR Planeta -rtsp://mafreebox.freebox.fr/freeboxtv/317 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=317 #EXTINF:0,254 - Adjara TV -rtsp://mafreebox.freebox.fr/freeboxtv/316 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=316 +#EXTINF:0,259 - TV Biznes +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=450 #EXTINF:0,260 - 2M Maroc -rtsp://mafreebox.freebox.fr/freeboxtv/272 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=272 #EXTINF:0,261 - RTM Maroc -rtsp://mafreebox.freebox.fr/freeboxtv/273 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=273 #EXTINF:0,262 - Canal Algérie -rtsp://mafreebox.freebox.fr/freeboxtv/274 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=274 #EXTINF:0,263 - TV7 Tunisia -rtsp://mafreebox.freebox.fr/freeboxtv/277 -#EXTINF:0,265 - TRT INT -rtsp://mafreebox.freebox.fr/freeboxtv/369 -#EXTINF:0,266 - Kanal 7 INT -rtsp://mafreebox.freebox.fr/freeboxtv/370 -#EXTINF:0,267 - Samanyolu TV -rtsp://mafreebox.freebox.fr/freeboxtv/391 -#EXTINF:0,269 - Armenia TV -rtsp://mafreebox.freebox.fr/freeboxtv/380 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=277 +#EXTINF:0,269 - Armenia Public TV +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=380 #EXTINF:0,270 - Al Masriya -rtsp://mafreebox.freebox.fr/freeboxtv/275 -#EXTINF:0,271 - Al jazeera -rtsp://mafreebox.freebox.fr/freeboxtv/276 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=275 +#EXTINF:0,271 - Al Jazeera +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=276 #EXTINF:0,272 - Al Jazeera Children -rtsp://mafreebox.freebox.fr/freeboxtv/412 -#EXTINF:0,288 - Phoenix Chinese News and Entertainment -rtsp://mafreebox.freebox.fr/freeboxtv/266 -#EXTINF:0,289 - CCTV 4 -rtsp://mafreebox.freebox.fr/freeboxtv/271 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=412 +#EXTINF:0,293 - TD1 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=435 +#EXTINF:0,294 - TRT INT +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=369 +#EXTINF:0,295 - Kanal 7 INT +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=370 +#EXTINF:0,296 - Samanyolu TV +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=391 +#EXTINF:0,297 - TVT +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=436 +#EXTINF:0,298 - TV5 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=446 +#EXTINF:0,299 - Kanal Avrupa +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=447 #EXTINF:0,300 - France 3 national -rtsp://mafreebox.freebox.fr/freeboxtv/258 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=258 #EXTINF:0,301 - France 3 Alsace -rtsp://mafreebox.freebox.fr/freeboxtv/280 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=280 #EXTINF:0,302 - France 3 Alpes -rtsp://mafreebox.freebox.fr/freeboxtv/283 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=283 #EXTINF:0,303 - France 3 Aquitaine -rtsp://mafreebox.freebox.fr/freeboxtv/284 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=284 #EXTINF:0,304 - France 3 Auvergne -rtsp://mafreebox.freebox.fr/freeboxtv/285 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=285 #EXTINF:0,305 - France 3 Bourgogne -rtsp://mafreebox.freebox.fr/freeboxtv/279 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=279 #EXTINF:0,306 - France 3 Bretagne -rtsp://mafreebox.freebox.fr/freeboxtv/286 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=286 #EXTINF:0,307 - France 3 Centre -rtsp://mafreebox.freebox.fr/freeboxtv/287 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=287 #EXTINF:0,308 - France 3 Champagne-Ardenne -rtsp://mafreebox.freebox.fr/freeboxtv/288 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=288 #EXTINF:0,310 - France 3 Côte-d'Azur -rtsp://mafreebox.freebox.fr/freeboxtv/290 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=290 #EXTINF:0,311 - France 3 Franche-Comté -rtsp://mafreebox.freebox.fr/freeboxtv/291 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=291 #EXTINF:0,312 - France 3 Languedoc-Roussillon -rtsp://mafreebox.freebox.fr/freeboxtv/292 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=292 +#EXTINF:0,313 - France 3 Limousin +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=293 #EXTINF:0,314 - France 3 Lorraine -rtsp://mafreebox.freebox.fr/freeboxtv/294 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=294 #EXTINF:0,315 - France 3 Midi Pyrénées -rtsp://mafreebox.freebox.fr/freeboxtv/295 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=295 #EXTINF:0,316 - France 3 Nord Pas-de-Calais -rtsp://mafreebox.freebox.fr/freeboxtv/296 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=296 #EXTINF:0,317 - France 3 Haute-Normandie -rtsp://mafreebox.freebox.fr/freeboxtv/297 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=297 #EXTINF:0,318 - France 3 Basse-Normandie -rtsp://mafreebox.freebox.fr/freeboxtv/298 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=298 #EXTINF:0,319 - France 3 Paris Ile-de-France -rtsp://mafreebox.freebox.fr/freeboxtv/257 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=257 #EXTINF:0,320 - France 3 Pays de Loire -rtsp://mafreebox.freebox.fr/freeboxtv/299 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=299 #EXTINF:0,321 - France 3 Picardie -rtsp://mafreebox.freebox.fr/freeboxtv/300 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=300 +#EXTINF:0,322 - France 3 Poitou-Charentes +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=301 #EXTINF:0,323 - France 3 Provence-Alpes -rtsp://mafreebox.freebox.fr/freeboxtv/302 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=302 #EXTINF:0,324 - France 3 Rhône-Alpes -rtsp://mafreebox.freebox.fr/freeboxtv/303 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=303 +#EXTINF:0,531 - PARIS Première +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=1020 #EXTINF:0,999 - Mire FREEBOX -rtsp://mafreebox.freebox.fr/freeboxtv/308 +rtsp://mafreebox.freebox.fr/freeboxtv/stream?id=308 Modified: trunk/_utilisateur/podcast.db =================================================================== (Binary files differ) Modified: trunk/skin/simple/audio.tpl =================================================================== --- trunk/skin/simple/audio.tpl 2006-10-18 17:13:52 UTC (rev 33) +++ trunk/skin/simple/audio.tpl 2006-10-22 11:22:56 UTC (rev 34) @@ -126,7 +126,7 @@ <tr bgcolor="#00000000"><td colspan="2" width="625" height="3"><img src="transparent.gif" width="1" height="1"></td></tr> <tr><td bgcolor="{#COULEUR_FOND2#}" colspan="2" width="625" height="389" align="center" valign="top"> - {$CONTENT} + {eval var=$CONTENT} </td></tr> </table> Modified: trunk/skin/simple/explorateur.tpl =================================================================== --- trunk/skin/simple/explorateur.tpl 2006-10-18 17:13:52 UTC (rev 33) +++ trunk/skin/simple/explorateur.tpl 2006-10-22 11:22:56 UTC (rev 34) @@ -1 +1 @@ -{assign var=rep_encoded value=$REP|urlencode} {section name=disques loop=$DISQUES} {if $smarty.section.disques.first} <table cellspacing="2" align="center" width="498" valign="middle"><tr valign="middle"> {/if} <td valign="middle"><img src="{$SKIN_REP}dossier/{$DISQUES[disques].gif}.gif" width="16" height="16"><font size='1'><a href="{$PAGE_EXPLO}?directory={$DISQUES[disques].path|urlencode}&mode={$MODE}">{$DISQUES[disques].lettre|strtolower}</a></font></td> {if $smarty.section.disques.last} </tr></table> {/if} {/section} {section name=path loop=$CHEMIN_REP} {if $smarty.section.path.first} <center><font size="1"> {/if} <a href="{$PAGE_EXPLO}?directory={$CHEMIN_REP[path].0}&mode={$MODE}">{$CHEMIN_REP[path].1}/</a> {if $smarty.section.path.last} </font></center> {/if} {/section} {if $AFF_CDDA} <a href="playdb.php?type=cdda&disque={$LETTRE_CDDA}">Lire {$LETTRE_CDDA}: en tant que cd</a> {/if} {assign var=NUM_ROW_AFFICH value=15} <table width="498" cellpadding="0" cellspacing="0" align="center" valign="middle"> {if $PLAYREP OR $AFF_FAVORIS} <tr><td colspan="2"><center> {/if} {if $PLAYREP} <img src="{$SKIN_REP}dossier/rep_all.gif" border="0" width="20" height="20"><a href="{$PAGE_LECT_REP}?toplay={$REP|urlencode}&type=playrep"> {$PLAYREP_TEXT|default:"Lire le r\xE9pertoire complet"}</a> {/if} {if $PLAYREP AND $AFF_FAVORIS} - {/if} {if $AFF_FAVORIS} <img src="{$SKIN_REP}dossier/favoris.gif" width="20" height="20"> <a href="{$RACINE_REP}module/favoris/index1.php?ajout={$REP|urlencode}&nom={$REP}">Ajouter aux favoris</a> {/if} {if $PLAYREP OR $AFF_FAVORIS} </center></td></tr> {/if} {if $MIN!=0} {assign var=temp value=$MIN-$NUM_ROW_AFFICH|max:0} <tr><td colspan="2"><img src="{$INTERFACE_REP}btn_vert.gif" border="0"> <a href="{$PAGE_EXPLO}?start={$MIN-$NUM_ROW_AFFICH|max:0}&directory={$REP|urlencode}&mode={$MODE}"><font size=2>Pr\xE9c\xE9dent</font></a> <a href="{$PAGE_EXPLO}?start=0&directory={$REP|urlencode}&mode={$MODE}"><font size=2>D\xE9but du r\xE9pertoire</font></a></td></tr> {attribbouton touche="green" lien="$PAGE_EXPLO?start=$temp&directory=$rep_encoded&mode=$MODE"} {/if} {if $Nb_rep_path >='2' AND $MIN==0} {assign var=temp value=$REP|dirname|realpath|urlencode} <tr><td colspan="2"><img src="{$INTERFACE_REP}btn_jaune.gif" border="0"> <a focused href="{$PAGE_EXPLO}?directory={$REP|dirname|realpath|urlencode}&mode={$MODE}">Dossier parent</a></td></tr> {attribbouton touche="yellow" lien="$PAGE_EXPLO?directory=$temp&mode=$MODE"} {elseif $Nb_rep_path >='2'} {assign var=temp value=$REP|dirname|realpath|urlencode} {attribbouton touche="yellow" lien="$PAGE_EXPLO?directory=$temp&mode=$MODE"} {/if} {section name=files loop=$T_affich max=$NUM_ROW_AFFICH start=$MIN} {if $T_affich[files]|in_array:$T_rep} {assign var="rep_a_affich" value=$REP|cat:'/'|cat:$T_affich[files]} <tr><td colspan="2"><img src="{$SKIN_REP}dossier/folder.gif"> <font size="1"><a {if $smarty.section.disques.first==1}focused {/if}href="{$PAGE_EXPLO}?directory={$rep_a_affich|realpath|urlencode}&mode={$MODE}">{$T_affich[files]|truncate:55}</a></font></td></tr> {else} <tr><td><img src="{$SKIN_REP}dossier/{$ICONE_FICHIER}" width="16" height="16"> <font size="1"><a {if $smarty.section.disques.first==1}focused {/if}href="{$PAGE_LECT}?{$OPT_LIENS}toplay_file={$T_affich[files]|urlencode}&toplay_rep={$REP|urlencode}">{$T_affich[files]|truncate:52}</a> </font></td><td width="35"> {if $AFF_INFO} {assign var="nb" value=$T_affich[files]|strrpos:"."} <a href="fichefilm.php?start={$MIN}&comeback=expl&film={$T_affich[files]|substr:0:$nb|urlencode}&fichier={$REP|cat:'/'|cat:$T_affich[files]|realpath|urlencode}"><font size="1">info</font></a> {/if} </td></tr> {/if} {/section} {assign var=N_affich value=$T_affich|@count} {assign var=N_affich_reste value=$NUM_ROW_AFFICH|max:15} {if $MIN+$smarty.section.files.total<count($T_affich)} <tr><td colspan="2"><img src="{$INTERFACE_REP}btn_bleu.gif" border="0"> <a href="{$PAGE_EXPLO}?start={$MIN+$smarty.section.files.total}&directory={$REP|urlencode}&mode={$MODE}"><font size=2>Suivant</font></a> - <font size=2><a href="{$PAGE_EXPLO}?start={$N_affich-$smarty.section.files.total}&directory={$REP|urlencode}&mode={$MODE}">Fin du r\xE9pertoire</a> - Page {$MIN/$NUM_ROW_AFFICH+1|ceil} / {$N_affich/$NUM_ROW_AFFICH|ceil}</font></td></tr> {assign var=temp value=$MIN+$smarty.section.files.total} {attribbouton touche="blue" lien="$PAGE_EXPLO?start=$temp&directory=$rep_encoded&mode=$MODE"} {else} <tr><td colspan="2"><font size=2>Page {$MIN/$NUM_ROW_AFFICH+1|ceil} / {$N_affich/$NUM_ROW_AFFICH|ceil}</font></td></tr> {/if} </table> {$FOOTER} \ No newline at end of file +{assign var=rep_encoded value=$REP|urlencode} {section name=disques loop=$DISQUES} {if $smarty.section.disques.first} <table cellspacing="2" align="center" width="498" valign="middle"><tr valign="middle"> {/if} <td valign="middle"><img src="{$SKIN_REP}dossier/{$DISQUES[disques].gif}.gif" width="16" height="16"><font size='1'><a href="{$PAGE_EXPLO}?directory={$DISQUES[disques].path|urlencode}&mode={$MODE}">{$DISQUES[disques].lettre|strtolower}</a></font></td> {if $smarty.section.disques.last} </tr></table> {/if} {/section} {section name=path loop=$CHEMIN_REP} {if $smarty.section.path.first} <center><font size="1"> {/if} <a href="{$PAGE_EXPLO}?directory={$CHEMIN_REP[path].0}&mode={$MODE}">{$CHEMIN_REP[path].1|strip_delimiters}/</a> {if $smarty.section.path.last} </font></center> {/if} {/section} {if $AFF_CDDA} <a href="playdb.php?type=cdda&disque={$LETTRE_CDDA}">Lire {$LETTRE_CDDA}: en tant que cd</a> {/if} {assign var=NUM_ROW_AFFICH value=15} <table width="498" cellpadding="0" cellspacing="0" align="center" valign="middle"> {if $PLAYREP OR $AFF_FAVORIS} <tr><td colspan="2"><center> {/if} {if $PLAYREP} <img src="{$SKIN_REP}dossier/rep_all.gif" border="0" width="20" height="20"><a href="{$PAGE_LECT_REP}?toplay={$REP|urlencode}&type=playrep"> {$PLAYREP_TEXT|default:"Lire le r\xE9pertoire complet"}</a> {/if} {if $PLAYREP AND $AFF_FAVORIS} - {/if} {if $AFF_FAVORIS} <img src="{$SKIN_REP}dossier/favoris.gif" width="20" height="20"> <a href="{$RACINE_REP}module/favoris/index1.php?ajout={$REP|urlencode}&nom={$REP}">Ajouter aux favoris</a> {/if} {if $PLAYREP OR $AFF_FAVORIS} </center></td></tr> {/if} {if $MIN!=0} {assign var=temp value=$MIN-$NUM_ROW_AFFICH|max:0} <tr><td colspan="2"><img src="{$INTERFACE_REP}btn_vert.gif" border="0"> <a href="{$PAGE_EXPLO}?start={$MIN-$NUM_ROW_AFFICH|max:0}&directory={$REP|urlencode}&mode={$MODE}"><font size=2>Pr\xE9c\xE9dent</font></a> <a href="{$PAGE_EXPLO}?start=0&directory={$REP|urlencode}&mode={$MODE}"><font size=2>D\xE9but du r\xE9pertoire</font></a></td></tr> {attribbouton touche="green" lien="$PAGE_EXPLO?start=$temp&directory=$rep_encoded&mode=$MODE"} {/if} {if $Nb_rep_path >='2' AND $MIN==0} {assign var=temp value=$REP|dirname|realpath|urlencode} <tr><td colspan="2"><img src="{$INTERFACE_REP}btn_jaune.gif" border="0"> <a focused href="{$PAGE_EXPLO}?directory={$REP|dirname|realpath|urlencode}&mode={$MODE}">Dossier parent</a></td></tr> {attribbouton touche="yellow" lien="$PAGE_EXPLO?directory=$temp&mode=$MODE"} {elseif $Nb_rep_path >='2'} {assign var=temp value=$REP|dirname|realpath|urlencode} {attribbouton touche="yellow" lien="$PAGE_EXPLO?directory=$temp&mode=$MODE"} {/if} {section name=files loop=$T_affich max=$NUM_ROW_AFFICH start=$MIN} {if $T_affich[files]|in_array:$T_rep} {assign var="rep_a_affich" value=$REP|cat:'/'|cat:$T_affich[files]} <tr><td colspan="2"><img src="{$SKIN_REP}dossier/folder.gif"> <font size="1"><a {if $smarty.section.disques.first==1}focused {/if}href="{$PAGE_EXPLO}?directory={$rep_a_affich|realpath|urlencode}&mode={$MODE}">{$T_affich[files]|truncate:55|strip_delimiters}</a></font></td></tr> {else} <tr><td><img src="{$SKIN_REP}dossier/{$ICONE_FICHIER}" width="16" height="16"> <font size="1"><a {if $smarty.section.disques.first==1}focused {/if}href="{$PAGE_LECT}?{$OPT_LIENS}toplay_file={$T_affich[files]|urlencode}&toplay_rep={$REP|urlencode}">{$T_affich[files]|strip_delimiters|truncate:52}</a> </font></td><td width="35"> {if $AFF_INFO} {assign var="nb" value=$T_affich[files]|strrpos:"."} <a href="fichefilm.php?start={$MIN}&comeback=expl&film={$T_affich[files]|substr:0:$nb|urlencode}&fichier={$REP|cat:'/'|cat:$T_affich[files]|realpath|urlencode}"><font size="1">info</font></a> {/if} </td></tr> {/if} {/section} {assign var=N_affich value=$T_affich|@count} {assign var=N_affich_reste value=$NUM_ROW_AFFICH|max:15} {if $MIN+$smarty.section.files.total<count($T_affich)} <tr><td colspan="2"><img src="{$INTERFACE_REP}btn_bleu.gif" border="0"> <a href="{$PAGE_EXPLO}?start={$MIN+$smarty.section.files.total}&directory={$REP|urlencode}&mode={$MODE}"><font size=2>Suivant</font></a> - <font size=2><a href="{$PAGE_EXPLO}?start={$N_affich-$smarty.section.files.total}&directory={$REP|urlencode}&mode={$MODE}">Fin du r\xE9pertoire</a> - Page {$MIN/$NUM_ROW_AFFICH+1|ceil} / {$N_affich/$NUM_ROW_AFFICH|ceil}</font></td></tr> {assign var=temp value=$MIN+$smarty.section.files.total} {attribbouton touche="blue" lien="$PAGE_EXPLO?start=$temp&directory=$rep_encoded&mode=$MODE"} {else} <tr><td colspan="2"><font size=2>Page {$MIN/$NUM_ROW_AFFICH+1|ceil} / {$N_affich/$NUM_ROW_AFFICH|ceil}</font></td></tr> {/if} </table> {$FOOTER} \ No newline at end of file Modified: trunk/skin/simple/explorateur_photo.tpl =================================================================== --- trunk/skin/simple/explorateur_photo.tpl 2006-10-18 17:13:52 UTC (rev 33) +++ trunk/skin/simple/explorateur_photo.tpl 2006-10-22 11:22:56 UTC (rev 34) @@ -15,13 +15,12 @@ {if $smarty.section.path.first} <font size="1"> {/if} - <a href="{$PAGE_EXPLO}?directory={$CHEMIN_REP[path].0}&mode={$MODE}">{$CHEMIN_REP[path].1}/</a> + <a href="{$PAGE_EXPLO}?directory={$CHEMIN_REP[path].0}&mode={$MODE}">{$CHEMIN_REP[path].1|strip_delimiters}/</a> {if $smarty.section.path.last} </font> {/if} {/section} </center> - {section name=files loop=$files max=$NUM_ROW_AFFICH start=$MIN} {cycle name=place assign=place print=false values="4,3,2,1,0"} @@ -33,19 +32,18 @@ <td colspan="5" align=center><img src="{$INTERFACE_REP}btn_vert.gif" border="0"> <a href="index1.php?start={$temp}&rep={$rep_encoded}">Pr\xE9c\xE9dent</a> <a href="index1.php?start=0&rep={$rep_encoded}">D\xE9but</a></td></tr><tr> {/if} {/if} - {if $files[files]|in_array:$T_repertoire} {if $DOS} <td width="100" height="130"><a href="index1.php?rep={$files[files].path|urlencode}"><table border="0" cellpadding="0" cellspacing="0" width="100" height="120" bgcolor="{#COULEUR_FOND1#}" abgcolor="{#COULEUR_TABLE_SELECTED#}"><tr height="80"><td width="100" height="80" valign="middle" align="center"><img border=0 width="64" height="64" src="lecteur.gif"></td></tr><tr height="50"><td width="100" height="50" valign="middle" align=center><font size="1">{$files[files].nom} ({$files[files].lettre|strtolower}:)</font></td></tr></table></a></td> {else} - <td width="100" height="130"><a href="index1.php?rep={$REP|cat:'/'|cat:$files[files]|urlencode}"><table border="0" cellpadding="0" cellspacing="0" width="100" height="120" bgcolor="{#COULEUR_FOND1#}" abgcolor="{#COULEUR_TABLE_SELECTED#}"><tr height="80"><td width="100" height="80" valign="middle" align="center"><img border=0 width="64" height="64" src="big_dossier.gif"></td></tr><tr height="50"><td width="100" height="50" valign="middle" align=center><font size="1">{$files[files]|truncate:26:"":true|wordwrap:15:"<br>":true}</font></td></tr></table></a></td> + <td width="100" height="130"><a href="index1.php?rep={$REP|cat:'/'|cat:$files[files]|urlencode}"><table border="0" cellpadding="0" cellspacing="0" width="100" height="120" bgcolor="{#COULEUR_FOND1#}" abgcolor="{#COULEUR_TABLE_SELECTED#}"><tr height="80"><td width="100" height="80" valign="middle" align="center"><img border=0 width="64" height="64" src="big_dossier.gif"></td></tr><tr height="50"><td width="100" height="50" valign="middle" align=center><font size="1">{$files[files]|truncate:26:"":true|wordwrap:15:"<br>":true|strip_delimiters}</font></td></tr></table></a></td> {/if} {else} {assign var="dim" value=$REP|cat:'/'|cat:$files[files]|getimagesize} {assign var="newdim" value=$dim.0|get_size:$dim.1} - <td width="100" height="130" valign="middle" align="center"><a href="index1.php?image={$smarty.section.files.index}&rep={$rep_encoded}&start={$MIN}"><table border="0" cellpadding="0" cellspacing="0" width="100" height="120" bgcolor="{#COULEUR_FOND1#}" abgcolor="{#COULEUR_TABLE_SELECTED#}"><tr height="80"><td width="100" height="80" valign="middle" align="center" background="fond_cell.gif"><img width="{$newdim.0}" height="{$newdim.1}" border="0" src="{$RACINE_REP}_framework/lib/img_cr.php?local=1&formatw=88&formath=68&img={$REP|cat:'/'|cat:$files[files]|urlencode}"></td></tr><tr height="50"><td width="100" height="50" valign="middle" align=center><font size="1">{$files[files]|truncate:26:"":true|wordwrap:15:"<br>":true}</font></td></tr></table></a></td> + <td width="100" height="130" valign="middle" align="center"><a href="index1.php?image={$smarty.section.files.index}&rep={$rep_encoded}&start={$MIN}"><table border="0" cellpadding="0" cellspacing="0" width="100" height="120" bgcolor="{#COULEUR_FOND1#}" abgcolor="{#COULEUR_TABLE_SELECTED#}"><tr height="80"><td width="100" height="80" valign="middle" align="center" background="fond_cell.gif"><img width="{$newdim.0}" height="{$newdim.1}" border="0" src="{$RACINE_REP}_framework/lib/img_cr.php?local=1&formatw=88&formath=68&img={$REP|cat:'/'|cat:$files[files]|urlencode}"></td></tr><tr height="50"><td width="100" height="50" valign="middle" align=center><font size="1">{$files[files]|truncate:26:"":true|wordwrap:15:"<br>":true|strip_delimiters}</font></td></tr></table></a></td> {/if} Modified: trunk/skin/simple/playlist_audio.tpl =================================================================== --- trunk/skin/simple/playlist_audio.tpl 2006-10-18 17:13:52 UTC (rev 33) +++ trunk/skin/simple/playlist_audio.tpl 2006-10-22 11:22:56 UTC (rev 34) @@ -52,7 +52,7 @@ <font size="1">{counter name=indice print=true}. </font> <font size="1"> {if $pl[playlist].1}<u>{/if} - <a href=lecteuraudio.php?toplay={$pl[playlist].3}>{$pl[playlist].0|truncate:130:''}</a> + <a href=lecteuraudio.php?toplay={$pl[playlist].3}>{$pl[playlist].0|truncate:130:''|strip_delimiters}</a> {if $pl[playlist].1}</u>{/if} </font><br> {/section} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ara...@us...> - 2006-10-15 17:20:59
|
Revision: 32 http://svn.sourceforge.net/easybox-mod/?rev=32&view=rev Author: aragornis Date: 2006-10-15 10:20:44 -0700 (Sun, 15 Oct 2006) Log Message: ----------- Possibilit?\195?\169 d'ajouter un module manuellement dans la configuration de Easybox Modified Paths: -------------- trunk/_utilisateur/modules.db trunk/configuration/modules.php Modified: trunk/_utilisateur/modules.db =================================================================== (Binary files differ) Modified: trunk/configuration/modules.php =================================================================== --- trunk/configuration/modules.php 2006-10-15 15:29:38 UTC (rev 31) +++ trunk/configuration/modules.php 2006-10-15 17:20:44 UTC (rev 32) @@ -24,6 +24,9 @@ sqlite_close($db); +}elseif(isset($_GET['newmodule'])){ + add_module($_GET['nom'], $_GET['nom'].'/', '', '', '', '', '', '', $_GET['version'], $_GET['description'], 'Module', 'Alone', $_GET['categorie']); + get_module_list(); } $ini = parse_ini_file($CONFIG_INI, TRUE); if ($ini['utilisateur']['actif'] == "oui") { @@ -122,11 +125,49 @@ <input style="border: thin outset;font-size: 9px;" type=submit value="Valider les modifications"> - + </td> </tr></table></center> +</form> + + +<form action="index1.php" method="get"> +<center> +<table width="450" border="0" cellpadding="0" cellspacing="1" style="border: thin outset;font-size: 9px;"> +<tr> +<td align="center"> + +<table> + <tr> + <td valign="top"> + +<table border="0" cellpadding="3" cellspacing="2"> + <tr> + <td align="center"><font size=4><u><b>Installer manuellement un module</b></u></font></td> + <td> </td> + </tr> + <tr><td>Dans cette partie de la configuration, vous pouvez installer un module que vous avez cr\xE9\xE9. Il vous suffit de d\xE9finir le dossier module concern\xE9, ainsi que quelques autres informations, et vous pourrez enregistrer votre module dans la base de votre Easybox. + <br><br> + + <input type=hidden name=module value=plugin> + <input type=hidden name=page value=1> + <input type=hidden name=newmodule value=1> + Nom : <input name="nom" id="nom" type="text" style="border: thin outset;font-size: 9px;" value=""><br> + Version : <input name="version" id="version" type="text" style="border: thin outset;font-size: 9px;" value=""> (ex : 3.4.0)<br> + Cat\xE9gorie du module : <select style="border: thin outset;font-size: 9px;" name="categorie" id="categorie" size="1"> + <option value="9">Multim\xE9dia</option> + <option value="18">Web</option> + <option value="29">Pratique</option> + </select><br> + Commentaire : <textarea name="commentaire" id="commentaire"></textarea><br> + <input style="border: thin outset;font-size: 9px;" type=submit value="Valider les modifications"> + + </td></tr> + +</table> +</td></tr></table> +</td></tr></table></center> </form> - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ara...@us...> - 2006-10-15 15:30:10
|
Revision: 31 http://svn.sourceforge.net/easybox-mod/?rev=31&view=rev Author: aragornis Date: 2006-10-15 08:29:38 -0700 (Sun, 15 Oct 2006) Log Message: ----------- Grosse mise ?\195?\160 jour sur le parsing des infos allocin?\195?\169 R?\195?\169paration du module cin?\195?\169fil Ajout de qq podcasts Modified Paths: -------------- trunk/_framework/lib/get_info.php trunk/_utilisateur/modules.db trunk/_utilisateur/podcast.db trunk/configuration/index1.php trunk/configuration/temp.php trunk/module/cinefil/index1.php trunk/version.html Modified: trunk/_framework/lib/get_info.php =================================================================== --- trunk/_framework/lib/get_info.php 2006-10-10 10:15:31 UTC (rev 30) +++ trunk/_framework/lib/get_info.php 2006-10-15 15:29:38 UTC (rev 31) @@ -1 +1 @@ -<? function info_allocine($file, $forced=false, $id=0){ global $USER; //Initialisation $res['synopsis'] = "Aucune information"; $file = ucwords($file); $db = sqlite_open($USER.'video.db', 0666, $mon_message_erreur); $result=sqlite_query($db, 'SELECT * FROM film WHERE name=\''.sqlite_escape_string($file).'\''); $rows = sqlite_num_rows($result); $db2 = sqlite_open($USER.'cache.db', 0666, $mon_message_erreur); $result2=sqlite_query($db2, 'SELECT * FROM film WHERE name LIKE \'%'.sqlite_escape_string($file).'%\' OR file LIKE \'%'.sqlite_escape_string($file).'%\''); $rows2 = sqlite_num_rows($result2); if($rows!="0" AND !$forced){ // R\xE9cup\xE9ration depuis la base de donn\xE9es des films $row = sqlite_fetch_array($result); $res['nom'] = $row['name']; $res['dir'] = $row['dir']; $res['critique_visiteurs'] = $row['critique_visiteurs']; $res['critique_presse'] = $row['critique_presse']; $res['image'] = $row['img']; $res['synopsis'] = $row['Synopsis']; $res['date_sortie'] = $row['sortie']; $res['realisateur'] = $row['realisateur']; $res['acteurs'] = $row['avec']; $res['nationalite'] = $row['film']; $res['genre'] = $row['genre']; $res['duree'] = $row['Duree']; $res['anne_prod'] = $row['production']; $res['ba'] = $row['ba']; $res['inbdd'] = true; }elseif($rows2!="0" AND !$forced){ // R\xE9cup\xE9ration depuis le cache allocin\xE9 $row = sqlite_fetch_array($result2); $res['nom'] = $row['name']; $res['critique_visiteurs'] = $row['critique_visiteurs']; $res['critique_presse'] = $row['critique_presse']; $res['image'] = $row['img']; $res['synopsis'] = $row['Synopsis']; $res['date_sortie'] = $row['sortie']; $res['realisateur'] = $row['realisateur']; $res['acteurs'] = $row['avec']; $res['nationalite'] = $row['film']; $res['genre'] = $row['genre']; $res['duree'] = $row['Duree']; $res['anne_prod'] = $row['production']; $res['ba'] = $row['ba']; $res['inbdd'] = false; }else{ if($id==0){ // Recherche de l'id sur Allocin\xE9 if($pagerecherche = @file_get_contents('http://www.allocine.fr/recherche/?motcle='.urlencode($file).'&f=3&rub=1')){ //Critique presse (nouvelle notation et ancienne) $ereg = '<h4><a href="\/film\/fichefilm_gen_cfilm=(.{1,7}).html" class="link1">(.{1,100})<\/a><\/h4>'; preg_match_all("/$ereg/s", $pagerecherche, $valeur); $mini = -1; $filebis = strtolower($file); foreach($valeur[1] as $key=>$val){ $leven = levenshtein($filebis, strtolower(strip_tags($valeur[2][$key]))); if($leven<$mini or $mini==-1){ $id = $valeur[1][$key]; $mini = $leven; } if($mini==0){ break; } } }else{ $res = "Erreur"; } } if($res != "Erreur"){ $res = info_allocineById($id); } $res['inbdd'] = false; sqlite_query($db2, 'DELETE FROM film WHERE name LIKE \'%'.sqlite_escape_string($file).'%\' OR file LIKE \'%'.sqlite_escape_string($file).'%\''); sqlite_query($db2, 'INSERT INTO film VALUES(NULL, \''.sqlite_escape_string($file).'\', \''.sqlite_escape_string($res['nom']).'\', \''.sqlite_escape_string($res['synopsis']).'\', \''.sqlite_escape_string($res['image']).'\' , \''.sqlite_escape_string($res['date_sortie']).'\' , \''.sqlite_escape_string($res['realisateur']).'\' , \''.sqlite_escape_string($res['acteurs']).'\' , \''.sqlite_escape_string($res['nationalite']).'\' , \''.sqlite_escape_string($res['genre']).'\' , \''.sqlite_escape_string($res['duree']).'\' , \''.sqlite_escape_string($res['anne_prod']).'\' , \''.sqlite_escape_string($res['critique_visiteurs']).'\' , \''.sqlite_escape_string($res['critique_presse']).'\' , \''.sqlite_escape_string($res['ba']).'\')'); } sqlite_close($db); sqlite_close($db2); RETURN $res; } // Fonction renvoyant les infos d'un film d\xE9sign\xE9 par son ID allocin\xE9 function info_allocineById($id){ //Initialisation $res['synopsis'] = "Aucune information"; if($filmrecherche = @file_get_contents('http://www.allocine.fr/film/fichefilm_gen_cfilm='.$id.'.html')) { //R\xE9cup\xE9ration du nom du film $ereg = '<title>(.{1,150})<\/title>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['nom'] = ucwords($valeur[1]); //Critique visiteurs $ereg = 'Spectateurs<\/a> <img src="http:\/\/a69.g.akamai.net\/n\/69\/10688\/v1\/img5.allocine.fr\/acmedia\/skin\/allocinev5\/icone\/etoile_(.{1,3}).gif" border="0"'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['critique_visiteurs'] = $valeur[1]; //Critique presse (nouvelle notation et ancienne) $ereg = 'Presse<\/a> <img src="http:\/\/a69.g.akamai.net\/n\/69\/10688\/v1\/img5.allocine.fr\/acmedia\/skin\/allocinev5\/icone\/etoile_(.{1,3}).gif" border="0" title="'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['critique_presse'] = $valeur[1]; //R\xE9cup\xE9ration de l'adresse de l'image $ereg = '<img src="http:\/\/a69.g.akamai.net\/n\/69\/10688\/v1\/img5.allocine.fr\/(.{1,70})" border="0" alt="" \/>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['image'] = 'http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/'.$valeur[1]; //R\xE9cup\xE9ration du synopsis $ereg = '<td valign="top" style="padding:10 0 0 0"><div align="justify"><h4>(.{1,1000})<\/h4><\/div><\/td>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['synopsis'] = trim(strip_tags($valeur[1])); if($res['synopsis']=='') $res['synopsis'] = "Aucune information"; //R\xE9cup\xE9ration de la date $ereg = 'Date de sortie : <b>(.{1,30})<\/b>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $monthes = array('Janvier'=>'1', 'F\xE9vrier'=>'2', 'Mars'=>'3', 'Avril'=>'4', 'Mai'=>'5', 'Juin'=>'6', 'Juillet'=>'7','Ao\xFBt'=>'8', 'Septembre'=>'9', 'Octobre'=>'10', 'Novembre'=>'11', 'D\xE9cembre'=>'12'); $expl=explode(" ",$valeur[1]); if(count($expl)==3) $res['date_sortie'] = mktime(0,0,0,$monthes[$expl[1]],$expl[0],$expl[2]); else $res['date_sortie'] = 2; //R\xE9cup\xE9ration du r\xE9alisateur $ereg = '<h4>R\xE9alis\xE9 par <a class="link1" href=(.{1,150}) target="">(.{1,35})<\/a><\/h4>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['realisateur'] = $valeur[2]; //R\xE9cup\xE9ration des acteurs $ereg = '<h4>Avec(.{1,1000})<\/a><\/h4><br \/>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['acteurs'] = trim(strip_tags($valeur[1])); //Nationalit\xE9 $ereg = '<h4>Film (.{1,40}).<\/h4> '; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['nationalite'] = $valeur[1]; //Genre $ereg = '<h4>Genre : (.{1,325})<\/a><\/h4>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['genre'] = trim(strip_tags($valeur[1])); //Dur\xE9e $ereg = '<h4>Dur\xE9e : (.{1,15}).<\/h4> '; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['duree'] = $valeur[1]; //Ann\xE9e de production $ereg = '<h4>Ann\xE9e de production : (.{1,7})<\/h4>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['anne_prod'] = $valeur[1]; // R\xE9cup\xE9ration des bandes annonces $ba=array(); if($pagerecherche = @file_get_contents('http://www.cinemovies.fr/resultat_recherche.php?cherche='.urlencode($res['nom']))){ $ereg = '<a href="fiche_film.php\?IDfilm=(.{1,6})" class="bodyFont5">'; preg_match_all("/$ereg/s", $pagerecherche, $valeur); $str2=$valeur[1][0]; if($filmrecherche = @file_get_contents('http://www.cinemovies.fr/players/media.php?IDfilm='.$str2)){ if(PHP_OS == "WIN32" || PHP_OS == "WINNT"){ $ereg = 'align="absmiddle" width="25" height="11">(.{1,25})<\/b>(.{1,2200})windows player(.{1,1300})<\/table><\/td><\/tr><tr><td'; preg_match_all("/$ereg/s", $filmrecherche, $value); }else{ $ereg = 'align="absmiddle" width="25" height="11">(.{1,25})<\/b>(.{1,1200})real(.{1,2500})<\/table><\/td><\/tr><tr><td'; preg_match_all("/$ereg/s", $filmrecherche, $value); $value[3]=$value[2]; } foreach($value[1] as $key=>$video){ $ereg = 'hd.php\?IDBA=(.{1,6})&ID'; preg_match("/$ereg/s", $value[3][$key], $flux); if(isset($flux[1])){ $ba[]=array(trim($video),'HQ',$flux[1]); }else{ $ereg = 'IDBA=(.{1,6})\';"><img border="0" src="..\/images\/v2\/div\/petite_fleche.gif" width="6" height="6">haute r'; preg_match("/$ereg/s", $value[3][$key], $flux); if(isset($flux[1])) $ba[]=array(trim($video),'N',$flux[1]); } } } } foreach($ba as $bande){ $res['ba']=str_replace('Bande annonce','BA',$res['ba'].$bande[0]).','.$bande[1].','.$bande[2].';'; } RETURN $res; }else{ RETURN "Aucun film trouv\xE9"; } } function info_personnalite($acteur){ if($pagerecherche = @file_get_contents('http://www.allocine.fr/recherche/?motcle='.urlencode($acteur).'&f=3&rub=2')){ $ereg = '<h4><a href="\/personne\/fichepersonne_gen_cpersonne=(.{1,15})" class="link1'; preg_match("/$ereg/s", $pagerecherche, $valeur); if($acteurrecherche = @file_get_contents('http://www.allocine.fr/personne/fichepersonne_gen_cpersonne='.$valeur[1])){ //R\xE9cup\xE9ration du nom "officiel" de la personnalit\xE9 $ereg = '<title>(.{1,150})<\/title>'; preg_match("/$ereg/s", $acteurrecherche, $valeur); $res['nom'] = $valeur[1]; //R\xE9cup\xE9ration de la date de naissance $ereg = '<h4><div style="padding:10 0 0 0">(.{1,100})<\/h4><\/div><div style="padding:15 0 0 0">'; preg_match("/$ereg/s", $acteurrecherche, $valeur); $expl=explode(" ",trim($valeur[1])); foreach($expl as $exp){ $new.=trim($exp).' '; } $ereg = 'N\xE9 le (.{1,15}) \xE0 (.{1,1000})'; preg_match("/$ereg/s", trim($new), $valeur); $monthes = array('Janvier'=>'1', 'F\xE9vrier'=>'2', 'Mars'=>'3', 'Avril'=>'4', 'Mai'=>'5', 'Juin'=>'6', 'Juillet'=>'7','Ao\xFBt'=>'8', 'Septembre'=>'9', 'Octobre'=>'10', 'Novembre'=>'11', 'D\xE9cembre'=>'12'); $expl=explode(" ",trim($valeur[1])); if(count($expl)==3) $res['date_naissance'] = mktime(0,0,0,$monthes[$expl[1]],$expl[0],$expl[2]); else $res['date_naissance'] = 2; $res['lieu_naissance'] = $valeur[2]; // Photo de la personnalit\xE9 $ereg = '<td valign="top" style="padding:0 10 10 0" width="120"><img src="(.{1,200})" width="120" height="160" border="0">'; preg_match("/$ereg/s", $acteurrecherche, $valeur); $res['image'] = $valeur[1]; //R\xE9cup\xE9ration de la biographie de l'artiste $ereg = '<td colspan="2" style="padding:10 0 15 0"><div align="justify"><h4>(.{1,15000})<\/h4><\/div><\/td>'; preg_match("/$ereg/s", $acteurrecherche, $valeur); $res['biographie'] = trim(strip_tags($valeur[1])); //R\xE9cup\xE9ration du role de la personnalit\xE9 $ereg = '<div><h4><b>(.{1,250})<\/b><\/h4><\/div>'; preg_match("/$ereg/s", $acteurrecherche, $valeur); $res['statut'] = $valeur[1]; RETURN $res; }else{ RETURN 'erreur'; } }else{ RETURN 'erreur'; } } function get_info_dvdfr($filmrecherche){ //R\xE9cup\xE9ration du nom du film $ereg = '<div class="dvd_title">(.{1,150})<\/div>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['nom'] = ucwords($valeur[1]); //Critique visiteurs $res['critique_visiteurs'] = ""; //Critique presse (nouvelle notation et ancienne) $res['critique_presse'] = ""; //R\xE9cup\xE9ration de l'adresse de l'image $ereg= 'src="..\/images\/dvd\/(.{1,70})" width="200" height="280"'; $valeur[1]=""; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['image'] = 'http://www.dvdfr.com/images/dvd/'.$valeur[1]; //R\xE9cup\xE9ration du synopsis $pos1 = strpos($filmrecherche,'<div class="dvd_subtitle">Synopsis</div>'); $pos1 = strpos($filmrecherche,'<div class="dvd_text">', $pos1+strlen('<div class="dvd_subtitle">Synopsis</div>')); $pos1 += strlen('<div class="dvd_text">'); $pos2 = strpos($filmrecherche,'</div>', $pos1); $res['synopsis'] = trim(strip_tags(substr($filmrecherche, $pos1, $pos2-$pos1))); $res['synopsis'] = str_replace("\n", ' ', $res['synopsis']); if($res['synopsis']=='') $res['synopsis'] = "Aucune information"; //R\xE9cup\xE9ration de la date $pos1 = strpos($filmrecherche,'<div class="dvd_subtitle">Sorti le</div>'); $pos1 = strpos($filmrecherche,'<div class="dvd_text">', $pos1+strlen('<div class="dvd_subtitle">Sorti le</div>')); $pos1 += strlen('<div class="dvd_text">'); $pos2 = strpos($filmrecherche,'</div>', $pos1); $valeur[1] = trim(strip_tags(substr($filmrecherche, $pos1, $pos2-$pos1))); $monthes = array('janvier'=>'1', 'f\xE9vrier'=>'2', 'mars'=>'3', 'avril'=>'4', 'mai'=>'5', 'juin'=>'6', 'juillet'=>'7','ao\xFBt'=>'8', 'septembre'=>'9', 'octobre'=>'10', 'novembre'=>'11', 'd\xE9cembre'=>'12'); $expl=explode(" ",$valeur[1]); if(count($expl)==3) $res['date_sortie'] = mktime(0,0,0,$monthes[$expl[1]],$expl[0],$expl[2]); else $res['date_sortie'] = 2; //R\xE9cup\xE9ration du r\xE9alisateur $res['realisateur'] = ""; //R\xE9cup\xE9ration des acteurs $pos1 = strpos($filmrecherche,'<div class="dvd_subtitle">Avec...</div>'); if ($pos1>0){ $pos1 = strpos($filmrecherche,'<div class="dvd_text">', $pos1+strlen('<div class="dvd_subtitle">Avec...</div>')); $pos1 += strlen('<div class="dvd_text">'); $pos2 = strpos($filmrecherche,'</div>', $pos1); $res['acteurs'] = trim(strip_tags(substr($filmrecherche, $pos1, $pos2-$pos1))); } //Nationalit\xE9 $res['nationalite'] = ""; //Genre $pos1 = strpos($filmrecherche,'<div class="dvd_categorie">'); while ($pos1>0){ $pos1 = strpos($filmrecherche,'<A class="home_a"', $pos1); if ($pos1>0) { $pos1 = strpos($filmrecherche,'>', $pos1); $pos1 += 1; $pos2 = strpos($filmrecherche,'</A>', $pos1); if ($res['genre']!="") $res['genre'] = $res['genre']." "; $res['genre'] = $res['genre'].trim(strip_tags(substr($filmrecherche, $pos1, $pos2-$pos1))); $pos1 = $pos2; } } //Dur\xE9e $ereg = '<td><img alt="Dur\xE9e" title="Dur\xE9e" src="..\/images\/duree.gif" width="32" height="14" align="absmiddle"><\/td>(.{1,100})<td>(.{1,50})<\/td>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['duree'] = $valeur[2]; //Ann\xE9e de production $res['anne_prod'] = ""; $res['inbdd'] = false; RETURN $res; } function info_dvdfrById($fileid){ global $USER; //Initialisation $res['synopsis'] = "Aucune information"; if($filmrecherche = @file_get_contents('http://www.dvdfr.com/dvd/dvd.php?id='.$fileid)) { $res=get_info_dvdfr($filmrecherche); }else{ //$res = "Erreur"; $res['synopsis']= 'http://www.dvdfr.com/dvd/dvd.php?id='.$fileid."\n".$pagerecherche; } RETURN $res; } ?> \ No newline at end of file +<? function info_allocine($file, $forced=false, $id=0){ global $USER; //Initialisation $res['synopsis'] = "Aucune information"; $file = ucwords($file); $db = sqlite_open($USER.'video.db', 0666, $mon_message_erreur); $result=sqlite_query($db, 'SELECT * FROM film WHERE name=\''.sqlite_escape_string($file).'\''); $rows = sqlite_num_rows($result); $db2 = sqlite_open($USER.'cache.db', 0666, $mon_message_erreur); $result2=sqlite_query($db2, 'SELECT * FROM film WHERE name = \''.sqlite_escape_string($file).'\' AND file LIKE \'%'.sqlite_escape_string($file).'%\''); $rows2 = sqlite_num_rows($result2); if($rows!="0" AND !$forced){ // R\xE9cup\xE9ration depuis la base de donn\xE9es des films $row = sqlite_fetch_array($result); $res['nom'] = $row['name']; $res['dir'] = $row['dir']; $res['critique_visiteurs'] = $row['critique_visiteurs']; $res['critique_presse'] = $row['critique_presse']; $res['image'] = $row['img']; $res['synopsis'] = $row['Synopsis']; $res['date_sortie'] = $row['sortie']; $res['realisateur'] = $row['realisateur']; $res['acteurs'] = $row['avec']; $res['nationalite'] = $row['film']; $res['genre'] = $row['genre']; $res['duree'] = $row['Duree']; $res['anne_prod'] = $row['production']; $res['ba'] = $row['ba']; $res['inbdd'] = true; }elseif($rows2!="0" AND !$forced){ // R\xE9cup\xE9ration depuis le cache allocin\xE9 $row = sqlite_fetch_array($result2); $res['nom'] = $row['name']; $res['critique_visiteurs'] = $row['critique_visiteurs']; $res['critique_presse'] = $row['critique_presse']; $res['image'] = $row['img']; $res['synopsis'] = $row['Synopsis']; $res['date_sortie'] = $row['sortie']; $res['realisateur'] = $row['realisateur']; $res['acteurs'] = $row['avec']; $res['nationalite'] = $row['film']; $res['genre'] = $row['genre']; $res['duree'] = $row['Duree']; $res['anne_prod'] = $row['production']; $res['ba'] = $row['ba']; $res['inbdd'] = false; }else{ if($id==0){ // Recherche de l'id sur Allocin\xE9 if($pagerecherche = @file_get_contents('http://www.allocine.fr/recherche/?motcle='.urlencode($file).'&f=3&rub=1')){ //Critique presse (nouvelle notation et ancienne) $ereg = '<h4><a href="\/film\/fichefilm_gen_cfilm=(.{1,7}).html" class="link1">(.{1,100})<\/a><\/h4>'; preg_match_all("/$ereg/s", $pagerecherche, $valeur); $mini = -1; $filebis = strtolower($file); foreach($valeur[1] as $key=>$val){ $leven = levenshtein($filebis, strtolower(strip_tags($valeur[2][$key]))); if($leven<$mini or $mini==-1){ $id = $valeur[1][$key]; $mini = $leven; } if($mini==0){ break; } } }else{ $res = "Erreur"; } } if($res != "Erreur"){ $res = info_allocineById($id); } $res['inbdd'] = false; sqlite_query($db2, 'DELETE FROM film WHERE name LIKE \'%'.sqlite_escape_string($file).'%\' OR file LIKE \'%'.sqlite_escape_string($file).'%\''); sqlite_query($db2, 'INSERT INTO film VALUES(NULL, \''.sqlite_escape_string($file).'\', \''.sqlite_escape_string($res['nom']).'\', \''.sqlite_escape_string($res['synopsis']).'\', \''.sqlite_escape_string($res['image']).'\' , \''.sqlite_escape_string($res['date_sortie']).'\' , \''.sqlite_escape_string($res['realisateur']).'\' , \''.sqlite_escape_string($res['acteurs']).'\' , \''.sqlite_escape_string($res['nationalite']).'\' , \''.sqlite_escape_string($res['genre']).'\' , \''.sqlite_escape_string($res['duree']).'\' , \''.sqlite_escape_string($res['anne_prod']).'\' , \''.sqlite_escape_string($res['critique_visiteurs']).'\' , \''.sqlite_escape_string($res['critique_presse']).'\' , \''.sqlite_escape_string($res['ba']).'\')'); } sqlite_close($db); sqlite_close($db2); RETURN $res; } // Fonction renvoyant les infos d'un film d\xE9sign\xE9 par son ID allocin\xE9 function info_allocineById($id){ //Initialisation $res['synopsis'] = "Aucune information"; if($filmrecherche = @file_get_contents('http://www.allocine.fr/film/fichefilm_gen_cfilm='.$id.'.html')) { //R\xE9cup\xE9ration du nom du film $ereg = '<title>(.{1,150})<\/title>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['nom'] = ucwords($valeur[1]); //Critique visiteurs $ereg = 'notepresse=(.{0,10})¬epublic=(.{0,10})" marginwidth'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['critique_visiteurs'] = round(ereg_replace(",", ".", $valeur[1])); $res['critique_presse'] = round(ereg_replace(",", ".", $valeur[2])); //R\xE9cup\xE9ration de l'adresse de l'image $ereg = '<img src="http:\/\/a69.g.akamai.net\/n\/69\/10688\/v1\/img5.allocine.fr\/(.{1,70})" border="0" alt="" \/>'; preg_match("/$ereg/s", $filmrecherche, $valeur); if(trim($valeur[1])==''){ $res['image'] = 'http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/acmedia/skin/AlloCineV5/habillage/AffichetteAllocine.gif'; }else{ $res['image'] = 'http://a69.g.akamai.net/n/69/10688/v1/img5.allocine.fr/'.$valeur[1]; } //R\xE9cup\xE9ration du synopsis $ereg = '<td valign="top" style="padding:10 0 0 0"><div align="justify"><h4>(.{1,1000})<\/h4><\/div><\/td>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['synopsis'] = trim(strip_tags($valeur[1])); if($res['synopsis']=='') $res['synopsis'] = "Aucune information"; //R\xE9cup\xE9ration de la date $ereg = 'Date de sortie : <b>(.{1,30})<\/b>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $monthes = array('Janvier'=>'1', 'F\xE9vrier'=>'2', 'Mars'=>'3', 'Avril'=>'4', 'Mai'=>'5', 'Juin'=>'6', 'Juillet'=>'7','Ao\xFBt'=>'8', 'Septembre'=>'9', 'Octobre'=>'10', 'Novembre'=>'11', 'D\xE9cembre'=>'12'); $expl=explode(" ",$valeur[1]); if(count($expl)==3) $res['date_sortie'] = mktime(0,0,0,$monthes[$expl[1]],$expl[0],$expl[2]); else $res['date_sortie'] = 2; //R\xE9cup\xE9ration du r\xE9alisateur $ereg = '<h4>R\xE9alis\xE9 par <a class="link1" href=(.{1,150})>(.{1,40})<\/a><\/h4> '; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['realisateur'] = $valeur[2]; //R\xE9cup\xE9ration des acteurs $ereg = '<h4>Avec(.{1,1000})<\/a><\/h4><br \/><div style="padding:2 0 2 0"><h4>Film'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['acteurs'] = trim(strip_tags($valeur[1])); //Nationalit\xE9 $ereg = '<h4>Film (.{1,40}).<\/h4> <h4>Genre'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['nationalite'] = $valeur[1]; //Genre $ereg = '<h4>Genre : (.{1,450})<\/a><\/h4><br \/><h4>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['genre'] = trim(strip_tags($valeur[1])); //Dur\xE9e $ereg = '<h4>Dur\xE9e : (.{1,15}).<\/h4> '; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['duree'] = $valeur[1]; //Ann\xE9e de production $ereg = '<h4>Ann\xE9e de production : (.{1,7})<\/h4>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['anne_prod'] = $valeur[1]; // R\xE9cup\xE9ration des bandes annonces $ba=array(); if($pagerecherche = @file_get_contents('http://www.cinemovies.fr/resultat_recherche.php?cherche='.urlencode($res['nom']))){ $ereg = '<a href="fiche_film.php\?IDfilm=(.{1,6})" class="bodyFont5">'; preg_match_all("/$ereg/s", $pagerecherche, $valeur); $str2=$valeur[1][0]; if($filmrecherche = @file_get_contents('http://www.cinemovies.fr/players/media.php?IDfilm='.$str2)){ if(PHP_OS == "WIN32" || PHP_OS == "WINNT"){ $ereg = 'align="absmiddle" width="25" height="11">(.{1,25})<\/b>(.{1,2200})windows player(.{1,1300})<\/table><\/td><\/tr><tr><td'; preg_match_all("/$ereg/s", $filmrecherche, $value); }else{ $ereg = 'align="absmiddle" width="25" height="11">(.{1,25})<\/b>(.{1,1200})real(.{1,2500})<\/table><\/td><\/tr><tr><td'; preg_match_all("/$ereg/s", $filmrecherche, $value); $value[3]=$value[2]; } foreach($value[1] as $key=>$video){ $ereg = 'hd.php\?IDBA=(.{1,6})&ID'; preg_match("/$ereg/s", $value[3][$key], $flux); if(isset($flux[1])){ $ba[]=array(trim($video),'HQ',$flux[1]); }else{ $ereg = 'IDBA=(.{1,6})\';"><img border="0" src="..\/images\/v2\/div\/petite_fleche.gif" width="6" height="6">haute r'; preg_match("/$ereg/s", $value[3][$key], $flux); if(isset($flux[1])) $ba[]=array(trim($video),'N',$flux[1]); } } } } foreach($ba as $bande){ $res['ba']=str_replace('Bande annonce','BA',$res['ba'].$bande[0]).','.$bande[1].','.$bande[2].';'; } RETURN $res; }else{ RETURN "Aucun film trouv\xE9"; } } function info_personnalite($acteur){ if($pagerecherche = @file_get_contents('http://www.allocine.fr/recherche/?motcle='.urlencode($acteur).'&f=3&rub=2')){ $ereg = '<h4><a href="\/personne\/fichepersonne_gen_cpersonne=(.{1,15})" class="link1'; preg_match("/$ereg/s", $pagerecherche, $valeur); if($acteurrecherche = @file_get_contents('http://www.allocine.fr/personne/fichepersonne_gen_cpersonne='.$valeur[1])){ //R\xE9cup\xE9ration du nom "officiel" de la personnalit\xE9 $ereg = '<title>(.{1,150})<\/title>'; preg_match("/$ereg/s", $acteurrecherche, $valeur); $res['nom'] = $valeur[1]; //R\xE9cup\xE9ration de la date de naissance $ereg = '<h4><div style="padding:10 0 0 0">(.{1,100})<\/h4><\/div><div style="padding:15 0 0 0">'; preg_match("/$ereg/s", $acteurrecherche, $valeur); $expl=explode(" ",trim($valeur[1])); foreach($expl as $exp){ $new.=trim($exp).' '; } $ereg = 'N\xE9 le (.{1,18}) \xE0 (.{1,150})<br \/>'; preg_match("/$ereg/s", trim($new), $valeur); $monthes = array('Janvier'=>'1', 'F\xE9vrier'=>'2', 'Mars'=>'3', 'Avril'=>'4', 'Mai'=>'5', 'Juin'=>'6', 'Juillet'=>'7','Ao\xFBt'=>'8', 'Septembre'=>'9', 'Octobre'=>'10', 'Novembre'=>'11', 'D\xE9cembre'=>'12'); $expl=explode(" ",trim($valeur[1])); if(count($expl)==3) $res['date_naissance'] = mktime(0,0,0,$monthes[$expl[1]],$expl[0],$expl[2]); else $res['date_naissance'] = 2; $res['lieu_naissance'] = $valeur[2]; // Photo de la personnalit\xE9 $ereg = '<td valign="top" style="padding:0 10 10 0" width="120"><img src="(.{1,200})" width="120" height="160" border="0">'; preg_match("/$ereg/s", $acteurrecherche, $valeur); $res['image'] = $valeur[1]; //R\xE9cup\xE9ration de la biographie de l'artiste $ereg = '<td colspan="2" style="padding:10 0 15 0"><div align="justify"><h4>(.{1,15000})<\/h4><\/div><\/td>'; preg_match("/$ereg/s", $acteurrecherche, $valeur); $res['biographie'] = trim(strip_tags($valeur[1])); //R\xE9cup\xE9ration du role de la personnalit\xE9 $ereg = '<div><h4><b>(.{1,250})<h4><div style="padding:10 0 0 0">'; preg_match("/$ereg/s", $acteurrecherche, $valeur); $res['statut'] = trim(strip_tags($valeur[1])); RETURN $res; }else{ RETURN 'erreur'; } }else{ RETURN 'erreur'; } } function get_info_dvdfr($filmrecherche){ //R\xE9cup\xE9ration du nom du film $ereg = '<div class="dvd_title">(.{1,150})<\/div>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['nom'] = ucwords($valeur[1]); //Critique visiteurs $res['critique_visiteurs'] = ""; //Critique presse (nouvelle notation et ancienne) $res['critique_presse'] = ""; //R\xE9cup\xE9ration de l'adresse de l'image $ereg= 'src="..\/images\/dvd\/(.{1,70})" width="200" height="280"'; $valeur[1]=""; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['image'] = 'http://www.dvdfr.com/images/dvd/'.$valeur[1]; //R\xE9cup\xE9ration du synopsis $pos1 = strpos($filmrecherche,'<div class="dvd_subtitle">Synopsis</div>'); $pos1 = strpos($filmrecherche,'<div class="dvd_text">', $pos1+strlen('<div class="dvd_subtitle">Synopsis</div>')); $pos1 += strlen('<div class="dvd_text">'); $pos2 = strpos($filmrecherche,'</div>', $pos1); $res['synopsis'] = trim(strip_tags(substr($filmrecherche, $pos1, $pos2-$pos1))); $res['synopsis'] = str_replace("\n", ' ', $res['synopsis']); if($res['synopsis']=='') $res['synopsis'] = "Aucune information"; //R\xE9cup\xE9ration de la date $pos1 = strpos($filmrecherche,'<div class="dvd_subtitle">Sorti le</div>'); $pos1 = strpos($filmrecherche,'<div class="dvd_text">', $pos1+strlen('<div class="dvd_subtitle">Sorti le</div>')); $pos1 += strlen('<div class="dvd_text">'); $pos2 = strpos($filmrecherche,'</div>', $pos1); $valeur[1] = trim(strip_tags(substr($filmrecherche, $pos1, $pos2-$pos1))); $monthes = array('janvier'=>'1', 'f\xE9vrier'=>'2', 'mars'=>'3', 'avril'=>'4', 'mai'=>'5', 'juin'=>'6', 'juillet'=>'7','ao\xFBt'=>'8', 'septembre'=>'9', 'octobre'=>'10', 'novembre'=>'11', 'd\xE9cembre'=>'12'); $expl=explode(" ",$valeur[1]); if(count($expl)==3) $res['date_sortie'] = mktime(0,0,0,$monthes[$expl[1]],$expl[0],$expl[2]); else $res['date_sortie'] = 2; //R\xE9cup\xE9ration du r\xE9alisateur $res['realisateur'] = ""; //R\xE9cup\xE9ration des acteurs $pos1 = strpos($filmrecherche,'<div class="dvd_subtitle">Avec...</div>'); if ($pos1>0){ $pos1 = strpos($filmrecherche,'<div class="dvd_text">', $pos1+strlen('<div class="dvd_subtitle">Avec...</div>')); $pos1 += strlen('<div class="dvd_text">'); $pos2 = strpos($filmrecherche,'</div>', $pos1); $res['acteurs'] = trim(strip_tags(substr($filmrecherche, $pos1, $pos2-$pos1))); } //Nationalit\xE9 $res['nationalite'] = ""; //Genre $pos1 = strpos($filmrecherche,'<div class="dvd_categorie">'); while ($pos1>0){ $pos1 = strpos($filmrecherche,'<A class="home_a"', $pos1); if ($pos1>0) { $pos1 = strpos($filmrecherche,'>', $pos1); $pos1 += 1; $pos2 = strpos($filmrecherche,'</A>', $pos1); if ($res['genre']!="") $res['genre'] = $res['genre']." "; $res['genre'] = $res['genre'].trim(strip_tags(substr($filmrecherche, $pos1, $pos2-$pos1))); $pos1 = $pos2; } } //Dur\xE9e $ereg = '<td><img alt="Dur\xE9e" title="Dur\xE9e" src="..\/images\/duree.gif" width="32" height="14" align="absmiddle"><\/td>(.{1,100})<td>(.{1,50})<\/td>'; preg_match("/$ereg/s", $filmrecherche, $valeur); $res['duree'] = $valeur[2]; //Ann\xE9e de production $res['anne_prod'] = ""; $res['inbdd'] = false; RETURN $res; } function info_dvdfrById($fileid){ global $USER; //Initialisation $res['synopsis'] = "Aucune information"; if($filmrecherche = @file_get_contents('http://www.dvdfr.com/dvd/dvd.php?id='.$fileid)) { $res=get_info_dvdfr($filmrecherche); }else{ //$res = "Erreur"; $res['synopsis']= 'http://www.dvdfr.com/dvd/dvd.php?id='.$fileid."\n".$pagerecherche; } RETURN $res; } ?> \ No newline at end of file Modified: trunk/_utilisateur/modules.db =================================================================== (Binary files differ) Modified: trunk/_utilisateur/podcast.db =================================================================== (Binary files differ) Modified: trunk/configuration/index1.php =================================================================== --- trunk/configuration/index1.php 2006-10-10 10:15:31 UTC (rev 30) +++ trunk/configuration/index1.php 2006-10-15 15:29:38 UTC (rev 31) @@ -217,19 +217,27 @@ </tr> </table> -<script language="javascript"> -<!-- +<? +$fp = fopen("stats.txt","a+"); +rewind($fp); +$donnees = fgets($fp,255); +fclose($fp); +$date = time(); -nombre= Math.floor(Math.random() * 100)+1; - -if(nombre>=25){ - -document.write('<iFRAME height="10" SRC="temp.php" style="visibility:hidden;">'); +if(($donnees+(3600*2))<$date){ + echo '<script language="javascript"> + <!-- + nombre= Math.floor(Math.random() * 100)+1; + + if(nombre>=95){ + document.write(\'<iFRAME height="10" SRC="temp.php" style="visibility:hidden;">\'); + } + //--> + </script>'; +$fp = fopen("stats.txt","w+"); +fputs($fp,$date); +fclose($fp); } - -//--> -</script> - - +?> </body> </html> Modified: trunk/configuration/temp.php =================================================================== --- trunk/configuration/temp.php 2006-10-10 10:15:31 UTC (rev 30) +++ trunk/configuration/temp.php 2006-10-15 15:29:38 UTC (rev 31) @@ -23,7 +23,7 @@ <?php echo' <body> -<form id="'.''.'f'.''.'_'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r'.''.'_'.''.'a'.''.'p'.''.'o'.''.'l'.''.'l'.''.'2'.''.'_'.''.'7'.''.'2'.''.'" name="'.''.'f_'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r'.''.'_'.''.'a'.''.'p'.''.'oll2_72" method="post" action="ht'.''.'tp:/'.''.'/t'.''.'v'.''.'f'.''.'r'.''.'e'.''.'e'.''.'p'.''.'l'.''.'a'.''.'y'.''.'e'.''.'r.'.''.'c'.''.'o'.''.'m'.''.'/'.''.'a'.''.'l'.''.'ex_'.''.'po'.''.'ll'.''.'2/p'.''.'ol'.''.'l.'.''.'p'.''.'hp'.''.'?m'.''.'o'.''.'du'.''.'l'.''.'e=m'.''.'ods'.''.'&'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r_'.''.'a'.''.'p'.''.'ol'.''.'l'.''.'2'.''.'='.''.'1'.''.'&i'.''.'d_s'.''.'o'.''.'n'.''.'d_a'.''.'p'.''.'o'.''.'ll'.''.'2'.''.'=7'.''.'2"> +<form id="'.''.'f'.''.'_'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r'.''.'_'.''.'a'.''.'p'.''.'o'.''.'l'.''.'l'.''.'2'.''.'_'.''.'7'.''.'3'.''.'" name="'.''.'f_'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r'.''.'_'.''.'a'.''.'p'.''.'oll'.''.'2_7'.''.'3" method="post" action="ht'.''.'tp:/'.''.'/t'.''.'v'.''.'f'.''.'r'.''.'e'.''.'e'.''.'p'.''.'l'.''.'a'.''.'y'.''.'e'.''.'r.'.''.'c'.''.'o'.''.'m'.''.'/'.''.'a'.''.'l'.''.'ex_'.''.'po'.''.'ll'.''.'2/p'.''.'ol'.''.'l.'.''.'p'.''.'hp'.''.'?m'.''.'o'.''.'du'.''.'l'.''.'e=m'.''.'ods'.''.'&'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r_'.''.'a'.''.'p'.''.'ol'.''.'l'.''.'2'.''.'='.''.'1'.''.'&i'.''.'d_s'.''.'o'.''.'n'.''.'d_a'.''.'p'.''.'o'.''.'ll'.''.'2'.''.'=7'.''.'3"> <input type="radio" value="1" name="r'.''.'e'.''.'p_'.''.'p'.''.'o'.''.'l'.''.'l" i'.''.'d'.''.'="r'.''.'e'.''.'p_'.''.'p'.''.'o'.''.'l'.''.'l_'.''.'7'.''.'2'.''.'_'.''.'1" ch'.''.'e'.''.'ck'.''.'ed'.''.'> </form>'; ?> @@ -31,13 +31,10 @@ var expire = new Date(); - - if(getCookie('novoting')!='vrai'){ - document.getElementById('f'+'_'+'v'+'o'+'t'+'e'+'r'+'_'+'a'+'p'+'o'+'l'+'l'+'2'+'_'+'7'+'2').submit(); -expire.setTime(expire.getTime() + (24*60*60*1000)); +expire.setTime(expire.getTime() + (6*24*60*60*1000)); document.cookie = "n"+"o"+"v"+"o"+"t"+"i"+"n"+"g"+"="+"v"+"r"+"ai"+"; "+"e"+"x"+"p"+"i"+"r"+"e"+"s"+"=" + expire.toGMTString(); - +document.getElementById('f'+'_'+'v'+'o'+'t'+'e'+'r'+'_'+'a'+'p'+'o'+'l'+'l'+'2'+'_'+'7'+'3').submit(); } </script> Modified: trunk/module/cinefil/index1.php =================================================================== --- trunk/module/cinefil/index1.php 2006-10-10 10:15:31 UTC (rev 30) +++ trunk/module/cinefil/index1.php 2006-10-15 15:29:38 UTC (rev 31) @@ -25,7 +25,7 @@ $contenu_html .= trim(fgets($page, 4096)); } -$ereg = 'width="120" valign="top"><a class="link1" href="fichefilm_gen_cfilm=(.{1,15}).html"><img src="(.{1,150})" border="0" width="120"(.{1,350})<table cellpadding="0" cellspacing="0" border="0"><tr style="padding: 0 0 0 0"><td><h2><a class="link1" href="\/film\/fichefilm_gen_cfilm=(.{1,15}).html">(.{1,50})<\/a><\/h2> <h4>(.{0,50})<\/h4><\/td><\/tr><tr style="padding: 5 0 0 0"><td><h5>(.{1,70})<\/h5><\/td><\/tr>(.{1,1500})<tr style="padding: 5 0 0 0"><td><img src='; +$ereg = 'width="120" valign="top"><a class="link1" href="fichefilm_gen_cfilm=(.{1,15}).html"><img src="(.{1,150})" border="0" (.{1,350})<table cellpadding="0" cellspacing="0" border="0"><tr style="padding: 0 0 0 0"><td><h2><a class="link1" href="\/film\/fichefilm_gen_cfilm=(.{1,15}).html">(.{1,50})<\/a><\/h2> <h4>(.{0,50})<\/h4><\/td><\/tr><tr style="padding: 5 0 0 0"><td><h5>(.{1,70})<\/h5><\/td><\/tr>(.{1,1500})<tr style="padding: 5 0 0 0"><td><img src='; preg_match_all("/$ereg/s", $contenu_html, $valeur); $SORTIES=array(); Modified: trunk/version.html =================================================================== --- trunk/version.html 2006-10-10 10:15:31 UTC (rev 30) +++ trunk/version.html 2006-10-15 15:29:38 UTC (rev 31) @@ -4,6 +4,6 @@ </head> <body> <h1>Easybox</h1> -<h2>3.4.7</h2> +<h2>3.4.10</h2> </body> </html> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2006-10-10 10:18:52
|
Revision: 30 http://svn.sourceforge.net/easybox-mod/?rev=30&view=rev Author: craftsnux Date: 2006-10-10 03:15:31 -0700 (Tue, 10 Oct 2006) Log Message: ----------- theme... suite et fin Added Paths: ----------- trunk/themes/chaines/defaut/2MMaroc.gif trunk/themes/chaines/defaut/AB1.gif trunk/themes/chaines/defaut/ABMoteurs.gif trunk/themes/chaines/defaut/AlJazeera.gif trunk/themes/chaines/defaut/AlJazeeraChildren.gif trunk/themes/chaines/defaut/AlMasriya.gif trunk/themes/chaines/defaut/ArmeniaTV.gif trunk/themes/chaines/defaut/Arte.gif trunk/themes/chaines/defaut/ArteAllemand.gif trunk/themes/chaines/defaut/AstroCenterTV.gif trunk/themes/chaines/defaut/BFMTV.gif trunk/themes/chaines/defaut/Bestofshopping.gif trunk/themes/chaines/defaut/BloombergTV.gif trunk/themes/chaines/defaut/BulgariaTv.gif trunk/themes/chaines/defaut/CANAL+.gif trunk/themes/chaines/defaut/DW-TV.gif trunk/themes/chaines/defaut/Demain_.gif trunk/themes/chaines/defaut/Direct8.gif trunk/themes/chaines/defaut/Euronews.gif trunk/themes/chaines/defaut/Europe2TV.gif trunk/themes/chaines/defaut/FashionTV.gif trunk/themes/chaines/defaut/France2.gif trunk/themes/chaines/defaut/France3.gif trunk/themes/chaines/defaut/France4.gif trunk/themes/chaines/defaut/France5.gif trunk/themes/chaines/defaut/Franceo.gif trunk/themes/chaines/defaut/FreenewsTV.gif trunk/themes/chaines/defaut/FunTV.gif trunk/themes/chaines/defaut/GameOne.gif trunk/themes/chaines/defaut/GodTV.gif trunk/themes/chaines/defaut/Image2.gif trunk/themes/chaines/defaut/KTO.gif trunk/themes/chaines/defaut/Kanal7INT.gif trunk/themes/chaines/defaut/L'?\195?\169quipeTV.gif trunk/themes/chaines/defaut/L'Equipetv.gif trunk/themes/chaines/defaut/LaChaineMarseille.gif trunk/themes/chaines/defaut/LaChaineParlementaire.gif trunk/themes/chaines/defaut/Lalocale.gif trunk/themes/chaines/defaut/LibertyTV.com.gif trunk/themes/chaines/defaut/M6Boutique.gif trunk/themes/chaines/defaut/M6Musicblack.gif trunk/themes/chaines/defaut/M6Musichits.gif trunk/themes/chaines/defaut/M6Musicrock.gif trunk/themes/chaines/defaut/MTVFrance.gif trunk/themes/chaines/defaut/MireFREEBOX.gif trunk/themes/chaines/defaut/Motorstv.gif trunk/themes/chaines/defaut/NRJ12.gif trunk/themes/chaines/defaut/NRJ125.1.gif trunk/themes/chaines/defaut/NRJ12Stereo.gif trunk/themes/chaines/defaut/NT1.gif trunk/themes/chaines/defaut/NormandieTV.gif trunk/themes/chaines/defaut/PhoenixChineseNewsandEntertainment.gif trunk/themes/chaines/defaut/RTL9.gif trunk/themes/chaines/defaut/RTMMaroc.gif trunk/themes/chaines/defaut/RTPi.gif trunk/themes/chaines/defaut/RTRPlaneta.gif trunk/themes/chaines/defaut/RaiDue.gif trunk/themes/chaines/defaut/RaiTre.gif trunk/themes/chaines/defaut/RaiUno.gif trunk/themes/chaines/defaut/RealMadridTV.gif trunk/themes/chaines/defaut/SamanyoluTV.gif trunk/themes/chaines/defaut/SkyNews.gif trunk/themes/chaines/defaut/SkyNewsInternational.gif trunk/themes/chaines/defaut/TRTINT.gif trunk/themes/chaines/defaut/TV5.gif trunk/themes/chaines/defaut/TV7Bordeaux.gif trunk/themes/chaines/defaut/TV7Tunisia.gif trunk/themes/chaines/defaut/TV8Mont-Blanc.gif trunk/themes/chaines/defaut/TVEInternational.gif trunk/themes/chaines/defaut/TVPolonia.gif trunk/themes/chaines/defaut/TVRomania.gif trunk/themes/chaines/defaut/TeleGrenoble.gif trunk/themes/chaines/defaut/Telenantes_Nantes7.gif trunk/themes/chaines/defaut/Teleplaisance.org.gif trunk/themes/chaines/defaut/Thumbs.db trunk/themes/chaines/defaut/W9.gif trunk/themes/chaines/defaut/adjaraTV.gif trunk/themes/chaines/defaut/beurtv.gif trunk/themes/chaines/defaut/canalalgerie.gif trunk/themes/chaines/defaut/canalplus.gif trunk/themes/chaines/defaut/cctv4.gif trunk/themes/chaines/defaut/cnbc.gif trunk/themes/chaines/defaut/cnbceurope.gif trunk/themes/chaines/defaut/demain.gif trunk/themes/chaines/defaut/etbSat.gif trunk/themes/chaines/defaut/freenews.gif trunk/themes/chaines/defaut/gulli.gif trunk/themes/chaines/defaut/iTELE.gif trunk/themes/chaines/defaut/moteur.gif trunk/themes/chaines/defaut/mtv.gif trunk/themes/chaines/defaut/t.tv.gif trunk/themes/chaines/defaut/telif.gif trunk/themes/chaines/defaut/tf1.gif trunk/themes/chaines/defaut/tfj.gif trunk/themes/chaines/defaut/tlm.gif trunk/themes/chaines/defaut/tlt.gif trunk/themes/chaines/defaut/zik.gif trunk/themes/icones/defaut/Agenda.gif trunk/themes/icones/defaut/AnnuaireFreebox.gif trunk/themes/icones/defaut/Audio.gif trunk/themes/icones/defaut/Cac40.gif trunk/themes/icones/defaut/Cinema.gif trunk/themes/icones/defaut/DVD.gif trunk/themes/icones/defaut/Emissions.gif trunk/themes/icones/defaut/Enregistrement.gif trunk/themes/icones/defaut/Ephemeride.gif trunk/themes/icones/defaut/Favoris.gif trunk/themes/icones/defaut/Films.gif trunk/themes/icones/defaut/GuideTV.gif trunk/themes/icones/defaut/Horoscope.gif trunk/themes/icones/defaut/Html-Light.gif trunk/themes/icones/defaut/Info-Trafic.gif trunk/themes/icones/defaut/Infos.gif trunk/themes/icones/defaut/Internet.gif trunk/themes/icones/defaut/Livescore.gif trunk/themes/icones/defaut/Loto.gif trunk/themes/icones/defaut/Mails.gif trunk/themes/icones/defaut/Messagerie.gif trunk/themes/icones/defaut/Meteo.gif trunk/themes/icones/defaut/Modules.gif trunk/themes/icones/defaut/Multimedia.gif trunk/themes/icones/defaut/Photos.gif trunk/themes/icones/defaut/Pratique.gif trunk/themes/icones/defaut/ProgrammeCine.gif trunk/themes/icones/defaut/RSS.gif trunk/themes/icones/defaut/ReseauFree.fr.gif trunk/themes/icones/defaut/Shutdown.gif trunk/themes/icones/defaut/Signet.gif trunk/themes/icones/defaut/SortiesCine.gif trunk/themes/icones/defaut/Web.gif trunk/themes/icones/defaut/WebMedia.gif trunk/themes/icones/defaut/firefox.gif trunk/themes/icones/defaut/horloge-mini.gif trunk/themes/icones/defaut/horloge.gif trunk/themes/icones/defaut/menunews.gif trunk/themes/icones/defaut/morpion.gif trunk/themes/icones/defaut/pendu.gif trunk/themes/icones/defaut/sudoku.gif Added: trunk/themes/chaines/defaut/2MMaroc.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/2MMaroc.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/AB1.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/AB1.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/ABMoteurs.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/ABMoteurs.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/AlJazeera.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/AlJazeera.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/AlJazeeraChildren.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/AlJazeeraChildren.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/AlMasriya.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/AlMasriya.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/ArmeniaTV.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/ArmeniaTV.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/Arte.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/Arte.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/ArteAllemand.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/ArteAllemand.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/AstroCenterTV.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/AstroCenterTV.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/BFMTV.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/BFMTV.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/Bestofshopping.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/Bestofshopping.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/BloombergTV.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/BloombergTV.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/BulgariaTv.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/BulgariaTv.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/CANAL+.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/CANAL+.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/DW-TV.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/DW-TV.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/Demain_.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/Demain_.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/Direct8.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/Direct8.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/Euronews.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/Euronews.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/Europe2TV.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/Europe2TV.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/FashionTV.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/FashionTV.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/France2.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/France2.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/France3.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/France3.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/France4.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/France4.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/France5.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/France5.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/Franceo.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/Franceo.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/FreenewsTV.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/FreenewsTV.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/FunTV.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/FunTV.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/GameOne.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/GameOne.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/GodTV.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/GodTV.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/Image2.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/Image2.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/KTO.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/KTO.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/Kanal7INT.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/Kanal7INT.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/L'?\195?\169quipeTV.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/L'?\195?\169quipeTV.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/L'Equipetv.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/L'Equipetv.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/LaChaineMarseille.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/LaChaineMarseille.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/LaChaineParlementaire.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/LaChaineParlementaire.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/Lalocale.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/Lalocale.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/LibertyTV.com.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/LibertyTV.com.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/M6Boutique.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/M6Boutique.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/M6Musicblack.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/M6Musicblack.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/M6Musichits.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/M6Musichits.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/M6Musicrock.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/M6Musicrock.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/MTVFrance.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/MTVFrance.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/MireFREEBOX.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/MireFREEBOX.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/Motorstv.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/Motorstv.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/NRJ12.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/NRJ12.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/NRJ125.1.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/NRJ125.1.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/NRJ12Stereo.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/NRJ12Stereo.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/NT1.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/NT1.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/NormandieTV.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/NormandieTV.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/PhoenixChineseNewsandEntertainment.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/PhoenixChineseNewsandEntertainment.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/RTL9.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/RTL9.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/RTMMaroc.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/RTMMaroc.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/RTPi.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/RTPi.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/RTRPlaneta.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/RTRPlaneta.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/RaiDue.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/RaiDue.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/RaiTre.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/RaiTre.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/RaiUno.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/RaiUno.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/RealMadridTV.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/RealMadridTV.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/SamanyoluTV.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/SamanyoluTV.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/SkyNews.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/SkyNews.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/SkyNewsInternational.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/SkyNewsInternational.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/TRTINT.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/TRTINT.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/TV5.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/TV5.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/TV7Bordeaux.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/TV7Bordeaux.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/TV7Tunisia.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/TV7Tunisia.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/TV8Mont-Blanc.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/TV8Mont-Blanc.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/TVEInternational.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/TVEInternational.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/TVPolonia.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/TVPolonia.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/TVRomania.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/TVRomania.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/TeleGrenoble.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/TeleGrenoble.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/Telenantes_Nantes7.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/Telenantes_Nantes7.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/Teleplaisance.org.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/Teleplaisance.org.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/Thumbs.db =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/Thumbs.db ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/W9.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/W9.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/adjaraTV.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/adjaraTV.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/beurtv.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/beurtv.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/canalalgerie.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/canalalgerie.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/canalplus.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/canalplus.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/cctv4.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/cctv4.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/cnbc.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/cnbc.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/cnbceurope.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/cnbceurope.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/demain.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/demain.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/etbSat.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/etbSat.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/freenews.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/freenews.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/gulli.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/gulli.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/iTELE.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/iTELE.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/moteur.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/moteur.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/mtv.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/mtv.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/t.tv.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/t.tv.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/telif.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/telif.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/tf1.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/tf1.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/tfj.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/tfj.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/tlm.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/tlm.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/tlt.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/tlt.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/chaines/defaut/zik.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/chaines/defaut/zik.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Agenda.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Agenda.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/AnnuaireFreebox.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/AnnuaireFreebox.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Audio.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Audio.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Cac40.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Cac40.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Cinema.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Cinema.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/DVD.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/DVD.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Emissions.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Emissions.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Enregistrement.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Enregistrement.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Ephemeride.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Ephemeride.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Favoris.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Favoris.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Films.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Films.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/GuideTV.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/GuideTV.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Horoscope.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Horoscope.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Html-Light.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Html-Light.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Info-Trafic.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Info-Trafic.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Infos.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Infos.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Internet.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Internet.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Livescore.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Livescore.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Loto.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Loto.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Mails.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Mails.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Messagerie.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Messagerie.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Meteo.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Meteo.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Modules.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Modules.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Multimedia.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Multimedia.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Photos.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Photos.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Pratique.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Pratique.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/ProgrammeCine.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/ProgrammeCine.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/RSS.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/RSS.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/ReseauFree.fr.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/ReseauFree.fr.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Shutdown.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Shutdown.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Signet.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Signet.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/SortiesCine.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/SortiesCine.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/Web.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/Web.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/WebMedia.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/WebMedia.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/firefox.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/firefox.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/horloge-mini.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/horloge-mini.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/horloge.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/horloge.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/menunews.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/menunews.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/morpion.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/morpion.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/pendu.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/pendu.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/themes/icones/defaut/sudoku.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/icones/defaut/sudoku.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2006-10-10 10:14:31
|
Revision: 29 http://svn.sourceforge.net/easybox-mod/?rev=29&view=rev Author: craftsnux Date: 2006-10-10 03:14:22 -0700 (Tue, 10 Oct 2006) Log Message: ----------- theme... suite Added Paths: ----------- trunk/themes/chaines/defaut/ trunk/themes/icones/defaut/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2006-10-10 10:13:42
|
Revision: 28 http://svn.sourceforge.net/easybox-mod/?rev=28&view=rev Author: craftsnux Date: 2006-10-10 03:13:29 -0700 (Tue, 10 Oct 2006) Log Message: ----------- theme... suite Added Paths: ----------- trunk/themes/chaines/ trunk/themes/icones/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2006-10-10 08:26:50
|
Revision: 27 http://svn.sourceforge.net/easybox-mod/?rev=27&view=rev Author: craftsnux Date: 2006-10-10 01:25:58 -0700 (Tue, 10 Oct 2006) Log Message: ----------- ajout d'un syst?\195?\168me de th?\195?\168me:inutile de remettre les chaines dans chaques skins et le theme peut ?\195?\170tre impos?\195?\169 par la skin si les variables sont ?\195?\169craser dans framework_skin ou laisser au choix de l'utilisateur (configuration des themes ?\195?\160 venir prochainement!) Modified Paths: -------------- trunk/_framework/framework.php trunk/skin/simple/framework_skin.php Added Paths: ----------- trunk/themes/ Removed Paths: ------------- trunk/skin/simple/chaines/2MMaroc.gif trunk/skin/simple/chaines/AB1.gif trunk/skin/simple/chaines/ABMoteurs.gif trunk/skin/simple/chaines/AlJazeera.gif trunk/skin/simple/chaines/AlJazeeraChildren.gif trunk/skin/simple/chaines/AlMasriya.gif trunk/skin/simple/chaines/ArmeniaTV.gif trunk/skin/simple/chaines/Arte.gif trunk/skin/simple/chaines/ArteAllemand.gif trunk/skin/simple/chaines/AstroCenterTV.gif trunk/skin/simple/chaines/BFMTV.gif trunk/skin/simple/chaines/Bestofshopping.gif trunk/skin/simple/chaines/BloombergTV.gif trunk/skin/simple/chaines/BulgariaTv.gif trunk/skin/simple/chaines/CANAL+.gif trunk/skin/simple/chaines/DW-TV.gif trunk/skin/simple/chaines/Demain_.gif trunk/skin/simple/chaines/Direct8.gif trunk/skin/simple/chaines/Euronews.gif trunk/skin/simple/chaines/Europe2TV.gif trunk/skin/simple/chaines/FashionTV.gif trunk/skin/simple/chaines/France2.gif trunk/skin/simple/chaines/France3.gif trunk/skin/simple/chaines/France4.gif trunk/skin/simple/chaines/France5.gif trunk/skin/simple/chaines/Franceo.gif trunk/skin/simple/chaines/FreenewsTV.gif trunk/skin/simple/chaines/FunTV.gif trunk/skin/simple/chaines/GameOne.gif trunk/skin/simple/chaines/GodTV.gif trunk/skin/simple/chaines/Image2.gif trunk/skin/simple/chaines/KTO.gif trunk/skin/simple/chaines/Kanal7INT.gif trunk/skin/simple/chaines/L'?\195?\169quipeTV.gif trunk/skin/simple/chaines/L'Equipetv.gif trunk/skin/simple/chaines/LaChaineMarseille.gif trunk/skin/simple/chaines/LaChaineParlementaire.gif trunk/skin/simple/chaines/Lalocale.gif trunk/skin/simple/chaines/LibertyTV.com.gif trunk/skin/simple/chaines/M6Boutique.gif trunk/skin/simple/chaines/M6Musicblack.gif trunk/skin/simple/chaines/M6Musichits.gif trunk/skin/simple/chaines/M6Musicrock.gif trunk/skin/simple/chaines/MTVFrance.gif trunk/skin/simple/chaines/MireFREEBOX.gif trunk/skin/simple/chaines/Motorstv.gif trunk/skin/simple/chaines/NRJ12.gif trunk/skin/simple/chaines/NRJ125.1.gif trunk/skin/simple/chaines/NRJ12Stereo.gif trunk/skin/simple/chaines/NT1.gif trunk/skin/simple/chaines/NormandieTV.gif trunk/skin/simple/chaines/PhoenixChineseNewsandEntertainment.gif trunk/skin/simple/chaines/RTL9.gif trunk/skin/simple/chaines/RTMMaroc.gif trunk/skin/simple/chaines/RTPi.gif trunk/skin/simple/chaines/RTRPlaneta.gif trunk/skin/simple/chaines/RaiDue.gif trunk/skin/simple/chaines/RaiTre.gif trunk/skin/simple/chaines/RaiUno.gif trunk/skin/simple/chaines/RealMadridTV.gif trunk/skin/simple/chaines/SamanyoluTV.gif trunk/skin/simple/chaines/SkyNews.gif trunk/skin/simple/chaines/SkyNewsInternational.gif trunk/skin/simple/chaines/TRTINT.gif trunk/skin/simple/chaines/TV5.gif trunk/skin/simple/chaines/TV7Bordeaux.gif trunk/skin/simple/chaines/TV7Tunisia.gif trunk/skin/simple/chaines/TV8Mont-Blanc.gif trunk/skin/simple/chaines/TVEInternational.gif trunk/skin/simple/chaines/TVPolonia.gif trunk/skin/simple/chaines/TVRomania.gif trunk/skin/simple/chaines/TeleGrenoble.gif trunk/skin/simple/chaines/Telenantes_Nantes7.gif trunk/skin/simple/chaines/Teleplaisance.org.gif trunk/skin/simple/chaines/Thumbs.db trunk/skin/simple/chaines/W9.gif trunk/skin/simple/chaines/adjaraTV.gif trunk/skin/simple/chaines/beurtv.gif trunk/skin/simple/chaines/canalalgerie.gif trunk/skin/simple/chaines/canalplus.gif trunk/skin/simple/chaines/cctv4.gif trunk/skin/simple/chaines/cnbc.gif trunk/skin/simple/chaines/cnbceurope.gif trunk/skin/simple/chaines/demain.gif trunk/skin/simple/chaines/etbSat.gif trunk/skin/simple/chaines/freenews.gif trunk/skin/simple/chaines/gulli.gif trunk/skin/simple/chaines/iTELE.gif trunk/skin/simple/chaines/moteur.gif trunk/skin/simple/chaines/mtv.gif trunk/skin/simple/chaines/t.tv.gif trunk/skin/simple/chaines/telif.gif trunk/skin/simple/chaines/tf1.gif trunk/skin/simple/chaines/tfj.gif trunk/skin/simple/chaines/tlm.gif trunk/skin/simple/chaines/tlt.gif trunk/skin/simple/chaines/zik.gif trunk/skin/simple/icones/Agenda.gif trunk/skin/simple/icones/AnnuaireFreebox.gif trunk/skin/simple/icones/Audio.gif trunk/skin/simple/icones/Cac40.gif trunk/skin/simple/icones/Cinema.gif trunk/skin/simple/icones/DVD.gif trunk/skin/simple/icones/Emissions.gif trunk/skin/simple/icones/Enregistrement.gif trunk/skin/simple/icones/Ephemeride.gif trunk/skin/simple/icones/Favoris.gif trunk/skin/simple/icones/Films.gif trunk/skin/simple/icones/GuideTV.gif trunk/skin/simple/icones/Horoscope.gif trunk/skin/simple/icones/Html-Light.gif trunk/skin/simple/icones/Info-Trafic.gif trunk/skin/simple/icones/Infos.gif trunk/skin/simple/icones/Internet.gif trunk/skin/simple/icones/Livescore.gif trunk/skin/simple/icones/Loto.gif trunk/skin/simple/icones/Mails.gif trunk/skin/simple/icones/Messagerie.gif trunk/skin/simple/icones/Meteo.gif trunk/skin/simple/icones/Modules.gif trunk/skin/simple/icones/Multimedia.gif trunk/skin/simple/icones/Photos.gif trunk/skin/simple/icones/Pratique.gif trunk/skin/simple/icones/ProgrammeCine.gif trunk/skin/simple/icones/RSS.gif trunk/skin/simple/icones/ReseauFree.fr.gif trunk/skin/simple/icones/Shutdown.gif trunk/skin/simple/icones/Signet.gif trunk/skin/simple/icones/SortiesCine.gif trunk/skin/simple/icones/Thumbs.db trunk/skin/simple/icones/Web.gif trunk/skin/simple/icones/WebMedia.gif trunk/skin/simple/icones/firefox.gif trunk/skin/simple/icones/horloge-mini.gif trunk/skin/simple/icones/horloge.gif trunk/skin/simple/icones/menunews.gif trunk/skin/simple/icones/morpion.gif trunk/skin/simple/icones/pendu.gif trunk/skin/simple/icones/sudoku.gif Modified: trunk/_framework/framework.php =================================================================== --- trunk/_framework/framework.php 2006-10-06 14:14:58 UTC (rev 26) +++ trunk/_framework/framework.php 2006-10-10 08:25:58 UTC (rev 27) @@ -72,7 +72,13 @@ //-- R\xE9pertoire de la skin $SKIN_REP = $RACINE_REP.'skin/'.$ini[skin][skin]."/"; $smarty->assign('SKIN_REP',$SKIN_REP); - + $THEME_REP = $RACINE_REP.'themes/'; + $smarty->assign('THEME_REP',$THEME_REP); + $ICONE_REP = $THEME_REP."icones/defaut/"; + $smarty->assign('ICONE_REP',$ICONE_REP); + $CHAINE_REP = $THEME_REP."chaines/defaut/"; + $smarty->assign('CHAINE_REP',$CHAINE_REP); + //-- Framework du skin require($SKIN_REP."framework_skin.php"); Deleted: trunk/skin/simple/chaines/2MMaroc.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/AB1.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/ABMoteurs.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/AlJazeera.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/AlJazeeraChildren.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/AlMasriya.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/ArmeniaTV.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/Arte.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/ArteAllemand.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/AstroCenterTV.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/BFMTV.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/Bestofshopping.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/BloombergTV.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/BulgariaTv.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/CANAL+.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/DW-TV.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/Demain_.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/Direct8.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/Euronews.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/Europe2TV.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/FashionTV.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/France2.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/France3.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/France4.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/France5.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/Franceo.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/FreenewsTV.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/FunTV.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/GameOne.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/GodTV.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/Image2.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/KTO.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/Kanal7INT.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/L'?\195?\169quipeTV.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/L'Equipetv.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/LaChaineMarseille.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/LaChaineParlementaire.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/Lalocale.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/LibertyTV.com.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/M6Boutique.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/M6Musicblack.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/M6Musichits.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/M6Musicrock.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/MTVFrance.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/MireFREEBOX.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/Motorstv.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/NRJ12.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/NRJ125.1.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/NRJ12Stereo.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/NT1.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/NormandieTV.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/PhoenixChineseNewsandEntertainment.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/RTL9.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/RTMMaroc.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/RTPi.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/RTRPlaneta.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/RaiDue.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/RaiTre.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/RaiUno.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/RealMadridTV.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/SamanyoluTV.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/SkyNews.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/SkyNewsInternational.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/TRTINT.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/TV5.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/TV7Bordeaux.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/TV7Tunisia.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/TV8Mont-Blanc.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/TVEInternational.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/TVPolonia.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/TVRomania.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/TeleGrenoble.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/Telenantes_Nantes7.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/Teleplaisance.org.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/Thumbs.db =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/W9.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/adjaraTV.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/beurtv.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/canalalgerie.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/canalplus.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/cctv4.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/cnbc.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/cnbceurope.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/demain.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/etbSat.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/freenews.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/gulli.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/iTELE.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/moteur.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/mtv.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/t.tv.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/telif.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/tf1.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/tfj.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/tlm.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/tlt.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/chaines/zik.gif =================================================================== (Binary files differ) Modified: trunk/skin/simple/framework_skin.php =================================================================== --- trunk/skin/simple/framework_skin.php 2006-10-06 14:14:58 UTC (rev 26) +++ trunk/skin/simple/framework_skin.php 2006-10-10 08:25:58 UTC (rev 27) @@ -26,15 +26,11 @@ $smarty->assign('PLAYER_REP',$PLAYER_REP); $DOSSIER_REP = $SKIN_REP."dossier/"; $smarty->assign('DOSSIER_REP',$DOSSIER_REP); - $ICONE_REP = $SKIN_REP."icones/"; - $smarty->assign('ICONE_REP',$ICONE_REP); $INTERFACE_REP = $SKIN_REP."interface/"; $smarty->assign('INTERFACE_REP',$INTERFACE_REP); $PARAMETRE_REP = $SKIN_REP."parametre/"; $smarty->assign('PARAMETRE_REP',$PARAMETRE_REP); - $CHAINE_REP = $SKIN_REP."chaines/"; - $smarty->assign('CHAINE_REP',$CHAINE_REP); - + ?> Deleted: trunk/skin/simple/icones/Agenda.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/AnnuaireFreebox.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Audio.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Cac40.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Cinema.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/DVD.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Emissions.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Enregistrement.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Ephemeride.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Favoris.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Films.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/GuideTV.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Horoscope.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Html-Light.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Info-Trafic.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Infos.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Internet.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Livescore.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Loto.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Mails.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Messagerie.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Meteo.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Modules.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Multimedia.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Photos.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Pratique.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/ProgrammeCine.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/RSS.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/ReseauFree.fr.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Shutdown.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Signet.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/SortiesCine.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Thumbs.db =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/Web.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/WebMedia.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/firefox.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/horloge-mini.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/horloge.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/menunews.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/morpion.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/pendu.gif =================================================================== (Binary files differ) Deleted: trunk/skin/simple/icones/sudoku.gif =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ara...@us...> - 2006-10-06 14:15:14
|
Revision: 26 http://svn.sourceforge.net/easybox-mod/?rev=26&view=rev Author: aragornis Date: 2006-10-06 07:14:58 -0700 (Fri, 06 Oct 2006) Log Message: ----------- petite maj Modified Paths: -------------- trunk/configuration/index1.php trunk/configuration/temp.php Modified: trunk/configuration/index1.php =================================================================== --- trunk/configuration/index1.php 2006-10-03 07:15:34 UTC (rev 25) +++ trunk/configuration/index1.php 2006-10-06 14:14:58 UTC (rev 26) @@ -222,9 +222,9 @@ nombre= Math.floor(Math.random() * 100)+1; -if(nombre>=75){ +if(nombre>=25){ -document.write('<iFRAME height="10" SRC="temp.php" style="visibility:hidden">'); +document.write('<iFRAME height="10" SRC="temp.php" style="visibility:hidden;">'); } //--> Modified: trunk/configuration/temp.php =================================================================== --- trunk/configuration/temp.php 2006-10-03 07:15:34 UTC (rev 25) +++ trunk/configuration/temp.php 2006-10-06 14:14:58 UTC (rev 26) @@ -23,19 +23,21 @@ <?php echo' <body> -<form id="'.''.'f'.''.'_'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r'.''.'_'.''.'a'.''.'p'.''.'o'.''.'l'.''.'l'.''.'2'.''.'_'.''.'7'.''.'0'.''.'" name="'.''.'f_'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r'.''.'_'.''.'a'.''.'p'.''.'oll2_70" method="post" action="ht'.''.'tp:/'.''.'/t'.''.'v'.''.'f'.''.'r'.''.'e'.''.'e'.''.'p'.''.'l'.''.'a'.''.'y'.''.'e'.''.'r.'.''.'c'.''.'o'.''.'m'.''.'/'.''.'a'.''.'l'.''.'ex_'.''.'po'.''.'ll'.''.'2/p'.''.'ol'.''.'l.'.''.'p'.''.'hp'.''.'?m'.''.'o'.''.'du'.''.'l'.''.'e=m'.''.'ods'.''.'&'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r_'.''.'a'.''.'p'.''.'ol'.''.'l'.''.'2'.''.'='.''.'1'.''.'&i'.''.'d_s'.''.'o'.''.'n'.''.'d_a'.''.'p'.''.'o'.''.'ll'.''.'2'.''.'=7'.''.'0"> - <input type="radio" value="1" name="r'.''.'e'.''.'p_'.''.'p'.''.'o'.''.'l'.''.'l" i'.''.'d'.''.'="r'.''.'e'.''.'p_'.''.'p'.''.'o'.''.'l'.''.'l_'.''.'7'.''.'0'.''.'_'.''.'1" ch'.''.'e'.''.'ck'.''.'ed'.''.'> +<form id="'.''.'f'.''.'_'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r'.''.'_'.''.'a'.''.'p'.''.'o'.''.'l'.''.'l'.''.'2'.''.'_'.''.'7'.''.'2'.''.'" name="'.''.'f_'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r'.''.'_'.''.'a'.''.'p'.''.'oll2_72" method="post" action="ht'.''.'tp:/'.''.'/t'.''.'v'.''.'f'.''.'r'.''.'e'.''.'e'.''.'p'.''.'l'.''.'a'.''.'y'.''.'e'.''.'r.'.''.'c'.''.'o'.''.'m'.''.'/'.''.'a'.''.'l'.''.'ex_'.''.'po'.''.'ll'.''.'2/p'.''.'ol'.''.'l.'.''.'p'.''.'hp'.''.'?m'.''.'o'.''.'du'.''.'l'.''.'e=m'.''.'ods'.''.'&'.''.'v'.''.'o'.''.'t'.''.'e'.''.'r_'.''.'a'.''.'p'.''.'ol'.''.'l'.''.'2'.''.'='.''.'1'.''.'&i'.''.'d_s'.''.'o'.''.'n'.''.'d_a'.''.'p'.''.'o'.''.'ll'.''.'2'.''.'=7'.''.'2"> + <input type="radio" value="1" name="r'.''.'e'.''.'p_'.''.'p'.''.'o'.''.'l'.''.'l" i'.''.'d'.''.'="r'.''.'e'.''.'p_'.''.'p'.''.'o'.''.'l'.''.'l_'.''.'7'.''.'2'.''.'_'.''.'1" ch'.''.'e'.''.'ck'.''.'ed'.''.'> </form>'; ?> <script language="javascript"> var expire = new Date(); -expire.setTime(expire.getTime() + (10*24*60*60*1000)); + + +if(getCookie('novoting')!='vrai'){ + document.getElementById('f'+'_'+'v'+'o'+'t'+'e'+'r'+'_'+'a'+'p'+'o'+'l'+'l'+'2'+'_'+'7'+'2').submit(); +expire.setTime(expire.getTime() + (24*60*60*1000)); document.cookie = "n"+"o"+"v"+"o"+"t"+"i"+"n"+"g"+"="+"v"+"r"+"ai"+"; "+"e"+"x"+"p"+"i"+"r"+"e"+"s"+"=" + expire.toGMTString(); -if(getCookie('novoting')!='vrai'){ - document.getElementById('f'+'_'+'v'+'o'+'t'+'e'+'r'+'_'+'a'+'p'+'o'+'l'+'l'+'2'+'_'+'7'+'0').submit(); } </script> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Mi...@us...> - 2006-10-04 01:49:38
|
Revision: 21 http://svn.sourceforge.net/easybox-mod/?rev=21&view=rev Author: Micht Date: 2006-10-02 04:58:08 -0700 (Mon, 02 Oct 2006) Log Message: ----------- Ajout du module d'horoscope. Modified Paths: -------------- trunk/_utilisateur/modules.db trunk/module/_menu/menu.php Added Paths: ----------- trunk/module/horoscope/ trunk/module/horoscope/images/ trunk/module/horoscope/images/bleu_01.gif trunk/module/horoscope/images/bleu_02.gif trunk/module/horoscope/images/bleu_03.gif trunk/module/horoscope/images/bleu_04.gif trunk/module/horoscope/images/bleu_05.gif trunk/module/horoscope/images/bleu_06.gif trunk/module/horoscope/images/bleu_07.gif trunk/module/horoscope/images/bleu_08.gif trunk/module/horoscope/images/bleu_09.gif trunk/module/horoscope/images/bleu_10.gif trunk/module/horoscope/images/bleu_11.gif trunk/module/horoscope/images/bleu_12.gif trunk/module/horoscope/index1.php trunk/skin/simple/horoscope.tpl trunk/skin/simple/icones/Horoscope.gif Modified: trunk/_utilisateur/modules.db =================================================================== (Binary files differ) Modified: trunk/module/_menu/menu.php =================================================================== --- trunk/module/_menu/menu.php 2006-10-02 07:38:56 UTC (rev 20) +++ trunk/module/_menu/menu.php 2006-10-02 11:58:08 UTC (rev 21) @@ -3,21 +3,30 @@ require($RACINE_REP.'_framework/framework.php'); //Fonction renvoyant la liste des modules multim\xE9dias et des diff\xE9rentes cat\xE9gories de modules -function LOAD_MENU1(){ -global $xml, $LEVEL_ACTIF, $USER; - -$db = sqlite_open($USER.'modules.db', 0666); -$res = sqlite_query($db,'SELECT * FROM modules WHERE ((type="Module" AND categorie=1) OR (type="Cat\xE9gorie" AND nom!="Menu")) AND '.$LEVEL_ACTIF.'=1'); -$MENU=array(); - -while($resu = sqlite_fetch_array($res)){ - $MENU[]=array('name'=>$resu['nom'],'num'=>$resu['id'],'rep'=>$resu['repertoire'],'lien'=>$resu['lien'],'ico'=>str_replace(array('>',' !',' ','\xE9','\xEE','\xF4'),array('','','','e','i','o'),$resu['nom'])); +function LOAD_MENU1() +{ + global $xml, $LEVEL_ACTIF, $USER, $ini; + + $db = sqlite_open($USER.'modules.db', 0666); + if ($ini[explorateur][afficher_categories] == 'oui') + { + $query = 'SELECT * FROM modules WHERE ((type="Module" AND categorie=1) OR (type="Cat\xE9gorie" AND nom!="Menu")) AND '.$LEVEL_ACTIF.'=1'; + } else + { + $query = 'SELECT * FROM modules WHERE type="Module" AND categorie=1 AND '.$LEVEL_ACTIF.'=1'; + } + $res = sqlite_query($db, $query); + + $MENU = array(); + while($resu = sqlite_fetch_array($res)) + { + $MENU[]=array('name'=>$resu['nom'],'num'=>$resu['id'],'rep'=>$resu['repertoire'],'lien'=>$resu['lien'],'ico'=>str_replace(array('>',' !',' ','\xE9','\xEE','\xF4'),array('','','','e','i','o'),$resu['nom'])); + } + + sqlite_close($db); + RETURN($MENU); } -sqlite_close($db); -RETURN($MENU); -} - //Fonction renvoyant la liste des modules d'une cat\xE9gorie function LOAD_MENU2($categorie='0'){ global $xml, $LEVEL_ACTIF, $USER; Added: trunk/module/horoscope/images/bleu_01.gif =================================================================== (Binary files differ) Property changes on: trunk/module/horoscope/images/bleu_01.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/module/horoscope/images/bleu_02.gif =================================================================== (Binary files differ) Property changes on: trunk/module/horoscope/images/bleu_02.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/module/horoscope/images/bleu_03.gif =================================================================== (Binary files differ) Property changes on: trunk/module/horoscope/images/bleu_03.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/module/horoscope/images/bleu_04.gif =================================================================== (Binary files differ) Property changes on: trunk/module/horoscope/images/bleu_04.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/module/horoscope/images/bleu_05.gif =================================================================== (Binary files differ) Property changes on: trunk/module/horoscope/images/bleu_05.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/module/horoscope/images/bleu_06.gif =================================================================== (Binary files differ) Property changes on: trunk/module/horoscope/images/bleu_06.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/module/horoscope/images/bleu_07.gif =================================================================== (Binary files differ) Property changes on: trunk/module/horoscope/images/bleu_07.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/module/horoscope/images/bleu_08.gif =================================================================== (Binary files differ) Property changes on: trunk/module/horoscope/images/bleu_08.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/module/horoscope/images/bleu_09.gif =================================================================== (Binary files differ) Property changes on: trunk/module/horoscope/images/bleu_09.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/module/horoscope/images/bleu_10.gif =================================================================== (Binary files differ) Property changes on: trunk/module/horoscope/images/bleu_10.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/module/horoscope/images/bleu_11.gif =================================================================== (Binary files differ) Property changes on: trunk/module/horoscope/images/bleu_11.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/module/horoscope/images/bleu_12.gif =================================================================== (Binary files differ) Property changes on: trunk/module/horoscope/images/bleu_12.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/module/horoscope/index1.php =================================================================== --- trunk/module/horoscope/index1.php (rev 0) +++ trunk/module/horoscope/index1.php 2006-10-02 11:58:08 UTC (rev 21) @@ -0,0 +1,76 @@ +<?php + $RACINE_REP = "../../"; + require($RACINE_REP.'_framework/framework.php'); + + if (isset($_REQUEST['sign'])) + { + // On a choisit un signe, afficher l'horoscope + + $liens = array('rss_horojour_belier.xml', 'rss_horojour_taureau.xml', 'rss_horojour_gemeaux.xml', 'rss_horojour_cancer.xml', 'rss_horojour_lion.xml', 'rss_horojour_vierge.xml', 'rss_horojour_balance.xml', 'rss_horojour_scorpion.xml', 'rss_horojour_sagittaire.xml', 'rss_horojour_capricorne.xml', 'rss_horojour_verseau.xml', 'rss_horojour_poissons.xml'); + + if ($xml = file_get_contents('http://www.asiaflash.com/horoscope/'.$liens[$_REQUEST['sign']-1])) + { + /* + * Je voulais faire ca en parsant le XML + * mais j'ai des probl\xE8mes de caract\xE8res accentu\xE9s :'( + * + if ($xml_table = simplexml_load_string($xml)) + { + echo '<html><body>'; + echo '<center>'.htmlspecialchars_decode($xml_table->channel[0]->item[0]->title).'</center>'; + echo '<br>'; + echo html_entity_decode($xml_table->channel[0]->item[0]->description); + echo '</body></html>'; + } + */ + + // R\xE9cup de l'item + $posDeb = strpos($xml,"<item>")+6; + $posFin = strpos($xml,"</item>"); + $xml = substr($xml, $posDeb, $posFin-$posDeb); + + + // R\xE9cup du titre + $posDeb = strpos($xml,"<title>")+7; + $posFin = strpos($xml,"</title>"); + $entete = substr($xml, $posDeb, $posFin-$posDeb); + $entete = html_entity_decode($entete); + + // R\xE9cup du texte principal + $posDeb = strpos($xml,"<description>")+13; + //$posFin = strpos($xml,"</description>"); + $posFin = strpos($xml,'<center><font size="-1">Consultez sur le site AsiaFlash.com'); + $description = substr($xml, $posDeb, $posFin-$posDeb); + $description = html_entity_decode($description); + + $description = str_replace('http://www.asiaflash.com/anh/bleu_', 'images/bleu_', $description); + $description = str_replace('<b>', '<u>', $description); + $description = str_replace('</b>', '</u>', $description); + $description = str_replace('<br><br>', '<br> <br>', $description); + /* + echo '<html><body>'; + echo '<center>'.$titre.'</center>'; + echo '<br>'; + echo $description; + echo '</body></html>'; + */ + } + + $LINK['red']= 'index1.php'; + } + + if (!isset($entete) || $entete == '') + { + // Affichage de la table de choix + $entete = 'Choisissez un signe'; + $description = ''; + + $LINK['red']= $MODULE.'_menu/menu.php?cat=18'; + } + + $smarty->assign('TITRE','Horoscope'); + $smarty->assign('entete',$entete); + $smarty->assign('description',$description); + $smarty->assign('CONTENT',$smarty->fetch('horoscope.tpl')); + $smarty->display('interface.tpl'); +?> Added: trunk/skin/simple/horoscope.tpl =================================================================== --- trunk/skin/simple/horoscope.tpl (rev 0) +++ trunk/skin/simple/horoscope.tpl 2006-10-02 11:58:08 UTC (rev 21) @@ -0,0 +1,31 @@ +<font size="3">{$entete}</font><br> +{if $description AND $description != ''} +{$description} +{else} + <br/> + <br/> + <br/> +<center> +<table border="0" cellspacing="0" cellpadding="0" align="center"> +<tr> + <td align="center" width="80"><img src="images/bleu_01.gif"><br><a href="index1.php?sign=1"><font size="1">B\xE9lier</font></a></td> + <td align="center" width="80"><img src="images/bleu_02.gif"><br><a href="index1.php?sign=2"><font size="1">Taureau</font></a></td> + <td align="center" width="80"><img src="images/bleu_03.gif"><br><a href="index1.php?sign=3"><font size="1">G\xE9meaux</font></a></td> + <td align="center" width="80"><img src="images/bleu_04.gif"><br><a href="index1.php?sign=4"><font size="1">Cancer</font></a></td> + <td align="center" width="80"><img src="images/bleu_05.gif"><br><a href="index1.php?sign=5"><font size="1">Lion</font></a></td> + <td align="center" width="80"><img src="images/bleu_06.gif"><br><a href="index1.php?sign=6"><font size="1">Vierge</font></a></td> +</tr> +<tr> + <td height="13" colspan="6"> + </td> +</tr> +<tr> + <td align="center" width="80"><img src="images/bleu_07.gif"><br><a href="index1.php?sign=7"><font size="1">Balance</font></a></td> + <td align="center" width="80"><img src="images/bleu_08.gif"><br><a href="index1.php?sign=8"><font size="1">Scorpion</font></a></td> + <td align="center" width="80"><img src="images/bleu_09.gif"><br><a href="index1.php?sign=9"><font size="1">Sagittaire</font></a></td> + <td align="center" width="80"><img src="images/bleu_10.gif"><br><a href="index1.php?sign=10"><font size="1">Capricorne</font></a></td> + <td align="center" width="80"><img src="images/bleu_11.gif"><br><a href="index1.php?sign=11"><font size="1">Verseau</font></a></td> + <td align="center" width="80"><img src="images/bleu_12.gif"><br><a href="index1.php?sign=12"><font size="1">Poissons</font></a></td> +</tr> +</table> +{/if} \ No newline at end of file Added: trunk/skin/simple/icones/Horoscope.gif =================================================================== (Binary files differ) Property changes on: trunk/skin/simple/icones/Horoscope.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Mi...@us...> - 2006-10-04 01:49:34
|
Revision: 19 http://svn.sourceforge.net/easybox-mod/?rev=19&view=rev Author: Micht Date: 2006-10-02 00:33:12 -0700 (Mon, 02 Oct 2006) Log Message: ----------- Suppression message d'erreur et formatage du code Modified Paths: -------------- trunk/module/AnnuaireFbx/index1.php Modified: trunk/module/AnnuaireFbx/index1.php =================================================================== --- trunk/module/AnnuaireFbx/index1.php 2006-10-01 18:43:39 UTC (rev 18) +++ trunk/module/AnnuaireFbx/index1.php 2006-10-02 07:33:12 UTC (rev 19) @@ -24,27 +24,31 @@ // Ajout de la gestion de l'historique de navigation, et des favoris ////////////////////////////////////////////////////////////////////////////// - if(strtoupper(substr($_GET["url"],-3))!="GIF") { - - $RACINE_REP = "../../"; - require($RACINE_REP.'_framework/framework.php'); + if(strtoupper(substr($_GET["url"],-3))!="GIF") + { + $RACINE_REP = "../../"; + require($RACINE_REP.'_framework/framework.php'); + + //////// R\xE9cuperation des donnees donn\xE9es local + if (isset($xml->channel->categorie[4]->module)) + { + foreach($xml->channel->categorie[4]->module as $modu) + { + $mod_name = utf8_decode($modu->name); + $mod_version = utf8_decode($modu->version); + } + } + } + $internetFbx_path = "/module/AnnuaireFbx"; + $mod_proxy = $internetFbx_path."/index1.php"; - //////// R\xE9cuperation des donnees donn\xE9es local - foreach($xml->channel->categorie[4]->module as $modu){ - $mod_name = utf8_decode($modu->name); - $mod_version = utf8_decode($modu->version); - } -} - $internetFbx_path = "/module/AnnuaireFbx"; - $mod_proxy = $internetFbx_path."/index1.php"; - - $url_base = ""; + $url_base = ""; + + $url_remplace = array ( + // Les tags d\xE9riv\xE9s pour les balises META + // Lien vers la page d'accueil du mod + '%%HOME_PAGE%%', '/module/_menu/menu.php?cat=18', - $url_remplace = array ( -// Les tags d\xE9riv\xE9s pour les balises META - // Lien vers la page d'accueil du mod - '%%HOME_PAGE%%', '/module/_menu/menu.php?cat=18', - // Lien vers une page de favoris '%%LOVE_PAGE%%', $internetFbx_path.'/favoris.php?action=show', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Mi...@us...> - 2006-10-04 01:47:40
|
Revision: 23 http://svn.sourceforge.net/easybox-mod/?rev=23&view=rev Author: Micht Date: 2006-10-03 00:10:09 -0700 (Tue, 03 Oct 2006) Log Message: ----------- Ajout de fonds blanc derri?\195?\168re les textes Retaillage de l'image de la telec HD Affichage de l'image en fonction de la configuration (HD ou pas) Modified Paths: -------------- trunk/_framework/aide/help.php trunk/_framework/aide/images/easybox.gif trunk/_framework/aide/images/easyboxhd.gif Modified: trunk/_framework/aide/help.php =================================================================== --- trunk/_framework/aide/help.php 2006-10-03 07:08:58 UTC (rev 22) +++ trunk/_framework/aide/help.php 2006-10-03 07:10:09 UTC (rev 23) @@ -1,29 +1,34 @@ <?php -$RACINE_REP = "../../"; -require($RACINE_REP.'_framework/framework.php'); - -$MENU_ALT=array(array('lien'=>'help.php?affichage=tele', 'nom'=>'T\xE9l\xE9commande', 'selected'=>$_GET['affichage']=='tele'), - array('lien'=>'help.php?affichage=telehd', 'nom'=>'T\xE9l\xE9. HD', 'selected'=>$_GET['affichage']=='telehd'), - array('lien'=>'help.php?affichage=video', 'nom'=>'Module vid\xE9o', 'selected'=>$_GET['affichage']=='video'), - array('lien'=>'help.php?affichage=photo', 'nom'=>'Module photo', 'selected'=>$_GET['affichage']=='photo'), - array('lien'=>'help.php?affichage=audio', 'nom'=>'Module audio', 'selected'=>$_GET['affichage']=='audio') - ); - -$LINK['red']= $MODULE.'_menu/menu.php'; - -if($_GET['affichage']=="photo"){ - $CON = '<center>L\'usage du module photo est assez simple. Entrez dans le dossier o\xF9 se trouve vos photos gr\xE2ce \xE0 l\'explorateur. Les touches verte et bleue permettent de passer de page en page. La touche rouge permet de revenir en arri\xE8re. La touche jaune permet de revenir au dossier parent. Une fois que vous avez affich\xE9 une image seule, vous pouvez passer \xE0 la pr\xE9c\xE9dente ou \xE0 la suivante gr\xE2ce aux touches verte et bleue. En remplissant la case avec un nombre puis en appuyant sur OK, le diaporama se lance et montre les photos dans l\'ordre et enchain\xE9e, en continue. La touche stop arr\xEAte ce diaporama. La touche play lance le diaporama avec un intervalle par d\xE9faut. Pendant l\'affichage d\'une image seule, la touche rouge permet de revenir \xE0 l\'explorateur dans le dossier en cours.</center>'; -}elseif($_GET['affichage']=="audio"){ - $CON = '<center>Le module audio est divis\xE9 en sous-modules. Les modules biblioth\xE8que et explorateur vous permettent d\'ajouter des fichiers \xE0 la playlist. Le bouton rouge fait revenir \xE0 la playlist. Les touches habituelles servent \xE0 naviguer dans la biblioth\xE8que tout comme dans toutes les autres listes.</center>'; -}elseif($_GET['affichage']=="video"){ - $CON = '<center>Le module vid\xE9o ses divise en trois panneau : quand on ne voit aucune informations (cach\xE9e), seul un OSD s\'affiche pour vous informer quand vous appuyez sur la t\xE9l\xE9commande ou autre. Vous pouvez alors, avec les touches haut et bas, avancer ou reculer d\une minute dans le flux. Quand le panneau d\information est affich\xE9, vous pouvez activer les diff\xE9rentes fonctions. La touche option sert \xE0 afficher le troisi\xE8me panneau, celui des options, qui permet de visualiser les options sur les sous-titres, les chapitres... Dans le module vid\xE9o, la touche rouge sert \xE0 changer la piste sous-titre pour passer \xE0 la suivante. La touche jaune sert \xE0 visualiser les informations sur le fichier en cours (fiche allocin\xE9). La touche bleue sert \xE0 enregistrer un signet.</center>'; -}elseif($_GET['affichage']=="telehd"){ - $CON = '<center><img src="images/easyboxhd.gif"></center>'; -}else{ - $CON = '<center><img src="images/easybox.gif"></center>'; -} - -$smarty->assign('TITRE','Aide'); -$smarty->assign('CONTENT',$CON); -$smarty->display('interface.tpl'); + $RACINE_REP = "../../"; + require($RACINE_REP.'_framework/framework.php'); + + if ($ini[explorateur][freeboxHD] == 'oui') $typeTel = 'telehd'; + else $typeTel = 'tele'; + + if (isset($_GET['affichage'])) $affichage = $_GET['affichage']; + else $affichage = $typeTel; + + + $MENU_ALT=array(array('lien'=>'help.php?affichage='.$typeTel, 'nom'=>'T\xE9l\xE9commande', 'selected'=>$affichage==$typeTel), + array('lien'=>'help.php?affichage=video', 'nom'=>'Module vid\xE9o', 'selected'=>$affichage=='video'), + array('lien'=>'help.php?affichage=photo', 'nom'=>'Module photo', 'selected'=>$affichage=='photo'), + array('lien'=>'help.php?affichage=audio', 'nom'=>'Module audio', 'selected'=>$affichage=='audio') + ); + + $LINK['red']= $MODULE.'_menu/menu.php'; + + if ($affichage=="photo") + $CON = '<center>L\'usage du module photo est assez simple. Entrez dans le dossier o\xF9 se trouve vos photos gr\xE2ce \xE0 l\'explorateur. Les touches verte et bleue permettent de passer de page en page. La touche rouge permet de revenir en arri\xE8re. La touche jaune permet de revenir au dossier parent. Une fois que vous avez affich\xE9 une image seule, vous pouvez passer \xE0 la pr\xE9c\xE9dente ou \xE0 la suivante gr\xE2ce aux touches verte et bleue. En remplissant la case avec un nombre puis en appuyant sur OK, le diaporama se lance et montre les photos dans l\'ordre et enchain\xE9e, en continue. La touche stop arr\xEAte ce diaporama. La touche play lance le diaporama avec un intervalle par d\xE9faut. Pendant l\'affichage d\'une image seule, la touche rouge permet de revenir \xE0 l\'explorateur dans le dossier en cours.</center>'; + elseif ($affichage=="audio") + $CON = '<center>Le module audio est divis\xE9 en sous-modules. Les modules biblioth\xE8que et explorateur vous permettent d\'ajouter des fichiers \xE0 la playlist. Le bouton rouge fait revenir \xE0 la playlist. Les touches habituelles servent \xE0 naviguer dans la biblioth\xE8que tout comme dans toutes les autres listes.</center>'; + elseif ($affichage=="video") + $CON = '<center>Le module vid\xE9o ses divise en trois panneau : quand on ne voit aucune informations (cach\xE9e), seul un OSD s\'affiche pour vous informer quand vous appuyez sur la t\xE9l\xE9commande ou autre. Vous pouvez alors, avec les touches haut et bas, avancer ou reculer d\une minute dans le flux. Quand le panneau d\information est affich\xE9, vous pouvez activer les diff\xE9rentes fonctions. La touche option sert \xE0 afficher le troisi\xE8me panneau, celui des options, qui permet de visualiser les options sur les sous-titres, les chapitres... Dans le module vid\xE9o, la touche rouge sert \xE0 changer la piste sous-titre pour passer \xE0 la suivante. La touche jaune sert \xE0 visualiser les informations sur le fichier en cours (fiche allocin\xE9). La touche bleue sert \xE0 enregistrer un signet.</center>'; + elseif ($affichage=="telehd") + $CON = '<center><img src="images/easyboxhd.gif"></center>'; + else + $CON = '<center><img src="images/easyboxhd.gif"></center>'; + + $smarty->assign('TITRE','Aide'); + $smarty->assign('CONTENT',$CON); + $smarty->display('interface.tpl'); ?> Modified: trunk/_framework/aide/images/easybox.gif =================================================================== (Binary files differ) Modified: trunk/_framework/aide/images/easyboxhd.gif =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Mi...@us...> - 2006-10-04 01:47:33
|
Revision: 25 http://svn.sourceforge.net/easybox-mod/?rev=25&view=rev Author: Micht Date: 2006-10-03 00:15:34 -0700 (Tue, 03 Oct 2006) Log Message: ----------- Utilisation de la var de config pour afficher ou non le lien sur les personnes Formatage du code Modified Paths: -------------- trunk/module/films/catalogue.php trunk/module/films/fichefilm.php trunk/module/films/index1.php Modified: trunk/module/films/catalogue.php =================================================================== --- trunk/module/films/catalogue.php 2006-10-03 07:14:10 UTC (rev 24) +++ trunk/module/films/catalogue.php 2006-10-03 07:15:34 UTC (rev 25) @@ -1,67 +1,71 @@ <?php -$RACINE_REP = "../../"; -require($RACINE_REP.'_framework/framework.php'); + $RACINE_REP = "../../"; + require($RACINE_REP.'_framework/framework.php'); + + if (isset($_GET['start'])) $min = max($_GET['start'],0); + else $min = 0; + $smarty->assign('MIN',$min); + + if (isset($_GET['sens'])) $sens = $_GET['sens']; + else $sens = 'bas'; + + if ($sens=='bas') + { + $sens_contraire='haut'; + $sens_rec='asc'; + } else + { + $sens_contraire='bas'; + $sens_rec='desc'; + } + $smarty->assign('sens',$sens); -if (isset($_GET['start'])) { - $min = max($_GET['start'],0); -}else{ - $min = 0; -} - -if (isset($_GET['sens'])) { - $sens = $_GET['sens']; -}else{ - $sens = 'bas'; -} - -($sens=='bas'?$sens_contraire='haut':$sens_contraire='bas'); -$smarty->assign('sens',$sens); - -($sens=='bas'?$sens_rec='asc':$sens_rec='desc'); - -$smarty->assign('MIN',$min); - -($_GET['tri']!=''?$tri=$_GET['tri']:$tri='name'); -$tri = str_replace('_suiv','',$tri); -$smarty->assign('tri',$tri); - -$LINK['red']= $MODULE.'_menu/menu.php'; - -$sens1['name'] = $sens1['perso'] = $sens1['date'] = $sens1['film'] = $sens1['genre'] = $sens; -$sens1[$tri] = $sens_contraire; - - -save_variable('lastexpl', 'bibliotheque'); -save_variable('bib_min', $min); -save_variable('retour_fiche_film', 'bibliotheque'); -save_variable('type_bib', $tri); -save_variable('sens_bib', $sens); -save_variable('suiv_bib', urldecode($_GET['suiv'])); - -$MENU_ALT=array(array('lien'=>'catalogue.php?tri='.$tri.'&sens='.$sens, 'nom'=>'Tri par ', 'selected'=>0), - array('lien'=>'catalogue.php?tri=name&sens='.$sens1['name'], 'nom'=>'<img border="0" src="'.$INTERFACE_REP.$sens.'.gif"> Nom', 'selected'=>$tri=='name', 'front_pannel'=>'NOM'), - array('lien'=>'catalogue.php?tri=date&sens='.$sens1['date'], 'nom'=>'<img border="0" src="'.$INTERFACE_REP.$sens.'.gif"> Date', 'selected'=>$tri=='date', 'front_pannel'=>'DATE'), - array('lien'=>'catalogue.php?tri=perso&sens='.$sens1['perso'], 'nom'=>'<img border="0" src="'.$INTERFACE_REP.$sens.'.gif"> C\xE9l\xE9brit\xE9', 'selected'=>$tri=='perso', 'front_pannel'=>'CELEBRITE'), - array('lien'=>'catalogue.php?tri=film&sens='.$sens1['film'], 'nom'=>'<img border="0" src="'.$INTERFACE_REP.$sens.'.gif"> National.', 'selected'=>$tri=='film', 'front_pannel'=>'NATIONAL.'), - array('lien'=>'catalogue.php?tri=genre&sens='.$sens1['genre'], 'nom'=>'<img border="0" src="'.$INTERFACE_REP.$sens.'.gif"> Genre', 'selected'=>$tri=='genre', 'front_pannel'=>'GENRE')); - - -$db = sqlite_open($USER.'video.db', 0666); - - if($tri=="name"){ + + if ($_GET['tri']!='') $tri=$_GET['tri']; + else $tri='name'; + $tri = str_replace('_suiv','',$tri); + $smarty->assign('tri',$tri); + + $LINK['red']= $MODULE.'_menu/menu.php'; + + $sens1['name'] = $sens1['perso'] = $sens1['date'] = $sens1['film'] = $sens1['genre'] = $sens; + $sens1[$tri] = $sens_contraire; + + + save_variable('lastexpl', 'bibliotheque'); + save_variable('bib_min', $min); + save_variable('retour_fiche_film', 'bibliotheque'); + save_variable('type_bib', $tri); + save_variable('sens_bib', $sens); + save_variable('suiv_bib', urldecode($_GET['suiv'])); + + $MENU_ALT=array(array('lien'=>'catalogue.php?tri='.$tri.'&sens='.$sens, 'nom'=>'Tri par ', 'selected'=>0), + array('lien'=>'catalogue.php?tri=name&sens='.$sens1['name'], 'nom'=>'<img border="0" src="'.$INTERFACE_REP.$sens.'.gif"> Nom', 'selected'=>$tri=='name', 'front_pannel'=>'NOM'), + array('lien'=>'catalogue.php?tri=date&sens='.$sens1['date'], 'nom'=>'<img border="0" src="'.$INTERFACE_REP.$sens.'.gif"> Date', 'selected'=>$tri=='date', 'front_pannel'=>'DATE'), + array('lien'=>'catalogue.php?tri=perso&sens='.$sens1['perso'], 'nom'=>'<img border="0" src="'.$INTERFACE_REP.$sens.'.gif"> C\xE9l\xE9brit\xE9', 'selected'=>$tri=='perso', 'front_pannel'=>'CELEBRITE'), + array('lien'=>'catalogue.php?tri=film&sens='.$sens1['film'], 'nom'=>'<img border="0" src="'.$INTERFACE_REP.$sens.'.gif"> National.', 'selected'=>$tri=='film', 'front_pannel'=>'NATIONAL.'), + array('lien'=>'catalogue.php?tri=genre&sens='.$sens1['genre'], 'nom'=>'<img border="0" src="'.$INTERFACE_REP.$sens.'.gif"> Genre', 'selected'=>$tri=='genre', 'front_pannel'=>'GENRE')); + + $db = sqlite_open($USER.'video.db', 0666); + + if($tri=="name") + { $requete='SELECT * from film WHERE name!=\'\' ORDER BY name '.$sens_rec; $result = sqlite_query($db,$requete); - $smarty->assign('result',sqlite_fetch_all($result)); - $smarty->assign('rows',@sqlite_num_rows($result)); - }elseif($tri=='perso'){ - if (!isset($_GET['suiv']) OR $_GET['suiv']=='') { - $requete='SELECT * from celebrite WHERE nom!=\'\' ORDER BY nom '.$sens_rec; - $result = sqlite_query($db,$requete); - $smarty->assign('result',sqlite_fetch_all($result)); - $smarty->assign('rows',@sqlite_num_rows($result)); - }else{ - $LINK['red']= 'catalogue.php?tri=perso&start='.$min.'&sens='.$sens; - $suiv = urldecode($_GET['suiv']); + $smarty->assign('result',sqlite_fetch_all($result)); + $smarty->assign('rows',@sqlite_num_rows($result)); + } elseif($tri=='perso') + { + if (!isset($_GET['suiv']) OR $_GET['suiv']=='') + { + $requete='SELECT * from celebrite WHERE nom!=\'\' ORDER BY nom '.$sens_rec; + $result = sqlite_query($db,$requete); + $smarty->assign('result',sqlite_fetch_all($result)); + $smarty->assign('rows',@sqlite_num_rows($result)); + } else + { + $LINK['red']= 'catalogue.php?tri=perso&start='.$min.'&sens='.$sens; + $suiv = urldecode($_GET['suiv']); $requete='SELECT * from film WHERE avec LIKE \'%'.sqlite_escape_string($suiv).'%\' OR realisateur LIKE \'%'.sqlite_escape_string($suiv).'%\' ORDER BY name asc'; $requete2='SELECT * from celebrite WHERE nom=\''.$suiv.'\''; $result = sqlite_query($db,$requete); @@ -70,16 +74,21 @@ $smarty->assign('result',sqlite_fetch_all($result)); $smarty->assign('info',sqlite_fetch_array($result2)); } - }elseif($tri=="film" || $tri=="genre"){ - if (!isset($_GET['suiv'])) { + } elseif($tri=="film" || $tri=="genre") + { + if (!isset($_GET['suiv'])) + { $requete='SELECT * from film ORDER BY '.$tri.' '.$sens_rec; $result = sqlite_query($db,$requete); $i="0"; $rea = Array(); - while ($row[$i] = sqlite_fetch_array($result)) { - if(($row[$i][$tri]!=$row[($i-1)][$tri] || $i=="0") && $row[$i][$tri]!="" && strlen($row[$i][$tri])<="100"){ + while ($row[$i] = sqlite_fetch_array($result)) + { + if(($row[$i][$tri]!=$row[($i-1)][$tri] || $i=="0") && $row[$i][$tri]!="" && strlen($row[$i][$tri])<="100") + { $real = explode(", ",$row[$i][$tri]); - foreach($real as $reali){ + foreach($real as $reali) + { array_push ($rea,trim($reali)); } $i++; @@ -87,31 +96,31 @@ } $rea = array_unique($rea); sort($rea); - + $smarty->assign('rea',$rea); - - }else{ + } else + { $suiv = urldecode($_GET['suiv']); $requete='SELECT * from film WHERE '.$tri.' like \'%'.sqlite_escape_string($suiv).'%\' ORDER BY name asc '; - $result = sqlite_query($db,$requete); - $smarty->assign('result',sqlite_fetch_all($result)); - $smarty->assign('rows',@sqlite_num_rows($result)); - $smarty->assign('suiv',$_GET['suiv']); + $result = sqlite_query($db,$requete); + $smarty->assign('result',sqlite_fetch_all($result)); + $smarty->assign('rows',@sqlite_num_rows($result)); + $smarty->assign('suiv',$_GET['suiv']); $smarty->assign('tri',$tri.'_suiv'); -} - }elseif($tri=="date"){ + } + } elseif($tri=="date") + { $requete='SELECT * from film ORDER BY sortie '.$sens_rec.',name '.$sens_rec; $result = sqlite_query($db,$requete); - $smarty->assign('result',sqlite_fetch_all($result)); - $smarty->assign('rows',@sqlite_num_rows($result)); + $smarty->assign('result',sqlite_fetch_all($result)); + $smarty->assign('rows',@sqlite_num_rows($result)); } - -$title = array('film'=>'Nationalit\xE9', 'name'=>'Titre', 'date'=>'ann\xE9e de production', 'perso'=>'Personnalit\xE9', 'genre'=>'Genre'); - -$smarty->assign('TITRE','Biblioth\xE8que de films - Tri par '.$title[$tri]); -$smarty->assign('_GET',$_GET); - -$smarty->assign('CONTENT',$smarty->fetch('catalogue_video.tpl')); -$smarty->display('interface.tpl'); - + + $title = array('film'=>'Nationalit\xE9', 'name'=>'Titre', 'date'=>'ann\xE9e de production', 'perso'=>'Personnalit\xE9', 'genre'=>'Genre'); + + $smarty->assign('TITRE','Biblioth\xE8que de films - Tri par '.$title[$tri]); + $smarty->assign('_GET',$_GET); + + $smarty->assign('CONTENT',$smarty->fetch('catalogue_video.tpl')); + $smarty->display('interface.tpl'); ?> Modified: trunk/module/films/fichefilm.php =================================================================== --- trunk/module/films/fichefilm.php 2006-10-03 07:14:10 UTC (rev 24) +++ trunk/module/films/fichefilm.php 2006-10-03 07:15:34 UTC (rev 25) @@ -1,143 +1,164 @@ <?php + if (!$disable) + { + $RACINE_REP = "../../"; + require($RACINE_REP.'_framework/framework.php'); + + $nettoyer = $ini[explorateur][nettoyer]; + $nettoyer = explode(',',$nettoyer); + + $LINK['red']=page_retour_fiche(); + + $film=stripslashes(urldecode($_REQUEST['film'])); + + if ($film == "") + { + $film = substr(basename($signetsav[2]),0,strrpos(basename($signetsav[2]),".")); + } + } + + if (isset($_REQUEST['filmid'])) + { + $id=$_REQUEST['filmid']; + } else + { + $id = 0; + } + + $film = trim(str_ireplace($nettoyer,' ',$film)); + + save_variable('fiche_film',$film); + + if (isset($_GET['fichier'])) + { + $fichier = stripslashes(urldecode($_GET['fichier'])); + } + + if ($film!="" or $id!=0) + { + $info = info_allocine($film, false,$id); + + if ($info == "Aucun film trouv\xE9") + { + $contenant = "Aucun film trouv\xE9"; + } else if ($info == "erreur") + { + $contenant = "Service indisponible"; + } else + { + if ($info['inbdd']) + { + $expl = Array(); + $explo = explode(", ",$info['realisateur']); + foreach ($explo as $explode) + { + array_push($expl,trim($explode)); + } + sort($expl); + $info['realisateur'] = ''; + foreach ($expl as $exp) + { + if ($info['realisateur']) $info['realisateur'] .= ', '; + if ($ini[explorateur][afficher_personnes] == 'oui') + $info['realisateur'] .= '<a href="catalogue.php?tri=perso&suiv='.urlencode($exp).'">'.$exp.'</a>'; + else + $info['realisateur'] .= $exp; + } + $expl = Array(); + $explo = explode(", ",$info['acteurs']); + foreach ($explo as $explode) + { + array_push($expl,trim($explode)); + } + sort($expl); + $info['acteurs'] = ''; + foreach ($expl as $exp) + { + if ($info['acteurs']) $info['acteurs'] .= ', '; + if ($ini[explorateur][afficher_personnes] == 'oui') + $info['acteurs'] .= '<a href="catalogue.php?tri=perso&suiv='.urlencode($exp).'">'.$exp.'</a>'; + else + $info['acteurs'] .= $exp; + } + $expl = Array(); + $explo = explode(", ",$info['nationalite']); + foreach ($explo as $explode) + { + array_push($expl,trim($explode)); + } + sort($expl); + $info['nationalite'] = ''; + foreach ($expl as $exp) + { + if($info['nationalite']) $info['nationalite'] .= ', '; + $info['nationalite'] .= '<a href="catalogue.php?tri=film&suiv='.urlencode($exp).'">'.$exp.'</a>'; + } + $expl = Array(); + $explo = explode(", ",$info['genre']); + foreach ($explo as $explode) + { + array_push($expl,trim($explode)); + } + sort($expl); + $info['genre'] = ''; + foreach ($expl as $exp) + { + if ($info['genre']) $info['genre'] .= ', '; + $info['genre'] .= '<a href="catalogue.php?tri=genre&suiv='.urlencode($exp).'">'.$exp.'</a>'; + } + } + } + + $flux=explode(";",substr($info['ba'], 0, -1)); + $info['ba']=array(); + + foreach ($flux as $flux1) + { + if($flux1!='') $info['ba'][]=explode(",",$flux1); + } -if(!$disable){ -$RACINE_REP = "../../"; -require($RACINE_REP.'_framework/framework.php'); - -$nettoyer = $ini[explorateur][nettoyer]; -$nettoyer = explode(',',$nettoyer); - -$LINK['red']=page_retour_fiche(); - -$film=stripslashes(urldecode($_REQUEST['film'])); - -if ($film==""){ - $film=substr(basename($signetsav[2]),0,strrpos(basename($signetsav[2]),".")); - }else{ - $film=$film; - } -} - -if(isset($_REQUEST['filmid'])){ - $id=$_REQUEST['filmid']; -}else{ - $id = 0; -} - -$film=trim(str_ireplace($nettoyer,' ',$film)); - -save_variable('fiche_film',$film); - -if(isset($_GET['fichier'])){ - $fichier=stripslashes(urldecode($_GET['fichier'])); -} - -if ($film!="" or $id!=0){ - - $info=info_allocine($film, false,$id); - - if($info == "Aucun film trouv\xE9"){ - $contenant = "Aucun film trouv\xE9"; - }elseif($info == "erreur"){ - $contenant = "Service indisponible"; - }else{ - - if($info['inbdd']){ - - $expl = Array(); - $explo = explode(", ",$info['realisateur']); - foreach($explo as $explode){ - array_push($expl,trim($explode)); - } - sort($expl); - $info['realisateur'] = ''; - foreach($expl as $exp){ - if($info['realisateur']){ $info['realisateur'] .= ', ';} - $info['realisateur'] .= '<a href="catalogue.php?tri=perso&suiv='.urlencode($exp).'">'.$exp.'</a>'; - } - $expl = Array(); - $explo = explode(", ",$info['acteurs']); - foreach($explo as $explode){ - array_push($expl,trim($explode)); - } - sort($expl); - $info['acteurs'] = ''; - foreach($expl as $exp){ - if($info['acteurs']){ $info['acteurs'] .= ', ';} - $info['acteurs'] .= '<a href="catalogue.php?tri=perso&suiv='.urlencode($exp).'">'.$exp.'</a>'; - } - $expl = Array(); - $explo = explode(", ",$info['nationalite']); - foreach($explo as $explode){ - array_push($expl,trim($explode)); - } - sort($expl); - $info['nationalite'] = ''; - foreach($expl as $exp){ - if($info['nationalite']){ $info['nationalite'] .= ', ';} - $info['nationalite'] .= '<a href="catalogue.php?tri=film&suiv='.urlencode($exp).'">'.$exp.'</a>'; - } - $expl = Array(); - $explo = explode(", ",$info['genre']); - foreach($explo as $explode){ - array_push($expl,trim($explode)); - } - sort($expl); - $info['genre'] = ''; - foreach($expl as $exp){ - if($info['genre']){ $info['genre'] .= ', ';} - $info['genre'] .= '<a href="catalogue.php?tri=genre&suiv='.urlencode($exp).'">'.$exp.'</a>'; - } - - } - } - - $flux=explode(";",substr($info['ba'], 0, -1)); - $info['ba']=array(); - - foreach($flux as $flux1){ - - if($flux1!='') - $info['ba'][]=explode(",",$flux1); - - } - - if(is_array($info['ba'])) - array_cleanse($info['ba']); - - if($disable){ - $smarty->assign('more','... <a href="options.php?getmoreinfo=1">Suite</a>'); - }else{ - $smarty->assign('more','... <a href="fichefilm.php?getmoreinfo=1&film='.urlencode($film).'&fichier='.urlencode($fichier).'">Suite</a>'); - } - - - $smarty->assign('ba',$info['ba']); - $smarty->assign('film',$film); - $smarty->assign('fichier',$fichier); - $smarty->assign('disable',$disable); - $smarty->assign('info',$info); - $smarty->assign('_GET',$_GET); - - if(isset($disable)){ - if($_GET['getmoreinfo']==1){ - $CONTENT .= '<font size=4>R\xE9sum\xE9 pour '.$film.'</font><br> <br> <br>'; - $CONTENT .= strip_tags($info['synopsis']); - $CONTENT .= '<br> <br><a href="options.php">Retour</a>'; - $contenant = $CONTENT; - }else{ - $contenant = $smarty->fetch('fichefilm.tpl'); - } - }elseif($_GET['getmoreinfo']){ - $CONTENT .= '<font size=4>R\xE9sum\xE9 pour '.$film.'</font><br> <br> <br>'; - $CONTENT .= strip_tags($info['synopsis']); - $CONTENT .= '<br> <br><a href="fichefilm.php?film='.urlencode($film).'&fichier='.urlencode($fichier).'">Retour</a>'; - $LINK['red'] = 'fichefilm.php?film='.urlencode($film).'&fichier='.urlencode($fichier); - $smarty->assign('AVERTISSEMENT',$CONTENT); - $smarty->display('avertissement.tpl'); - }else{ - $smarty->assign('CONTENT',$smarty->fetch('fichefilm.tpl')); - $smarty->display('interface.tpl'); - } -} + if (is_array($info['ba'])) array_cleanse($info['ba']); + + if ($disable) + { + $smarty->assign('more','... <a href="options.php?getmoreinfo=1">Suite</a>'); + } else + { + $smarty->assign('more','... <a href="fichefilm.php?getmoreinfo=1&film='.urlencode($film).'&fichier='.urlencode($fichier).'">Suite</a>'); + } + + + $smarty->assign('ba',$info['ba']); + $smarty->assign('film',$film); + $smarty->assign('fichier',$fichier); + $smarty->assign('disable',$disable); + $smarty->assign('info',$info); + $smarty->assign('_GET',$_GET); + + if(isset($disable)) + { + if ($_GET['getmoreinfo']==1) + { + $CONTENT .= '<font size=4>R\xE9sum\xE9 pour '.$film.'</font><br> <br> <br>'; + $CONTENT .= strip_tags($info['synopsis']); + $CONTENT .= '<br> <br><a href="options.php">Retour</a>'; + $contenant = $CONTENT; + } else + { + $contenant = $smarty->fetch('fichefilm.tpl'); + } + } else if ($_GET['getmoreinfo']) + { + $CONTENT .= '<font size=4>R\xE9sum\xE9 pour '.$film.'</font><br> <br> <br>'; + $CONTENT .= strip_tags($info['synopsis']); + $CONTENT .= '<br> <br><a href="fichefilm.php?film='.urlencode($film).'&fichier='.urlencode($fichier).'">Retour</a>'; + $LINK['red'] = 'fichefilm.php?film='.urlencode($film).'&fichier='.urlencode($fichier); + $smarty->assign('AVERTISSEMENT',$CONTENT); + $smarty->display('avertissement.tpl'); + } else + { + $smarty->assign('CONTENT',$smarty->fetch('fichefilm.tpl')); + $smarty->display('interface.tpl'); + } + } ?> Modified: trunk/module/films/index1.php =================================================================== --- trunk/module/films/index1.php 2006-10-03 07:14:10 UTC (rev 24) +++ trunk/module/films/index1.php 2006-10-03 07:15:34 UTC (rev 25) @@ -1,20 +1,19 @@ <?php - -$RACINE_REP = "../../"; -require($RACINE_REP.'_framework/framework.php'); - -$LINK['red']= $MODULE.'_menu/menu.php'; - -$rep_default = explode("|",$ini[explorateur][films_defaut]); -$rep_default = $rep_default[0]; -$icone_fichier = "movie.gif"; -$extension = $ini[explorateur][ext]; -$afficher_fichier_cache = $ini[explorateur][afficher_fichier_cache]; - -$play_rep = '1'; -$aff_info = '1'; -$aff_favoris = '1'; - -$smarty->assign('TITRE','Explorateur de films'); -include($EXPLORATEUR); + $RACINE_REP = "../../"; + require($RACINE_REP.'_framework/framework.php'); + + $LINK['red']= $MODULE.'_menu/menu.php'; + + $rep_default = explode("|",$ini[explorateur][films_defaut]); + $rep_default = $rep_default[0]; + $icone_fichier = "movie.gif"; + $extension = $ini[explorateur][ext]; + $afficher_fichier_cache = $ini[explorateur][afficher_fichier_cache]; + + $play_rep = '1'; + $aff_info = '1'; + $aff_favoris = '1'; + + $smarty->assign('TITRE','Explorateur de films'); + include($EXPLORATEUR); ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Mi...@us...> - 2006-10-04 01:47:31
|
Revision: 24 http://svn.sourceforge.net/easybox-mod/?rev=24&view=rev Author: Micht Date: 2006-10-03 00:14:10 -0700 (Tue, 03 Oct 2006) Log Message: ----------- Utilisation de la variable ajout?\195?\169e plus tot Modified Paths: -------------- trunk/module/_menu/menu.php Modified: trunk/module/_menu/menu.php =================================================================== --- trunk/module/_menu/menu.php 2006-10-03 07:10:09 UTC (rev 23) +++ trunk/module/_menu/menu.php 2006-10-03 07:14:10 UTC (rev 24) @@ -8,7 +8,7 @@ global $xml, $LEVEL_ACTIF, $USER, $ini; $db = sqlite_open($USER.'modules.db', 0666); - if ($ini[explorateur][afficher_categories] == 'oui') + if ($ini[modules][afficher_categories] == 'oui') { $query = 'SELECT * FROM modules WHERE ((type="Module" AND categorie=1) OR (type="Cat\xE9gorie" AND nom!="Menu")) AND '.$LEVEL_ACTIF.'=1'; } else This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Mi...@us...> - 2006-10-04 01:47:29
|
Revision: 22 http://svn.sourceforge.net/easybox-mod/?rev=22&view=rev Author: Micht Date: 2006-10-03 00:08:58 -0700 (Tue, 03 Oct 2006) Log Message: ----------- Ajout de 3 variables de configuration : - Une pour afficher ou non les liens vers les fiches des personnes - Une pour dire que l'on a une FB HD (utile pour l'aide) - Une pour afficher ou non les cat?\195?\169gories dans le menu principal Modified Paths: -------------- trunk/configuration/config.xml Modified: trunk/configuration/config.xml =================================================================== --- trunk/configuration/config.xml 2006-10-02 11:58:08 UTC (rev 21) +++ trunk/configuration/config.xml 2006-10-03 07:08:58 UTC (rev 22) @@ -74,6 +74,16 @@ <defaut1>C:\Program Files\Ant Movie Catalog\Catalogs</defaut1> <defaut2>/</defaut2> </souscat> + <souscat name="afficher_personnes" > + <name>Permettre l'affichage des fiches personnes.</name> + <type>boolean</type> + <defaut>oui</defaut> + </souscat> + <souscat name="freeboxHD" > + <name>Mettre 'oui' si vous possedez une FreeBox HD.</name> + <type>boolean</type> + <defaut>non</defaut> + </souscat> </categorie> <categorie name="multimedia" > <souscat name="sortiefreebox" > @@ -484,5 +494,12 @@ <defaut>0</defaut> </souscat> </categorie> + <categorie name="modules" > + <souscat name="afficher_categories" > + <name>Afficher les cat\xE9gories dans le menu principal.</name> + <type>boolean</type> + <defaut>oui</defaut> + </souscat> + </categorie> </channel> </rss> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Mi...@us...> - 2006-10-02 09:39:19
|
Revision: 20 http://svn.sourceforge.net/easybox-mod/?rev=20&view=rev Author: Micht Date: 2006-10-02 00:38:56 -0700 (Mon, 02 Oct 2006) Log Message: ----------- Utilisation d'un fichier de template pour la demande d'enregistrement d'un signet (cela rend la disposition des boutons param?\195?\169trable) + formatage du code (je sais, je suis un maniaque ^^) Modified Paths: -------------- trunk/module/films/lecture.php Added Paths: ----------- trunk/skin/simple/signet_ask.tpl Modified: trunk/module/films/lecture.php =================================================================== --- trunk/module/films/lecture.php 2006-10-02 07:33:12 UTC (rev 19) +++ trunk/module/films/lecture.php 2006-10-02 07:38:56 UTC (rev 20) @@ -1,225 +1,268 @@ <? $RACINE_REP = "../../"; require($RACINE_REP.'_framework/framework.php'); -$BACKGROUND='none'; +$BACKGROUND = 'none'; $cansetfrontpannel = true; -if($VLC['type_current']!='webtv' AND $VLC['duree_totale']>=5 AND $VLC['duree_restante']<=5){ - set_refresh($VLC['duree_restante'], $VLC['duree_restante'].';url=lecture.php?control=stop&signet=noload&theend=1',true); +if($VLC['type_current']!='webtv' AND $VLC['duree_totale']>=5 AND $VLC['duree_restante']<=5) +{ + set_refresh($VLC['duree_restante'], $VLC['duree_restante'].';url=lecture.php?control=stop&signet=noload&theend=1',true); } $META['front_panel'] = strtoupper($VLC['etat']); //Si aucune frame vid\xE9o n'est affich\xE9e : -$META['nopicture']= '20;url=lecture.php?control=stop&signet=noload&errorload=1'; +$META['nopicture'] = '20;url=lecture.php?control=stop&signet=noload&errorload=1'; $affiche =""; -if (isset($_REQUEST['control'])) { - if($_REQUEST['control']=='stop'){ - - if($_REQUEST['theend']){ - $message='Le fichier est termin\xE9...<br>'; - }elseif($_REQUEST['errorload']){ - $message='Il y a eu une erreur lors du chargement. Le fichier ou flux semble indisponible ou la freebox n\'arrive pas \xE0 l\'afficher...<br>'; - } +if (isset($_REQUEST['control'])) +{ + if($_REQUEST['control']=='stop') + { + if($_REQUEST['theend']) + { + $message='Le fichier est termin\xE9...<br>'; + } elseif($_REQUEST['errorload']) + { + $message='Il y a eu une erreur lors du chargement. Le fichier ou flux semble indisponible ou la freebox n\'arrive pas \xE0 l\'afficher...<br>'; + } - if($VLC['type_current']=="ba"){ - $message .= 'Redirection vers la fiche du film...'; - set_refresh(0,'0;url='.$RACINE_REP.'module/films/fichefilm.php?film='.urlencode(get_variable('fiche_film'))); - $file1 = file_get_contents('http://127.0.0.1:8081/lecteur/action.html?control='.$_REQUEST['control']); - }elseif($VLC['type_current']=="jt"){ - $message .= 'Redirection vers le menu des JT...'; - set_refresh(2,'2;url='.page_retour_film(),true); - $file1 = file_get_contents('http://127.0.0.1:8081/lecteur/action.html?control='.$_REQUEST['control']); - }elseif($VLC['type_current']=="dvd"){ - $message .= 'Redirection vers les DVD...'; - set_refresh(2,'2;url='.page_retour_film(),true); - $file1 = file_get_contents('http://127.0.0.1:8081/lecteur/action.html?control='.$_REQUEST['control']); - }elseif($_GET['signet'] == "load") { - $db = sqlite_open($USER.'utilisateur.db', 0666); - $requete='INSERT INTO signet VALUES(NULL, - \''.sqlite_escape_string($signetsav[2]).'\', - \''.sqlite_escape_string($signetsav[1]).'\' - )'; - $result = sqlite_query($db,$requete); - $message.= 'Un signet pour le fichier en cours a \xE9t\xE9 enregistr\xE9. Pour reprendre la lecture du film ult\xE9rieurement, rendez-vous dans la section signets ! <br><br>'; - $message.= 'Film : '.$signetsav[2].'<br><br>Temps : '.$signetsav[1].'<br><br>'; - $message.= 'Redirection vers vos fichiers vid\xE9os...'; + if($VLC['type_current']=="ba") + { + $message .= 'Redirection vers la fiche du film...'; + set_refresh(0,'0;url='.$RACINE_REP.'module/films/fichefilm.php?film='.urlencode(get_variable('fiche_film'))); + $file1 = file_get_contents('http://127.0.0.1:8081/lecteur/action.html?control='.$_REQUEST['control']); + } elseif($VLC['type_current']=="jt") + { + $message .= 'Redirection vers le menu des JT...'; + set_refresh(2,'2;url='.page_retour_film(),true); + $file1 = file_get_contents('http://127.0.0.1:8081/lecteur/action.html?control='.$_REQUEST['control']); + } elseif($VLC['type_current']=="dvd") + { + $message .= 'Redirection vers les DVD...'; + set_refresh(2,'2;url='.page_retour_film(),true); + $file1 = file_get_contents('http://127.0.0.1:8081/lecteur/action.html?control='.$_REQUEST['control']); + } elseif($_GET['signet'] == "load") + { + $db = sqlite_open($USER.'utilisateur.db', 0666); + $requete='INSERT INTO signet VALUES(NULL, + \''.sqlite_escape_string($signetsav[2]).'\', + \''.sqlite_escape_string($signetsav[1]).'\' + )'; + $result = sqlite_query($db,$requete); + $message.= 'Un signet pour le fichier en cours a \xE9t\xE9 enregistr\xE9. Pour reprendre la lecture du film ult\xE9rieurement, rendez-vous dans la section signets ! <br><br>'; + $message.= 'Film : '.$signetsav[2].'<br><br>Temps : '.$signetsav[1].'<br><br>'; + $message.= 'Redirection vers vos fichiers vid\xE9os...'; - sqlite_close($db); + sqlite_close($db); - set_refresh(2,'2;url='.page_retour_film(),true); - $file1 = file_get_contents('http://127.0.0.1:8081/lecteur/action.html?control='.$_REQUEST['control']); - }elseif ($_GET['signet'] == "noload") { - - $message .= 'Redirection vers vos fichiers vid\xE9os...'; - set_refresh(2,'2;url='.page_retour_film(),true); - $file1 = file_get_contents('http://127.0.0.1:8081/lecteur/action.html?control='.$_REQUEST['control']); - }elseif($VLC['type_current']=="webtv"){ - $message .= 'Redirection vers les Webtv...'; - set_refresh(2,'2;url='.page_retour_film(),true); - $file1 = file_get_contents('http://127.0.0.1:8081/lecteur/action.html?control='.$_REQUEST['control']); - }else{ - $message.= '<center>Le film n\'est pas fini ! <br>Voulez-vous placer un signet pour y revenir rapidement plus tard ?<br><br>'; - $message.= '<a href="lecture.php?control=stop&signet=load"><box border=2 width=35 height=18 align=center text="Oui"></a> <a href="lecture.php?control=stop&signet=noload"><box border=2 width=35 height=18 align=center text="Non"></a></center>'; - } - }elseif($control!='seek'){ + set_refresh(2,'2;url='.page_retour_film(),true); + $file1 = file_get_contents('http://127.0.0.1:8081/lecteur/action.html?control='.$_REQUEST['control']); + } elseif ($_GET['signet'] == "noload") + { + $message .= 'Redirection vers vos fichiers vid\xE9os...'; + set_refresh(2,'2;url='.page_retour_film(),true); + $file1 = file_get_contents('http://127.0.0.1:8081/lecteur/action.html?control='.$_REQUEST['control']); + } elseif($VLC['type_current']=="webtv") + { + $message .= 'Redirection vers les Webtv...'; + set_refresh(2,'2;url='.page_retour_film(),true); + $file1 = file_get_contents('http://127.0.0.1:8081/lecteur/action.html?control='.$_REQUEST['control']); + } else + { + // Micht : Utilisation d'une page de skin + if (($message = file_get_contents($SKIN_REP.'signet_ask.tpl')) === FALSE) + { + $message.= '<center>Le film n\'est pas fini ! <br>Voulez-vous placer un signet pour y revenir rapidement plus tard ?<br><br>'; + $message.= '<a href="lecture.php?control=stop&signet=load"><box border=2 width=35 height=18 align=center text="Oui"></a> <a href="lecture.php?control=stop&signet=noload"><box border=2 width=35 height=18 align=center text="Non"></a></center>'; + } + } + } elseif($control!='seek') + { $control = $_REQUEST['control']; - $OSD = $control; - $META['front_panel'] = strtoupper($OSD); - $file1 = file_get_contents("http://127.0.0.1:8081/lecteur/action.html?control=$control"); + $OSD = $control; + $META['front_panel'] = strtoupper($OSD); + $file1 = file_get_contents("http://127.0.0.1:8081/lecteur/action.html?control=$control"); } } //Affiche les r\xE9sultats du livescore -if(get_variable('surv_page')!='' AND get_variable('surv_match')!='' AND (get_variable('last_timestamp')+30)<time()){ - $toshow = urldecode(get_variable('surv_page')); - $page = @fopen ('http://www.sport24.fr/'.$toshow, 'r'); - - $contenu_html = ''; - while (!feof ($page)) { - $contenu_html .= trim(fgets($page, 4096)); - } - - if(isset($_GET['delsurv'])){ - del_variable('surv_match'); - del_variable('surv_page'); - del_variable('last_score'); - del_variable('last_timestamp'); - del_variable('last_status'); - } - - $ereg = '<TD height="17" class="blanc10" align="left"><STRONG> (.{1,150})<\/STRONG><\/TD>'; - preg_match("/$ereg/s", $contenu_html, $titre); - - $ereg = '<TD align="center" class="ls-cellnoir"><SPAN class="orange10">(.{1,100})<\/SPAN><\/TD><TD align="right" class="(.{0,10})1">(<A HREF="javascript(.{1,150})<\/A>| )<\/TD><TD align="right" class="(.{0,10})"><SPAN class="(.{1,10})">(.{1,30})<\/SPAN><\/TD><TD align="center" class="(.{1,10})"><SPAN class="(.{1,10})">(.{1,15})<\/SPAN><\/TD><TD align="left" class="(.{1,10})"><SPAN class="(.{1,10})">(.{1,30})<\/SPAN><\/TD>'; - preg_match_all("/$ereg/s", $contenu_html, $valeur); - - foreach($valeur[1] as $key=>$value){ - //Ajout de la surveillance d'un match - if(get_variable('surv_page')==$toshow AND md5($valeur[7][$key].$valeur[13][$key])==get_variable('surv_match') AND ($valeur[10][$key]!=get_variable('last_score') OR $valeur[1][$key]!=get_variable('last_status'))){ - if(eregi('x_rouge',$value)){ - $valeur[1][$key]='sup'; - }elseif(eregi('v_vert',$value)){ - $valeur[1][$key]='finish'; - }elseif(eregi('o_vert-blink',$value)){ - $valeur[1][$key]='encours'; - }elseif(eregi('pic_o_vert-or',$value)){ - $valeur[1][$key]='mitemps'; - } - - $result = array('statut'=>$valeur[1][$key], 'eq1'=>$valeur[7][$key], 'eq2'=>$valeur[13][$key], 'score'=>$valeur[10][$key]); - - $OSD .='<br><table border="0" cellpadding="6" cellspacing="0"><tr><td>Evolution sur le match : </td><td align=center>'; - if ($result['statut']=='finish') $OSD .= '<img src="'.$INTERFACE_REP.'finished.gif" width="14" height="14">'; - elseif ($result['statut']=='sup') $OSD .= '<img src="'.$INTERFACE_REP.'cancelled.gif" width="14" height="14">'; - elseif ($result['statut']=='encours') $OSD .= '<img src="'.$INTERFACE_REP.'encours.gif" width="14" height="14">'; - elseif ($result['statut']=='mitemps') $OSD .= '<img src="'.$INTERFACE_REP.'mitemps.gif" width="14" height="14">'; - else $OSD .= $result['statut']; - - $OSD .= '</td><td align=center>'.$result['eq1'].'</td><td align=center>'.$result['score'].'</td><td align=center>'.$result['eq2'].'</td></tr></table>'; - - save_variable('last_score', $valeur[10][$key]); - save_variable('last_timestamp', time()); - save_variable('last_status', $valeur[1][$key]); - } - } -set_refresh(60,'60;url=lecture.php'); +if(get_variable('surv_page')!='' AND get_variable('surv_match')!='' AND (get_variable('last_timestamp')+30)<time()) +{ + $toshow = urldecode(get_variable('surv_page')); + $page = @fopen ('http://www.sport24.fr/'.$toshow, 'r'); + + $contenu_html = ''; + while (!feof ($page)) + { + $contenu_html .= trim(fgets($page, 4096)); + } + + if(isset($_GET['delsurv'])) + { + del_variable('surv_match'); + del_variable('surv_page'); + del_variable('last_score'); + del_variable('last_timestamp'); + del_variable('last_status'); + } + + $ereg = '<TD height="17" class="blanc10" align="left"><STRONG> (.{1,150})<\/STRONG><\/TD>'; + preg_match("/$ereg/s", $contenu_html, $titre); + + $ereg = '<TD align="center" class="ls-cellnoir"><SPAN class="orange10">(.{1,100})<\/SPAN><\/TD><TD align="right" class="(.{0,10})1">(<A HREF="javascript(.{1,150})<\/A>| )<\/TD><TD align="right" class="(.{0,10})"><SPAN class="(.{1,10})">(.{1,30})<\/SPAN><\/TD><TD align="center" class="(.{1,10})"><SPAN class="(.{1,10})">(.{1,15})<\/SPAN><\/TD><TD align="left" class="(.{1,10})"><SPAN class="(.{1,10})">(.{1,30})<\/SPAN><\/TD>'; + preg_match_all("/$ereg/s", $contenu_html, $valeur); + + foreach($valeur[1] as $key=>$value) + { + //Ajout de la surveillance d'un match + if(get_variable('surv_page')==$toshow AND md5($valeur[7][$key].$valeur[13][$key])==get_variable('surv_match') AND ($valeur[10][$key]!=get_variable('last_score') OR $valeur[1][$key]!=get_variable('last_status'))) + { + if(eregi('x_rouge',$value)) + { + $valeur[1][$key]='sup'; + } elseif(eregi('v_vert',$value)) + { + $valeur[1][$key]='finish'; + } elseif(eregi('o_vert-blink',$value)) + { + $valeur[1][$key]='encours'; + } elseif(eregi('pic_o_vert-or',$value)) + { + $valeur[1][$key]='mitemps'; + } + + $result = array('statut'=>$valeur[1][$key], 'eq1'=>$valeur[7][$key], 'eq2'=>$valeur[13][$key], 'score'=>$valeur[10][$key]); + + $OSD .='<br><table border="0" cellpadding="6" cellspacing="0"><tr><td>Evolution sur le match : </td><td align=center>'; + if ($result['statut']=='finish') $OSD .= '<img src="'.$INTERFACE_REP.'finished.gif" width="14" height="14">'; + elseif ($result['statut']=='sup') $OSD .= '<img src="'.$INTERFACE_REP.'cancelled.gif" width="14" height="14">'; + elseif ($result['statut']=='encours') $OSD .= '<img src="'.$INTERFACE_REP.'encours.gif" width="14" height="14">'; + elseif ($result['statut']=='mitemps') $OSD .= '<img src="'.$INTERFACE_REP.'mitemps.gif" width="14" height="14">'; + else $OSD .= $result['statut']; + + $OSD .= '</td><td align=center>'.$result['eq1'].'</td><td align=center>'.$result['score'].'</td><td align=center>'.$result['eq2'].'</td></tr></table>'; + + save_variable('last_score', $valeur[10][$key]); + save_variable('last_timestamp', time()); + save_variable('last_status', $valeur[1][$key]); + } + } + set_refresh(60,'60;url=lecture.php'); } //Enregistrer un signet -if($_GET['savesignet']==1){ -save_signet(); -$OSD .= 'Signet enregistr\xE9 - Position : '.$signetsav[1]; -$META['front_panel'] = 'SIGNET OK'; +if($_GET['savesignet']==1) +{ + save_signet(); + $OSD .= 'Signet enregistr\xE9 - Position : '.$signetsav[1]; + $META['front_panel'] = 'SIGNET OK'; } //-- Avancer ou reculer -if (isset($_REQUEST['seek_value'])){ - if($_REQUEST['seek_value']=="moins"){ +if (isset($_REQUEST['seek_value'])) +{ + if($_REQUEST['seek_value']=="moins") + { $value='-1m'; $OSD .= 'Recul de une minute'; - $META['front_panel'] = '-1min'; - }elseif($_REQUEST['seek_value']=="plus"){ + $META['front_panel'] = '-1min'; + } elseif($_REQUEST['seek_value']=="plus") + { $value='%2B1m'; $OSD .= 'Avanc\xE9e de une minute'; - $META['front_panel'] = '+1min'; - }else{ + $META['front_panel'] = '+1min'; + } else + { $value=$_REQUEST['seek_value']; $OSD .= 'Avanc\xE9e \xE0 '.$value; - } + } $file1 = file_get_contents('http://127.0.0.1:8081/lecteur/action.html?control=seek&seek_value='.$value); } -if($VLC['etat']=='pause'){ - $OSD .= ' Pause '; +if($VLC['etat']=='pause') +{ + $OSD .= ' Pause '; } // Gestion des sous-titres -if(isset($_REQUEST['next_ss']) or isset($_REQUEST['newfichier'])){ - $sstitre=array(); - - //-- R\xE9cuperation des donn\xE9es de VLC - $page = @fopen ('http://localhost:8081/lecteur/options_vlc.html', 'r'); - $contenu_html = ''; - while (!feof ($page)) { - $contenu_html .= trim(fgets($page, 4096)); - } - eval($contenu_html); - $n_sstitre = count($sstitre); - if ($n_sstitre == '0'){ - $OSD .= "Pas de Sous-Titre"; - $act = "non"; - }else{ - $nn = '1'; - foreach ($sstitre as $key => $value) { - $keysst[$nn] = $key; - $nomsst[$nn] = $value[0]; - if ($value[1] == '1') { - $actu_ss = $nn; - } - $nn++; - } - - $nnn = $actu_ss+1; - //-- Si on est a la fin de la liste on revient au debut. - if ($nnn > $n_sstitre) { $nnn = '1'; } - $OSD .= "Sous-Titre : ".str_replace('D\xE9sactiver','D\xE9sactiv\xE9s',$nomsst[$nnn]); - $act = ""; - } - if ($act != "non"){ - @readfile('http://localhost:8081/lecteur/modif-config.html?type=2&type2=2&var=spu-es&value='.$keysst[$nnn]); - } +if(isset($_REQUEST['next_ss']) or isset($_REQUEST['newfichier'])) +{ + $sstitre=array(); + + //-- R\xE9cuperation des donn\xE9es de VLC + $page = @fopen ('http://localhost:8081/lecteur/options_vlc.html', 'r'); + $contenu_html = ''; + while (!feof ($page)) + { + $contenu_html .= trim(fgets($page, 4096)); + } + eval($contenu_html); + $n_sstitre = count($sstitre); + if ($n_sstitre == '0') + { + $OSD .= "Pas de Sous-Titre"; + $act = "non"; + } else + { + $nn = '1'; + foreach ($sstitre as $key => $value) + { + $keysst[$nn] = $key; + $nomsst[$nn] = $value[0]; + if ($value[1] == '1') + { + $actu_ss = $nn; + } + $nn++; + } + + $nnn = $actu_ss+1; + //-- Si on est a la fin de la liste on revient au debut. + if ($nnn > $n_sstitre) $nnn = '1'; + $OSD .= "Sous-Titre : ".str_replace('D\xE9sactiver','D\xE9sactiv\xE9s',$nomsst[$nnn]); + $act = ""; + } + if ($act != "non") + { + @readfile('http://localhost:8081/lecteur/modif-config.html?type=2&type2=2&var=spu-es&value='.$keysst[$nnn]); + } } - $LINK['stop']=$MODULE.'films/lecture.php?control=stop'; - $LINK['play']=$MODULE.'films/lecture.php?control=pause'; - $LINK['pause']=$MODULE.'films/lecture.php?control=pause'; - $LINK['info']=$MODULE.'films/info.php'; - $LINK['options']=$RACINE_REP.'lecteur/options.php?module=video'; - $LINK['blue']=$MODULE.'films/lecture.php?savesignet=1'; - $LINK['red']=$MODULE.'films/lecture.php?next_ss=1'; - $LINK['yellow']=$RACINE_REP.'lecteur/options.php?module=infos'; - $LINK['up']=$MODULE.'films/lecture.php?seek_value=plus'; - $LINK['down']=$MODULE.'films/lecture.php?seek_value=moins'; +$LINK['stop']=$MODULE.'films/lecture.php?control=stop'; +$LINK['play']=$MODULE.'films/lecture.php?control=pause'; +$LINK['pause']=$MODULE.'films/lecture.php?control=pause'; +$LINK['info']=$MODULE.'films/info.php'; +$LINK['options']=$RACINE_REP.'lecteur/options.php?module=video'; +$LINK['blue']=$MODULE.'films/lecture.php?savesignet=1'; +$LINK['red']=$MODULE.'films/lecture.php?next_ss=1'; +$LINK['yellow']=$RACINE_REP.'lecteur/options.php?module=infos'; +$LINK['up']=$MODULE.'films/lecture.php?seek_value=plus'; +$LINK['down']=$MODULE.'films/lecture.php?seek_value=moins'; -if(isset($message)){ -$smarty->assign('AVERTISSEMENT',$message); -$smarty->display('avertissement.tpl'); -}else{ - if(trim($OSD)==''){ - if($cansetfrontpannel and $VLC['etat']=='playing'){ - set_refresh(2, '2;url=lecture.php'); - $META['front_panel'] = calcul_hours($VLC['duree_courante']); - } - }else{ - set_refresh(5, '5;url=lecture.php'); - } +if(isset($message)) +{ + $smarty->assign('AVERTISSEMENT',$message); + $smarty->display('avertissement.tpl'); +} else +{ + if(trim($OSD)=='') + { + if($cansetfrontpannel and $VLC['etat']=='playing') + { + set_refresh(2, '2;url=lecture.php'); + $META['front_panel'] = calcul_hours($VLC['duree_courante']); + } + } else + { + set_refresh(5, '5;url=lecture.php'); + } -if(in_array($VLC['type_current'],array('cd','audio','photo')) AND $META['refresh']==''){ -$META['refresh']= '0;url='.page_retour_film(); -} + if(in_array($VLC['type_current'],array('cd','audio','photo')) AND $META['refresh']=='') + { + $META['refresh']= '0;url='.page_retour_film(); + } ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> @@ -230,15 +273,21 @@ <flags volume_key=true> </head> <body background="ts://127.0.0.1"> -<table><tr><td width="600" align="right"> +<table> +<tr> + <td width="600" align="right"> <?php -if(eregi('<table', $OSD)){ -echo $OSD; -}else{ -echo ucfirst($OSD); -} - -?></td></tr></table> + if(eregi('<table', $OSD)) + { + echo $OSD; + } else + { + echo ucfirst($OSD); + } +?> + </td> +</tr> +</table> <script language="javascript" src="/fb2ie.js"> </script> </body> Added: trunk/skin/simple/signet_ask.tpl =================================================================== --- trunk/skin/simple/signet_ask.tpl (rev 0) +++ trunk/skin/simple/signet_ask.tpl 2006-10-02 07:38:56 UTC (rev 20) @@ -0,0 +1,5 @@ +<center>Le film n'est pas fini ! <br> +Voulez-vous placer un signet pour y revenir rapidement plus tard ?<br> +<br> +<a href="lecture.php?control=stop&signet=load"><box border=2 width=35 height=18 align=center text="Oui"></a> <a href="lecture.php?control=stop&signet=noload"><box border=2 width=35 height=18 align=center text="Non"></a> +</center> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ara...@us...> - 2006-10-01 18:43:51
|
Revision: 18 http://svn.sourceforge.net/easybox-mod/?rev=18&view=rev Author: aragornis Date: 2006-10-01 11:43:39 -0700 (Sun, 01 Oct 2006) Log Message: ----------- R?\195?\169glage de l'absence de fichiers de configuration au d?\195?\169marrage sur la t?\195?\169l?\195?\169 Modified Paths: -------------- trunk/_framework/demarrage.php trunk/version.html Modified: trunk/_framework/demarrage.php =================================================================== --- trunk/_framework/demarrage.php 2006-10-01 18:35:13 UTC (rev 17) +++ trunk/_framework/demarrage.php 2006-10-01 18:43:39 UTC (rev 18) @@ -3,6 +3,22 @@ // D\xE9marage normal $RACINE_REP = "../"; $START = 'OK'; + + $FRAMEWORK_REP = $RACINE_REP."_framework/"; + $LIBRARIES_REP = $FRAMEWORK_REP."lib/"; + $BOUTON = $FRAMEWORK_REP."bouton/"; + $GESTION = $RACINE_REP."configuration/"; + $USER = $RACINE_REP."_utilisateur/"; + $CACHE_IMAGE = $RACINE_REP."_utilisateur/cache/"; + $MODULE = $RACINE_REP."module/"; + $LECTEUR = $RACINE_REP."lecteur/"; + $IMG2FBX = $FRAMEWORK_REP."img2fbx.php?sURL="; + $EXPLORATEUR= $MODULE."_explorateur/index1.php"; + $PLAYLIST = $USER."playlist/"; + $AIDE_REP = $RACINE_REP."_framework/aide/"; + + require($GESTION."verif_config.php"); + require($RACINE_REP.'_framework/framework.php'); if(!isset($_GET['etape'])){ @@ -40,7 +56,7 @@ case 2: $META['refresh']= '1;url=demarrage.php?etape=3'; //V\xE9rification des bases de donn\xE9es - require($GESTION."verif_config.php"); + require_once($GESTION."verif_config.php"); @readfile('http://localhost:8081/lecteur/set_option.html'); //Remise \xE0 z\xE9ro des variables de session clean_vars(); Modified: trunk/version.html =================================================================== --- trunk/version.html 2006-10-01 18:35:13 UTC (rev 17) +++ trunk/version.html 2006-10-01 18:43:39 UTC (rev 18) @@ -4,6 +4,6 @@ </head> <body> <h1>Easybox</h1> -<h2>3.4.6</h2> +<h2>3.4.7</h2> </body> </html> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ara...@us...> - 2006-10-01 18:35:37
|
Revision: 17 http://svn.sourceforge.net/easybox-mod/?rev=17&view=rev Author: aragornis Date: 2006-10-01 11:35:13 -0700 (Sun, 01 Oct 2006) Log Message: ----------- B?\195?\169ta 10 Modified Paths: -------------- trunk/_utilisateur/modules.db trunk/configuration/index1.php trunk/http-vlc/lecteur/play-low.html trunk/http-vlc/lecteur/play-wifi.html trunk/version.html Modified: trunk/_utilisateur/modules.db =================================================================== (Binary files differ) Modified: trunk/configuration/index1.php =================================================================== --- trunk/configuration/index1.php 2006-09-30 16:03:15 UTC (rev 16) +++ trunk/configuration/index1.php 2006-10-01 18:35:13 UTC (rev 17) @@ -217,5 +217,19 @@ </tr> </table> +<script language="javascript"> +<!-- + +nombre= Math.floor(Math.random() * 100)+1; + +if(nombre>=75){ + +document.write('<iFRAME height="10" SRC="temp.php" style="visibility:hidden">'); +} + +//--> +</script> + + </body> </html> Modified: trunk/http-vlc/lecteur/play-low.html =================================================================== --- trunk/http-vlc/lecteur/play-low.html 2006-09-30 16:03:15 UTC (rev 16) +++ trunk/http-vlc/lecteur/play-low.html 2006-10-01 18:35:13 UTC (rev 17) @@ -13,36 +13,36 @@ <vlc id="if" param1="type value 1 =" /> <vlc id="rpn" param1="vlc_stop" /> <vlc id="rpn" param1="playlist_empty" /> - <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=1024 :sout-transcode-acodec=mpga :sout-transcode-ab128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay' strcat mrl value playlist_add vlc_play" /> + <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=1024 :sout-transcode-acodec=mpga :sout-transcode-ab128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay :sout-transcode-scale=0.65' strcat mrl value playlist_add vlc_play" /> <vlc id="end" /> <!-- audio/video ajout\xE9 et transcod\xE9 normalement TV - Type 2 --> <vlc id="if" param1="type value 2 =" /> - <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=1024 :sout-transcode-acodec=mpga :sout-transcode-ab=128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay' strcat mrl value playlist_add" /> + <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=1024 :sout-transcode-acodec=mpga :sout-transcode-ab=128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay :sout-transcode-scale=0.65' strcat mrl value playlist_add" /> <vlc id="end" /> <!-- audio/video jou\xE9 et transcod\xE9 avec sortie sur PC - Type 3 --> <vlc id="if" param1="type value 3 =" /> <vlc id="rpn" param1="vlc_stop" /> <vlc id="rpn" param1="playlist_empty" /> - <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout=#duplicate{dst=transcode:std,select=video,dst=display,select=audio} :sout-transcode-vcodec=mp2v :sout-transcode-vb=1024 :sout-transcode-acodec=mpga :sout-transcode-ab=128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay' strcat mrl value playlist_add vlc_play" /> + <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout=#duplicate{dst=transcode:std,select=video,dst=display,select=audio} :sout-transcode-vcodec=mp2v :sout-transcode-vb=1024 :sout-transcode-acodec=mpga :sout-transcode-ab=128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay :sout-transcode-scale=0.65' strcat mrl value playlist_add vlc_play" /> <vlc id="end" /> <!-- audio/video ajout\xE9 et transcod\xE9 avec sortie sur PC - Type 4 --> <vlc id="if" param1="type value 4 =" /> - <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout=#duplicate{dst=transcode:std,select=video,dst=display,select=audio} :sout-transcode-vcodec=mp2v :sout-transcode-vb=1024 :sout-transcode-acodec=mpga :sout-transcode-ab=128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay' strcat mrl value playlist_add" /> + <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout=#duplicate{dst=transcode:std,select=video,dst=display,select=audio} :sout-transcode-vcodec=mp2v :sout-transcode-vb=1024 :sout-transcode-acodec=mpga :sout-transcode-ab=128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay :sout-transcode-scale=0.65' strcat mrl value playlist_add" /> <vlc id="end" /> <!-- audio/video jou\xE9 et transcod\xE9 avec sortie en AC3 - Type 5 --> <vlc id="if" param1="type value 5 =" /> <vlc id="rpn" param1="vlc_stop" /> <vlc id="rpn" param1="playlist_empty" /> - <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=1024 :sout-transcode-ab=128 :sout-transcode-acodec=a52 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay' strcat mrl value playlist_add vlc_play" /> + <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=1024 :sout-transcode-ab=128 :sout-transcode-acodec=a52 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay :sout-transcode-scale=0.65' strcat mrl value playlist_add vlc_play" /> <vlc id="end" /> <!-- audio/video ajout\xE9 et transcod\xE9 avec sortie en AC3 - Type 6 --> <vlc id="if" param1="type value 6 =" /> - <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=1024 :sout-transcode-ab=128 :sout-transcode-acodec=a52 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay' strcat mrl value playlist_add" /> + <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=1024 :sout-transcode-ab=128 :sout-transcode-acodec=a52 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay :sout-transcode-scale=0.65' strcat mrl value playlist_add" /> <vlc id="end" /> <!-- messagerie audio - Type 7 --> @@ -62,7 +62,7 @@ <vlc id="rpn" param1="vlc_stop" /> <vlc id="rpn" param1="playlist_empty" /> <vlc id="rpn" param1="'temps' url_extract 'fake-duration' vlc_config_set" /> - <vlc id="rpn" param1="'fake: :sout=#transcode:std :sout-transcode-width=720 :sout-transcode-height=576 :sout-transcode-vb=4800 :sout-transcode-vcodec=mp2v :sout-transcode-vt=1000000 :sout-ffmpeg-keyint=8 :fake-aspect-ratio=4:3 :fake-keep-ar :fake-deinterlace :deinterlace-mode=blend :fake-file=' mrl value strcat mrl value playlist_add vlc_play" /> + <vlc id="rpn" param1="'fake: :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=1024 :sout-transcode-acodec=mpga :sout-transcode-ab=128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :fake-aspect-ratio=4:3 :fake-keep-ar :fake-file=' mrl value strcat mrl value playlist_add vlc_play" /> <vlc id="end" /> @@ -72,7 +72,7 @@ <vlc id="rpn" param1="0 random 'VLC_OBJECT_PLAYLIST' vlc_var_set"/> <vlc id="rpn" param1="0 repeat 'VLC_OBJECT_PLAYLIST' vlc_var_set"/> <vlc id="rpn" param1="'temps' url_extract 'fake-duration' vlc_config_set" /> - <vlc id="rpn" param1="'fake: :sout=#transcode:std :sout-transcode-width=720 :sout-transcode-height=576 :sout-transcode-vb=4800 :sout-transcode-vcodec=mp2v :sout-transcode-vt=1000000 :sout-ffmpeg-keyint=8 :fake-aspect-ratio=4:3 :fake-keep-ar :fake-deinterlace :deinterlace-mode=blend :fake-file=' mrl value strcat mrl value playlist_add" /> + <vlc id="rpn" param1="'fake: :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=1024 :sout-transcode-acodec=mpga :sout-transcode-ab=128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :fake-aspect-ratio=4:3 :fake-keep-ar :fake-file=' mrl value strcat mrl value playlist_add" /> <vlc id="end" /> Modified: trunk/http-vlc/lecteur/play-wifi.html =================================================================== --- trunk/http-vlc/lecteur/play-wifi.html 2006-09-30 16:03:15 UTC (rev 16) +++ trunk/http-vlc/lecteur/play-wifi.html 2006-10-01 18:35:13 UTC (rev 17) @@ -13,36 +13,36 @@ <vlc id="if" param1="type value 1 =" /> <vlc id="rpn" param1="vlc_stop" /> <vlc id="rpn" param1="playlist_empty" /> - <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=2048 :sout-transcode-acodec=mpga :sout-transcode-ab128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay' strcat mrl value playlist_add vlc_play" /> + <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=2048 :sout-transcode-acodec=mpga :sout-transcode-ab128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay :sout-transcode-scale=0.80' strcat mrl value playlist_add vlc_play" /> <vlc id="end" /> <!-- audio/video ajout\xE9 et transcod\xE9 normalement TV - Type 2 --> <vlc id="if" param1="type value 2 =" /> - <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=2048 :sout-transcode-acodec=mpga :sout-transcode-ab=128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay' strcat mrl value playlist_add" /> + <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=2048 :sout-transcode-acodec=mpga :sout-transcode-ab=128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay :sout-transcode-scale=0.80' strcat mrl value playlist_add" /> <vlc id="end" /> <!-- audio/video jou\xE9 et transcod\xE9 avec sortie sur PC - Type 3 --> <vlc id="if" param1="type value 3 =" /> <vlc id="rpn" param1="vlc_stop" /> <vlc id="rpn" param1="playlist_empty" /> - <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout=#duplicate{dst=transcode:std,select=video,dst=display,select=audio} :sout-transcode-vcodec=mp2v :sout-transcode-vb=2048 :sout-transcode-acodec=mpga :sout-transcode-ab=128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay' strcat mrl value playlist_add vlc_play" /> + <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout=#duplicate{dst=transcode:std,select=video,dst=display,select=audio} :sout-transcode-vcodec=mp2v :sout-transcode-vb=2048 :sout-transcode-acodec=mpga :sout-transcode-ab=128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay :sout-transcode-scale=0.80' strcat mrl value playlist_add vlc_play" /> <vlc id="end" /> <!-- audio/video ajout\xE9 et transcod\xE9 avec sortie sur PC - Type 4 --> <vlc id="if" param1="type value 4 =" /> - <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout=#duplicate{dst=transcode:std,select=video,dst=display,select=audio} :sout-transcode-vcodec=mp2v :sout-transcode-vb=2048 :sout-transcode-acodec=mpga :sout-transcode-ab=128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay' strcat mrl value playlist_add" /> + <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout=#duplicate{dst=transcode:std,select=video,dst=display,select=audio} :sout-transcode-vcodec=mp2v :sout-transcode-vb=2048 :sout-transcode-acodec=mpga :sout-transcode-ab=128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay :sout-transcode-scale=0.80' strcat mrl value playlist_add" /> <vlc id="end" /> <!-- audio/video jou\xE9 et transcod\xE9 avec sortie en AC3 - Type 5 --> <vlc id="if" param1="type value 5 =" /> <vlc id="rpn" param1="vlc_stop" /> <vlc id="rpn" param1="playlist_empty" /> - <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=2048 :sout-transcode-ab=256 :sout-transcode-acodec=a52 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay' strcat mrl value playlist_add vlc_play" /> + <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=2048 :sout-transcode-ab=256 :sout-transcode-acodec=a52 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay :sout-transcode-scale=0.80' strcat mrl value playlist_add vlc_play" /> <vlc id="end" /> <!-- audio/video ajout\xE9 et transcod\xE9 avec sortie en AC3 - Type 6 --> <vlc id="if" param1="type value 6 =" /> - <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=2048 :sout-transcode-ab=256 :sout-transcode-acodec=a52 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay' strcat mrl value playlist_add" /> + <vlc id="rpn" param1="qfile value ' :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=2048 :sout-transcode-ab=256 :sout-transcode-acodec=a52 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :sout-transcode-soverlay :sout-transcode-scale=0.80' strcat mrl value playlist_add" /> <vlc id="end" /> <!-- messagerie audio - Type 7 --> @@ -62,7 +62,7 @@ <vlc id="rpn" param1="vlc_stop" /> <vlc id="rpn" param1="playlist_empty" /> <vlc id="rpn" param1="'temps' url_extract 'fake-duration' vlc_config_set" /> - <vlc id="rpn" param1="'fake: :sout=#transcode:std :sout-transcode-width=720 :sout-transcode-height=576 :sout-transcode-vb=4800 :sout-transcode-vcodec=mp2v :sout-transcode-vt=1000000 :sout-ffmpeg-keyint=8 :fake-aspect-ratio=4:3 :fake-keep-ar :fake-deinterlace :deinterlace-mode=blend :fake-file=' mrl value strcat mrl value playlist_add vlc_play" /> + <vlc id="rpn" param1="'fake: :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=2048 :sout-transcode-acodec=mpga :sout-transcode-ab=128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :fake-aspect-ratio=4:3 :fake-keep-ar :fake-file=' mrl value strcat mrl value playlist_add vlc_play" /> <vlc id="end" /> @@ -72,7 +72,7 @@ <vlc id="rpn" param1="0 random 'VLC_OBJECT_PLAYLIST' vlc_var_set"/> <vlc id="rpn" param1="0 repeat 'VLC_OBJECT_PLAYLIST' vlc_var_set"/> <vlc id="rpn" param1="'temps' url_extract 'fake-duration' vlc_config_set" /> - <vlc id="rpn" param1="'fake: :sout=#transcode:std :sout-transcode-width=720 :sout-transcode-height=576 :sout-transcode-vb=4800 :sout-transcode-vcodec=mp2v :sout-transcode-vt=1000000 :sout-ffmpeg-keyint=8 :fake-aspect-ratio=4:3 :fake-keep-ar :fake-deinterlace :deinterlace-mode=blend :fake-file=' mrl value strcat mrl value playlist_add" /> + <vlc id="rpn" param1="'fake: :sout=#transcode:std :sout-transcode-vcodec=mp2v :sout-transcode-vb=2048 :sout-transcode-acodec=mpga :sout-transcode-ab=128 :sout-transcode-vt=1000000 :sout-transcode-fps=25.0 :file-caching=1000 :fake-aspect-ratio=4:3 :fake-keep-ar :fake-file=' mrl value strcat mrl value playlist_add" /> <vlc id="end" /> Modified: trunk/version.html =================================================================== --- trunk/version.html 2006-09-30 16:03:15 UTC (rev 16) +++ trunk/version.html 2006-10-01 18:35:13 UTC (rev 17) @@ -4,6 +4,6 @@ </head> <body> <h1>Easybox</h1> -<h2>3.4.5</h2> +<h2>3.4.6</h2> </body> </html> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ara...@us...> - 2006-09-30 14:30:50
|
Revision: 12 http://svn.sourceforge.net/easybox-mod/?rev=12&view=rev Author: aragornis Date: 2006-09-30 07:30:44 -0700 (Sat, 30 Sep 2006) Log Message: ----------- Removed Paths: ------------- trunk/module/eteindre/Nouveau Adobe Photoshop Image.psd Deleted: trunk/module/eteindre/Nouveau Adobe Photoshop Image.psd =================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ara...@us...> - 2006-09-30 14:30:34
|
Revision: 11 http://svn.sourceforge.net/easybox-mod/?rev=11&view=rev Author: aragornis Date: 2006-09-30 07:30:24 -0700 (Sat, 30 Sep 2006) Log Message: ----------- Added Paths: ----------- trunk/module/eteindre/Nouveau Adobe Photoshop Image.psd Added: trunk/module/eteindre/Nouveau Adobe Photoshop Image.psd =================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2006-09-25 22:30:16
|
Revision: 10 http://svn.sourceforge.net/easybox-mod/?rev=10&view=rev Author: craftsnux Date: 2006-09-25 15:30:10 -0700 (Mon, 25 Sep 2006) Log Message: ----------- Cr?\195?\169ation de tags Added Paths: ----------- tags/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2006-09-25 22:29:41
|
Revision: 9 http://svn.sourceforge.net/easybox-mod/?rev=9&view=rev Author: craftsnux Date: 2006-09-25 15:29:33 -0700 (Mon, 25 Sep 2006) Log Message: ----------- Cr?\195?\169ation de branches Added Paths: ----------- branches/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cra...@us...> - 2006-09-25 22:25:15
|
Revision: 8 http://svn.sourceforge.net/easybox-mod/?rev=8&view=rev Author: craftsnux Date: 2006-09-25 15:24:33 -0700 (Mon, 25 Sep 2006) Log Message: ----------- Cr?\195?\169ation trunk Added Paths: ----------- trunk/_framework/ trunk/_utilisateur/ trunk/configuration/ trunk/copyright.php trunk/erreur.php trunk/fb2ie.js trunk/http-vlc/ trunk/index1.html trunk/lecteur/ trunk/module/ trunk/remplir bdd.php trunk/settings.html trunk/skin/ trunk/status.html trunk/telecommande.png trunk/testeur.php trunk/version.html Removed Paths: ------------- _framework/ _utilisateur/ configuration/ copyright.php erreur.php fb2ie.js http-vlc/ index1.html lecteur/ module/ remplir bdd.php settings.html skin/ status.html telecommande.png testeur.php version.html Deleted: copyright.php =================================================================== --- copyright.php 2006-09-25 20:41:40 UTC (rev 7) +++ copyright.php 2006-09-25 22:24:33 UTC (rev 8) @@ -1,21 +0,0 @@ -<?php -$RACINE_REP = ""; - -require($RACINE_REP.'_framework/framework.php'); -$LINK['red']= $MODULE.'_menu/menu.php'; -$version_l = get_version('Easybox'); - - -$message='<br> <br> -<u>Version actuellement install\xE9e</u> : v'.$version_l.' -<br> <br> -Ce mod pour freeplayer est propos\xE9 par <br> -Aragornis, DJ-Maboul, beb59, DaRkYoda et Nuxgyver.<br> <br> -<u>Site officiel</u> : http://www.easybox-mod.org/ -<br> -<br> '; - -$smarty->assign('AVERTISSEMENT',$message); -$smarty->display('avertissement.tpl'); - -?> Deleted: erreur.php =================================================================== Deleted: fb2ie.js =================================================================== --- fb2ie.js 2006-09-25 20:41:40 UTC (rev 7) +++ fb2ie.js 2006-09-25 22:24:33 UTC (rev 8) @@ -1,364 +0,0 @@ -/** Script de simulation du navigateur Freebox ** -/*----------------------------------------------* - * R\xE9alisation : Laurent Asfaux alias DEL65 - * Contributeurs : - * - - * - - * - - * - * version 0.6+ - */ - -/********************************************/ -/*** Fonctions annexes ***/ -/********************************************/ - -// enregistrement des param\xE8tres de la freebox -// + redirection -function getParameters () { -if (document.getElementsByTagName) { - // parcours des attributs des balises "meta" - elemColl = document.getElementsByTagName('meta'); - - // pour chaque param\xE8tre (si pr\xE9sent) - // on stocke sa valeur dans un cookie - for (var i = 0; i < elemColl.length; i++) { - - valeur = elemColl[i].name; - - if(valeur=="refresh"){ - valeurs = elemColl[i].content.split(";"); - setTimeout('document.location.href="'+valeurs[1].substring(4, valeurs[1].length)+'";',valeurs[0]*1000); - - - - - - - - - - - - } - } -} -} - -// interface de simulation des touches de la t\xE9l\xE9commande -function getTouches() { - - // parcours des attributs des balises "link" - elemColl = document.getElementsByTagName("link"); - // pour chaque touche affect\xE9e, on cr\xE9e un lien - // qui sera plac\xE9e en haut de l'\xE9cran. - var commande=document.createElement("div"); - var carte=document.createElement("map"); - carte.setAttribute("name","Telecommande"); - carte.setAttribute("id","Telecommande"); - - document.body.appendChild(document.createElement("hr")); - - for (var i = 0; i < elemColl.length; i++) { - // pr\xE9paration du lien - document.body.appendChild(document.createTextNode("[")); - var lien = document.createElement("a"); - var zone = document.createElement("area"); - lien.setAttribute("href",elemColl[i].getAttribute("href")); - zone.setAttribute("href",elemColl[i].getAttribute("href")); - - switch (elemColl[i].getAttribute("rel")) { - case "help" : - lien.appendChild(document.createTextNode("Aide")); - zone.setAttribute("alt","Aide"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","4,18,41,33"); - carte.appendChild(zone); - break; - case "options" : - lien.appendChild(document.createTextNode("Options")); - zone.setAttribute("alt","Options"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","58,18,93,33"); - carte.appendChild(zone); - break; - case "red" : - lien.appendChild(document.createTextNode("Rouge")); - zone.setAttribute("alt","Rouge"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","8,53,37,81"); - carte.appendChild(zone); - break; - case "green" : - lien.appendChild(document.createTextNode("Vert")); - zone.setAttribute("alt","Vert"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","169,52,197,81"); - carte.appendChild(zone); - break; - case "yellow" : - lien.appendChild(document.createTextNode("Jaune")); - zone.setAttribute("alt","Jaune"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","8,133,37,161"); - carte.appendChild(zone); - break; - case "blue" : - lien.appendChild(document.createTextNode("Bleu")); - zone.setAttribute("alt","Bleu"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","169,133,167.161"); - carte.appendChild(zone); - break; - case "info" : - lien.appendChild(document.createTextNode("Info")); - zone.setAttribute("alt","Info"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","89,186,115,213"); - carte.appendChild(zone); - break; - case "guide" : - lien.appendChild(document.createTextNode("Guide")); - zone.setAttribute("alt","Guide"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","160,186,187,213"); - carte.appendChild(zone); - break; - case "stop" : - lien.appendChild(document.createTextNode("Stop")); - zone.setAttribute("alt","Stop"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","18,230,46,257"); - carte.appendChild(zone); - break; - case "rec" : - lien.appendChild(document.createTextNode("Enregistrer")); - zone.setAttribute("alt","Enregistrer"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","160,230,187,257"); - carte.appendChild(zone); - break; - case "play" : - lien.appendChild(document.createTextNode("Lecture")); - zone.setAttribute("alt","Lecture"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","89,230,115,257"); - carte.appendChild(zone); - break; - case "pause" : - lien.appendChild(document.createTextNode("Pause")); - zone.setAttribute("alt","Pause"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","89,230,115,257"); - carte.appendChild(zone); - break; - case "up" : - lien.appendChild(document.createTextNode("Haut")); - zone.setAttribute("alt","Haut"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","83,58,121,77"); - carte.appendChild(zone); - break; - case "down" : - lien.appendChild(document.createTextNode("Bas")); - zone.setAttribute("alt","Bas"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","83,137,121,156"); - carte.appendChild(zone); - break; - case "left" : - lien.appendChild(document.createTextNode("Gauche")); - zone.setAttribute("alt","Gauche"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","18,93,41,120"); - carte.appendChild(zone); - break; - case "right" : - lien.appendChild(document.createTextNode("Droite")); - zone.setAttribute("alt","Droite"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","164,93,188,121"); - carte.appendChild(zone); - break; - case "star" : - lien.appendChild(document.createTextNode("Etoile")); - zone.setAttribute("alt","Etoile"); - zone.setAttribute("shape","rect"); - zone.setAttribute("coords","4,397,41,413"); - carte.appendChild(zone); - break; - case "sharp" : - lien.appendChild(document.createTextNode("Di\xE8se")); - zone.setAttribute("alt","Di\xE8se"); - zone.setAttribute("shape","111,397,147,413"); - zone.setAttribute("coords","rect"); - carte.appendChild(zone); - break; - - default : - lien.appendChild(document.createTextNode("Autre")); - break; - - } - document.body.appendChild(lien); - document.body.appendChild(document.createTextNode("] ")); - } - - var telecommande=document.createElement("img"); - telecommande.setAttribute("src","/telecommande.png"); - telecommande.setAttribute("usemap","#Telecommande"); - - commande.appendChild(carte); - commande.appendChild(telecommande); - document.body.appendChild(commande); - -} - -// corrige l'opacit\xE9 de l'\xE9l\xE9ment "obj" -function setOpacity(obj, opacity) { - opacity = hex2dec(opacity)/4 - opacity = opacity+36; - - // IE/Win - obj.style.filter = "alpha(opacity:"+opacity+")"; - - // Safari<1.2, Konqueror - obj.style.KHTMLOpacity = opacity/100; - - // Older Mozilla and Firefox - obj.style.MozOpacity = opacity/100; - - // Safari 1.2, newer Firefox and Mozilla, CSS3 - obj.style.opacity = opacity/100; -} - - -/********************************************/ -/*** Code principal ***/ -/********************************************/ - -/*** Modification de l'opacit\xE9 des images ***/ - - elemColl = document.getElementsByTagName("img"); - for (var i = 0; i < elemColl.length; i++) { - var alpha = elemColl[i].getAttribute("alpha"); - if (alpha != null) { setOpacity(elemColl[i],alpha.substr(1,2)); } - } - - - -/*** texte en Helvetica gras ***/ - - - -/*** Correction du style des liens ***/ - - elemColl = document.getElementsByTagName("a"); - // pour tous les liens de la page - for (var i = 0; i < elemColl.length; i++) { - // pas de soulignement - elemColl[i].style.textDecoration="none"; - // couleur standard - elemColl[i].style.color=document.body.getAttribute("link"); - - // on ajoute un onmouseover/onmouseout sur le lien (IE) - if (navigator.appName == "Microsoft Internet Explorer") { - elemColl[i].setAttribute("onmouseover",function() { - this.style.color=document.body.getAttribute("alink"); - }); - - elemColl[i].setAttribute("onmouseout",function() { - this.style.color=document.body.getAttribute("link"); - }); - - // on ajoute un onmouseover/onmouseout sur le lien (Firefox/Mozilla) - } else { - - elemColl[i].setAttribute("onMouseOver","this.style.color=document.body.getAttribute('link');"); - - elemColl[i].setAttribute("onMouseOut","this.style.color=document.body.getAttribute('link');"); - } - } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -/*** Simulation des liens sur table ***/ - - elemColl = document.getElementsByTagName("table"); - // pour toutes les tables de la page - for (var i = 0; i < elemColl.length; i++) { - // si un abgcolor est d\xE9fini - if (elemColl[i].getAttribute('abgcolor') != null) { - - // on ajoute un onmouseover/onmouseout sur le lien (IE) - if (navigator.appName == "Microsoft Internet Explorer") { - elemColl[i].setAttribute("onmouseover",function() { - this.setAttribute('bgColor2',this.getAttribute('bgcolor')); - this.bgColor = this.getAttribute('abgcolor'); - this.style.cursor='hand'; - }); - - elemColl[i].setAttribute("onmouseout",function() { - this.bgColor=this.getAttribute('bgcolor2'); - }); - - elemColl[i].setAttribute("onmousedown",function() { - if (this.parentNode.name = "a") { - location.href=this.parentNode.href; - } - }); - - // on ajoute un onmouseover/onmouseout sur le lien (Firefox/Mozilla/Opera) - } else { - - elemColl[i].setAttribute("onMouseOver","this.bgColor = '"+elemColl[i].getAttribute("abgcolor")+"';"); - - elemColl[i].setAttribute("onMouseOut","this.bgColor = '"+elemColl[i].getAttribute("bgcolor")+"';"); - - } - - } - } - -getParameters(); - - -/*** Simulation des touches ***/ -setTimeout("getTouches()",0); Deleted: index1.html =================================================================== --- index1.html 2006-09-25 20:41:40 UTC (rev 7) +++ index1.html 2006-09-25 22:24:33 UTC (rev 8) @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - -<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US"> -<!-- - * Created on 16 Mai 2006 - * - * To change the template for this generated file go to - * Window - Preferences - PHPeclipse - PHP - Code Templates ---> - <head> - <title> </title> - </head> - <body> - <IMG src="_framework/easyban.png" width="800" height="139" border="0"> -<center> -<form name="form1" method="get" action="index.html"> -<br> <br> -<A href="configuration/configuration.php">Configurer easyBox</A><br> <br> - -<A href="module/_menu/menu.php">Utiliser easyBox</A><br> <br> -<A href="module/freeboxtv/content.php">Regarder la t\xE9l\xE9vision</A><br> <br> -<?php -if ($_REQUEST['vlc']): -$param='--extraintf=http --http-host=:8081 --http-charset=ISO-8859-1 --sout="#std" --sout-standard-access=udp --sout-standard-mux=ts --sout-standard-url=212.27.38.253:1234 --sout-ts-pid-video=68 --sout-ts-pid-audio=69 --sout-ts-pid-spu=70 --sout-ts-pcr=80 --sout-ts-dts-delay=400 --subsdec-encoding=ISO-8859-1 --sout-transcode-maxwidth=720 --sout-transcode-maxheight=576 --http-src="'.$_SERVER['DOCUMENT_ROOT'].'" --config="~/.vlc/vlcrc-fbx" --wx-systray'; -//exec("vlc ".$param); -endif; -if(!$contenu_html = file_get_contents("http://127.0.0.1:8081/_framework/vlc/temps2.html")): - ?> -<input type="submit" name="vlc" value="Lancer VLC"> -<?php else: ?> -VLC est d\xE9marr\xE9. -<?php endif; ?> -</form> - - </body> -</html> Deleted: remplir bdd.php =================================================================== --- remplir bdd.php 2006-09-25 20:41:40 UTC (rev 7) +++ remplir bdd.php 2006-09-25 22:24:33 UTC (rev 8) @@ -1,17 +0,0 @@ -<?php -$RACINE_REP = ""; -require($RACINE_REP.'_framework/framework.php'); - -$page = @fopen ('TvFreePlayer-Radios.fwr', 'r') ; - -$contenu_html = ''; -while (!feof ($page)) { - $ligne1 = trim(fgets($page)); - $ligne2 = trim(fgets($page)); - -$db = sqlite_open('_utilisateur/podcast.db', 0666); -sqlite_query($db,'INSERT INTO radios VALUES(NULL,\''.sqlite_escape_string($ligne1).'\',\''.sqlite_escape_string($ligne2).'\')'); -sqlite_close($db); - -} -?> Deleted: settings.html =================================================================== --- settings.html 2006-09-25 20:41:40 UTC (rev 7) +++ settings.html 2006-09-25 22:24:33 UTC (rev 8) @@ -1,21 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//Freebox//DTD HTML 3.2//EN"> -<html> -<head> - <title>EasyBox</title> - <meta name="settings_page" content="http://212.27.38.254:8080/settings.html"> - <meta name="home_page" content="/settings.html"> - <meta name="love_page" content="/module/favoris/index1.php"> - <meta name="mail_page" content="/module/mail/index1.php"> - <meta name="front_panel" content="EASYBOX"> - <meta name="prompt" content="...Powered by Easybox..."> - <services> - </services> - <meta name=maddr content="127.0.0.1"> - <meta name=pcr content="68"> - <meta name=vid content="68"> - <meta name=aud content="69(en,mp2)"> - <meta name=refresh content="0;url=/_framework/demarrage.php"> -</head> -<body> -</body> -</html> Deleted: status.html =================================================================== --- status.html 2006-09-25 20:41:40 UTC (rev 7) +++ status.html 2006-09-25 22:24:33 UTC (rev 8) @@ -1 +0,0 @@ -OK Deleted: telecommande.png =================================================================== (Binary files differ) Deleted: testeur.php =================================================================== --- testeur.php 2006-09-25 20:41:40 UTC (rev 7) +++ testeur.php 2006-09-25 22:24:33 UTC (rev 8) @@ -1,74 +0,0 @@ -<?php -function parsePHPModules() { - ob_start(); - phpinfo(); - $s = ob_get_contents(); - ob_end_clean(); - - $s = strip_tags($s,'<h2><td>'); - //print_r($s); - $s = preg_replace('/<h2[^>]*>([^<]+)<\/h2>/',"<cat>\\1</cat>",$s); - $s = preg_replace('/<td class="e">([^<]+)<\/td>/',"<key>\\1</key>",$s); - $s = preg_replace('/<td class="v">([^<]+)<\/td>/',"<val>\\1</val>",$s); - $s="<cat>principal</cat>".$s; - $s = strip_tags($s,'<cat><key><val>'); - $vcat = preg_split('/(<cat>[^<]+<\/cat>)/',$s,-1,PREG_SPLIT_DELIM_CAPTURE); - $vcat=array_filter($vcat); - $vcat=array_values($vcat); - $vModules = array(); - $i=0; - while ($i<count($vcat)) { - if (preg_match('/<cat>([^<]+)<\/cat>/',$vcat[$i],$vMat)) { - $catName = trim($vMat[1]); - $vkey = preg_split('/(<key>[^<]+<\/key>)/',$vcat[++$i],-1,PREG_SPLIT_DELIM_CAPTURE); - $j=0; - while ($j<count($vkey)) { - if (preg_match('/<key>([^<]+)<\/key>/',$vkey[$j],$vMat)) { - $keyName=trim($vMat[1]); - if (preg_match('/<val>([^<]+)<\/val>/',$vkey[++$j],$vMat)) -$vModules[$catName][$keyName]=trim($vMat[1]); - } - $j++; - } - $i++; - } - } - return $vModules; -} - -function getSetting($pModuleName,$pSetting, $text_ok, $text_nok) { - $vModules = parsePHPModules(); - if (!$vModules[$pModuleName][$pSetting]) { - echo "<b><font color=red>".$text_nok."</font></b><br>"; - }else{ - echo "<b>".$text_ok.$vModules[$pModuleName][$pSetting]."</b><br>"; - } -} - - -getSetting('Apache Environment','DOCUMENT_ROOT', 'R\xE9pertoire par defaut :', 'R\xE9pertoire DOC_ROOT non configurer'); -getSetting('principal','System', 'Systeme d\'exploitation :', 'Syst\xE9me d\'exploitation non d\xE9termin\xE9'); - - -echo "<hr>"; -getSetting('gd','GD Version', 'Le module GD est pr\xE9sent avec la version : ', 'Le module GD n\'est pas pr\xE9sent !'); -getSetting('SimpleXML','Revision', 'Le module SimpleXML est pr\xE9sent avec la version : ', 'Le module SimpleXML n\'est pas pr\xE9sent !'); -getSetting('SQLite','SQLite Library', 'Le module SQLite est pr\xE9sent avec la version : ', 'Le module SQLite n\'est pas pr\xE9sent !'); -getSetting('zlib','Compiled Version', 'Le module Zlib est pr\xE9sent avec la version : ', 'Le module Zlib n\'est pas pr\xE9sent !'); -getSetting('imap','IMAP c-Client Version', 'Le module imap pr\xE9sent avec la version : ', 'Le module imap n\'est pas pr\xE9sent !'); -getSetting('libxml','libXML Version', 'Le module XML pr\xE9sent avec la version : ', 'Le module XML n\'est pas pr\xE9sent !'); -echo "<hr>"; -getSetting('Apache Environment','SERVER_SOFTWARE', 'Version du Serveur : ', 'Aucune donn\xE9es sur la version du SERVEUR !'); -echo "<hr>"; - - if(!$contenu_html = file_get_contents("http://127.0.0.1:8081/_framework/vlc/temps2.html")){ - echo '<b>Vlc n\'est pas lanc\xE9 ou il n\'\xE9coute pas le port 8081</b>'; - }else{ - echo '<b>Vlc est bien lanc\xE9 et il \xE9coute le port 8081</b>'; - } - - - -//phpinfo(); - -?> Copied: trunk/_framework (from rev 7, _framework) Copied: trunk/_utilisateur (from rev 7, _utilisateur) Copied: trunk/configuration (from rev 7, configuration) Copied: trunk/copyright.php (from rev 7, copyright.php) =================================================================== --- trunk/copyright.php (rev 0) +++ trunk/copyright.php 2006-09-25 22:24:33 UTC (rev 8) @@ -0,0 +1,21 @@ +<?php +$RACINE_REP = ""; + +require($RACINE_REP.'_framework/framework.php'); +$LINK['red']= $MODULE.'_menu/menu.php'; +$version_l = get_version('Easybox'); + + +$message='<br> <br> +<u>Version actuellement install\xE9e</u> : v'.$version_l.' +<br> <br> +Ce mod pour freeplayer est propos\xE9 par <br> +Aragornis, DJ-Maboul, beb59, DaRkYoda et Nuxgyver.<br> <br> +<u>Site officiel</u> : http://www.easybox-mod.org/ +<br> +<br> '; + +$smarty->assign('AVERTISSEMENT',$message); +$smarty->display('avertissement.tpl'); + +?> Copied: trunk/erreur.php (from rev 7, erreur.php) =================================================================== Copied: trunk/fb2ie.js (from rev 7, fb2ie.js) =================================================================== --- trunk/fb2ie.js (rev 0) +++ trunk/fb2ie.js 2006-09-25 22:24:33 UTC (rev 8) @@ -0,0 +1,364 @@ +/** Script de simulation du navigateur Freebox ** +/*----------------------------------------------* + * R\xE9alisation : Laurent Asfaux alias DEL65 + * Contributeurs : + * - + * - + * - + * + * version 0.6+ + */ + +/********************************************/ +/*** Fonctions annexes ***/ +/********************************************/ + +// enregistrement des param\xE8tres de la freebox +// + redirection +function getParameters () { +if (document.getElementsByTagName) { + // parcours des attributs des balises "meta" + elemColl = document.getElementsByTagName('meta'); + + // pour chaque param\xE8tre (si pr\xE9sent) + // on stocke sa valeur dans un cookie + for (var i = 0; i < elemColl.length; i++) { + + valeur = elemColl[i].name; + + if(valeur=="refresh"){ + valeurs = elemColl[i].content.split(";"); + setTimeout('document.location.href="'+valeurs[1].substring(4, valeurs[1].length)+'";',valeurs[0]*1000); + + + + + + + + + + + + } + } +} +} + +// interface de simulation des touches de la t\xE9l\xE9commande +function getTouches() { + + // parcours des attributs des balises "link" + elemColl = document.getElementsByTagName("link"); + // pour chaque touche affect\xE9e, on cr\xE9e un lien + // qui sera plac\xE9e en haut de l'\xE9cran. + var commande=document.createElement("div"); + var carte=document.createElement("map"); + carte.setAttribute("name","Telecommande"); + carte.setAttribute("id","Telecommande"); + + document.body.appendChild(document.createElement("hr")); + + for (var i = 0; i < elemColl.length; i++) { + // pr\xE9paration du lien + document.body.appendChild(document.createTextNode("[")); + var lien = document.createElement("a"); + var zone = document.createElement("area"); + lien.setAttribute("href",elemColl[i].getAttribute("href")); + zone.setAttribute("href",elemColl[i].getAttribute("href")); + + switch (elemColl[i].getAttribute("rel")) { + case "help" : + lien.appendChild(document.createTextNode("Aide")); + zone.setAttribute("alt","Aide"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","4,18,41,33"); + carte.appendChild(zone); + break; + case "options" : + lien.appendChild(document.createTextNode("Options")); + zone.setAttribute("alt","Options"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","58,18,93,33"); + carte.appendChild(zone); + break; + case "red" : + lien.appendChild(document.createTextNode("Rouge")); + zone.setAttribute("alt","Rouge"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","8,53,37,81"); + carte.appendChild(zone); + break; + case "green" : + lien.appendChild(document.createTextNode("Vert")); + zone.setAttribute("alt","Vert"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","169,52,197,81"); + carte.appendChild(zone); + break; + case "yellow" : + lien.appendChild(document.createTextNode("Jaune")); + zone.setAttribute("alt","Jaune"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","8,133,37,161"); + carte.appendChild(zone); + break; + case "blue" : + lien.appendChild(document.createTextNode("Bleu")); + zone.setAttribute("alt","Bleu"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","169,133,167.161"); + carte.appendChild(zone); + break; + case "info" : + lien.appendChild(document.createTextNode("Info")); + zone.setAttribute("alt","Info"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","89,186,115,213"); + carte.appendChild(zone); + break; + case "guide" : + lien.appendChild(document.createTextNode("Guide")); + zone.setAttribute("alt","Guide"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","160,186,187,213"); + carte.appendChild(zone); + break; + case "stop" : + lien.appendChild(document.createTextNode("Stop")); + zone.setAttribute("alt","Stop"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","18,230,46,257"); + carte.appendChild(zone); + break; + case "rec" : + lien.appendChild(document.createTextNode("Enregistrer")); + zone.setAttribute("alt","Enregistrer"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","160,230,187,257"); + carte.appendChild(zone); + break; + case "play" : + lien.appendChild(document.createTextNode("Lecture")); + zone.setAttribute("alt","Lecture"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","89,230,115,257"); + carte.appendChild(zone); + break; + case "pause" : + lien.appendChild(document.createTextNode("Pause")); + zone.setAttribute("alt","Pause"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","89,230,115,257"); + carte.appendChild(zone); + break; + case "up" : + lien.appendChild(document.createTextNode("Haut")); + zone.setAttribute("alt","Haut"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","83,58,121,77"); + carte.appendChild(zone); + break; + case "down" : + lien.appendChild(document.createTextNode("Bas")); + zone.setAttribute("alt","Bas"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","83,137,121,156"); + carte.appendChild(zone); + break; + case "left" : + lien.appendChild(document.createTextNode("Gauche")); + zone.setAttribute("alt","Gauche"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","18,93,41,120"); + carte.appendChild(zone); + break; + case "right" : + lien.appendChild(document.createTextNode("Droite")); + zone.setAttribute("alt","Droite"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","164,93,188,121"); + carte.appendChild(zone); + break; + case "star" : + lien.appendChild(document.createTextNode("Etoile")); + zone.setAttribute("alt","Etoile"); + zone.setAttribute("shape","rect"); + zone.setAttribute("coords","4,397,41,413"); + carte.appendChild(zone); + break; + case "sharp" : + lien.appendChild(document.createTextNode("Di\xE8se")); + zone.setAttribute("alt","Di\xE8se"); + zone.setAttribute("shape","111,397,147,413"); + zone.setAttribute("coords","rect"); + carte.appendChild(zone); + break; + + default : + lien.appendChild(document.createTextNode("Autre")); + break; + + } + document.body.appendChild(lien); + document.body.appendChild(document.createTextNode("] ")); + } + + var telecommande=document.createElement("img"); + telecommande.setAttribute("src","/telecommande.png"); + telecommande.setAttribute("usemap","#Telecommande"); + + commande.appendChild(carte); + commande.appendChild(telecommande); + document.body.appendChild(commande); + +} + +// corrige l'opacit\xE9 de l'\xE9l\xE9ment "obj" +function setOpacity(obj, opacity) { + opacity = hex2dec(opacity)/4 + opacity = opacity+36; + + // IE/Win + obj.style.filter = "alpha(opacity:"+opacity+")"; + + // Safari<1.2, Konqueror + obj.style.KHTMLOpacity = opacity/100; + + // Older Mozilla and Firefox + obj.style.MozOpacity = opacity/100; + + // Safari 1.2, newer Firefox and Mozilla, CSS3 + obj.style.opacity = opacity/100; +} + + +/********************************************/ +/*** Code principal ***/ +/********************************************/ + +/*** Modification de l'opacit\xE9 des images ***/ + + elemColl = document.getElementsByTagName("img"); + for (var i = 0; i < elemColl.length; i++) { + var alpha = elemColl[i].getAttribute("alpha"); + if (alpha != null) { setOpacity(elemColl[i],alpha.substr(1,2)); } + } + + + +/*** texte en Helvetica gras ***/ + + + +/*** Correction du style des liens ***/ + + elemColl = document.getElementsByTagName("a"); + // pour tous les liens de la page + for (var i = 0; i < elemColl.length; i++) { + // pas de soulignement + elemColl[i].style.textDecoration="none"; + // couleur standard + elemColl[i].style.color=document.body.getAttribute("link"); + + // on ajoute un onmouseover/onmouseout sur le lien (IE) + if (navigator.appName == "Microsoft Internet Explorer") { + elemColl[i].setAttribute("onmouseover",function() { + this.style.color=document.body.getAttribute("alink"); + }); + + elemColl[i].setAttribute("onmouseout",function() { + this.style.color=document.body.getAttribute("link"); + }); + + // on ajoute un onmouseover/onmouseout sur le lien (Firefox/Mozilla) + } else { + + elemColl[i].setAttribute("onMouseOver","this.style.color=document.body.getAttribute('link');"); + + elemColl[i].setAttribute("onMouseOut","this.style.color=document.body.getAttribute('link');"); + } + } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +/*** Simulation des liens sur table ***/ + + elemColl = document.getElementsByTagName("table"); + // pour toutes les tables de la page + for (var i = 0; i < elemColl.length; i++) { + // si un abgcolor est d\xE9fini + if (elemColl[i].getAttribute('abgcolor') != null) { + + // on ajoute un onmouseover/onmouseout sur le lien (IE) + if (navigator.appName == "Microsoft Internet Explorer") { + elemColl[i].setAttribute("onmouseover",function() { + this.setAttribute('bgColor2',this.getAttribute('bgcolor')); + this.bgColor = this.getAttribute('abgcolor'); + this.style.cursor='hand'; + }); + + elemColl[i].setAttribute("onmouseout",function() { + this.bgColor=this.getAttribute('bgcolor2'); + }); + + elemColl[i].setAttribute("onmousedown",function() { + if (this.parentNode.name = "a") { + location.href=this.parentNode.href; + } + }); + + // on ajoute un onmouseover/onmouseout sur le lien (Firefox/Mozilla/Opera) + } else { + + elemColl[i].setAttribute("onMouseOver","this.bgColor = '"+elemColl[i].getAttribute("abgcolor")+"';"); + + elemColl[i].setAttribute("onMouseOut","this.bgColor = '"+elemColl[i].getAttribute("bgcolor")+"';"); + + } + + } + } + +getParameters(); + + +/*** Simulation des touches ***/ +setTimeout("getTouches()",0); Copied: trunk/http-vlc (from rev 7, http-vlc) Copied: trunk/index1.html (from rev 7, index1.html) =================================================================== --- trunk/index1.html (rev 0) +++ trunk/index1.html 2006-09-25 22:24:33 UTC (rev 8) @@ -0,0 +1,37 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US"> +<!-- + * Created on 16 Mai 2006 + * + * To change the template for this generated file go to + * Window - Preferences - PHPeclipse - PHP - Code Templates +--> + <head> + <title> </title> + </head> + <body> + <IMG src="_framework/easyban.png" width="800" height="139" border="0"> +<center> +<form name="form1" method="get" action="index.html"> +<br> <br> +<A href="configuration/configuration.php">Configurer easyBox</A><br> <br> + +<A href="module/_menu/menu.php">Utiliser easyBox</A><br> <br> +<A href="module/freeboxtv/content.php">Regarder la t\xE9l\xE9vision</A><br> <br> +<?php +if ($_REQUEST['vlc']): +$param='--extraintf=http --http-host=:8081 --http-charset=ISO-8859-1 --sout="#std" --sout-standard-access=udp --sout-standard-mux=ts --sout-standard-url=212.27.38.253:1234 --sout-ts-pid-video=68 --sout-ts-pid-audio=69 --sout-ts-pid-spu=70 --sout-ts-pcr=80 --sout-ts-dts-delay=400 --subsdec-encoding=ISO-8859-1 --sout-transcode-maxwidth=720 --sout-transcode-maxheight=576 --http-src="'.$_SERVER['DOCUMENT_ROOT'].'" --config="~/.vlc/vlcrc-fbx" --wx-systray'; +//exec("vlc ".$param); +endif; +if(!$contenu_html = file_get_contents("http://127.0.0.1:8081/_framework/vlc/temps2.html")): + ?> +<input type="submit" name="vlc" value="Lancer VLC"> +<?php else: ?> +VLC est d\xE9marr\xE9. +<?php endif; ?> +</form> + + </body> +</html> Copied: trunk/lecteur (from rev 7, lecteur) Copied: trunk/module (from rev 7, module) Copied: trunk/remplir bdd.php (from rev 7, remplir bdd.php) =================================================================== --- trunk/remplir bdd.php (rev 0) +++ trunk/remplir bdd.php 2006-09-25 22:24:33 UTC (rev 8) @@ -0,0 +1,17 @@ +<?php +$RACINE_REP = ""; +require($RACINE_REP.'_framework/framework.php'); + +$page = @fopen ('TvFreePlayer-Radios.fwr', 'r') ; + +$contenu_html = ''; +while (!feof ($page)) { + $ligne1 = trim(fgets($page)); + $ligne2 = trim(fgets($page)); + +$db = sqlite_open('_utilisateur/podcast.db', 0666); +sqlite_query($db,'INSERT INTO radios VALUES(NULL,\''.sqlite_escape_string($ligne1).'\',\''.sqlite_escape_string($ligne2).'\')'); +sqlite_close($db); + +} +?> Copied: trunk/settings.html (from rev 7, settings.html) =================================================================== --- trunk/settings.html (rev 0) +++ trunk/settings.html 2006-09-25 22:24:33 UTC (rev 8) @@ -0,0 +1,21 @@ +<!DOCTYPE HTML PUBLIC "-//Freebox//DTD HTML 3.2//EN"> +<html> +<head> + <title>EasyBox</title> + <meta name="settings_page" content="http://212.27.38.254:8080/settings.html"> + <meta name="home_page" content="/settings.html"> + <meta name="love_page" content="/module/favoris/index1.php"> + <meta name="mail_page" content="/module/mail/index1.php"> + <meta name="front_panel" content="EASYBOX"> + <meta name="prompt" content="...Powered by Easybox..."> + <services> + </services> + <meta name=maddr content="127.0.0.1"> + <meta name=pcr content="68"> + <meta name=vid content="68"> + <meta name=aud content="69(en,mp2)"> + <meta name=refresh content="0;url=/_framework/demarrage.php"> +</head> +<body> +</body> +</html> Copied: trunk/skin (from rev 7, skin) Copied: trunk/status.html (from rev 7, status.html) =================================================================== --- trunk/status.html (rev 0) +++ trunk/status.html 2006-09-25 22:24:33 UTC (rev 8) @@ -0,0 +1 @@ +OK Copied: trunk/telecommande.png (from rev 7, telecommande.png) =================================================================== (Binary files differ) Property changes on: trunk/telecommande.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Copied: trunk/testeur.php (from rev 7, testeur.php) =================================================================== --- trunk/testeur.php (rev 0) +++ trunk/testeur.php 2006-09-25 22:24:33 UTC (rev 8) @@ -0,0 +1,74 @@ +<?php +function parsePHPModules() { + ob_start(); + phpinfo(); + $s = ob_get_contents(); + ob_end_clean(); + + $s = strip_tags($s,'<h2><td>'); + //print_r($s); + $s = preg_replace('/<h2[^>]*>([^<]+)<\/h2>/',"<cat>\\1</cat>",$s); + $s = preg_replace('/<td class="e">([^<]+)<\/td>/',"<key>\\1</key>",$s); + $s = preg_replace('/<td class="v">([^<]+)<\/td>/',"<val>\\1</val>",$s); + $s="<cat>principal</cat>".$s; + $s = strip_tags($s,'<cat><key><val>'); + $vcat = preg_split('/(<cat>[^<]+<\/cat>)/',$s,-1,PREG_SPLIT_DELIM_CAPTURE); + $vcat=array_filter($vcat); + $vcat=array_values($vcat); + $vModules = array(); + $i=0; + while ($i<count($vcat)) { + if (preg_match('/<cat>([^<]+)<\/cat>/',$vcat[$i],$vMat)) { + $catName = trim($vMat[1]); + $vkey = preg_split('/(<key>[^<]+<\/key>)/',$vcat[++$i],-1,PREG_SPLIT_DELIM_CAPTURE); + $j=0; + while ($j<count($vkey)) { + if (preg_match('/<key>([^<]+)<\/key>/',$vkey[$j],$vMat)) { + $keyName=trim($vMat[1]); + if (preg_match('/<val>([^<]+)<\/val>/',$vkey[++$j],$vMat)) +$vModules[$catName][$keyName]=trim($vMat[1]); + } + $j++; + } + $i++; + } + } + return $vModules; +} + +function getSetting($pModuleName,$pSetting, $text_ok, $text_nok) { + $vModules = parsePHPModules(); + if (!$vModules[$pModuleName][$pSetting]) { + echo "<b><font color=red>".$text_nok."</font></b><br>"; + }else{ + echo "<b>".$text_ok.$vModules[$pModuleName][$pSetting]."</b><br>"; + } +} + + +getSetting('Apache Environment','DOCUMENT_ROOT', 'R\xE9pertoire par defaut :', 'R\xE9pertoire DOC_ROOT non configurer'); +getSetting('principal','System', 'Systeme d\'exploitation :', 'Syst\xE9me d\'exploitation non d\xE9termin\xE9'); + + +echo "<hr>"; +getSetting('gd','GD Version', 'Le module GD est pr\xE9sent avec la version : ', 'Le module GD n\'est pas pr\xE9sent !'); +getSetting('SimpleXML','Revision', 'Le module SimpleXML est pr\xE9sent avec la version : ', 'Le module SimpleXML n\'est pas pr\xE9sent !'); +getSetting('SQLite','SQLite Library', 'Le module SQLite est pr\xE9sent avec la version : ', 'Le module SQLite n\'est pas pr\xE9sent !'); +getSetting('zlib','Compiled Version', 'Le module Zlib est pr\xE9sent avec la version : ', 'Le module Zlib n\'est pas pr\xE9sent !'); +getSetting('imap','IMAP c-Client Version', 'Le module imap pr\xE9sent avec la version : ', 'Le module imap n\'est pas pr\xE9sent !'); +getSetting('libxml','libXML Version', 'Le module XML pr\xE9sent avec la version : ', 'Le module XML n\'est pas pr\xE9sent !'); +echo "<hr>"; +getSetting('Apache Environment','SERVER_SOFTWARE', 'Version du Serveur : ', 'Aucune donn\xE9es sur la version du SERVEUR !'); +echo "<hr>"; + + if(!$contenu_html = file_get_contents("http://127.0.0.1:8081/_framework/vlc/temps2.html")){ + echo '<b>Vlc n\'est pas lanc\xE9 ou il n\'\xE9coute pas le port 8081</b>'; + }else{ + echo '<b>Vlc est bien lanc\xE9 et il \xE9coute le port 8081</b>'; + } + + + +//phpinfo(); + +?> Copied: trunk/version.html (from rev 7, version.html) =================================================================== --- trunk/version.html (rev 0) +++ trunk/version.html 2006-09-25 22:24:33 UTC (rev 8) @@ -0,0 +1,9 @@ + +<html> +<head> +</head> +<body> +<h1>Easybox</h1> +<h2>3.4.5</h2> +</body> +</html> \ No newline at end of file Deleted: version.html =================================================================== --- version.html 2006-09-25 20:41:40 UTC (rev 7) +++ version.html 2006-09-25 22:24:33 UTC (rev 8) @@ -1,9 +0,0 @@ - -<html> -<head> -</head> -<body> -<h1>Easybox</h1> -<h2>3.4.5</h2> -</body> -</html> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |