asked on
<?php
class JConfig {
var $offline = '0';
var $editor = 'tinymce';
var $list_limit = '20';
var $helpurl = 'http://help.joomla.org';
var $debug = '0';
var $debug_lang = '0';
var $sef = '0';
var $sef_rewrite = '0';
var $sef_suffix = '0';
var $feed_limit = '10';
var $feed_email = 'author';
var $secret = '4s6BvlGBT74UcTxG';
var $gzip = '0';
var $error_reporting = '-1';
var $xmlrpc_server = '0';
var $log_path = '\\logs';
var $tmp_path = '\\tmp';
var $live_site = '';
var $force_ssl = '0';
var $offset = '-8';
var $caching = '0';
var $cachetime = '15';
var $cache_handler = 'file';
var $memcache_settings = array();
var $ftp_enable = '0';
var $ftp_host = '127.0.0.1';
var $ftp_port = '21';
var $ftp_user = '';
var $ftp_pass = '';
var $ftp_root = '';
var $dbtype = 'mysql';
var $host = ‘xxx.db.8507580.hostedresource.com';
var $user = 'john';
var $db = 'dbname';
var $dbprefix = 'jos_';
var $mailer = 'smtp';
var $mailfrom = 'info@xxx.com';
var $fromname = xxx';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '1';
var $smtpsecure = 'none';
var $smtpport = '80';
var $smtpuser = ‘support@xxx.com’;
var $smtppass = 'xxxxx';
var $smtphost = 'smtpout.secureserver.net';
var $MetaAuthor = '1';
var $MetaTitle = '1';
var $lifetime = '15';
var $session_handler = 'database';
var $password = 'p@ssword';
var $sitename = ‘site name';
var $MetaDesc = '';
var $MetaKeys = '';
var $offline_message = 'This site is down for maintenance. Please check back again soon.';
}
?>
database.png
JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.
TRUSTED BY
These should be the values that you are looking for:
var $password = 'p@ssword';
var $user = 'john';
var $db = 'dbname';