#!/usr/bin/php setValue('config.user', 'root'); $conf->setValue('config.password', 'inverness'); $conf->setValue('config.db', 'xvm'); $conf->setValue('config.host', 'localhost'); $file = JPATH_ROOT . DS . "administrator" . DS . "components" . DS . "com_" . $component . DS . $component . ".php"; include ( $file );