🌍
Français
Je lance l'install de phpWebGallery mais je n'ai qu'une page web qui s'ouvre avec :
<?php /*************************************************************************** * install.php * * ------------------- * * application : PhpWebGallery 1.3 <http://phpwebgallery.net> * * author : Pierrick LE GALL <pierrick@z0rglub.com> * * * * $Id: install.php,v 1.11.2.3 2004/02/24 23:10:37 z0rglub Exp $ * * ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; * * * ***************************************************************************/ //-------------------------------------------------------------------- includes define( 'PREFIX_INCLUDE', '.' ); include( '../include/vtemplate.class.php' ); include( '../include/functions.inc.php' ); //----------------------------------------------------- template initialization $vtp = new VTemplate; $handle = $vtp->Open( '../template/default/admin/install.vtp' ); $vtp->setGlobalVar( $handle, 'release', '1.3' ); //-------------------------------------------------------------------- language if ( isset( $_GET['language'] ) ) { $isadmin = true; $lang = array(); error_reporting( E_ALL ^ E_NOTICE ); include( '../language/'.$_GET['language'].'.php' ); ...
Est-ce télé2 qui ne gère pas le PHP ou dois-je installer autre chose ?
Sinon quel hébergeur me conseillez-vous ??
Merci