Перейти к публикации
View in the app

A better way to browse. Learn more.

Дизайн и модификация Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Опубликовано:

Короче удолил все файлы с Хостинга кроме 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 ); ?>

Рекомендованные сообщения

Опубликовано:
  • Автор

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

Создайте аккаунт или войдите в него для комментирования

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.