Jump to content
xisto Community
Sign in to follow this  
iGuest

PHP Nuke please help me

Recommended Posts

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.