You are not logged in.


|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
Function Symbol
dim icons
' 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
icons = array("i","h","h","i","i","g","h","g","h","h","h","h","i","k","k","k","k","i","h","","","","","","","","=","m","c","l","b","K","a","l","b","i","a","i","i","h","h","k","k","k","b")
htmlTmp = GetHTML()
arrHtml = split(htmlTmp, "http://image.weather.com/web/common/intlwxicons/52/")
If UBound(arrHtml) < 1 Then
htmlTmp = ""
Else
htmlTmp = arrHtml(1)
arrHtml = split(htmlTmp, ".gif")
htmlTmp = arrHtml(0)
End If
Symbol = icons(htmlTmp)
End Function
|
*kopfschüttel*
;D


Salti
Full Member



Quoted from "Manuel_aka_MDK"
@ Metallurge
Ich hatte gestern auch ein paar Probleme, aber das hängt wohl mit Samurize selber zusammen. Manchmal brachte mir Norton AntiVirus ein "bösartiges Script", als ich die Config gestartet hatte... :![]()

-