Jump to content
Дизайн и модификация Invision Community IPBSkinsBETA
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
philipp

Короче удолил все файлы с Хостинга кроме uploads и config_global.php но обновление форума не запускаеться((

Recommended Posts

Короче удолил все файлы с Хостинга кроме uploads и config_global.php загрузил се файлы с IPB 2.3.6 но обновление форума не запускаеться((

 

захажу открываю index.php

 

Script written by Matthew Mecham | > Date started: 19th March 2004 | > Updated for 2.1: 23 June 2005 | +-------------------------------------------------------------------------- */ @set_time_limit( 0 ); //-------------------------------- // Setup //-------------------------------- require( "./core/conf.php" ); //-------------------------------- // Define Constants //-------------------------------- $INFO = array(); //-------------------------------- // Load our classes //-------------------------------- require ROOT_PATH. "sources/ipsclass.php"; require ROOT_PATH. "conf_global.php"; require KERNEL_PATH . 'class_converge.php'; require INS_ROOT_PATH . 'core/template.php'; require_once KERNEL_PATH . 'class_xml.php'; require INS_ROOT_PATH . 'core/class_tar.php'; # Initiate super-class $ipsclass = new ipsclass(); $ipsclass->vars = $INFO; //-------------------------------- // Load the DB driver and such //-------------------------------- $ipsclass->init_db_connection(); $ipsclass->DB->return_die = 1; $ipsclass->DB->obj['use_error_log'] = 0; //-------------------------------- // Set up our vars //-------------------------------- $ipsclass->parse_incoming(); $ipsclass->initiate_ipsclass(); //-------------------------------- // Set converge //-------------------------------- $ipsclass->converge = new class_converge( $ipsclass->DB ); //-------------------------------- // Setup Main Installer Class //-------------------------------- require( INS_ROOT_PATH . 'core/class_installer.php' ); require( INS_ROOT_PATH . 'custom/app.php' ); $install = new application_installer(); $install->ipsclass =& $ipsclass; $install->read_config(); if ( !isset($ipsclass->vars['mysql_codepage']) AND $cp = $install->get_db_codepage() ) { $ipsclass->DB->obj['mysql_codepage'] = $cp; } $install->template = new install_template( $ipsclass ); $install->template->product_name = $install->product_name; $install->template->product_version = $install->product_version; $install->template->product_long_version = $install->product_long_version; //-------------------------------- // Saved Data //-------------------------------- $install->saved_data = unserialize( stripslashes( urldecode( $_REQUEST['saved_data'] ) ) ); // ------------------------------- // Run Install Step // ------------------------------- $install->pre_process(); $install->process(); $install->post_process(); // ------------------------------- // Output // ------------------------------- $install->template->saved_data = urlencode( serialize( $install->saved_data ) ); $install->template->output( $install->product_name, $install->product_version ); ?>

Share this post


Link to post

Всё обновил....

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...