Page 652 of 2348 FirstFirst ... 15255260264265065165265365466270275211521652 ... LastLast
Results 6,511 to 6,520 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #6511
    Join Date
    Dec 2007
    Beans
    26
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Chrinos:

    For your information and my assistance:

    Code:
    alignment top_left
    background yes
    cpu_avg_samples 2
    default_color lightgrey
    default_outline_color green
    default_shade_color red
    double_buffer yes
    draw_borders no
    draw_graph_borders no
    draw_outline no
    draw_shades no
    gap_x 10
    gap_y 10
    maximum_width 300
    minimum_size 250
    net_avg_samples 1
    no_buffers yes
    override_utf8_locale yes
    own_window yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_transparent yes
    own_window_type normal
    text_buffer_size 1024
    total_run_times 0
    update_interval 0.5
    uppercase no
    use_spacer right
    use_xft yes
    xftalpha 0.1
    xftfont Arial:size=10
    
    TEXT
    ${execp /home/darren/Conky/conkytemplate.sh}
    ${rss http://www.coastalwatch.com/rss/cwreports_180.xml 60 item_desc 0}
    ${texeci 1000 feh --bg-scale "`grep 'wallpaper=' ~/.kde/share/config/plasma-appletsrc | tail -n1 | tail --bytes=+11`"}
    Your conkytemplate script:

    Code:
     #!/bin/bash
    # conkytemplate.sh
    # by Crinos512
    # Usage:
    #  ${execp ~/.conky/conkyparts/conkytemplate.sh}
    #
    echo "\${font conkybackgroundfi:size=10}\${color lightgrey}\${goto 0}EDDDDDDDDDDF\${goto 0}EDDDDDDDDDDF\${goto 0}EDDDDDDDDDDF\${goto 0}EDDDDDDDDDDF\${goto 0}EDDDDDDDDDDF"
    for i in {1..26}
    do
       echo "\${voffset -2}\${goto 0}DDDDDDDDDDDD\${goto 0}DDDDDDDDDDDD\${goto 0}DDDDDDDDDDDD\${goto 0}DDDDDDDDDDDD\${goto 0}DDDDDDDDDDDD"
    done
    echo "\${voffset -2}\${goto 0}GDDDDDDDDDDC\${goto 0}GDDDDDDDDDDC\${goto 0}GDDDDDDDDDDC\${goto 0}GDDDDDDDDDDC\${goto 0}GDDDDDDDDDDC\${font}\${color}"
    echo "\${voffset -860}"
    
    exit 0
    And I just put

    Code:
    ${execp /home/darren/Conky/conkytemplate.sh}
    in after the line in my conky calling my rss feed

    - I see the top half of the characters in the first line of text.

    BTW have you picked up on the fact that I have no idea how your script works

  2. #6512
    Join Date
    Jul 2007
    Location
    The U. S. of A.
    Beans
    163
    Distro
    Kubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    OK, I notice your conkyrc is somewhat short, and I am unfamiliar with the ${rss} variable... however, try this one instead.

    Code:
     #!/bin/bash
    # conkytemplate.sh
    # by Crinos512
    # Usage:
    #  ${execp ~/.conky/conkyparts/conkytemplate.sh}
    #
    echo "\${font conkybackgroundfi:size=10}\${color lightgrey}\${goto 0}EDDDDDDDDDDF\${goto 0}EDDDDDDDDDDF\${goto 0}EDDDDDDDDDDF\${goto 0}EDDDDDDDDDDF\${goto 0}EDDDDDDDDDDF"
    echo "\${voffset -2}\${goto 0}DDDDDDDDDDDD\${goto 0}DDDDDDDDDDDD\${goto 0}DDDDDDDDDDDD\${goto 0}DDDDDDDDDDDD\${goto 0}DDDDDDDDDDDD"
    echo "\${voffset -2}\${goto 0}GDDDDDDDDDDC\${goto 0}GDDDDDDDDDDC\${goto 0}GDDDDDDDDDDC\${goto 0}GDDDDDDDDDDC\${goto 0}GDDDDDDDDDDC\${font}\${color}"
    echo "\${voffset -30}"
    
    exit 0
    the spacing will likely be off.... adjust the voffset value to taste.
    || Kubuntu x86_64 (15.10 Dev.) || KDE 4.9.00 ||
    || Dell Inspiron 570 || 8GB PC3-10600 DDR3 RAM || AMD Phenom II X4 820 @ 2.8Ghz ||
    || Logitech M570 Trackball || Logitech G15 Gaming Keyboard ||
    Conky: ... no such configuration: 'normal'

  3. #6513
    Join Date
    Dec 2007
    Beans
    26
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    I think I'll just show a screenshot here so you can see the result for yourself.

    As you can see the output from the rss variable is overwritten by
    EDDDDDDDDDDF
    DDDDDDDDDDDD
    GDDDDDDDDDDC

    I'm quite sure the output from the rss variable contains the information complete from the feed. As the information runs off the edge of the window it appears to be cut off, though it is all there.

    I guess the word wrapping issue can be resolved through the correct use and formatting of the voffset (and offset?) variables though it is a little beyond me at this stage
    Attached Images Attached Images

  4. #6514
    Join Date
    Dec 2007
    Beans
    26
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    A bit more detail in this image so you can see better
    Attached Images Attached Images

  5. #6515
    Join Date
    Jul 2007
    Location
    The U. S. of A.
    Beans
    163
    Distro
    Kubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    OH!

    you need to install the font from my first post on the topic: here

    just drop it into your ~/.fonts directory.

    then it should look much better, you can make the template wider by adding an extra "D" to each group of D's in the script.

    (Also you should probably switch back to black for the template for readability, and 13.5 for the font size to avoid gaps or lines in the template.)
    Last edited by Crinos512; April 13th, 2009 at 05:05 AM.
    || Kubuntu x86_64 (15.10 Dev.) || KDE 4.9.00 ||
    || Dell Inspiron 570 || 8GB PC3-10600 DDR3 RAM || AMD Phenom II X4 820 @ 2.8Ghz ||
    || Logitech M570 Trackball || Logitech G15 Gaming Keyboard ||
    Conky: ... no such configuration: 'normal'

  6. #6516
    Join Date
    Dec 2007
    Beans
    26
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Mwahahahaha.... done one better on the background template
    .

    I've done something cool... it appears to work...
    But its not wrapping the text from my RSS feed

    I think maybe you were talking about something completely different?
    The transparent window is great though

  7. #6517
    Join Date
    Jul 2007
    Location
    The U. S. of A.
    Beans
    163
    Distro
    Kubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Hmmm... I don't know anything about wrapping the text on rss...

    sorry.
    || Kubuntu x86_64 (15.10 Dev.) || KDE 4.9.00 ||
    || Dell Inspiron 570 || 8GB PC3-10600 DDR3 RAM || AMD Phenom II X4 820 @ 2.8Ghz ||
    || Logitech M570 Trackball || Logitech G15 Gaming Keyboard ||
    Conky: ... no such configuration: 'normal'

  8. #6518
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by VCoolio View Post
    For checking updates a command is needed that needs password. A script may work, but I use the default gnome update manager to check every xx hours. In conky I then just do this line
    Code:
    ${color}APT: ${color}${execi 1800 aptitude search "~U" | wc -l | tail}${color} Updates Available
    For that, no password is required. See my post on page 646 (post 6457) for screenshot.
    That's great, just what is needed! Thanks

  9. #6519
    Join Date
    Oct 2008
    Location
    Nottingham, England
    Beans
    70
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    It isn't perfect yet, that's because the weather bit isn't updated fully yet... but here the code:

    Code:
    # UBUNTU-CONKY
    # A comprehensive conky script, configured for use on
    # Ubuntu / Debian Gnome, without the need for any external scripts.
    #
    # Based on conky-jc and the default .conkyrc.
    # INCLUDES:
    # - tail of /var/log/messages
    # - netstat connections to your computer
    #
    # — Pengo (conky@pengo.us)
    #
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # fiddle with window
    use_spacer yes
    use_xft yes
    
    # Update interval in seconds
    update_interval 3.0
    
    # Minimum size of text area
    # minimum_size 250 5
    
    # Draw shades?
    draw_shades no
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    #font Monospace
    xftfont monospace:size=8
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 9
    
    # border width
    border_width 10
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color grey
    
    own_window_colour brown
    own_window_transparent yes
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    
    # Gap between borders of screen and text
    gap_x 10
    gap_y 10
    
    # stuff after ‘TEXT’ will be formatted on screen
    
    TEXT
    $color
    ${color slate grey}${time %a, } ${color }${time %e %B %G}, ${time %H:%M}${color slate grey} ${time %Z}${color}
    ${color orange}SYSTEM ${hr 2}$color
    $nodename $sysname $kernel on $machine
    ${color slate grey}UpTime: ${color }${uptime %H:%M}
    ${color orange}CPU ${hr 2}$color
    ${freq}MHz Load: ${loadavg}
    $cpubar
    ${cpugraph 000000 ffffff}
    NAME	PID	CPU%	MEM%
    ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
    ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
    ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
    ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
    ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
    ${color orange}MEMORY ${hr 2}$color
    RAM: $memperc% ${membar 6}$color
    Swap: $swapperc% ${swapbar 6}$color
    ${color orange}ETHERNET (${addr eth0}) ${hr 2}$color
    Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
    ${downspeedgraph eth0 25,140 000000 ff0000} ${alignr}${upspeedgraph eth0
    25,140 000000 00ff00}$color
    Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
    ${color orange}WIRELESS (${addr wlan0}) ${hr 2}$color
    Connected to: ${wireless_essid wlan0} (${wireless_mode wlan0}) @ ${wireless_bitrate wlan0}
    Wireless Link Quality: ${wireless_link_qual_perc wlan0}% ${wireless_link_bar wlan0}
    Down: $color${downspeed wlan0} k/s ${alignr}Up: ${upspeed wlan0} k/s
    ${downspeedgraph wlan0 25,140 000000 ff0000} ${alignr}${upspeedgraph wlan0
    25,140 000000 00ff00}$color
    Downloaded: ${totaldown wlan0} ${alignr}Uploaded: ${totalup wlan0}
    ${color orange}LOGGING ${hr 2}$color
    ${execi 10 tail -n 8 /var/log/messages | fold -w50}
    ${color orange}WEATHER @ ${execi 3600 conkyForecast --location=UKXX0104 -d CN}, ${execi 3600 conkyForecast --location=UKXX0104 -d CO} ${hr 2}$color
    ${font ConkyWeather:size=10}${execi 3600 conkyForecast --location=UKXX0104 -d WF}$font${execi 3600 conkyForecast --location=UKXX0104 -d CC} |Tonight: ${font Moon Phases:size=10}${execi 3600 conkyForecast --location=UKXX0104 -d MF}$font ${execi 3600 conkyForecast --location=UKXX0104 -d MP} ${alignr}Temp: ${execi 3600 conkyForecast --location=UKXX0104 -d HT}
    Wind: ${execi 3600 conkyForecast --location=UKXX0104 -d WS} ${font ConkyWind:size=15}${execi 3600 conkyForecast --location=UKXX0104 -d BF}$font ${alignr}Chance of Precipitation:${execi 3600 conkyForecast --location=UKXX0104 -d PC}
    Pressure: ${execi 3600 conkyForecast --location=UKXX0104 -d BR} ${execi 3600 conkyForecast --location=UKXX0104 -d BD} ${alignr}Humidity: ${execi 3600 conkyForecast --location=UKXX0104 -d HM}
    Forecast:
    Day Condition Moon Phase Low/High Precipitation
    Tomorrow ${font ConkyWeather:size=10}${execi 3600 conkyForecast --location=UKXX0104 -s 1 -d WF}${font Moon Phases:size=10} ${execi 3600 conkyForecast --location=UKXX0104 -s 1 -d MF}$font ${execi 3600 conkyForecast --location=UKXX0104 -s 1 -d LT}/${execi 3600 conkyForecast --location=UKXX0104 -s 1 -d HT} ${execi 3600 conkyForecast --location=UKXX0104 -s 1 -d PC}
    2 Days ${font ConkyWeather:size=10}${execi 3600 conkyForecast --location=UKXX0104 -s 2 -d WF}${font Moon Phases:size=10} ${execi 3600 conkyForecast --location=UKXX0104 -s 2 -d MF}$font ${execi 3600 conkyForecast --location=UKXX0104 -s 2 -d LT}/${execi 3600 conkyForecast --location=UKXX0104 -s 2 -d HT} ${execi 3600 conkyForecast --location=UKXX0104 -s 2 -d PC}
    3 Days ${font ConkyWeather:size=10}${execi 3600 conkyForecast --location=UKXX0104 -s 3 -d WF}${font Moon Phases:size=10} ${execi 3600 conkyForecast --location=UKXX0104 -s 3 -d MF}$font ${execi 3600 conkyForecast --location=UKXX0104 -s 3 -d LT}/${execi 3600 conkyForecast --location=UKXX0104 -s 3 -d HT} ${execi 3600 conkyForecast --location=UKXX0104 -s 3 -d PC}
    4 Days ${font ConkyWeather:size=10}${execi 3600 conkyForecast --location=UKXX0104 -s 4 -d WF}${font Moon Phases:size=10} ${execi 3600 conkyForecast --location=UKXX0104 -s 4 -d MF}$font ${execi 3600 conkyForecast --location=UKXX0104 -s 4 -d LT}/${execi 3600 conkyForecast --location=UKXX0104 -s 4 -d HT} ${execi 3600 conkyForecast --location=UKXX0104 -s 4 -d PC}
    Last Updated:${execi 3600 conkyForecast --location=UKXX0104 -d LF}
    Yeah, a bit messy i know..
    Attached Images Attached Images

  10. #6520
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by adalal View Post
    It isn't perfect yet, that's because the weather bit isn't updated fully yet... but here the code:

    Yeah, a bit messy i know..
    Hi adalal,

    Conky is addictive - it's never perfect!

    Your doesn't look bad, it's a work in progress.

    One comment to start you off on the addictive "conky tweaking" routine:

    In your image I see:
    Code:
    conky     14929    0.32   0.17
    You can bring that down a lot if you change the conkyForecast to a template and using only 1 "execpi" call in conky to display ALL your weather information using a "template".

    For example you have 33 execi calls to get weather info (a lot of processor usage):
    Code:
    ${color orange}WEATHER @ ${execi 3600 conkyForecast --location=UKXX0104 -d CN}, ${execi 3600 conkyForecast --location=UKXX0104 -d CO} ${hr 2}$color
    ${font ConkyWeather:size=10}${execi 3600 conkyForecast --location=UKXX0104 -d WF}$font${execi 3600 conkyForecast --location=UKXX0104 -d CC} |Tonight: ${font Moon Phases:size=10}${execi 3600 conkyForecast --location=UKXX0104 -d MF}$font ${execi 3600 conkyForecast --location=UKXX0104 -d MP} ${alignr}Temp: ${execi 3600 conkyForecast --location=UKXX0104 -d HT}
    Wind: ${execi 3600 conkyForecast --location=UKXX0104 -d WS} ${font ConkyWind:size=15}${execi 3600 conkyForecast --location=UKXX0104 -d BF}$font ${alignr}Chance of Precipitation:${execi 3600 conkyForecast --location=UKXX0104 -d PC}
    Pressure: ${execi 3600 conkyForecast --location=UKXX0104 -d BR} ${execi 3600 conkyForecast --location=UKXX0104 -d BD} ${alignr}Humidity: ${execi 3600 conkyForecast --location=UKXX0104 -d HM}
    Forecast:
    Day Condition Moon Phase Low/High Precipitation
    Tomorrow ${font ConkyWeather:size=10}${execi 3600 conkyForecast --location=UKXX0104 -s 1 -d WF}${font Moon Phases:size=10} ${execi 3600 conkyForecast --location=UKXX0104 -s 1 -d MF}$font ${execi 3600 conkyForecast --location=UKXX0104 -s 1 -d LT}/${execi 3600 conkyForecast --location=UKXX0104 -s 1 -d HT} ${execi 3600 conkyForecast --location=UKXX0104 -s 1 -d PC}
    2 Days ${font ConkyWeather:size=10}${execi 3600 conkyForecast --location=UKXX0104 -s 2 -d WF}${font Moon Phases:size=10} ${execi 3600 conkyForecast --location=UKXX0104 -s 2 -d MF}$font ${execi 3600 conkyForecast --location=UKXX0104 -s 2 -d LT}/${execi 3600 conkyForecast --location=UKXX0104 -s 2 -d HT} ${execi 3600 conkyForecast --location=UKXX0104 -s 2 -d PC}
    3 Days ${font ConkyWeather:size=10}${execi 3600 conkyForecast --location=UKXX0104 -s 3 -d WF}${font Moon Phases:size=10} ${execi 3600 conkyForecast --location=UKXX0104 -s 3 -d MF}$font ${execi 3600 conkyForecast --location=UKXX0104 -s 3 -d LT}/${execi 3600 conkyForecast --location=UKXX0104 -s 3 -d HT} ${execi 3600 conkyForecast --location=UKXX0104 -s 3 -d PC}
    4 Days ${font ConkyWeather:size=10}${execi 3600 conkyForecast --location=UKXX0104 -s 4 -d WF}${font Moon Phases:size=10} ${execi 3600 conkyForecast --location=UKXX0104 -s 4 -d MF}$font ${execi 3600 conkyForecast --location=UKXX0104 -s 4 -d LT}/${execi 3600 conkyForecast --location=UKXX0104 -s 4 -d HT} ${execi 3600 conkyForecast --location=UKXX0104 -s 4 -d PC}
    Last Updated:${execi 3600 conkyForecast --location=UKXX0104 -d LF}
    Do it with one call, (mine, as an example):
    Code:
    ${execpi 900 conkyForecast --location=ARDF0127 --template=/home/bruloo/Conky/scripts/myweather.template}
    and my template:
    Code:
    ${goto 10}${color8}${font ConkyWeather:size=55}[--datatype=WF]$font$color
    ${voffset -70}${goto 90}${color2}${font Zekton:size=20}[--datatype=DW --shortweekday --startday=0]:${color6} [--datatype=HT]
    ${goto 90}${voffset -10}${font Zekton:bold:size=9}${color2}Sensación térmica: ${color6}[--datatype=LT]$font
    ${goto 90}${color2}Mín: ${color6}[--startday=0 --datatype=LT] ${color2}Máx: ${color9}[--startday=0 --datatype=HT]
    ${goto 10}${voffset 10}${font Zekton:bold:size=11} ${color7}[--datatype=CC]$color$font
    ${goto 300}${voffset -110}${font ConkyWindN:size=40}${color8}[--datatype=BS]$font
    ${goto 380}${voffset -45}${color7}Viento: ${color8}[--datatype=WS] ${color7}(${color8}[--datatype=WA]°${color7}) ${color8}[--datatype=WD]
    ${voffset 0}${goto 380}${color7}Visibilidad:${color8} [--datatype=VI]
    ${voffset 0}${goto 380}${color7}P. de R.: ${color8}[--datatype=DP]$color
    ${goto 300}${voffset 10}${color7}Presión: ${color8}[--datatype=BR] - [--datatype=BD]$color
    ${goto 300}${color7}Humedad: ${color8}[--datatype=HM]  ${color7}UV: ${color8}[--datatype=UI] - ${color8}[--datatype=UT]
    ${goto 300}${cpubar cpu3 1,300}
    ${goto 15}${voffset 20}${color8}${font SunNMoon:size=50}n$font${goto 70}${voffset -38}${font Arrows:size 20}${color3}b${color8}${font}[--datatype=SR]
    ${goto 75}${color0}Luz: [--datatype=DL]
    ${goto 70}${font Arrows:size 20}${color1}h${color8}${font}[--datatype=SS]$color
    ${goto 170}${voffset -50}${font moon phases:size=40}[--datatype=MF]$font
    ${voffset -70}${goto 300}${color2}[--datatype=DW --shortweekday --startday=1]:${color1}[--datatype=HT --hideunits --hidedegreesymbol --startday=1]${color}/${color7}[--datatype=LT --hideunits --hidedegreesymbol --startday=1]${goto 380}${color2}[--datatype=DW --shortweekday --startday=2]:${color1}[--datatype=HT --hideunits --hidedegreesymbol --startday=2]${color}/${color7}[--datatype=LT --hideunits --hidedegreesymbol --startday=2]${goto 460}${color2}[--datatype=DW --shortweekday --startday=3]:${color1}[--datatype=HT --hideunits --hidedegreesymbol --startday=3]${color}/${color7}[--datatype=LT --hideunits --hidedegreesymbol --startday=3]${goto 540}${color2}[--datatype=DW --shortweekday --startday=4]:${color1}[--datatype=HT --hideunits --hidedegreesymbol --startday=4]${color}/${color7}[--datatype=LT --hideunits --hidedegreesymbol --startday=4]
    ${goto 300}${color8}${font ConkyWeather:size=30}[--datatype=WF --startday=1]${goto 380}[--datatype=WF --startday=2]${goto 460}[--datatype=WF --startday=3]${goto 540}[--datatype=WF --startday=4]$font$color
    ${goto 300}${color7}Sol:${color3}[--datatype=SR --startday=1]${goto 380}${color7}Sol:${color3}[--datatype=SR --startday=2]${goto 460}${color7}Sol:${color3}[--datatype=SR --startday=3]${goto 540}${color7}Sol:${color3}[--datatype=SR --startday=4]
    ${goto 300}${color7}   :${color1}[--datatype=SS --startday=1]${goto 380}${color7}   :${color1}[--datatype=SS --startday=2]${goto 460}${color7}   :${color1}[--datatype=SS --startday=3]${goto 540}${color7}   :${color1}[--datatype=SS --startday=4]$color
    ${goto 15}${font DejaVu Sans Mono:bold:size=7}W:[--datatype=LU] -=- C:[--datatype=LF]$font${voffset -2}${goto 300}${color7}Luz:${color8}[--datatype=DL --startday=1]${goto 380}${color7}Luz:${color8}[--datatype=DL --startday=2]${goto 460}${color7}Luz:${color8}[--datatype=DL --startday=3]${goto 540}${color7}Luz:${color8}[--datatype=DL --startday=4]$color
    As I said, one execpi call delivers what you see attached.

    Have a nice day.
    Bruce
    Attached Images Attached Images

Page 652 of 2348 FirstFirst ... 15255260264265065165265365466270275211521652 ... 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
  •