Non ti assicuro che funzioni in tutto e per tutto, ma qui ho messo una demo e provato a caricare qualcosa
http://kerubincatan.altervista.org/
Codice:
Server Information
------------------------------
Web Server Software = Apache
PHP Version = 7.1.26
Software Information
------------------------------
FoOlSlide Version = 2.4.0
Environment = Production
PHP Configuration
------------------------------
php.ini Location = /usr/local/lib/php71/php.ini
Safe Mode = Off
Allow URL fopen = On
Max Execution Time = 30
File Uploads = Enabled
Max POST Size = 32M
Max Upload Size = 32M
Max File Uploads = 50
Extensions
------------------------------
cURL = Installed
GD2 = Installed
Report Generated: Thu, 06 Jun 19 21:06:20 +0200
config.php - se non è stato creato crea un file con questo nome e mettilo nella root, al suo interno inserisci il contenuto sotto
Codice PHP:
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
* This is the base configuration file
* Here we store the data necessary to start FoOlSlide at all
*
* You can edit this file manually
*
* Notice that not all database types need all the data
*
*/
// Database type (in almost all cases it's MySQL)
$db['default']['dbdriver'] = 'mysqli';
// Database hostname (in almost all cases it's localhost)
$db['default']['hostname'] = 'localhost';
// The username of user with access to the database
$db['default']['username'] = 'username';
// The password of the MySQL user
$db['default']['password'] = '';
// The name of the Slide database
$db['default']['database'] = 'dbname';
// The prefix for the tables in the database
$db['default']['dbprefix'] = 'fs_';
// Session encryption: just tap randomly on your keyboard to make a random key
$config['encryption_key'] = '54667220401847535789';
// Leave this alone, it's an automation
$config['db_table_prefix'] = $db['default']['dbprefix'];
config.php - http://shared.animesunshine.com/fool...lv2/config.php
Dove vanno inseriti i dati di connessione inserisci i tuoi, quindi
Codice PHP:
// The username of user with access to the database
$db['default']['username'] = 'oroboroprova';
Codice PHP:
// The name of the Slide database
$db['default']['database'] = 'my_oroboroprova';
Questa è semplicemente una chiave casuale, come indicato digita a caso sulla tastiera
Codice PHP:
// Session encryption: just tap randomly on your keyboard to make a random key
$config['encryption_key'] = '54667220401847535789';
Database
http://shared.animesunshine.com/fool...lslide2-db.sql
I dati di login sono
user: admin
pwd: admin
email: admin@localhost.tld
Puoi cambiarli una volta effettuato il login
La modifica vedo che ti è stata già indicata dove metterla :)
Per @alemoppo
Edit finalmente dopo quasi un ora ce l'ho fatta a postare >_> ci avevo perso le speranze, cloudflare bloccava e diceva di contattare l'abuse