Warning: Failed opening '/home/soulx/public_html/phpBB2/install.php' for inclusion (include_path='.:/usr/share/pear') in Unknown on line 0
Printable View
Warning: Failed opening '/home/soulx/public_html/phpBB2/install.php' for inclusion (include_path='.:/usr/share/pear') in Unknown on line 0
Post your source Code of both files.
<phpcode><?php
/***************************************************************************
* install.php
* -------------------
* begin : Tuesday, Sept 11, 2001
* copyright : (C) 2001 The phpBB Group
* email : supportphpbb.com
*
* $Id: install.php,v 1.41.2.4 2002/07/19 15:58:16 psotfx Exp $
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
error_reporting (E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables
set_magic_quotes_runtime(0); // Disable magic_quotes_runtime
define('IN_PHPBB', true);
$phpbb_root_path='./';
include($phpbb_root_path.'extension.inc');
include($phpbb_root_path . 'includes/functions_selects.'.$phpEx);
$userdata = array();
$lang = array();
$reinstall = false;
if( !get_magic_quotes_gpc() )
{
if( is_array($HTTP_GET_VARS) )
{
while( list($k, $v) = each($HTTP_GET_VARS) )
{
if( is_array($HTTP_GET_VARS[$k]) )
{
while( list($k2, $v2) = each($HTTP_GET_VARS[$k]) )
{
$HTTP_GET_VARS[$k][$k2] = addslashes($v2);
}
@reset($HTTP_GET_VARS[$k
?>
</phpcode>
thats not even half off it , its too long , i got it fresh from phpbb , its for forum
Does /home/soulx/public_html/phpBB2/install.php' exist?