http://img2.wikia.nocookie.net/__cb2...LordsOfWar.png
http://www.gameogre.com/reviewdirect...rds-of-war.jpg
Download
Printable View
how to use it any Tut...?
2 sql
1 for game 1 for a forum
idk whats chron folder for
the other one is the www docs i guess
edit:
edit inc-config.php
$DB_INFO['hostname'] = "localhost"; // MySQL hostname or IP address
$DB_INFO['username'] = "root"; // MySQL user
$DB_INFO['password'] = "Isotxuser3"; // MySQL password
$DB_INFO['database'] = "igl"; // MySQL database
$vbDB_INFO['hostname'] = "localhost"; // vb MySQL hostname or IP address
$vbDB_INFO['username'] = "root"; // vb MySQL user
$vbDB_INFO['password'] = "Isotxuser3"; //vb MySQL password
$vbDB_INFO['database'] = "forum"; // vb MySQL database
create 2 db and exec sql
test in localhost
EDIT:
error:
<img src="<br />
<b>Notice</b>: Undefined variable: imgpath in <b>C:\xampp\htdocs\play\index.php</b> on line <b>79</b><br />
coalmineday.gif" name="Coal Mine">
Database Error: Unable to connect to the database:Could not connect to MySQL
i have all the info good???
nice man *_*
i try it
i gone try it :D
Someone can come up with a guide ? video etc thanks ! looks fantastic and a gameplay
i try it too not work
i am getting this error; how can i fix?
Quote:
=0) && (date('H')<6)) $day=1; if ((date('H')>=6) && (date('H')<12)) $day=0; if ((date('H')>=12) && (date('H')<18)) $day=1; if ((date('H')>=18) && (date('H')<24)) $day=0; if ($day) { ?> 0) { $offenselabpic='weaponryday.gif'; $offenselabroll='weaponrydayselected.gif'; } else { $offenselabpic='constructionday.gif'; $offenselabroll='constructiondayselected.gif'; } ?> 0) { $defenselabpic='armoryday.gif'; $defenselabroll='armorydayselected.gif'; } else { $defenselabpic='0armoryday.gif'; $defenselabroll='0armorydayselected.gif'; } ?> 0) { $supportlabpic='workshopday.gif'; $supportlabroll='workshopdayselected.gif'; } else { $supportlabpic='constructionday.gif'; $supportlabroll='constructiondayselected.gif'; } ?> 0) { $marketpic='marketday.gif'; $marketroll='marketdayselected.gif'; } else { $marketpic='0marketday.gif'; $marketroll='0marketdayselected.gif'; } ?>
cant connect to db . .did use my own mysql db . . @@!
for sure this must use xampp . if download wrong xampp the php will show many erorr
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 error, can't load images
you also have to edit configuration.php in /login/
then addto the forum db and you can get to the login page ;)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` )
)
now testing the rest
Edit:
it's alot of work to get this one fixed its just not plug and play
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.
Same to u :(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