iGuest 3 Report post Posted February 14, 2005 Im tryin to install an IPB forum in my cpanel and in mysql.php it has this, what should i put in the ""s?var $obj = array ( "sql_database" => "" , "sql_user" => "root" , "sql_pass" => "" , "sql_host" => "localhost", "sql_port" => "" , "persistent" => "0" , "sql_tbl_prefix" => "ibf_" , "cached_queries" => array(), 'debug' => 0, ); Share this post Link to post Share on other sites
iGuest 3 Report post Posted February 21, 2005 <?var $obj = array ( "sql_database" => "yourcpanelloginname_db" , "sql_user" => "yourcpanelloginname_user" , "sql_pass" => "password_of_your_database" , "sql_host" => "localhost", "sql_port" => "80" , "persistent" => "0" , "sql_tbl_prefix" => "ibf_" , "cached_queries" => array(), 'debug' => 0, );?> Share this post Link to post Share on other sites
iGuest 3 Report post Posted February 21, 2005 what you mean by in my cpanel? Share this post Link to post Share on other sites