Annonce

  •  » Utilisation
  •  » dechiffrer l'aide de video-integrator

#1 2006-01-30 14:44:12

latriche
Membre
2005-01-26
200

dechiffrer l'aide de video-integrator

slt a ts
je veux installer video içntegrator, seulement voila, mes notions d'anglais sont trop vagues pour comprendre ca

## MOD Original Author: Kitof < hidden mail address> (Christophe LAMPIN)       #
##             http://www.kitof.net                                            #

## | PhpWebGallery - a PHP based picture gallery                           |
## | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
## | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |

#-----[ CREATE/UPDATE YOUR config_local.inc.php ]----------------------------------------------------------------
#
include/config_local.inc.php
#
#-----[ UPDATE TO CONTAIN ]------------------------------------------
# Code:
// file_ext : file extensions (case sensitive) authorized
$conf['file_ext'] = array('jpg','JPG','png','PNG','gif','GIF','mpg','MPG','zip',
                          'avi','AVI','mp3','ogg','wmv','WMV','mov','MOV','swf','SWF');

// picture_ext : file extensions for picture file, must be a subset of
// file_ext
$conf['picture_ext'] = array('jpg','JPG','png','PNG','gif','GIF');

// movie_ext : file extensions for movie file, must be a subset of
// file_ext
$conf['movie_ext'] = array('avi','AVI','mpg','MPG','wmv','WMV');
// qtime_ext : file extensions for QuickTime file, must be a subset of
// file_ext
$conf['qtime_ext'] = array('mov','MOV');
// flash_ext : file extensions for flash movie file, must be a subset of
// file_ext
$conf['flash_ext'] = array('swf','SWF');                        /* MOD Video Integrator */
#
#-----[ PREPARE YOUR TEMPLATE(S) ]--------------------------------------------
#    REPEAT FOR ALL TEMPLATE USED
# in theme Directory Copy:
noflash.png
video_curtain.png

# in mimetypes Directory Copy:
mov.png
swf.png
wmv.png

# in the template Directory (yoga-dark) Copy:
video-player.css
#
#-----[ OPEN ]----------------------------------------------------------------
#    REPEAT FOR ALL TEMPLATE USED
default-layout.css
#
#-----[ FIND ]----------------------------------------------------------------
# around line 1

@import "menubar.css";
@import "content.css";
@import "image.css";
@import "popuphelp.css";
#
#-----[ AFTER, ADD ]------------------------------------------
#
@import "video-player.css";

#-----[ OPEN ]----------------------------------------------------------------
#    REPEAT FOR ALL TEMPLATE USED
picture.tpl
#
#-----[ FIND ]----------------------------------------------------------------
# around line 51
<!-- END high -->
  <img src="{SRC_IMG}" style="width:{WIDTH_IMG}px;height:{HEIGHT_IMG}px;" alt="{ALT_IMG}">
#
#-----[ REPLACE WITH ]------------------------------------------
# currently 91 following lines
# (Read comments in the same time)
<!-- END high -->

<!-- BEGIN picture -->        <!-- MOD Video Integrator -->
  <img class="image" src="{picture.SRC_IMG}" style="width:{picture.WIDTH_IMG}px;height:{picture.HEIGHT_IMG}px;" alt="{picture.ALT_IMG}"/>
<!-- END picture -->

<!-- About curtain: Visible under Opera and under IE only with Windows Media Player, but just a small strip under Firefox -->
<!-- BEGIN movie -->
<!-- If you don't plan to display WMV or any files readable via Windows Media Player on your web site, -->
<!--   this movie block can be removed from begin movie to end movie.                 -->
<!-- Windows Media Player for PhpWebGallery - a PHP based picture gallery             -->
<!-- Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net             -->
<!-- Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net             -->
<!-- Based on documention from http://msdn.microsoft.com/library/en-us … ebpage.asp -->
<span class=curtain>
<object id="player" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" width="360" height="280"
    codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701">
      <param name="autostart" value="true" />
      <param name="enablecontextmenu" value="true" />
      <param name="fullscreen" value="false" />
      <param name="stretchtofit" value="true" />
      <param name="uimode" value="none" />
      <param name="filename" value="{movie.SRC_MOVIE}" />
      <param name="showcontrols" value="false" />
      <param name="animationatstart" value="true" />
      <param name="showdisplay" value="false" />
      <param name="transparentatstart" value="true" />
      <param name="showstatusbar" value="false" />
      <param name="allowchangedisplaysize" value="true" />
      <param name="autosize" value="false" />
      <param name="volume" value="0" />
      <param name="type" value="video/x-ms-asf-plugin" />
      <param name="pluginspage" value="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" />
      <embed pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
            src="{movie.SRC_MOVIE}" showcontrols="true" autostart="true" loop="false"
        animationatstart="true" showdisplay="false" transparentatstart="true"
          showstatusbar="false" enablecontextmenu="true" width="360" height="280"
          fullscreen="false" stretchtofit="true" uimode="none" id="embedplayer"
          allowchangedisplaysize="true" autosize="false" displaysize="mpfittosize"
          autorewind="true" volume="0" type="video/x-ms-asf-plugin" />
</object> <!-- embed is needed for Opera and FireFox -->       
</span>
<!-- END movie -->

<!-- BEGIN qtime -->
<!-- If you don't plan to display MOV files on your web site,                     -->
<!--   this qtime block can be removed from begin qtime to end qtime.                 -->
<!-- Quicktime Player for PhpWebGallery - a PHP based picture gallery                 -->
<!-- Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net             -->
<!-- Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net             -->
<!-- Based on documention from http://www.apple.com/quicktime/tutorials/embed.html -->
<span class=curtain>
<object id="player" CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="348" HEIGHT="271"
    CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
      <param name="Controller" VALUE="true" />
      <param name="Type" VALUE="video/quicktime" />
      <param name="Autoplay" VALUE="true" />
      <param name="TargetCache" VALUE="true" />
      <param name="Cache" VALUE="true" />
      <param name="Target" VALUE="myself" />
      <param name="Src" VALUE="{qtime.SRC_QTIME}" />
      <param name="PluginsPage" VALUE="http://www.apple.com/quicktime/download/" />
    <param name="Loop" VALUE="false" />
    <param name="Scale" VALUE="ToFit" />
      <param name="Volume" VALUE="100" />
      <embed PluginsPage="http://www.apple.com/quicktime/download/"
            Controller="true" Type="video/quicktime" Autoplay="true"
            TargetCache="true" Cache="true" id="embedplayer"
          Target="myself" Src="{qtime.SRC_QTIME}"  WIDTH="348" HEIGHT="271"
          Loop="false" Scale="ToFit" Volume="100" />
</object> <!-- embed is needed for Opera and FireFox -->
</span>
<!-- END qtime -->

<!-- BEGIN flash -->                <!-- MOD Video Integrator -->
<!-- If you don't plan to display SWF files on your web site,                      -->
<!--   this flash block can be removed from begin flash to end flash.                 -->
<!-- Flash Player for PhpWebGallery - a PHP based picture gallery                 -->
<!-- Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net             -->
<!-- Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net             -->
<!-- Based on documention from http://www.macromedia.com/devnet/flashplayer/ -->
<span id=curtain>
<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
    width="348" height="256" />
    <param name="Movie" value="{flash.NAME_FLASH}" />
    <param name="Play" value="true" />
    <param name="Loop" value="false" />
    <param name="Quality" value="AutoHigh" />
    <param name="Scale" value="ExactFit" />
    <param name="SAlign" value="B" />
    <param name="PluginsPage" value="http://www.macromedia.com/go/getflashplayer" />
    <param name="Type" value="application/x-shockwave-flash" />
      <param name="Volume" value="0" />
    <embed src="{flash.NAME_FLASH}" Type="application/x-shockwave-flash"
            PluginsPage="http:/www.macromedia.com/gogetflashplayer"
            width="348" height="256" id="embedplayer"
            Play="true" Loop="false" Quality="AutoHigh" Scale="ExactFit" SAlign="B"
            width="348" height="256" align="middle" />
</object> <!-- embed is needed almost for FireFox -->
</span>
<!-- END flash -->                  <!-- MOD Video Integrator -->

#
#-----[ PREPARE YOUR MODULES DIRECTORY ]--------------------------------------------
#
# Refer to your PhpWebGallery Directory Copy:
modules/index.php
modules/video_integrator.php
# Please create "modules" directory if it doesn't exist yet

#
#-----[ OPEN ]----------------------------------------------------------------
#
picture.php
#
#-----[ FIND ]----------------------------------------------------------------
# around line 501
$page['body_id'] = 'thePicturePage';
include(PHPWG_ROOT_PATH.'include/page_header.php');
$template->set_filenames(array('picture'=>'picture.tpl'));

#
#-----[ AFTER, ADD ]------------------------------------------
#

//   Begin MOD Video Integrator
include(PHPWG_ROOT_PATH. 'modules/video_integrator.php');
//   End MOD Video Integrator

# Think about other templates... if your members use them !!!
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#

si qqun pouvait au moins me traduire les titres et premieres lignes d'instructions, ca m'aiderait pas mal

merci a vous


L'erreur est humaine mais un véritable désastre nécessite un ordinateur

http://fcdombes.free.fr/galeriephotos/category.php

Hors ligne

#2 2006-01-30 19:18:46

VDigital
Former Piwigo Team
Montpellier (FR)
2005-05-04
15127

Re: dechiffrer l'aide de video-integrator

Le même en Français

## MOD Original Author: Kitof < hidden mail address> (Christophe LAMPIN)       #
##             http://www.kitof.net                                            #

## | PhpWebGallery - a PHP based picture gallery                           |
## | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
## | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |

#-----[CREER ou MODIFIER SON config_local.inc.php ]----------------------------------------------------------------
#
include/config_local.inc.php
#
#-----[ IL FAUT QU'IL CONTIENNE ]------------------------------------------
# Code:
// file_ext : les extensions supportées (sensibles à la casse (Majuscules/Minuscules)
$conf['file_ext'] = array('jpg','JPG','png','PNG','gif','GIF','mpg','MPG','zip',
                          'avi','AVI','mp3','ogg','wmv','WMV','mov','MOV','swf','SWF');

// picture_ext : extensions des images, un sous-ensemble de
// file_ext
$conf['picture_ext'] = array('jpg','JPG','png','PNG','gif','GIF');

// movie_ext : extensions des fichiers vidéo, un sous-ensemble de
// file_ext
$conf['movie_ext'] = array('avi','AVI','mpg','MPG','wmv','WMV');
// qtime_ext : extensions des fichiers QuickTime file, un sous-ensemble de
// file_ext
$conf['qtime_ext'] = array('mov','MOV');
// flash_ext : extensions des fichiers flash, un sous-ensemble de
// file_ext
$conf['flash_ext'] = array('swf','SWF');                        /* MOD Video Integrator */
#
#-----[ PREPARER VOS TEMPLATE(S) ]--------------------------------------------
#    A REPETER POUR TOUS LES TEMPLATES UTILISES
# dans le sous-répertoire theme, copier:
# noflash.png (<= ancien relicat, il n'existe plus)
video_curtain.png

# dans le sous-répertoire mimetypes, copier:
mov.png
swf.png
wmv.png

# dans le répertoire du template (par exemple yoga-dark), copier:
video-player.css
#
#-----[ OUVRIR ]----------------------------------------------------------------
#    A REPETER POUR TOUS LES TEMPLATES UTILISES
default-layout.css
#
#-----[ RECHERCHER ]----------------------------------------------------------------
# Près de la ligne 1

@import "menubar.css";
@import "content.css";
@import "image.css";
@import "popuphelp.css";
#
#-----[ APRES, AJOUTER ]------------------------------------------
#
@import "video-player.css";

#-----[ OUVRIR ]----------------------------------------------------------------
#    A REPETER POUR TOUS LES TEMPLATES UTILISES
picture.tpl
#
#-----[ RECHERCHER ]----------------------------------------------------------------
# Près de la ligne 51
<!-- END high -->
  <img src="{SRC_IMG}" style="width:{WIDTH_IMG}px;height:{HEIGHT_IMG}px;" alt="{ALT_IMG}">
#
#-----[ REMPLACER PAR ]------------------------------------------
# Actuellement les 91 lignes suivantes
# (Lire les commentaires en même temps)
<!-- END high -->

<!-- BEGIN picture -->        <!-- MOD Video Integrator -->
  <img class="image" src="{picture.SRC_IMG}" style="width:{picture.WIDTH_IMG}px;height:{picture.HEIGHT_IMG}px;" alt="{picture.ALT_IMG}"/>
<!-- END picture -->

<!-- A propos du rideau: Visible sous Opera et sous IE uniquement avec Windows Media Player, mais seulement une petite bande  Firefox -->
<!-- BEGIN movie -->
<!-- Si vous pensez ne pas utiliser de WMV ou autres fichiers lisibles via Windows Media Player sur votre site, -->
<!--   le bloc movie peut être enlevé entre begin movie et end movie.                 -->
<!-- Windows Media Player for PhpWebGallery - a PHP based picture gallery             -->
<!-- Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net             -->
<!-- Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net             -->
<!-- Basé sur la documentation de http://msdn.microsoft.com/library/en-us … ebpage.asp -->
<span class=curtain>
<object id="player" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" width="360" height="280"
    codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701">
      <param name="autostart" value="true" />
      <param name="enablecontextmenu" value="true" />
      <param name="fullscreen" value="false" />
      <param name="stretchtofit" value="true" />
      <param name="uimode" value="none" />
      <param name="filename" value="{movie.SRC_MOVIE}" />
      <param name="showcontrols" value="false" />
      <param name="animationatstart" value="true" />
      <param name="showdisplay" value="false" />
      <param name="transparentatstart" value="true" />
      <param name="showstatusbar" value="false" />
      <param name="allowchangedisplaysize" value="true" />
      <param name="autosize" value="false" />
      <param name="volume" value="0" />
      <param name="type" value="video/x-ms-asf-plugin" />
      <param name="pluginspage" value="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" />
      <embed pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
            src="{movie.SRC_MOVIE}" showcontrols="true" autostart="true" loop="false"
        animationatstart="true" showdisplay="false" transparentatstart="true"
          showstatusbar="false" enablecontextmenu="true" width="360" height="280"
          fullscreen="false" stretchtofit="true" uimode="none" id="embedplayer"
          allowchangedisplaysize="true" autosize="false" displaysize="mpfittosize"
          autorewind="true" volume="0" type="video/x-ms-asf-plugin" />
</object> <!-- embed est nécessaire pour Opera et FireFox -->       
</span>
<!-- END movie -->

<!-- BEGIN qtime -->
<!-- Si vous pensez ne pas utiliser de MOV sur votre site,                     -->
<!--   le bloc qtime peut être enlevé entre begin qtime et end qtime.                 -->
<!-- Quicktime Player for PhpWebGallery - a PHP based picture gallery                 -->
<!-- Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net             -->
<!-- Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net             -->
<!-- Basé sur la documentation de http://www.apple.com/quicktime/tutorials/embed.html -->
<span class=curtain>
<object id="player" CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="348" HEIGHT="271"
    CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
      <param name="Controller" VALUE="true" />
      <param name="Type" VALUE="video/quicktime" />
      <param name="Autoplay" VALUE="true" />
      <param name="TargetCache" VALUE="true" />
      <param name="Cache" VALUE="true" />
      <param name="Target" VALUE="myself" />
      <param name="Src" VALUE="{qtime.SRC_QTIME}" />
      <param name="PluginsPage" VALUE="http://www.apple.com/quicktime/download/" />
    <param name="Loop" VALUE="false" />
    <param name="Scale" VALUE="ToFit" />
      <param name="Volume" VALUE="100" />
      <embed PluginsPage="http://www.apple.com/quicktime/download/"
            Controller="true" Type="video/quicktime" Autoplay="true"
            TargetCache="true" Cache="true" id="embedplayer"
          Target="myself" Src="{qtime.SRC_QTIME}"  WIDTH="348" HEIGHT="271"
          Loop="false" Scale="ToFit" Volume="100" />
</object> <!-- embed est nécessaire pour Opera et FireFox -->
</span>
<!-- END qtime -->

<!-- BEGIN flash -->                <!-- MOD Video Integrator -->
<!-- Si vous pensez ne pas utiliser de SWF sur votre site,                     -->
<!--   le bloc flash peut être enlevé entre begin flash et end flash.                 -->
<!-- Flash Player for PhpWebGallery - a PHP based picture gallery                 -->
<!-- Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net             -->
<!-- Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net             -->
<!-- Basé sur la documentation de http://www.macromedia.com/devnet/flashplayer/ -->
<span id=curtain>
<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
    width="348" height="256" />
    <param name="Movie" value="{flash.NAME_FLASH}" />
    <param name="Play" value="true" />
    <param name="Loop" value="false" />
    <param name="Quality" value="AutoHigh" />
    <param name="Scale" value="ExactFit" />
    <param name="SAlign" value="B" />
    <param name="PluginsPage" value="http://www.macromedia.com/go/getflashplayer" />
    <param name="Type" value="application/x-shockwave-flash" />
      <param name="Volume" value="0" />
    <embed src="{flash.NAME_FLASH}" Type="application/x-shockwave-flash"
            PluginsPage="http:/www.macromedia.com/gogetflashplayer"
            width="348" height="256" id="embedplayer"
            Play="true" Loop="false" Quality="AutoHigh" Scale="ExactFit" SAlign="B"
            width="348" height="256" align="middle" />
</object> <!-- embed est nécessaire surtout pour FireFox -->
</span>
<!-- END flash -->                  <!-- MOD Video Integrator -->

#
#-----[ PREPARER VOTRE REPERTOIRE MODULES ]--------------------------------------------
#
# A partir de votre répertoire de  PhpWebGallery, copier:
modules/index.php
modules/video_integrator.php
# A besoin créer le répertoire "modules" s'il n'existe pas encore

#
#-----[ OUVRIR ]----------------------------------------------------------------
#
picture.php
#
#-----[ RECHERCHER ]----------------------------------------------------------------
# Près de la ligne 501
$page['body_id'] = 'thePicturePage';
include(PHPWG_ROOT_PATH.'include/page_header.php');
$template->set_filenames(array('picture'=>'picture.tpl'));

#
#-----[ APRES, AJOUTER ]------------------------------------------
#

//   Begin MOD Video Integrator
include(PHPWG_ROOT_PATH. 'modules/video_integrator.php');
//   End MOD Video Integrator

# Pensez aux autres templates... si vos membres les utilisent !!!
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#

latriche a écrit:

si qqun pouvait au moins me traduire les titres et premieres lignes d'instructions, ca m'aiderait pas mal

merci a vous

N'hésite pas si tu as des questions.


Vincent -« Plus vidéaste averti que photographe amateur... »
La galerie - Le blog   

Piwigo est une application libre de gestion de photos en ligne.

Hors ligne

#3 2006-01-31 09:24:52

latriche
Membre
2005-01-26
200

Re: dechiffrer l'aide de video-integrator

merci, super sympa,
en plus je pense que ca pourra servir a d'autres, aussi nazes que moi sur les termes techniques d'anglais.

a plus


L'erreur est humaine mais un véritable désastre nécessite un ordinateur

http://fcdombes.free.fr/galeriephotos/category.php

Hors ligne

#4 2006-09-29 17:13:50

PhP débutant
Invité

Re: dechiffrer l'aide de video-integrator

# Code: // file_ext : les extensions supportées (sensibles à la casse (Majuscules/Minuscules) $conf['file_ext'] = array('jpg','JPG','png','PNG','gif','GIF','mpg','MPG','zip', 'avi','AVI','mp3','ogg','wmv','WMV','mov','MOV','swf','SWF'); // picture_ext : extensions des images, un sous-ensemble de // file_ext $conf['picture_ext'] = array('jpg','JPG','png','PNG','gif','GIF'); // movie_ext : extensions des fichiers vidéo, un sous-ensemble de // file_ext $conf['movie_ext'] = array('avi','AVI','mpg','MPG','wmv','WMV'); // qtime_ext : extensions des fichiers QuickTime file, un sous-ensemble de // file_ext $conf['qtime_ext'] = array('mov','MOV'); // flash_ext : extensions des fichiers flash, un sous-ensemble de // file_ext $conf['flash_ext'] = array('swf','SWF'); /* MOD Video Integrator */ #
Warning: Cannot modify header information - headers already sent by (output started at /mnt/136/sdc/7/6/spepwfree/phpwebgallery/include/config_local.inc.php:8) in /mnt/136/sdc/7/6/spepwfree/phpwebgallery/include/page_header.php on line 67

Voici ce que je recois. Mon problème, moi, c'est pas reellement l'anglais, c'est plutôt le PHP lol!

#5 2006-09-29 17:49:54

VDigital
Former Piwigo Team
Montpellier (FR)
2005-05-04
15127

Re: dechiffrer l'aide de video-integrator

Version de ta galerie?
Logiciel d'edition utilisé pour faire les modifs?
et
Lien vers ton site?


Vincent -« Plus vidéaste averti que photographe amateur... »
La galerie - Le blog   

Piwigo est une application libre de gestion de photos en ligne.

Hors ligne

#6 2006-09-29 22:40:02

PhP débutant
Invité

Re: dechiffrer l'aide de video-integrator

Ma gallerie est en 1.6.1 .
Pour faire des modifications, j'utilise le bloc note et FrontPage pour les .css .(D'ailleurs, s'il y a un meilleur logiciel pas trop compliqué, je suis preneur). Le lien vers mon "site": http://spepwfree.free.fr

#7 2006-10-20 09:15:57

hardseb
Membre
2006-09-10
6

Re: dechiffrer l'aide de video-integrator

Salut.

En ce qui me concerne, j'utilise Notepad++ en version 3.8 (la 3.9 est sortie) pour toute mes éditions de fichiers (ini, php, xml, txt...)
bref il lit beaucoup de languages, et les mets correctement en page (formes et couleurs) ce qui aide à leur lecture.

Pour plus d'infos:
http://notepad-plus.sourceforge.net

Dernière modification par hardseb (2006-10-20 09:16:10)


séb

Hors ligne

#8 2006-10-21 00:36:10

mrclay
Membre
2006-10-18
7

Re: dechiffrer l'aide de video-integrator

"PhP débutant", j'ai l'impression que tu as oublié de rajouter  <?php au début de ton fichier config_local.inc.php, et ?> à la fin.


Si tu ouvres ton fichier "config_local.inc.php", ça devrait te donner :

<?php
// file_ext : file extensions (case sensitive) authorized
$conf['file_ext'] = array('jpg','JPG','png','PNG','gif','GIF','mpg','MPG','zip',
                          'avi','AVI','mp3','ogg','wmv','WMV','mov','MOV','swf','SWF');
//(et tout ce qu'il y a en dessous...)

?>

Hope it helps ;)

Hors ligne

  •  » Utilisation
  •  » dechiffrer l'aide de video-integrator

Pied de page des forums

Propulsé par FluxBB

github twitter newsletter Faire un don Piwigo.org © 2002-2024 · Contact