[RELEASE]IronGrip: LordsOfWar (php web game full dump)

Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    Proficient Member blastboy is offline
    MemberRank
    Jun 2006 Join Date
    Enemy linesLocation
    193Posts

    Re: [RELEASE]IronGrip: LordsOfWar (php web game full dump)

    Quote Originally Posted by riccokell View Post
    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
    Last edited by blastboy; 13-01-15 at 02:10 AM.

  2. #17
    Apprentice bendybox is offline
    MemberRank
    Oct 2006 Join Date
    5Posts

    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.

  3. #18
    Novice sondvb is offline
    MemberRank
    Jan 2015 Join Date
    1Posts

    Re: [RELEASE]IronGrip: LordsOfWar (php web game full dump)

    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 :(

  4. #19
    Proficient Member blastboy is offline
    MemberRank
    Jun 2006 Join Date
    Enemy linesLocation
    193Posts

    Re: [RELEASE]IronGrip: LordsOfWar (php web game full dump)

    Quote Originally Posted by sondvb View Post
    Same to u :(
    read topic reply's the answer is somewhere there..



Page 2 of 2 FirstFirst 12

Advertisement