Posts: 12
Threads: 4
Joined: Nov 2008
Reputation:
0
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.
Posts: 3'459
Threads: 57
Joined: Apr 2009
Reputation:
115
Wenn das wirklich selfmade ist, dann ist das wirklich gut gelungen
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
Manchmal denke ich:
Posts: 12
Threads: 4
Joined: Nov 2008
Reputation:
0
(This post was last modified: 18.05.2011, 19:58 by kala.)
18.05.2011, 19:51
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
PS: I will edit the tool for v1.4 if is something wrong.
Posts: 3'459
Threads: 57
Joined: Apr 2009
Reputation:
115
(18.05.2011, 19:51)kala Wrote: PS: I will edit the tool for v1.4 if is something wrong.
OK
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
so far
Yannici
Manchmal denke ich:
Posts: 3'164
Threads: 47
Joined: Dec 2008
Reputation:
205
Ja Yannic, er hat das selber gemacht.
Bin mit ihm in Kontakt und hab ihm ein kleines bisschen geholfen
PS: Ich benutz auch noch 1.3 und habe keinen Online Server
MfG Manuel
Posts: 3'459
Threads: 57
Joined: Apr 2009
Reputation:
115
(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
PS: Ich benutz auch noch 1.3 und habe keinen Online Server
Ja, ruuuuhig Manu.
Wollte nur sicher gehen
so far
Yannici
Manchmal denke ich:
Posts: 1'206
Threads: 15
Joined: Aug 2010
Reputation:
39
Very Nice
(18.05.2011, 19:58)Yannici Wrote: [quote='kala' pid='60708' dateline='1305744696']
because theres no more dslan 1.3 to download
so far
Yannici
Eigentlich ja schon
Posts: 3'459
Threads: 57
Joined: Apr 2009
Reputation:
115
(18.05.2011, 21:00)k3v95 Wrote: Eigentlich ja schon
Aber nicht wirklich offiziell >__<
b2t.
so far
Yannici
Manchmal denke ich:
Posts: 20
Threads: 2
Joined: May 2011
Gute Arbeit!
Posts: 25
Threads: 7
Joined: Mar 2010
how can I make them show correctly in the villages bonus pop up?
Posts: 1'611
Threads: 14
Joined: Feb 2011
Reputation:
52
kann mir das jemand übersetzen? würd es auch gern haben.
Schildkröte: "nichts ist langsamer als ich!"
Schnecke: "ich bin ganz sicher langsamer!"
Und dann kam der Internet Explorer...
Posts: 3'459
Threads: 57
Joined: Apr 2009
Reputation:
115
(This post was last modified: 26.05.2011, 09:13 by Yannici.)
26.05.2011, 09:13
(25.05.2011, 22:06)ON21 Wrote: kann mir das jemand übersetzen? würd es auch gern haben.
Alter, so viel Englisch ist das jetzt auch nicht O.o
Gut, aber weils du bist
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
Manchmal denke ich:
Posts: 1'611
Threads: 14
Joined: Feb 2011
Reputation:
52
ist das nur auf 1.3? -> siehe name..
Schildkröte: "nichts ist langsamer als ich!"
Schnecke: "ich bin ganz sicher langsamer!"
Und dann kam der Internet Explorer...
Posts: 3'164
Threads: 47
Joined: Dec 2008
Reputation:
205
|