O pessoal da Instant
Zero mantém alguns sites usando XOOPS, e por isso, decidiu
compartilhar os seus conhecimentos e esperamos que você ache
útil.
Neste artigo, dividido em 5 pontos, você verá o que você pode
fazer em seu site.
Vai ter de alterar o xoops_root_path
define('XOOPS_ROOT_PATH', '/home/seulogin/public_html');
define('XOOPS_URL', 'http://seusite.xyz');
// Database Username
// Your database user account on the host
define('XOOPS_DB_USER', 'seulogin');
// Database Password
// Password for your database user account
define('XOOPS_DB_PASS', 'suasenha');
// Database Name
// The name of database on the host. The installer will attempt to create the database if not exist
define('XOOPS_DB_NAME', 'seulogin_seubancodedados');