Page 130 of 2348 FirstFirst ... 30801201281291301311321401802306301130 ... LastLast
Results 1,291 to 1,300 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #1291
    Join Date
    Mar 2007
    Location
    Pensacola, Fl
    Beans
    1,055
    Distro
    Xubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Tux0r View Post
    Nothing here was what I wanted so I had to make my own conkyrc, isn't that what this is all about, also?

    Code:
    background yes
    update_interval 1.0
    total_run_times 0
    
    own_window yes
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 220
    maximum_width 220
    alignment top_right
    
    use_xft yes
    xftfont lucida:size=8
    xftalpha 0.1
    uppercase no
    override_utf8_locale yes
    use_spacer no
    
    default_color eeeeee
    default_shade_color 333333
    default_outline_color 00ff00
    
    draw_shades yes
    draw_outline no
    draw_borders no
    
    no_buffers yes
    cpu_avg_samples 2
    net_avg_samples 2
    
    TEXT
    ${font bold:size=18}${time %H:%M}
    ${font bold:size=8}${time %A %d %B %Y}
    $nodename - $sysname $kernel on $machine
    
    ${font bold:size=11}UPTIME:${font bold:size=8}
    $uptime
    
    ${font bold:size=11}GPU:${font bold:size=8}
    Clock: ${execi 3600 nvidia-settings -q GPU3DClockFreqs|grep A|cut -c41-43}MHz
    Temp: ${execi 1 nvidia-settings -q gpucoretemp |grep ')'|cut -c37-38}°C
    GL: ${exec nvidia-settings -g|grep "OpenGL version string:"|cut -c26-0}
    
    ${font bold:size=11}CPU Core 1:${font bold:size=8}
    Clock: ${freq 1}MHz
    Temp: ${execi 1 sensors |grep  Core0|cut -c15-16}°C
    ${cpu cpu1}% ${color aa6fab}${cpubar cpu1}${color}
    
    ${font bold:size=11}CPU Core 2:${font bold:size=8}
    Clock: ${freq 2}MHz
    Temp: ${execi 1 sensors |grep  Core1|cut -c15-16}°C
    ${cpu cpu2}% ${color aa6fab}${cpubar cpu2}${color}
    
    ${font bold:size=11}RAM:${font bold:size=8}
    $mem / $memmax
    $memperc% ${color 57a777}${membar}${color}
    
    ${font bold:size=11}HDD:${font bold:size=8}
    ${fs_used /} / ${fs_size /}
    ${fs_used_perc /}% ${color 797979}${fs_bar /}${color}
    
    ${font bold:size=11}NETWORK:${font bold:size=8}
    Public IP: ${execi 36000 curl 'http://www.whatismyip.org'}
    Local IP: ${addr eth0}
    DL: ${downspeed eth0} KB/s
    UL: ${upspeed eth0} KB/s
    Id love to use the public ip portion of this, but for some reason Conky doesnt show the actual IP address- its just blank..

    Code:
    # set to yes if you want Conky to be forked in the background
    background no
    
    cpu_avg_samples 2
    net_avg_samples 2
    
    out_to_console no
    
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 7x12
    #font 6x10
    #font 7x13
    #font 8x13
    #font 7x12
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    #font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1
    
    # Use Xft?
    use_xft yes
    
    # Set conky on the bottom of all other applications
    own_window_hints below
    
    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans Mono:size=7
    
    # Text alpha when using Xft
    xftalpha 1
    
    # mail spool
    mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 1
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    
    # If own_window is yes, these window manager hints may be used
    own_window_hints below,skip_taskbar,undecorated
    
    # If own_window is yes, you may use type normal, desktop or override
    own_window_type override
    
    # Use pseudo transparency with own_window?
    own_window_transparent yes
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    #minimum_size 280 5
    #maximum_width 150
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 10
    
    # border margins
    border_margin 4
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    default_shade_color white
    default_outline_color white
    
    # Text alignment, other possible values are commented
    #alignment top_left
    minimum_size 10 10
    gap_x 8
    gap_y 51
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    
    # Gap between borders of screen and text
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer no
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # boinc (seti) dir
    # seti_dir /opt/seti
    
    # Possible variables to be used:
    #
    #      Variable         Arguments                  Description                
    #  acpiacadapter                     ACPI ac adapter state.                   
    #  acpifan                           ACPI fan state                           
    #  acpitemp                          ACPI temperature.                        
    #  adt746xcpu                        CPU temperature from therm_adt746x       
    #  adt746xfan                        Fan speed from therm_adt746x             
    #  battery           (num)           Remaining capasity in ACPI or APM        
    #                                    battery. ACPI battery number can be      
    #                                    given as argument (default is BAT0).     
    #  buffers                           Amount of memory buffered                
    #  cached                            Amount of memory cached                  
    #  color             (color)         Change drawing color to color            
    #  cpu                               CPU usage in percents                    
    #  cpubar            (height)        Bar that shows CPU usage, height is      
    #                                    bar's height in pixels                   
    #  downspeed         net             Download speed in kilobytes              
    #  downspeedf        net             Download speed in kilobytes with one     
    #                                    decimal                                  
    #  exec              shell command   Executes a shell command and displays    
    #                                    the output in torsmo. warning: this      
    #                                    takes a lot more resources than other    
    #                                    variables. I'd recommend coding wanted   
    #                                    behaviour in C and posting a patch :-).  
    #  execi             interval, shell Same as exec but with specific interval. 
    #                    command         Interval can't be less than              
    #                                    update_interval in configuration.        
    #  fs_bar            (height), (fs)  Bar that shows how much space is used on 
    #                                    a file system. height is the height in   
    #                                    pixels. fs is any file on that file      
    #                                    system.                                  
    #  fs_free           (fs)            Free space on a file system available    
    #                                    for users.                               
    #  fs_free_perc      (fs)            Free percentage of space on a file       
    #                                    system available for users.              
    #  fs_size           (fs)            File system size                         
    #  fs_used           (fs)            File system used space                   
    #  hr                (height)        Horizontal line, height is the height in 
    #                                    pixels                                   
    #  i2c               (dev), type, n  I2C sensor from sysfs (Linux 2.6). dev   
    #                                    may be omitted if you have only one I2C  
    #                                    device. type is either in (or vol)       
    #                                    meaning voltage, fan meaning fan or temp 
    #                                    meaning temperature. n is number of the  
    #                                    sensor. See /sys/bus/i2c/devices/ on     
    #                                    your local computer.                     
    #  kernel                            Kernel version                           
    #  loadavg           (1), (2), (3)   System load average, 1 is for past 1     
    #                                    minute, 2 for past 5 minutes and 3 for   
    #                                    past 15 minutes.                         
    #  machine                           Machine, i686 for example                
    #  mails                             Mail count in mail spool. You can use    
    #                                    program like fetchmail to get mails from 
    #                                    some server using your favourite         
    #                                    protocol. See also new_mails.            
    #  mem                               Amount of memory in use                  
    #  membar            (height)        Bar that shows amount of memory in use   
    #  memmax                            Total amount of memory                   
    #  memperc                           Percentage of memory in use              
    #  new_mails                         Unread mail count in mail spool.         
    #  nodename                          Hostname                                 
    #  outlinecolor      (color)         Change outline color                     
    #  pre_exec          shell command   Executes a shell command one time before 
    #                                    torsmo displays anything and puts output 
    #                                    as text.                                 
    #  processes                         Total processes (sleeping and running)   
    #  running_processes                 Running processes (not sleeping),        
    #                                    requires Linux 2.6                       
    #  shadecolor        (color)         Change shading color                     
    #  stippled_hr       (space),        Stippled (dashed) horizontal line        
    #                    (height)        
    #  swapbar           (height)        Bar that shows amount of swap in use     
    #  swap                              Amount of swap in use                    
    #  swapmax                           Total amount of swap                     
    #  swapperc                          Percentage of swap in use                
    #  sysname                           System name, Linux for example           
    #  time              (format)        Local time, see man strftime to get more 
    #                                    information about format                 
    #  totaldown         net             Total download, overflows at 4 GB on     
    #                                    Linux with 32-bit arch and there doesn't 
    #                                    seem to be a way to know how many times  
    #                                    it has already done that before torsmo   
    #                                    has started.                             
    #  totalup           net             Total upload, this one too, may overflow 
    #  updates                           Number of updates (for debugging)        
    #  upspeed           net             Upload speed in kilobytes                
    #  upspeedf          net             Upload speed in kilobytes with one       
    #                                    decimal                                  
    #  uptime                            Uptime                                   
    #  uptime_short                      Uptime in a shorter format               
    #
    #  seti_prog                         Seti@home current progress
    #  seti_progbar      (height)        Seti@home current progress bar
    #  seti_credit                       Seti@hoome total user credit
    
    
    # variable is given either in format $variable or in ${variable}. Latter
    # allows characters right after the variable and must be used in network
    # stuff because of an argument
    #${font Dungeon:style=Bold:pixelsize=10}I can change the font as well
    #${font Verdana:size=10}as many times as I choose
    #${font Perry:size=10}Including UTF-8,
    #${font Luxi Mono:size=10}justo como este texto que o google traduz fêz o português
    # stuff after 'TEXT' will be formatted on screen
    #${font Grunge:size=12}${time %a  %b  %d}${alignr -25}${time %k:%M}
    
    TEXT
    $nodename - $sysname $kernel
    $stippled_hr
    ${color white}Uptime:$color $uptime ${color white}- Load:$color $loadavg
    ${color white}Core 1:${color red} ${cpu cpu1}% ${cpubar cpu1}
    ${color orange}${cpugraph cpu1 000000 5000a0}
    ${color white}Core 2:${color red} ${cpu cpu2}% ${cpubar cpu2}
    ${color orange}${cpugraph cpu2 000000 5000a0}
    ${color white}RAM Usage:$color $mem/$memmax - $memperc% $membar
    ${color white}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar}
    ${color white}Processes:$color $processes  ${color grey}Running:$color $running_processes
    $color$stippled_hr
    ${color}CPU Usage           PID    CPU%   MEM%
    ${color #ddaa00} ${top name 1}${top pid 1} ${top cpu 1} ${top mem 1}
    ${color white} ${top name 2}${top pid 2} ${top cpu 2} ${top mem 2}
    ${color white} ${top name 3}${top pid 3} ${top cpu 3} ${top mem 3}
    ${color white} ${top name 4}${top pid 4} ${top cpu 3} ${top mem 4}
    ${color}MEM Usage
    ${color #ddaa00} ${top_mem name 1}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
    ${color white} ${top_mem name 2}${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
    ${color white} ${top_mem name 3}${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
    ${color white} ${top_mem name 4}${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}
    ${color white} ${top_mem name 5}${top_mem pid 5} ${top_mem cpu 5} ${top_mem mem 5}
    $color$stippled_hr
    ${color white}File Systems: Free Space
    Ext3:  (${fs_free_perc /}%) ${fs_free /home/poeticrpm/}  ${fs_bar 6 /}$color 
    NTFS:  (${fs_free_perc /media/sda1}%) ${fs_free /media/sda1/}  ${fs_bar 6 /media/sda1}$color 
    $color$stippled_hr
    ${color white}Public IP: ${execi 36000 curl 'http://www.whatismyip.org'}      ${color white}Address: ${color white}${addr ath0}${alignr}${color white}
    Download:${color #8844ee} ${downspeed ath0} k/s${color white} ${offset 60}Upload:${color #22ccff} ${upspeed ath0} k/s
    ${color black}${downspeedgraph ath0 32,150 ff0000 0000ff} $alignr${color black}${upspeedgraph ath0 32,150 0000ff ff0000}
    ${color white}Tot: ${color}${totaldown ath0} ${alignr}${offset -85}${color white}Tot:${color} ${totalup ath0}
    Stop Trusted Computing! http://www.cl.cam.ac.uk/~rja14/tcpa-faq.html
    Asus Rampage 2 Extreme/2.66GHz i7 Quad/6GB DDR3 1600MHz 8-8-8-24/2x Nvidia 9800GTX+
    2x150GB 10krpm HD/2x1TB 7200RPM HD/3ware RAID/
    Xubuntu 11.04/Arch Linux/Gentoo Linux/Fedora

  2. #1292
    Join Date
    Sep 2007
    Location
    London, UK
    Beans
    529

    Re: Post your .conkyrc files w/ screenshots

    Thanks John.Michael.Kane but I still get the following line, despite the fact that I, like the guy from who i copied have a dual core processor (though it is intel and not amd, does that make a difference?)

    Output:
    Conky: attempting to use more CPUs then you have!
    EDIT:

    I just realized that it also says this:

    obj->data.cpu_index 2 info.cpu_count 1

  3. #1293
    Join Date
    Dec 2007
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by victorbrca View Post
    I have mine setup in 3 different places in my desktop:
    .......
    .conkyrc3 shows email.
    TEXT
    ${font Purisa:bold:size=12}Yahoo!Mail $font- ${font Purisa:size=9}you have ${pop3_unseen pop.mail.yahoo.com username password [-i] [-p]} msgs$font[/CODE]
    Dear victorbrca, following your template code, I included in my conkyrc the following line (of course I put my own user name and pwd):
    ${pop3_unseen pop.mail.yahoo.com username password [-i] [-p]}
    Well, it didn't work.
    When I run conky from a terminal it returns the following error
    "POP3 server login failed: .yahoo.com 2.38.1"

    Any ideas why? I am sure you realize I am a real noob, so any help will be greatly appreciated. Thank ou in advance

  4. #1294
    Join Date
    Sep 2005
    Location
    The True North Strong and
    Beans
    62
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    FIRST: I'd like to extend my thanks to all of you here who helped me get this thing right.

    Here's my conkyrc:

    # KUBUNTU-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_hints undecorated,below,skip_taskbar
    #background yes
    font Comic Sans MS:size=8
    #xftfont Sans:size=10
    use_xft yes
    xftalpha 0.9
    update_interval 1.0
    total_run_times 0
    #own_window yes
    #own_window_type normal
    #own_window_transparent yes
    #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 200 5
    maximum_width 200
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color white
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 12
    gap_y 48
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    override_utf8_locale no

    TEXT
    ${color 97b9f4}${font Ranger:bold:size=12}${time %I:%M}${font}
    ${color 97b9f4}${time %A %d %b %Y}
    ${color 97b9f4}$sysname $kernel on $machine

    ${color white}Uptime $alignr ${color 97b9f4}$uptime
    ${color white}Load $alignr ${color 97b9f4}$loadavg
    ${color white}Hostname $alignr ${color 97b9f4}$nodename
    ${color white}Inbound $alignr ${color 97b9f4}${downspeed eth0} kb/s
    ${color white}Outbound $alignr ${color 97b9f4}${upspeed eth0} kb/s

    ${color white}CPU${color 97b9f4}$alignc AMD Athlon XP-M 2800+
    ${color white}Usage $alignr ${color 97b9f4}${cpu cpu0}%
    ${color 97b9f4}${cpubar cpu0 }
    ${color white}Clock: ${color 97b9f4}${freq 1}MHz $alignr ${color white}Temp: ${color 97b9f4}${i2c temp 2}

    ${color white}${exec lspci|grep VGA|sed -e 's/.*\[\([^]]\+\)\].*/\1/g'} $alignr ${color white}Temp: ${color 97b9f4}${execi 30 nvidia-settings -q gpucoretemp |grep '):' | awk '{print $4}'} C

    ${color white}MEM $alignc $mem / $memmax $alignr $memperc%
    ${color 97b9f4}$membar
    ${color white}Swap $alignc $swap / $swapmax $alignr $swapperc%
    ${color 97b9f4}${swapbar}

    Drives
    ${color white}/ $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}%
    ${color 97b9f4}${fs_bar /}
    ${color white}/home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_free_perc /home}%
    ${color 97b9f4}${fs_bar /home}
    ${color white}/junk $alignc ${fs_used /junk} / ${fs_size /junk} $alignr ${fs_free_perc /junk}%
    ${color 97b9f4}${fs_bar /junk}
    ${color white}/stuff $alignc ${fs_used /stuff} / ${fs_size /stuff} $alignr ${fs_free_perc /stuff}%
    ${color 97b9f4}${fs_bar /stuff}

  5. #1295
    Join Date
    Nov 2007
    Location
    USA-ish
    Beans
    206
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by GSF1200S View Post
    Id love to use the public ip portion of this, but for some reason Conky doesnt show the actual IP address- its just blank..
    Here's how mine works:

    In your home directory, make a directory called .scripts (if it doesn't already exist) and in that directory, make a file called .wan-ip

    Inside that file, paste this:

    Code:
    wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//'
    Then, in your conkyrc, use this:

    Code:
    ${execi 36000 /home/username/.scripts/.wan-ip}
    Replacing "username" with your username, of course.

  6. #1296
    Join Date
    Oct 2007
    Beans
    181

    Re: Post your .conkyrc files w/ screenshots

    Killer. I just found an error in my .conkyrc that's been staring me in the face since I started dabbling in the art.

    This line:
    Code:
    ${font OpenLogos:size=13}${color #fff000}T ${color #ff6800}u${font}${font Nimbus Sans L:size=10}${color white}$alignr ${time %a}, ${time %b %e %G}   ${time %T}${font}
    Prints this text today:
    (GNOME Symbol)(Ubuntu Symbol) Mon, Dec 31 2008 10:17:30

    The year is incorrect, due to the format operand %G. %G gives the Year of ISO week.

    Quote Originally Posted by man page for 'date' command
    %G year of ISO week number (see %V); normally useful only with %V
    The correct operand should be %Y, which gives the simple year number.

    My apologies to those who used my code as a base to build upon.
    The views expressed in this post belong to Tristam Green and do not represent the views of any other entity, foreign or domestic, as long as you both shall live, Amen.
    OMG! Cheesecake! | Fuduntu - catch the fever!

  7. #1297
    Join Date
    Mar 2006
    Location
    Zaragoza, Spain
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Mine is very simple.
    Attached Images Attached Images
    Attached Files Attached Files

  8. #1298
    Join Date
    Nov 2007
    Beans
    144
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    Well I promised I'd post a screenshot of mine so here goes:


    (Click to enlarge thumbnail view)

    File Contents: .conkyrc (best fit for 1024x768 resolution)
    Code:
    background yes
    use_xft no
    xftfont Bitstream Vera Sans:size=7
    xftalpha 0.8
    update_interval 0.5
    own_window yes 
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_colour 000000
    double_buffer yes
    draw_shades no
    draw_outline yes
    draw_borders no
    draw_graph_borders yes
    stippled_borders no
    default_color white
    default_outline_color 1e4066
    default_shade_color 444444
    alignment top_left
    minimum_size 1019
    maximum_width 1019
    gap_y 32
    gap_x 5
    use_spacer no
    no_buffers yes
    
    TEXT
    ${color white} Processor - Intel Pentium M 1.4ghz @ ${cpu cpu0}% | Memory - ${mem} of ${memmax} ${membar 8, 30} | Processes - $running_processes of $processes running | HDD - ${fs_used /} of ${fs_size /} used | Wireless - ${addr ath0}
    $alignr Ubuntu Linux $kernel [$uptime uptime]
    Personal Linux Repository | Programming-Designs.com Forums

    Hope either link will help out curious clickers!

  9. #1299
    Join Date
    Dec 2007
    Location
    MD, USA
    Beans
    30

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by John.Michael.Kane View Post
    First you should have a folder in your home dir labeled Weather inside that folder should be two files a weather.sh and a weather.xslt file.

    Should you not have a Weather folder one can made using the command below.
    Code:
     mkdir ~/Weather
    After which you can place the those two files in said folder.

    Also the weather.sh file should be marked as executable. To do so you simply right click on it go to properties > permissions > check 'execute' box.

    You should also have curl installed.
    Code:
    gksudo aptitude install curl
    The way I set set up dual conky's was using this post
    http://ubuntuforums.org/showthread.p...pt#post3777282

    Also this below line is pass through one conky file only

    Code:
    ${execi 60 ~/.weather/weather.sh "my zip"}
    In the end you should end up with.

    1) A folder name Weather in your home dir.
    2) One folder labeled .conkyscripts
    3) Two conky scripts in the above folder labeled conkyscript0 conkyscript1
    4) conkyscript0 is used to monitor your system info only
    5) conkyscript1 is used to monitor your weather
    6) A .startconky file in your home dir as well

    Thanks but i still get same error. I give up on this, i will use a desklete or something. Thanks for your help JMK

  10. #1300
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Hi folks,

    My conky weather output looks like this:

    Code:
    Buenos Aires, Argentina Updated: 7:11 PM TEMP: 34C Feels Like: 38C Pressure: 1007.1mb Conditions: Partly Cloudy Visibility: 10.0km Wind: 0km/h (Calm) Tomorrow: 21C to 27C Forecast: Scattered T-Storms
    I'd like it to look like this:

    Code:
    Buenos Aires, Argentina
    Updated:             7:11 PM
    TEMP: 34C    Feels Like: 38C
    Pressure:           1007.1mb
    Conditions:    Partly Cloudy
    Visibility:           10.0km
    Wind:           0km/h (Calm)
    Tomorrow:         21C to 27C
    Forecast: Scattered T-Storms
    Is this possible?

    Bruce
    Last edited by Bruce M.; December 31st, 2007 at 11:30 PM. Reason: CODE added

Page 130 of 2348 FirstFirst ... 30801201281291301311321401802306301130 ... 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
  •