Re: [RELEASE]IronGrip: LordsOfWar (php web game full dump)
Quote:
Originally Posted by
riccokell
I ordered everything as it should be in the file , includes/inc-config.php
error
Database Error: Unable to connect to the database:Could not connect to MySQL
you also have to edit configuration.php in /login/
then add
Code:
CREATE TABLE`session`(`username` VARCHAR( 150 ) DEFAULT '',
`time` VARCHAR( 14 ) DEFAULT '',
`session_id` VARCHAR( 200 ) NOT NULL DEFAULT '0',
`guest` TINYINT( 4 ) DEFAULT '1',
`userid` INT( 11 ) DEFAULT '0',
`usertype` VARCHAR( 50 ) DEFAULT '',
`gid` TINYINT( 3 ) UNSIGNED NOT NULL DEFAULT '0',
`client_id` TINYINT( 3 ) UNSIGNED NOT NULL DEFAULT '0',
`data` LONGTEXT,
PRIMARY KEY ( `session_id` ( 64 ) ) ,
KEY `whosonline` ( `guest` , `usertype` ) ,
KEY `userid` ( `userid` ) ,
KEY `time` ( `time` )
)
to the forum db and you can get to the login page ;)
now testing the rest
Edit:
it's alot of work to get this one fixed its just not plug and play
Re: [RELEASE]IronGrip: LordsOfWar (php web game full dump)
By the looks of it, you first need to install Joomla from the index folder. Which probably won't work as its a old version. Once installed you probably then need to move all the files from iglords_21.12.2010 to the htdocs folder in xampp.
Re: [RELEASE]IronGrip: LordsOfWar (php web game full dump)
Quote:
I ordered everything as it should be in the file , includes/inc-config.php
error
Database Error: Unable to connect to the database:Could not connect to MySQL
Same to u :(
Re: [RELEASE]IronGrip: LordsOfWar (php web game full dump)
Quote:
Originally Posted by
sondvb
Same to u :(
read topic reply's the answer is somewhere there..