Page 1 of 1

Re: A third IconStyle for WEP in KLM Files

Posted: Sat May 17, 2008 10:15 am
by ACalcutt
I could do that... it would require adding in a new searchword for WEP....i'm assuming it varies from language to language. Maybe like an orange X Image

Re: A third IconStyle for WEP in KLM Files

Posted: Sat May 17, 2008 10:55 am
by ACalcutt
Something like this?

Re: A third IconStyle for WEP in KLM Files

Posted: Sat May 17, 2008 12:33 pm
by ACalcutt
Ok, I implemented this in Vistumbler 7.44 pre3. If you want to try it out you can download it here http://forum.techidiots.net/forum/viewt ... 1e0bf#p253

Re: A third IconStyle for WEP in KLM Files

Posted: Sun May 18, 2008 9:01 am
by ACalcutt
Well it looks like the probem you are having is because of the german language file.

In the language file Open and None searchwords are set to this
Open=Geƶffnet
None=Kein

But based on the kml file it looks like it should be
Open=Offen
None=Keine

If you can send an actual result file (without modifing it) I can fix that



I am basically doing what you said but opposite. There are more combinations of WPA so its easier to look for the open networks

Code: Select all

If $DataArray_Auth[$i] = $SearchWord_Open And $DataArray_Encr[$i] = $SearchWord_None Then
	$File &= '	<styleUrl>#openStyle</styleUrl>' & @CRLF
ElseIf $DataArray_Encr[$i] = $SearchWord_Wep Then
	$File &= '	<styleUrl>#wepStyle</styleUrl>' & @CRLF
Else
	$File &= '	<styleUrl>#secureStyle</styleUrl>' & @CRLF
EndIf
I re-uploaded 7.5 to fix a small issue with the open and none searchwords so you may want to get the update before messing with the language file

I like the idea of adding a filter into the export kml function, I will work on it

Re: A third IconStyle for WEP in KLM Files

Posted: Sun May 18, 2008 11:34 am
by ACalcutt
Try this for a language file

Re: A third IconStyle for WEP in KLM Files

Posted: Sun May 18, 2008 1:26 pm
by ACalcutt

Re: A third IconStyle for WEP in KLM Files

Posted: Tue May 20, 2008 10:32 am
by ACalcutt
Good luck fully understanding the code...I swear I don't fully understand what I did sometimes...lol :D

Things I want to work on eventually
-Fixing the graphing so the code actually makes sense, then adding % markings to the side of the graph
-Adding in Copy, Delete, Edit functions
-Trying to get rid of random crashes
-Figure out how to work with the treeview better
-Figure out how to make loading faster, It seems what makes it slow is adding it to the GUI list
-Using GPS data to give more information (like estimated distance)
-Finding a better source of wireless information

And ideas are also always helpful :-)