iGuest 3 Report post Posted February 26, 2005 Data to: PHP-NukeI'm sorry but it wants I to me to install PHP-Nuke and I do not know exactly what data relating bases to write in file config.phpmy base user: slum_slum db: slum_slum access host: localhost pass: **** how I have to write in file data config.php please help me---------------------------------------------------------------------------------------------# dbhost: SQL Database Hostname# dbuname: SQL Username# dbpass: SQL Password# dbname: SQL Database Name# $prefix: Your Database table's prefix# $user_prefix: Your Users' Database table's prefix (To share it)# $dbtype: Your Database Server type. Supported servers are:# MySQL, mysql4, postgres, mssql, oracle, msaccess,# db2 and mssql-odbc# Be sure to write it exactly as above, case SeNsItIvE!-------------------------------------------------------------------- Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 2, 2005 Try this.. dbhost = "localhost"; dbuname = "slum_slum"; dbpass ="put ur user db pass here"; dbname = "slum_slum"; dbtype = "MySQL"; Hope this helps.. Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 2, 2005 Also, make sure you add all the sql tables on the database via phpmyadmin. Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 2, 2005 If your still having problems when the servers are back up I can help you :DTim :twisted: Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 5, 2005 i had that problem to.. but my "myphpadmin" doesnt work.. it says incorrect username and assword and it never even shows me where to log in? Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 5, 2005 Servers are down atm. Share this post Link to post Share on other sites
iGuest 3 Report post Posted March 10, 2005 The right mode for a nuke data base is:$dbhost = "localhost";$dbuname = "XXXX";$dbpass = "XXXX";$dbname = "XXXX";$prefix = "nuke";$user_prefix = "nuke";$dbtype = "MySQL";$sitekey = "bgdghdbdasdfhgf+dfgdsgh.465fdsftg";$gfx_chk = "0"; If its not-->$dbhost = "XXXX";$dbuname = "XXXX";$dbpass = "XXXX";$dbname = "XXXX";$prefix = "prefix..."; Share this post Link to post Share on other sites