Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[v1.3] Map popup options
#1
Hello TWLAN community,

This is my first public tool for DSLan. With this tool you can see on map information like resources , farmspace, market dealers troops and walking duration.

Screenshots:

Download:
Download

Installation:
1. Execute SQL Query on database:
Code:
CREATE TABLE `map_info` (
   `id` int(11) NOT NULL auto_increment,
   `userid` int(11) NOT NULL,
   `resources` int(1) NOT NULL,
   `farm` int(1) NOT NULL,
   `dealers` int(1) NOT NULL,
   `troops` int(1) NOT NULL,
   `attktime` int(1) NOT NULL,
   PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=2 ;
2. Copy the files from map_info1.0.zip into htdocs.

Please report any bugs.
Reply


Messages In This Thread
Map popup options - by kala - 18.05.2011, 19:10
RE: Map popup options - by Yannici - 18.05.2011, 19:46
RE: Map popup options - by kala - 18.05.2011, 19:51
RE: Map popup options - by Yannici - 18.05.2011, 19:58
RE: Map popup options - by k3v95 - 18.05.2011, 21:00
RE: Map popup options - by Yannici - 18.05.2011, 21:34
RE: Map popup options - by SlimShady95 - 18.05.2011, 19:58
RE: Map popup options - by Yannici - 18.05.2011, 20:00
RE: Map popup options - by azia - 24.05.2011, 07:24
RE: Map popup options - by OmaudosoXD - 24.05.2011, 15:51
RE: Map popup options - by ON21 - 25.05.2011, 22:06
RE: Map popup options - by Yannici - 26.05.2011, 09:13
RE: Map popup options - by ON21 - 26.05.2011, 10:21
RE: Map popup options - by SlimShady95 - 26.05.2011, 14:34



Users browsing this thread: 1 Guest(s)