TWLan Forum

Full Version: Map popup options
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Wenn das wirklich selfmade ist, dann ist das wirklich gut gelungen Smile

If this is really a selfmade tool, than your work is very nice. But why for 1.3? You maybe got this
from a other forum or you have any online servers?

so far
Yannici
I had the 1.3 version saved on my USB stick and when I made this tool. I didn't had acces to internet to download v1.4
And yes, it is selfmade Smile


PS: I will edit the tool for v1.4 if is something wrong.
(18.05.2011, 19:51)kala Wrote: [ -> ]PS: I will edit the tool for v1.4 if is something wrong.

OK Wink

It would be nice, if you can edit this tool to v1.4, too, because the most user use the v1.4, because theres no more dslan 1.3 to download Wink

so far
Yannici
Ja Yannic, er hat das selber gemacht.
Bin mit ihm in Kontakt und hab ihm ein kleines bisschen geholfen Wink

PS: Ich benutz auch noch 1.3 und habe keinen Online Server Tongue

MfG Manuel
(18.05.2011, 19:58)SlimShady95 Wrote: [ -> ]Ja Yannic, er hat das selber gemacht.
Bin mit ihm in Kontakt und hab ihm ein kleines bisschen geholfen Wink

PS: Ich benutz auch noch 1.3 und habe keinen Online Server Tongue

Ja, ruuuuhig Manu.
Wollte nur sicher gehen Big Grin

so far
Yannici
Very Nice Smile


(18.05.2011, 19:58)Yannici Wrote: [ -> ][quote='kala' pid='60708' dateline='1305744696']
because theres no more dslan 1.3 to download Wink

so far
Yannici

Eigentlich ja schon Tongue
(18.05.2011, 21:00)k3v95 Wrote: [ -> ]Eigentlich ja schon Tongue

Aber nicht wirklich offiziell >__<
b2t.

so far
Yannici
Gute Arbeit! Big Grin
how can I make them show correctly in the villages bonus pop up?
kann mir das jemand übersetzen? würd es auch gern haben. Big Grin
(25.05.2011, 22:06)ON21 Wrote: [ -> ]kann mir das jemand übersetzen? würd es auch gern haben. Big Grin

Alter, so viel Englisch ist das jetzt auch nicht O.o

Gut, aber weils du bist Wink

1. Diesen SQL in phpmyadmin auf localhost/phpmyadmin in der Datenbank 'lan' ausführen:
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. Die runtergeladenen Dateien einfach in deine LAN einfügen.

3. Fertig!

so far
Yannici
ist das nur auf 1.3? -> siehe name.. Big Grin
Ja.

MfG Manuel