Results 1 to 5 of 5

Thread: more help

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2002
    Posts
    28

    Exclamation more help

    Warning: Failed opening '/home/soulx/public_html/phpBB2/install.php' for inclusion (include_path='.:/usr/share/pear') in Unknown on line 0
    Like to code

  2. #2
    Fanatic Member cpradio's Avatar
    Join Date
    Apr 2002
    Posts
    616
    Post your source Code of both files.
    http://cpradio.net/
    Administrator @ WDForums and a Moderator @ WebXpertz City Forums

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2002
    Posts
    28
    <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>
    Like to code

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Aug 2002
    Posts
    28
    thats not even half off it , its too long , i got it fresh from phpbb , its for forum
    Like to code

  5. #5
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Does /home/soulx/public_html/phpBB2/install.php' exist?
    My evil laugh has a squeak in it.

    kristopherwilson.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width