Page 48 of 287 FirstFirst ... 3846474849505898148 ... LastLast
Results 471 to 480 of 2865

Thread: HOWTO: VinDSL Conky Script

  1. #471
    Join Date
    Aug 2010
    Location
    Earth, usually...
    Beans
    Hidden!

    Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by foodoo View Post

    Edit: oh sorry my thoughts were else where! they are not fonts they are images!
    Do you mean the ones in the sub folder in the temp folder ?
    They are in the conkywx folder which for me is /home/jed/conkywx/.conky/images/moonicons and also in /home/jed/conkywx/.conky/images/wxicons

    Just wondering...

    Thanks,
    Jed

  2. #472

    Talking Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by Jedcurtis View Post
    Does anyone know how to get the 'pretty' moon images and the wxicons to work instead of the ones that are showing? Just a thought. They are in the subdirectories and look much nicer than the current ones showing in my last post with the pic of my conky.

    Thanks,
    Jed
    Refer to the wiki - replace the font elements [MIF] with image elements [MIC] as an example

    If you have changed the directory structure for conkywx - then images may not work !!!
    Last edited by paramvir; October 1st, 2012 at 06:25 PM.

  3. #473
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by Jedcurtis View Post
    What gives? I'm lost. Been working on this all night! Conky addiction is awful. [...]
    Bwahahaha! First LoL of the day...

    Thanks, for that, Jedcurtis!
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  4. #474
    Join Date
    Aug 2010
    Location
    Earth, usually...
    Beans
    Hidden!

    Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by VinDSL View Post
    Bwahahaha! First LoL of the day...

    Thanks, for that, Jedcurtis!
    Wow! The man himself! Thanks for the great looking conky Vin. My problem is no sleep for about 40 hours! That and hating to read directions! Like I've already said, paramvir and foodoo have been great in helping out. Keep up the great work!

    As to the images, still not sure how to implement after looking at your (paramvir) wiki. It's no big deal, I just like eye candy. Whats all this memory for if you can't take advantage of it, right? Anyway for now I think I'll stick with whats working for today. I do like to break things in order to learn, but am tired and going to get some sleep! Thanks paramvir...

    Jed

  5. #475
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by paramvir View Post
    I am pleased to announce

    Conky Weather Program in Bash Script - conkywx version 0.7.5 Released

    http://foreverquest.blogspot.in/2012...sh-script.html

    Cheers
    Hi Paramvir,
    I finally got a chance to upgrade to 0.7.5. Great job! Conkywx is becoming very powerful!

    I worked on a new concept, this morning. I wanted to optimize my script, to get rid of some cruft. And, in the process, I managed to get the Conkywx weather section down to a single line of code.

    Well... two lines, actually. This also served the purpose of being able to easily switch between Metric & Imperial weather stats by commenting/uncommenting a single line of code.

    In the example(s) below, I switched between Imperial & Metric stats (and took two screenshots) in less than 30 sec.






    Here's how my .conkyrc looks now...

    "/home/vindsl/.conkyrc" (Metric Weather Stats selected)
    Code:
    <SNIP>
    
    
    ####
    ## Define the locations of Conkywx files (required)
    ## Set the path to your .confs, seds, and templates here.
    ## Tips n' Tricks: seds files must be marked as executable, e.g. have execute permissions.
    #
    template0 "/usr/share/conkywx/conkywx.sh"
    template1 "/etc/conkywx/vindsl-imperial-conkywx.conf"
    template2 "/usr/share/conkywx/examples/wx-wu-vindsl-imperial-weather-template.sh"
    template3 "/usr/share/conkywx/examples/wx-wu-vindsl-imperial-weather-seds.sh"
    template4 "/etc/conkywx/vindsl-metric-conkywx.conf"
    template5 "/usr/share/conkywx/examples/wx-wu-vindsl-metric-weather-template.sh"
    template6 "/usr/share/conkywx/examples/wx-wu-vindsl-metric-weather-seds.sh"
    
    TEXT
    
    
    <SNIP>
    
    
    ##################################
    ##      CONKYWX WEATHER         ##
    ##################################
    ${voffset 4}${font DroidSans:bold:size=8.25}${color4}CONKYWX${offset 8}${color6}${voffset -2}${hr 1}${font}
    ####
    ## Uncomment for Imperial Weather Stats.
    # ${execpi 900 ${template0} -c "${template1}" -t "${template2}" | "${template3}"}${font}
    ####
    ## Uncomment for Metric Weather Stats.
    ${execpi 900 ${template0} -c "${template4}" -t "${template5}" | "${template6}"}${font}
    
    
    <SNIP>
    "/usr/share/conkywx/conkywx.sh" is a standard "conkywx.sh" file.

    "/etc/conkywx/vindsl-imperial-conkywx.conf" and,
    "/etc/conkywx/vindsl-metric-conkywx.conf" are standard "conkywx.conf" files.
    • One has been configured for Imperial stats
    • One has been configured for Metric stats
    • Proper Settings will depend on YOUR locale, as always
    • Both conf files have been suitably renamed, and moved to /etc/conkywx/


    "/usr/share/conkywx/examples/wx-wu-vindsl-imperial-weather-template.sh" and,
    "/usr/share/conkywx/examples/wx-wu-vindsl-metric-weather-template.sh" have changed a little.
    • Made some changes to alignment and spacing, et cetera
    • Specified "mph" or "km/h" in the respective files
    • Both templates have been renamed for continuity


    Here's how they look...

    "/usr/share/conkywx/examples/wx-wu-vindsl-imperial-weather-template.sh"
    Code:
    ##################################
    ## VinDSL | rev. 12-10-01 09:09 ##
    ##################################
    ##  IMPERIAL WEATHER TEMPLATE   ##
    ##################################
    ${voffset 6}${goto 34}${font Weather:size=44}${color6}y${font}${voffset -35}${font Arrows:size=28}${goto 164}${color6}TT:[FCTT]${font}
    ${voffset -43}${font RadioSpace:size=33}${color6}${alignc 12}[PT]${font}
    ${voffset 2}${font DroidSansFallback:bold:size=7.4}${alignc 6}${color5}Feels${offset 3}like${offset 1}:${offset 2}${color6}[FL]${offset 2}${color5}/${offset 3}${color6}[FCTT]${font}
    ${voffset -40}${goto 203}${font DroidSansFallback:bold:size=8.75}${color6}[D1T]${font}
    ${voffset 0}${goto 203}${font DroidSansFallback:bold:size=7.3}${color5}CoR${offset 3}${color6}[D1P]${font}
    ${voffset -45}${goto 188}${font KRARound:size=41.5}${color6}I${font}
    ${voffset 6}${font Ubuntu:size=22.75}${color5}${alignc}[CT]${font}
    ${voffset 7}${alignc 5}${font}${font DroidSansFallback:bold:size=8}${color5}Sunrise${offset 1}:${offset 1}${color6}[SR]${offset 6}${color5}Sunset${offset 1}:${offset 1}${color6}[SS]${font}
    ${voffset 8}${goto 85}${font DroidSansFallback:bold:size=7.55}${color5}Humidity${offset 1}:${offset 2}${color6}[HM]${font}${voffset 11}${goto 84}${font DroidSansFallback:bold:size=7.55}${color5}Barometer${offset 1}:${offset 2}${color6}[BR]${font}${voffset 11}${goto 84}${font DroidSansFallback:bold:size=7.55}${color5}Bar${offset 3}Trend${offset 1}:${offset 2}${color6}[FCTP]${font}${voffset 11}${goto 84}${font DroidSansFallback:bold:size=7.55}${color5}Moonrise${offset 1}:${color6}[MR]${font}${voffset 11}${goto 85}${font DroidSansFallback:bold:size=7.55}${color5}Moonset${offset 1}:${color6}[MS]${font}
    ${voffset -61}${goto 16}${font ConkyWindNESW:size=41.6}${color6}[BF]${font}${voffset -36}${goto 196}${font MoonPhases:size=35}${color6}[MIF]${font}${voffset -36}${goto 198}${font MoonPhases:size=35}${color6}8${font}
    ${voffset -1}${goto 22}${font DroidSansFallback:bold:size=8.45}${color3}[WS] mph${voffset -1}${goto 203}[MP]${font}
    ${voffset 8}${goto 25}${font DroidSans:bold:size=8.5}${color5}[D2D]${goto 85}[D3D]${goto 144}[D4D]${goto 201}[D5D]${font}
    ${voffset 2}${goto 23}${font ConkyWeather:size=32}${color6}[D2F]${goto 83}[D3F]${goto 142}[D4F]${goto 200}[D5F]${font}
    ${voffset 1}${goto 25}${font DroidSans:bold:size=8.5}${color3}[D2T]${goto 85}[D3T]${goto 144}[D4T]${goto 201}[D5T]${font}
    ${voffset -1}${goto 24}${font DroidSans:bold:size=8.45}${color5}CoR${offset 3}${color3}[D2P]${goto 84}${color5}CoR${offset 3}${color3}[D3P]${goto 144}${color5}CoR${offset 3}${color3}[D4P]${goto 201}${color5}CoR${offset 3}${color3}[D5P]${font}
    "/usr/share/conkywx/examples/wx-wu-vindsl-metric-weather-template.sh"
    Code:
    ##################################
    ## VinDSL | rev. 12-10-01 08:09 ##
    ##################################
    ##   CONKYWX WEATHER TEMPLATE   ##
    ##################################
    ${voffset 6}${goto 34}${font Weather:size=44}${color6}y${font}${voffset -35}${font Arrows:size=28}${goto 164}${color6}TT:[FCTT]${font}
    ${voffset -43}${font RadioSpace:size=33}${color6}${alignc 12}[PT]${font}
    ${voffset 2}${font DroidSansFallback:bold:size=7.4}${alignc 6}${color5}Feels${offset 3}like${offset 1}:${offset 2}${color6}[FL]${offset 2}${color5}/${offset 3}${color6}[FCTT]${font}
    ${voffset -40}${goto 203}${font DroidSansFallback:bold:size=8.75}${color6}[D1T]${font}
    ${voffset 0}${goto 203}${font DroidSansFallback:bold:size=7.3}${color5}CoR${offset 3}${color6}[D1P]${font}
    ${voffset -45}${goto 188}${font KRARound:size=41.5}${color6}I${font}
    ${voffset 6}${font Ubuntu:size=22.75}${color5}${alignc}[CT]${font}
    ${voffset 7}${alignc 5}${font}${font DroidSansFallback:bold:size=8}${color5}Sunrise${offset 1}:${offset 1}${color6}[SR]${offset 6}${color5}Sunset${offset 1}:${offset 1}${color6}[SS]${font}
    ${voffset 8}${goto 85}${font DroidSansFallback:bold:size=7.55}${color5}Humidity${offset 1}:${offset 2}${color6}[HM]${font}${voffset 11}${goto 84}${font DroidSansFallback:bold:size=7.55}${color5}Barometer${offset 1}:${offset 2}${color6}[BR]${font}${voffset 11}${goto 84}${font DroidSansFallback:bold:size=7.55}${color5}Bar${offset 3}Trend${offset 1}:${offset 2}${color6}[FCTP]${font}${voffset 11}${goto 84}${font DroidSansFallback:bold:size=7.55}${color5}Moonrise${offset 1}:${color6}[MR]${font}${voffset 11}${goto 85}${font DroidSansFallback:bold:size=7.55}${color5}Moonset${offset 1}:${color6}[MS]${font}
    ${voffset -61}${goto 16}${font ConkyWindNESW:size=41.6}${color6}[BF]${font}${voffset -36}${goto 196}${font MoonPhases:size=35}${color6}[MIF]${font}${voffset -36}${goto 198}${font MoonPhases:size=35}${color6}8${font}
    ${voffset -1}${goto 21}${font DroidSansFallback:bold:size=8.45}${color3}[WS] km/h${voffset -1}${goto 203}[MP]${font}
    ${voffset 8}${goto 25}${font DroidSans:bold:size=8.5}${color5}[D2D]${goto 85}[D3D]${goto 144}[D4D]${goto 201}[D5D]${font}
    ${voffset 2}${goto 23}${font ConkyWeather:size=32}${color6}[D2F]${goto 83}[D3F]${goto 142}[D4F]${goto 200}[D5F]${font}
    ${voffset 1}${goto 25}${font DroidSans:bold:size=8.5}${color3}[D2T]${goto 85}[D3T]${goto 144}[D4T]${goto 201}[D5T]${font}
    ${voffset -1}${goto 24}${font DroidSans:bold:size=8.45}${color5}CoR${offset 3}${color3}[D2P]${goto 84}${color5}CoR${offset 3}${color3}[D3P]${goto 144}${color5}CoR${offset 3}${color3}[D4P]${goto 201}${color5}CoR${offset 3}${color3}[D5P]${font}
    Now, as 42dorian would say, this is where I get experimental.

    Conkywx allowed me to move the SEDs out of the .conkyrc file, and place them as stand-alone files, in a different location. This makes switching between Imperial & Metric stats a simple one-line affair, in .conkyrc.

    ** NOTE: These files MUST be marked as executable, otherwise Conky will give you "the finger", e.g. a "permissions" error.

    Here's how the SEDs files look...

    "/usr/share/conkywx/examples/wx-wu-vindsl-imperial-weather-seds.sh"
    Code:
    ##################################
    ## VinDSL | rev. 12-10-01 09:26 ##
    ##################################
    ##    IMPERIAL WEATHER SEDs     ##
    ##################################
    sed -e 's/Calm mph'/'\$\{offset 8\}Calm/g' |
    sed -e 's/New Moon'/'\$\{offset -13\}New Moon/g' |
    sed -e 's/Waxing Crescent'/'\$\{offset -3\}Waxing/g' |
    sed -e 's/First Quarter'/'\$\{offset -5\}First Qtr/g' |
    sed -e 's/Waxing Gibbous'/'\$\{offset -3\}Waxing/g' |
    sed -e 's/Full'/'\$\{offset 6\}Full/g' |
    sed -e 's/Waning Gibbous'/'\$\{offset -3\}Waning/g' |
    sed -e 's/Last Quarter'/'\$\{offset -5\}Last Qtr/g' |
    sed -e 's/Waning Crescent'/'\$\{offset -3\}Waning/g' |
    sed -e 's/TT:Falling'/'\$\{offset -4\}d/g' |
    sed -e 's/TT:Rising'/'\$\{offset -5\}c/g' |
    sed -e 's/TT:Steady'/'\$\{offset -8\}RQ/g' |
    sed -e 's/TT:N\/A'/'/g'
    "/usr/share/conkywx/examples/wx-wu-vindsl-metric-weather-seds.sh"
    Code:
    ##################################
    ## VinDSL | rev. 12-10-01 09:45 ##
    ##################################
    ##     METRIC WEATHER SEDs      ##
    ##################################
    sed -e 's/Calm km\/h'/'\$\{offset 8\}Calm/g' |
    sed -e 's/New Moon'/'\$\{offset -13\}New Moon/g' |
    sed -e 's/Waxing Crescent'/'\$\{offset -3\}Waxing/g' |
    sed -e 's/First Quarter'/'\$\{offset -5\}First Qtr/g' |
    sed -e 's/Waxing Gibbous'/'\$\{offset -3\}Waxing/g' |
    sed -e 's/Full'/'\$\{offset 6\}Full/g' |
    sed -e 's/Waning Gibbous'/'\$\{offset -3\}Waning/g' |
    sed -e 's/Last Quarter'/'\$\{offset -5\}Last Qtr/g' |
    sed -e 's/Waning Crescent'/'\$\{offset -3\}Waning/g' |
    sed -e 's/TT:Falling'/'\$\{offset -4\}d/g' |
    sed -e 's/TT:Rising'/'\$\{offset -5\}c/g' |
    sed -e 's/TT:Steady'/'\$\{offset -8\}RQ/g' |
    sed -e 's/TT:N\/A'/'/g'

    That's about it, for now. I'm still trying to get to the point where I can publish a data dump, but things are changing soooo fast!

    You're doing a GREAT job on Conkywx, Paramvir! Keep up the good work...
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  6. #476
    Join Date
    Nov 2008
    Location
    Tampa, Florida
    Beans
    38

    Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by VinDSL View Post
    That's about it, for now. I'm still trying to get to the point where I can publish a data dump, but things are changing soooo fast!
    Waiting on the update! BTW, what is the deal with that wind direction arrow you're using?

  7. #477
    Join Date
    Feb 2011
    Beans
    15

    Re: HOWTO: VinDSL Conky Script

    Hi all,

    MINT 10 ( Maverik ), 64 bit...
    conky was working before with google api weather script,
    as you might know googled ditched weather api in august,
    searched for replacement conky weather scripts, found this one...

    Anyways,
    I've got a problem with this conkywx:
    followed the instructions on page 41 of this thread...
    what i get under WEATHER section in conky are these 2 lines:

    Usage: wget [OPTION]...[URL]...
    Try `wget --help' for more options.

    no weather information other than those 2 lines...
    looks like wget is not working at all here...

    what i've done:
    - installed conkywx deb
    - got the station id = KFLBOCA29
    - got location off the web address = 33427.1.99999 ( here i tried both 33427 and 33427.1.99999 )
    - plugged those into conkywx.conf file
    - copied wx-wu-vindsl-template.sh as on page 41
    - copied conkywx call into conkyrc file as on page 41
    - all those files are root access by default as i checked under permissions for those files

    what is the problem, can somebody help here, please.

    Mike.

  8. #478
    Join Date
    Aug 2010
    Location
    Earth, usually...
    Beans
    Hidden!

    Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by hallansing View Post
    Hi all,

    what i've done:
    - installed conkywx deb
    - got the station id = KFLBOCA29
    - got location off the web address = 33427.1.99999 ( here i tried both 33427 and 33427.1.99999 )
    - plugged those into conkywx.conf file
    - copied wx-wu-vindsl-template.sh as on page 41
    - copied conkywx call into conkyrc file as on page 41
    - all those files are root access by default as i checked under permissions for those files

    what is the problem, can somebody help here, please.

    Mike.
    First know this; I'm NO PRO! However that said, it looks like where you have the 33427.1.9999999 number located should instead be "http://www.wunderground.com/q/zmw:33427.1.99999" without the quotes of course. Try and see if that makes a difference. If not there are plenty of folks here smarter than me!!!

    Jed

  9. #479
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by dtokarz View Post
    [...] what is the deal with that wind direction arrow you're using?
    I'm using ConkyWindNESW dingbats.

    In the screenshots above, it's hard to tell the wind direction, yes? Heh! It's supposed to be that way.

    In the font chart, that crooked/bent arrow is actually a double-quote ( " ).

    Looking at Paramvir's code...
    Code:
    # -----------------------------------------------------------------------
    # Figure out the character for each bearing
    # -----------------------------------------------------------------------
    get_bearing_font ()
    {
    	wind_bearing1=${winddir//[ ]/}
    	wind_bearing="${wind_bearing1^^}"
    	case $wind_bearing in
    	N|NORTH)
    		fnum=I
    		;;
    	NNE|"NORTH NORTH EAST")
    		fnum=J
    		;;
    	NE|"NORTH EAST")
    		fnum=K
    		;;
    	ENE|"EAST NORTH EAST")
    		fnum=L
    		;;
    	E|EAST)
    		fnum=M
    		;;
    	ESE|"EAST SOUTH EAST")
    		fnum=N
    		;;
    	SE|"SOUTH EAST")
    		fnum=O
    		;;
    	SSE|"SOUTH SOUTH EAST")
    		fnum=P
    		;;
    	S|SOUTH)
    		fnum=A
    		;;
    	SSW|"SOUTH SOUTH WEST")
    		fnum=B
    		;;
    	SW|"SOUTH WEST")
    		fnum=C
    		;;
    	WSW|"WEST SOUTH WEST")
    		fnum=D
    		;;
    	W|WEST)
    		fnum=E
    		;;
    	WNW|"WEST NORTH WEST")
    		fnum=F
    		;;
    	NW|"NORTH WEST")
    		fnum=G
    		;;
    	NNW|"NORTH NORTH WEST")
    		fnum=H
    		;;
    	VARIABLE|VAR)
    		fnum="\""
    		;;
    	"N/A"|NOT*)
    		fnum="-"
    		;;
    	*)
    		fnum="%"
    		;;
    	esac
    	
    	echo $fnum
    	
    }
    A double-quote symbol (hence, a crooked arrow) means variable wind direction.

    Put another way, that confusing "wind direction arrow" means the wind is blowing in every-which direction.
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  10. #480

    Talking Re: HOWTO: VinDSL Conky Script

    Quote Originally Posted by VinDSL View Post
    Hi Paramvir,
    I finally got a chance to upgrade to 0.7.5. Great job! Conkywx is becoming very powerful!

    I worked on a new concept, this morning. I wanted to optimize my script, to get rid of some cruft. And, in the process, I managed to get the Conkywx weather section down to a single line of code.

    Well... two lines, actually. This also served the purpose of being able to easily switch between Metric & Imperial weather stats by commenting/uncommenting a single line of code.

    Code:
    ##################################
    ## VinDSL | rev. 12-10-01 09:45 ##
    ##################################
    ##     METRIC WEATHER SEDs      ##
    ##################################
    sed -e 's/Calm km\/h'/'\$\{offset 8\}Calm/g' |
    sed -e 's/New Moon'/'\$\{offset -13\}New Moon/g' |
    sed -e 's/Waxing Crescent'/'\$\{offset -3\}Waxing/g' |
    sed -e 's/First Quarter'/'\$\{offset -5\}First Qtr/g' |
    sed -e 's/Waxing Gibbous'/'\$\{offset -3\}Waxing/g' |
    sed -e 's/Full'/'\$\{offset 6\}Full/g' |
    sed -e 's/Waning Gibbous'/'\$\{offset -3\}Waning/g' |
    sed -e 's/Last Quarter'/'\$\{offset -5\}Last Qtr/g' |
    sed -e 's/Waning Crescent'/'\$\{offset -3\}Waning/g' |
    sed -e 's/TT:Falling'/'\$\{offset -4\}d/g' |
    sed -e 's/TT:Rising'/'\$\{offset -5\}c/g' |
    sed -e 's/TT:Steady'/'\$\{offset -8\}RQ/g' |
    sed -e 's/TT:N\/A'/'/g'
    That's about it, for now. I'm still trying to get to the point where I can publish a data dump, but things are changing soooo fast!

    You're doing a GREAT job on Conkywx, Paramvir! Keep up the good work...
    Thanks for the kind words - it feels gr8 Excellent stuff from you as usual

    Like I mentioned to Sean the @foodoo man - have you looked at element MP1 - this gives the First part of the Moon Phase - so half your job is done there. I have not noticed wunderground using first or last quarter in their moon phase for a while - though I recall it being used once which was when I put it into my code for handling moon phase - I think that was in March this year - I don't know - perhaps you saw it .

    Then you have the trend fonts - you do not need sed for those items as well - it is handled by conkywx use elements FCTPF for pressure trend font and FCTTF for temperature trend font.

    The way things are your usage of sed will go down

Page 48 of 287 FirstFirst ... 3846474849505898148 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •