Şimdi Ara

Rainmeter kullanma kılavuzu ve Temaları. (54. sayfa)

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
2 Misafir - 2 Masaüstü
5 sn
1.610
Cevap
87
Favori
266.667
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: önceki 5253545556
Sayfaya Git
Git
sonraki
Giriş
Mesaj
  • quote:

    Orijinalden alıntı: sMug

    quote:

    Orijinalden alıntı: HEISENBERG

    beyler hava durumunu bir türlü ayarlayamadım.yardım ederseniz sevinirim.Şehir kodu TUXX0039

    [Rainmeter] 
    Author=NovaSev
    Update=1000
    BackgroundMode=1
    MouseActionCursor=0
    MiddleMouseDownAction=!RainmeterDeactivateConfig

    [Metadata]
    Name=NS Weather
    Config=Nova | Weather | Horizontal
    Description=Horizontal 4 day weather forecast - low/hi, sun/moon icon and days + description
    Instructions=Change variables to your location code, and unit to f or m depending on your preference.
    Version=1.0.0
    Tags=Weather | Horizontal Weather
    License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
    Preview=
    ;End of added Metadata

    [Variables]
    Font = Agency FB
    Font Color1 = 255,255,255,255
    Font Color2 = 161,161,161
    Font Size Num = 15
    Font Size Let = 9

    WeatherCodeLocation=TUXX0039
    WeatherUnit=c

    ;-------------------------------

    [MeasureWeatherRSS]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    UpdateRate=3600
    Url=http://xml.weather.com/weather/local/USUT0187?cc=*&unit=f&dayf=6
    RegExp="(?siU)<weather ver="(.*)">(.*)<tmp>(.*)</tmp>(.*)<t>(.*)</t>(.*)<icon>(.*)</icon>(.*)<day d="1" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="2" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="3" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)"
    StringIndex=1
    IfAboveValue=1
    IfAboveAction=!execute [!RainmeterHideMeter MeterIconNA][!RainmeterShowMeter MeterIcon]

    ;--------------------------------

    [MeasureWeatherTemp]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=3

    [MeasureWeatherDesc]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=5

    [MeasureWeatherIcon]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=7
    ;-------------------------

    [MeasureWeatherDesc1]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=18

    [MeasureWeatherDay1]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=9

    [MeasureWeatherTemp1]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=12

    [MeasureWeatherTemplo1]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=14

    [MeasureWeatherIcon1]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=16
    ;-------------------------

    [MeasureWeatherDesc2]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=29

    [MeasureWeatherDay2]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=20

    [MeasureWeatherTemp2]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=23

    [MeasureWeatherTemplo2]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=25

    [MeasureWeatherIcon2]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=27

    ;-------------------------

    [MeasureWeatherDesc3]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=40

    [MeasureWeatherDay3]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=31

    [MeasureWeatherTemp3]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=34

    [MeasureWeatherTemplo3]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=36

    [MeasureWeatherIcon3]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=38

    ;================================================================

    [MeterTemp]
    MeasureName=MeasureWeatherTemp
    Meter=STRING
    X=148
    Y=20
    FontColor=#Font Color1#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterDay]
    Meter=STRING
    X=100
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Prefix="Today"

    [MeterDesc]
    MeasureName=MeasureWeatherDesc
    Meter=STRING
    X=100
    Y=24
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterIconNA]
    ImageName=na.png
    Meter=IMAGE
    X=143
    Y=1

    [MeterIcon]
    MeasureName=MeasureWeatherIcon
    Meter=IMAGE
    X=152
    Y=0
    Hidden=1

    ;------------------------- Second Day

    [MeterTemp1]
    MeasureName=MeasureWeatherTemp1
    Meter=STRING
    X=320
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterTemplo1]
    MeasureName=MeasureWeatherTemplo1
    Meter=STRING
    X=320
    Y=32
    FontColor=#Font Color2#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterDay1]
    MeasureName=MeasureWeatherDay1
    Meter=STRING
    X=285
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterDesc1]
    MeasureName=MeasureWeatherDesc1
    Meter=STRING
    X=285
    Y=24
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterIcon1]
    MeasureName=MeasureWeatherIcon1
    Meter=IMAGE
    X=337
    Y=1

    ;------------------------- Third Day

    [MeterTemp2]
    MeasureName=MeasureWeatherTemp2
    Meter=STRING
    X=510
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterTemplo2]
    MeasureName=MeasureWeatherTemplo2
    Meter=STRING
    X=510
    Y=32
    FontColor=#Font Color2#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterDay2]
    MeasureName=MeasureWeatherDay2
    Meter=STRING
    X=470
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterDesc2]
    MeasureName=MeasureWeatherDesc2
    Meter=STRING
    X=470
    Y=24
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterIcon2]
    MeasureName=MeasureWeatherIcon2
    Meter=IMAGE
    X=531
    Y=1

    ;------------------------- Fourth Day

    [MeterTemp3]
    MeasureName=MeasureWeatherTemp3
    Meter=STRING
    X=700
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterTemplo3]
    MeasureName=MeasureWeatherTemplo3
    Meter=STRING
    X=700
    Y=32
    FontColor=#Font Color2#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterDay3]
    MeasureName=MeasureWeatherDay3
    Meter=STRING
    X=655
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterDesc3]
    MeasureName=MeasureWeatherDesc3
    Meter=STRING
    X=655
    Y=24
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterIcon3]
    MeasureName=MeasureWeatherIcon3
    Meter=IMAGE
    X=725
    Y=1


    şehir kodunu birde aşağıdaki kısma ekle link olarak, yada "USUT0187" kısmını "TUXX0039" olarak değiştir büyük ihtimalle olucaktır.

    Url=http://xml.weather.com/weather/local/USUT0187?cc=*&unit=f&dayf=6

    Teşekkür ederim oldu sanırım.Ama şimdi de sıcaklık değeri çok yüksek seviyelerde gösteriyor.Fahrenheit cinsinden galiba.Celcius'a çevirmek için "WeatherUnit" kısmını "f" yazılı iken "c" yaptım ama değişen bir şey olmadı.

     Rainmeter kullanma kılavuzu ve Temaları.



    < Bu mesaj bu kişi tarafından değiştirildi HEISENBERG -- 7 Mart 2012; 7:27:21 >




  • arkadaslar 15 tane mailim olmasına ragmen sagdaki mail kutusunda 0 yazıyor üstüne tıklayınca mail sayfam açılıyor ama mail sayısı hep 0 olarak gözüküyor bunu editten neresiyle oynayıp düzeltebiliriz tam olarak analatabilcek olan varmı videolu olursa çok makbule geçer

     Rainmeter kullanma kılavuzu ve Temaları.




  • sadikcakar kardes süpermis seninki
  • quote:

    Orijinalden alıntı: HEISENBERG

    quote:

    Orijinalden alıntı: sMug

    quote:

    Orijinalden alıntı: HEISENBERG

    beyler hava durumunu bir türlü ayarlayamadım.yardım ederseniz sevinirim.Şehir kodu TUXX0039

    [Rainmeter] 
    Author=NovaSev
    Update=1000
    BackgroundMode=1
    MouseActionCursor=0
    MiddleMouseDownAction=!RainmeterDeactivateConfig

    [Metadata]
    Name=NS Weather
    Config=Nova | Weather | Horizontal
    Description=Horizontal 4 day weather forecast - low/hi, sun/moon icon and days + description
    Instructions=Change variables to your location code, and unit to f or m depending on your preference.
    Version=1.0.0
    Tags=Weather | Horizontal Weather
    License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
    Preview=
    ;End of added Metadata

    [Variables]
    Font = Agency FB
    Font Color1 = 255,255,255,255
    Font Color2 = 161,161,161
    Font Size Num = 15
    Font Size Let = 9

    WeatherCodeLocation=TUXX0039
    WeatherUnit=c

    ;-------------------------------

    [MeasureWeatherRSS]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    UpdateRate=3600
    Url=http://xml.weather.com/weather/local/USUT0187?cc=*&unit=f&dayf=6
    RegExp="(?siU)<weather ver="(.*)">(.*)<tmp>(.*)</tmp>(.*)<t>(.*)</t>(.*)<icon>(.*)</icon>(.*)<day d="1" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="2" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="3" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)"
    StringIndex=1
    IfAboveValue=1
    IfAboveAction=!execute [!RainmeterHideMeter MeterIconNA][!RainmeterShowMeter MeterIcon]

    ;--------------------------------

    [MeasureWeatherTemp]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=3

    [MeasureWeatherDesc]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=5

    [MeasureWeatherIcon]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=7
    ;-------------------------

    [MeasureWeatherDesc1]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=18

    [MeasureWeatherDay1]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=9

    [MeasureWeatherTemp1]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=12

    [MeasureWeatherTemplo1]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=14

    [MeasureWeatherIcon1]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=16
    ;-------------------------

    [MeasureWeatherDesc2]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=29

    [MeasureWeatherDay2]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=20

    [MeasureWeatherTemp2]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=23

    [MeasureWeatherTemplo2]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=25

    [MeasureWeatherIcon2]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=27

    ;-------------------------

    [MeasureWeatherDesc3]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=40

    [MeasureWeatherDay3]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=31

    [MeasureWeatherTemp3]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=34

    [MeasureWeatherTemplo3]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=36

    [MeasureWeatherIcon3]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=38

    ;================================================================

    [MeterTemp]
    MeasureName=MeasureWeatherTemp
    Meter=STRING
    X=148
    Y=20
    FontColor=#Font Color1#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterDay]
    Meter=STRING
    X=100
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Prefix="Today"

    [MeterDesc]
    MeasureName=MeasureWeatherDesc
    Meter=STRING
    X=100
    Y=24
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterIconNA]
    ImageName=na.png
    Meter=IMAGE
    X=143
    Y=1

    [MeterIcon]
    MeasureName=MeasureWeatherIcon
    Meter=IMAGE
    X=152
    Y=0
    Hidden=1

    ;------------------------- Second Day

    [MeterTemp1]
    MeasureName=MeasureWeatherTemp1
    Meter=STRING
    X=320
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterTemplo1]
    MeasureName=MeasureWeatherTemplo1
    Meter=STRING
    X=320
    Y=32
    FontColor=#Font Color2#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterDay1]
    MeasureName=MeasureWeatherDay1
    Meter=STRING
    X=285
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterDesc1]
    MeasureName=MeasureWeatherDesc1
    Meter=STRING
    X=285
    Y=24
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterIcon1]
    MeasureName=MeasureWeatherIcon1
    Meter=IMAGE
    X=337
    Y=1

    ;------------------------- Third Day

    [MeterTemp2]
    MeasureName=MeasureWeatherTemp2
    Meter=STRING
    X=510
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterTemplo2]
    MeasureName=MeasureWeatherTemplo2
    Meter=STRING
    X=510
    Y=32
    FontColor=#Font Color2#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterDay2]
    MeasureName=MeasureWeatherDay2
    Meter=STRING
    X=470
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterDesc2]
    MeasureName=MeasureWeatherDesc2
    Meter=STRING
    X=470
    Y=24
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterIcon2]
    MeasureName=MeasureWeatherIcon2
    Meter=IMAGE
    X=531
    Y=1

    ;------------------------- Fourth Day

    [MeterTemp3]
    MeasureName=MeasureWeatherTemp3
    Meter=STRING
    X=700
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterTemplo3]
    MeasureName=MeasureWeatherTemplo3
    Meter=STRING
    X=700
    Y=32
    FontColor=#Font Color2#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterDay3]
    MeasureName=MeasureWeatherDay3
    Meter=STRING
    X=655
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterDesc3]
    MeasureName=MeasureWeatherDesc3
    Meter=STRING
    X=655
    Y=24
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterIcon3]
    MeasureName=MeasureWeatherIcon3
    Meter=IMAGE
    X=725
    Y=1


    şehir kodunu birde aşağıdaki kısma ekle link olarak, yada "USUT0187" kısmını "TUXX0039" olarak değiştir büyük ihtimalle olucaktır.

    Url=http://xml.weather.com/weather/local/USUT0187?cc=*&unit=f&dayf=6

    Teşekkür ederim oldu sanırım.Ama şimdi de sıcaklık değeri çok yüksek seviyelerde gösteriyor.Fahrenheit cinsinden galiba.Celcius'a çevirmek için "WeatherUnit" kısmını "f" yazılı iken "c" yaptım ama değişen bir şey olmadı.

     Rainmeter kullanma kılavuzu ve Temaları.


    m olarak dene bide istersen.Bende fahrenheit ken s idi celcius için m...




  • quote:

    Orijinalden alıntı: Basteryus

    quote:

    Orijinalden alıntı: HEISENBERG

    quote:

    Orijinalden alıntı: sMug

    quote:

    Orijinalden alıntı: HEISENBERG

    beyler hava durumunu bir türlü ayarlayamadım.yardım ederseniz sevinirim.Şehir kodu TUXX0039

    [Rainmeter] 
    Author=NovaSev
    Update=1000
    BackgroundMode=1
    MouseActionCursor=0
    MiddleMouseDownAction=!RainmeterDeactivateConfig

    [Metadata]
    Name=NS Weather
    Config=Nova | Weather | Horizontal
    Description=Horizontal 4 day weather forecast - low/hi, sun/moon icon and days + description
    Instructions=Change variables to your location code, and unit to f or m depending on your preference.
    Version=1.0.0
    Tags=Weather | Horizontal Weather
    License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
    Preview=
    ;End of added Metadata

    [Variables]
    Font = Agency FB
    Font Color1 = 255,255,255,255
    Font Color2 = 161,161,161
    Font Size Num = 15
    Font Size Let = 9

    WeatherCodeLocation=TUXX0039
    WeatherUnit=c

    ;-------------------------------

    [MeasureWeatherRSS]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    UpdateRate=3600
    Url=http://xml.weather.com/weather/local/USUT0187?cc=*&unit=f&dayf=6
    RegExp="(?siU)<weather ver="(.*)">(.*)<tmp>(.*)</tmp>(.*)<t>(.*)</t>(.*)<icon>(.*)</icon>(.*)<day d="1" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="2" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="3" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)"
    StringIndex=1
    IfAboveValue=1
    IfAboveAction=!execute [!RainmeterHideMeter MeterIconNA][!RainmeterShowMeter MeterIcon]

    ;--------------------------------

    [MeasureWeatherTemp]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=3

    [MeasureWeatherDesc]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=5

    [MeasureWeatherIcon]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=7
    ;-------------------------

    [MeasureWeatherDesc1]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=18

    [MeasureWeatherDay1]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=9

    [MeasureWeatherTemp1]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=12

    [MeasureWeatherTemplo1]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=14

    [MeasureWeatherIcon1]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=16
    ;-------------------------

    [MeasureWeatherDesc2]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=29

    [MeasureWeatherDay2]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=20

    [MeasureWeatherTemp2]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=23

    [MeasureWeatherTemplo2]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=25

    [MeasureWeatherIcon2]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=27

    ;-------------------------

    [MeasureWeatherDesc3]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=40

    [MeasureWeatherDay3]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=31

    [MeasureWeatherTemp3]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=34

    [MeasureWeatherTemplo3]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=36

    [MeasureWeatherIcon3]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureWeatherRSS]
    StringIndex=38

    ;================================================================

    [MeterTemp]
    MeasureName=MeasureWeatherTemp
    Meter=STRING
    X=148
    Y=20
    FontColor=#Font Color1#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterDay]
    Meter=STRING
    X=100
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Prefix="Today"

    [MeterDesc]
    MeasureName=MeasureWeatherDesc
    Meter=STRING
    X=100
    Y=24
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterIconNA]
    ImageName=na.png
    Meter=IMAGE
    X=143
    Y=1

    [MeterIcon]
    MeasureName=MeasureWeatherIcon
    Meter=IMAGE
    X=152
    Y=0
    Hidden=1

    ;------------------------- Second Day

    [MeterTemp1]
    MeasureName=MeasureWeatherTemp1
    Meter=STRING
    X=320
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterTemplo1]
    MeasureName=MeasureWeatherTemplo1
    Meter=STRING
    X=320
    Y=32
    FontColor=#Font Color2#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterDay1]
    MeasureName=MeasureWeatherDay1
    Meter=STRING
    X=285
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterDesc1]
    MeasureName=MeasureWeatherDesc1
    Meter=STRING
    X=285
    Y=24
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterIcon1]
    MeasureName=MeasureWeatherIcon1
    Meter=IMAGE
    X=337
    Y=1

    ;------------------------- Third Day

    [MeterTemp2]
    MeasureName=MeasureWeatherTemp2
    Meter=STRING
    X=510
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterTemplo2]
    MeasureName=MeasureWeatherTemplo2
    Meter=STRING
    X=510
    Y=32
    FontColor=#Font Color2#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterDay2]
    MeasureName=MeasureWeatherDay2
    Meter=STRING
    X=470
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterDesc2]
    MeasureName=MeasureWeatherDesc2
    Meter=STRING
    X=470
    Y=24
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterIcon2]
    MeasureName=MeasureWeatherIcon2
    Meter=IMAGE
    X=531
    Y=1

    ;------------------------- Fourth Day

    [MeterTemp3]
    MeasureName=MeasureWeatherTemp3
    Meter=STRING
    X=700
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterTemplo3]
    MeasureName=MeasureWeatherTemplo3
    Meter=STRING
    X=700
    Y=32
    FontColor=#Font Color2#
    FontSize=#Font Size Num#
    StringStyle=NORMAL
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1
    Postfix="°"

    [MeterDay3]
    MeasureName=MeasureWeatherDay3
    Meter=STRING
    X=655
    Y=12
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterDesc3]
    MeasureName=MeasureWeatherDesc3
    Meter=STRING
    X=655
    Y=24
    FontColor=#Font Color1#
    FontSize=#Font Size Let#
    StringAlign=RIGHT
    StringStyle=BOLD
    FontFace=#Font#
    Antialias=1

    [MeterIcon3]
    MeasureName=MeasureWeatherIcon3
    Meter=IMAGE
    X=725
    Y=1


    şehir kodunu birde aşağıdaki kısma ekle link olarak, yada "USUT0187" kısmını "TUXX0039" olarak değiştir büyük ihtimalle olucaktır.

    Url=http://xml.weather.com/weather/local/USUT0187?cc=*&unit=f&dayf=6

    Teşekkür ederim oldu sanırım.Ama şimdi de sıcaklık değeri çok yüksek seviyelerde gösteriyor.Fahrenheit cinsinden galiba.Celcius'a çevirmek için "WeatherUnit" kısmını "f" yazılı iken "c" yaptım ama değişen bir şey olmadı.

     Rainmeter kullanma kılavuzu ve Temaları.


    m olarak dene bide istersen.Bende fahrenheit ken s idi celcius için m...

    maalesef değişen birşey yok.




  • quote:

    Orijinalden alıntı: HEISENBERG

    maalesef değişen birşey yok.


    İlginç.Halbuki seninkinde de f veya m diyomuş
    quote:

    [Metadata]

    Name=NS Weather
    Config=Nova | Weather | Horizontal
    Description=Horizontal 4 day weather forecast - low/hi, sun/moon icon and days + description
    Instructions=Change variables to your location code, and unit to f or m depending on your preference.
    Version=1.0.0
    Tags=Weather | Horizontal Weather
    License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
    Preview=
    ;End of added Metadata




  • quote:

    Orijinalden alıntı: HEISENBERG

    beyler hava durumunu bir türlü ayarlayamadım.yardım ederseniz sevinirim.Şehir kodu TUXX0039

    [Rainmeter] 
    Author=NovaSev
    Update=1000
    BackgroundMode=1
    MouseActionCursor=0
    MiddleMouseDownAction=!RainmeterDeactivateConfig

    ..................................



    WeatherCodeLocation=TUXX0039
    WeatherUnit=c

    kısmında "WeatherUnit=m" olsun...


    url olan kısımda ;

    Url=http://xml.weather.com/weather/local/TUXX0039?cc=*&unit=m&dayf=6

    olsun...

    dene bakalım, değişecek mi?
  • quote:

    Orijinalden alıntı: KeShhh®

    quote:

    Orijinalden alıntı: HEISENBERG

    beyler hava durumunu bir türlü ayarlayamadım.yardım ederseniz sevinirim.Şehir kodu TUXX0039

    [Rainmeter] 
    Author=NovaSev
    Update=1000
    BackgroundMode=1
    MouseActionCursor=0
    MiddleMouseDownAction=!RainmeterDeactivateConfig

    ..................................



    WeatherCodeLocation=TUXX0039
    WeatherUnit=c

    kısmında "WeatherUnit=m" olsun...


    url olan kısımda ;

    Url=http://xml.weather.com/weather/local/TUXX0039?cc=*&unit=m&dayf=6

    olsun...

    dene bakalım, değişecek mi?

    Çok teşekkür ederim hocam,oldu sayende.Yardım etmeye çalışan diğer arkadaşara da teşekkür ederim.




  • mission succesfully accomplished!
  • quote:

    Orijinalden alıntı: sadikcakar

    arkadaslar 15 tane mailim olmasına ragmen sagdaki mail kutusunda 0 yazıyor üstüne tıklayınca mail sayfam açılıyor ama mail sayısı hep 0 olarak gözüküyor bunu editten neresiyle oynayıp düzeltebiliriz tam olarak analatabilcek olan varmı videolu olursa çok makbule geçer

    [imge]http://b1203.hizliresim.com/v/8/3b6z5.png[/simage]

    mail arayüzünün ismini, cismini, linkini, hangi program ile kullanıldığını vs. yaz, ben sana çözüm yolunu gerekirse videolu olarak da veririm..




  • ntvsporun veya baska bi haberin rssini eklemek için ne yapmak gerekiyor arkadaşlar ?
  • quote:

    Orijinalden alıntı: Kosovalı93

    ntvsporun veya baska bi haberin rssini eklemek için ne yapmak gerekiyor arkadaşlar ?

    Rss skininin üzerine sağ tıkla kabuğu düzenle de açılan sayfa da url adreslerini girmek için yer olması lazım oraya istediğin siteleri ekle...
  • quote:

    Orijinalden alıntı: Basteryus

    quote:

    Orijinalden alıntı: Kosovalı93

    ntvsporun veya baska bi haberin rssini eklemek için ne yapmak gerekiyor arkadaşlar ?

    Rss skininin üzerine sağ tıkla kabuğu düzenle de açılan sayfa da url adreslerini girmek için yer olması lazım oraya istediğin siteleri ekle...

    Editte ;

    ;RSS url
    URL=http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml

    Sitesi yazıyor. Acaba ntvsporun rssi nedir? Zahmet olmassa bir bakabilirmisin ? Ntvspor.net yazdıgım zaman haberler çıkmıyor.
  • quote:

    Orijinalden alıntı: Kosovalı93

    quote:

    Orijinalden alıntı: Basteryus

    quote:

    Orijinalden alıntı: Kosovalı93

    ntvsporun veya baska bi haberin rssini eklemek için ne yapmak gerekiyor arkadaşlar ?

    Rss skininin üzerine sağ tıkla kabuğu düzenle de açılan sayfa da url adreslerini girmek için yer olması lazım oraya istediğin siteleri ekle...

    Editte ;

    ;RSS url
    URL=http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml

    Sitesi yazıyor. Acaba ntvsporun rssi nedir? Zahmet olmassa bir bakabilirmisin ? Ntvspor.net yazdıgım zaman haberler çıkmıyor.

    Bildiğim kadarıyla ntvspor un rss si yok .Ben de bakmıştım daha önce bulamadım




  • quote:

    Orijinalden alıntı: KeShhh®

    quote:

    Orijinalden alıntı: sadikcakar

    arkadaslar 15 tane mailim olmasına ragmen sagdaki mail kutusunda 0 yazıyor üstüne tıklayınca mail sayfam açılıyor ama mail sayısı hep 0 olarak gözüküyor bunu editten neresiyle oynayıp düzeltebiliriz tam olarak analatabilcek olan varmı videolu olursa çok makbule geçer

    [imge]http://b1203.hizliresim.com/v/8/3b6z5.png[/simage]

    mail arayüzünün ismini, cismini, linkini, hangi program ile kullanıldığını vs. yaz, ben sana çözüm yolunu gerekirse videolu olarak da veririm..

    Rainmeter programı ile kullandıgım bir arayüzdür. ismi letters/ reguler.ini
    edit dosyasında yazanlar
    [Rainmeter] 
    BackgroundMode=1
    Author=Alex Becherer (alex.becherer@gmail.com)
    AppVersion=12000
    Update=1000

    ;Metadata added by RainBrowser
    ;http://rainmeter.net/RainCMS/?q=Rainmeter101_AnatomyOfASkin

    [Metadata]
    Name=Letters
    Config=regular.ini
    Description=This skin checks your GMail account for new mail.
    Instructions=Enter your Google login data using the variables "LettersGmailUsername" and "LettersGmailPassword" in the Variables section of the skin's ini file.
    Version=1.0
    Tags=mail checker,GMail
    License=
    Variant=
    Preview=preview.png

    ;End of added Metadata

    [Variables]
    LettersGmailUsername=buraya mailimi
    LettersGmailPassword=burayada şifremi yazdıgım hale mail sayısı gözükmüyor
    LettersClickAction=http://mail.google.com

    [MeasureLettersGmail]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=https://#LettersGmailUsername#:#LettersGmailPassword#@gmail.google.com/gmail/feed/atom
    RegExp="(?siU)<fullcount>(.*)</fullcount>"
    Codepage=0
    Download=1
    UpdateRate=300
    StringIndex=4

    [MeasureLettersNumber]
    Measure=Plugin
    Plugin=Plugins\WebParser.dll
    Url=[MeasureLettersGmail]
    StringIndex=1
    UpdateRate=1

    [MeterLettersBack1]
    Meter=IMAGE
    X=0
    Y=0
    ImageName=back1.png
    Hidden=0

    [MeterLettersBack2]
    Meter=IMAGE
    X=0
    Y=0
    ImageName=back2.png
    Hidden=0

    [MeterLettersBack3]
    Meter=IMAGE
    X=0
    Y=0
    ImageName=back3.png
    Hidden=0

    [MeterLettersBack5]
    Meter=IMAGE
    X=95
    Y=96
    ImageName=back5.png
    LeftMouseUpAction=!Execute [#LettersClickAction#]
    Hidden=0

    [MeterLettersNumber]
    MeasureName=MeasureLettersNumber
    Meter=BITMAP
    X=131
    Y=120
    BitmapImage=numbers.png
    BitmapFrames=10
    BitmapExtend=1
    BitmapAlign=CENTER
    BitmapSeparation=0
    Hidden=0
    LeftMouseUpAction=!Execute [#LettersClickAction#]




  • biraz uğraşayım çok hoşuma gitti.
  • quote:

    Orijinalden alıntı: sadikcakar

    quote:

    Orijinalden alıntı: KeShhh®

    quote:

    Orijinalden alıntı: sadikcakar

    arkadaslar 15 tane mailim olmasına ragmen sagdaki mail kutusunda 0 yazıyor üstüne tıklayınca mail sayfam açılıyor ama mail sayısı hep 0 olarak gözüküyor bunu editten neresiyle oynayıp düzeltebiliriz tam olarak analatabilcek olan varmı videolu olursa çok makbule geçer

    [imge]http://b1203.hizliresim.com/v/8/3b6z5.png[/simage]

    mail arayüzünün ismini, cismini, linkini, hangi program ile kullanıldığını vs. yaz, ben sana çözüm yolunu gerekirse videolu olarak da veririm..

    Rainmeter programı ile kullandıgım bir arayüzdür. ismi letters/ reguler.ini
    edit dosyasında yazanlar



    Bu; bu şekilde bulunmazki, bana arayüzün linkini at da sistemimde deneyim, yoksa nerden bulayım ben bundaki ayarı, ... Hazırlayan kişi bir ton farklı görünüş kodu oluşturmuş, ayrıca ini ve edit dosyalarını ayrı tutmuş, sanırım variables diye bir dosya daha koymuş pakete, ismini veya linkini yolla hemen cevap gelir...




  • quote:

    Orijinalden alıntı: KeShhh®

    quote:

    Orijinalden alıntı: sadikcakar

    quote:

    Orijinalden alıntı: KeShhh®

    quote:

    Orijinalden alıntı: sadikcakar

    arkadaslar 15 tane mailim olmasına ragmen sagdaki mail kutusunda 0 yazıyor üstüne tıklayınca mail sayfam açılıyor ama mail sayısı hep 0 olarak gözüküyor bunu editten neresiyle oynayıp düzeltebiliriz tam olarak analatabilcek olan varmı videolu olursa çok makbule geçer

    [imge]http://b1203.hizliresim.com/v/8/3b6z5.png[/simage]

    mail arayüzünün ismini, cismini, linkini, hangi program ile kullanıldığını vs. yaz, ben sana çözüm yolunu gerekirse videolu olarak da veririm..

    Rainmeter programı ile kullandıgım bir arayüzdür. ismi letters/ reguler.ini
    edit dosyasında yazanlar



    Bu; bu şekilde bulunmazki, bana arayüzün linkini at da sistemimde deneyim, yoksa nerden bulayım ben bundaki ayarı, ... Hazırlayan kişi bir ton farklı görünüş kodu oluşturmuş, ayrıca ini ve edit dosyalarını ayrı tutmuş, sanırım variables diye bir dosya daha koymuş pakete, ismini veya linkini yolla hemen cevap gelir...

    buyur hocam bu

    customize.org
    PHP 7.3.2-3+ubuntu18.04.1+deb.sury.org+1 - phpinfo()
    http://customize.org/rainmeter/skins/77970




  • beyler şöyle masaüstünde duracak büyük güzel bir batarya simgesi istiyorum laptop için bilenler yardımm
  • quote:

    Orijinalden alıntı: Timon

    quote:

    Orijinalden alıntı: KeShhh®

    quote:

    Orijinalden alıntı: sadikcakar

    quote:

    Orijinalden alıntı: KeShhh®

    quote:

    Orijinalden alıntı: sadikcakar

    arkadaslar 15 tane mailim olmasına ragmen sagdaki mail kutusunda 0 yazıyor üstüne tıklayınca mail sayfam açılıyor ama mail sayısı hep 0 olarak gözüküyor bunu editten neresiyle oynayıp düzeltebiliriz tam olarak analatabilcek olan varmı videolu olursa çok makbule geçer

    [imge]http://b1203.hizliresim.com/v/8/3b6z5.png[/simage]

    mail arayüzünün ismini, cismini, linkini, hangi program ile kullanıldığını vs. yaz, ben sana çözüm yolunu gerekirse videolu olarak da veririm..

    Rainmeter programı ile kullandıgım bir arayüzdür. ismi letters/ reguler.ini
    edit dosyasında yazanlar



    Bu; bu şekilde bulunmazki, bana arayüzün linkini at da sistemimde deneyim, yoksa nerden bulayım ben bundaki ayarı, ... Hazırlayan kişi bir ton farklı görünüş kodu oluşturmuş, ayrıca ini ve edit dosyalarını ayrı tutmuş, sanırım variables diye bir dosya daha koymuş pakete, ismini veya linkini yolla hemen cevap gelir...

    buyur hocam bu

    http://customize.org/rainmeter/skins/77970

    Biraz uğraştım ancak yapamadım, farklı arayüzlerde denedim ancak gmail çalışmıyor, bir türlü gelen epostaları göstertemedim. Belki de doğrulama kodu isteme olayından kaynaklanıyordur. Yarın akşam tekrar bakar, olursa yazarım , cevap atmazsam bilki olmuyor...




  • 
Sayfa: önceki 5253545556
Sayfaya Git
Git
sonraki
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.