Pereiti prie turinio

Slashas

VIP nariai
  • Pranešimai

    715
  • Užsiregistravo

  • Lankėsi

  • Laimėta dienų

    3
  • Atsiliepimai

    100%

Slashas Pranešimai

  1. Nuo 2011m iki dabar

     

    Sumokėta iš viso: 2 502,00 EUR

    Sukaupta suma: 891,33 EUR

    --------------------------------------

     

    Aišku ta sukaupta suma bent man tai kaip pašalinis teigiamas efektas, nes as ėmiau dėl draudimo, o ne dėl kaupimo.

     

    Mikaz realiai parašė terminus kada gali tikėtis pliuso, tik kai dabartinės garantuotos palukanų normos yra mažesnės nei 1% tai su konservatyviu portfeliu gali tekt laukt ir ilgiau nei 10m :)

     

    Tavo atveju tai siūlyčiau pereit per kelias kompanijas ir pažiūrėt ką jos siūlo, sugaiši laiko, bet bent bus bendras vaizdas.

  2. Dabar kai karai vyksta žaibiškai (Gruzijos atvejis) įdomu kaip toli jūs pabėgtumėt kai prasidėtų chaosas ar nuskristumėt kai oro erdvę perimtų priešiškos oro pajėgos.

     

    O kas neitų ginti tai gal paskaičiuokit kiek karštuose taškuose žūsta civilių, taigi pagalvojus, geriau yra paimti ginklą į rankas, nei laukti "brisiaus galo" ar kad kas tave apgintų~ ;]

     

    Čia tik šiaip pasvarstymui ;)

  3. Paskutinį kartą hostex bent jau man buvo užlinkęs penktadienį apie 17.20 valandai ;)

     

    O dėl serveriai.lt čia ir buvo linksmas atvejis, ėjau patikrinti sąskaitų ir radau dienos pasiūlymą, hostingo planas už 1lt metams, tai pasiėmiau verslo planą su USA serveriu, kiek žiūrėjau serveris SOFTLAYER stovi. Bus matyt kaip jis ten suksis.

  4. Bandyk, teoriškai turėtų veikti

     

    <?php get_header(); ?>
    <div class="education-contentLayout">
    <?php include (TEMPLATEPATH . '/sidebar1.php'); ?><div class="education-content">
    
    
    <?php if (have_posts()) : ?>
    <?php if ( is_home()) { 
    // nurodyti kategorijos ID kur cat=1
    $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=1&posts_per_page=10&paged=$paged"); 
    global $more;
    $more = 0; 
    } ?>
    <?php while (have_posts()) : the_post(); ?>
    
    <div class="education-Post">
       <div class="education-Post-body">
    <div class="education-Post-inner education-article">
    <h2 class="education-PostHeaderIcon-wrapper">
    <span class="education-PostHeader"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>">
    <?php the_title(); ?>
    </a></span>
    </h2>
    <?php $icons = array(); ?>
    <?php if (!is_page()): ?><?php ob_start(); ?><?php the_time(__('F jS, Y', 'kubrick')) ?>
    <?php $icons[] = ob_get_clean(); ?><?php endif; ?><?php if (!is_page()): ?><?php ob_start(); ?><img src="<?php bloginfo('template_url'); ?>/images/PostAuthorIcon.png" width="17" height="17" alt="" />
    <?php _e('Author', 'kubrick'); ?>: <a href="#" title="<?php _e('Author', 'kubrick'); ?>"><?php the_author() ?></a>
    <?php $icons[] = ob_get_clean(); ?><?php endif; ?><?php if (current_user_can('edit_post', $post->ID)): ?><?php ob_start(); ?><img src="<?php bloginfo('template_url'); ?>/images/PostEditIcon.png" width="17" height="17" alt="" />
    <?php edit_post_link(__('Edit', 'kubrick'), ''); ?>
    <?php $icons[] = ob_get_clean(); ?><?php endif; ?><?php if (0 != count($icons)): ?>
    <div class="education-PostHeaderIcons education-metadata-icons">
    <?php echo implode(' | ', $icons); ?>
    
    </div>
    <?php endif; ?>
    <div class="education-PostContent">
    <?php if (is_search()) the_excerpt(); else the_content(__('Read the rest of this entry »', 'kubrick')); ?>
    
    </div>
    <div class="cleared"></div>
    <?php $icons = array(); ?>
    <?php if (!is_page()): ?><?php ob_start(); ?><img src="<?php bloginfo('template_url'); ?>/images/PostCategoryIcon.png" width="17" height="17" alt="" />
    <?php printf(__('Posted in %s', 'kubrick'), get_the_category_list(', ')); ?>
    <?php $icons[] = ob_get_clean(); ?><?php endif; ?><?php if (!is_page() && !is_single()): ?><?php ob_start(); ?><img src="<?php bloginfo('template_url'); ?>/images/PostCommentsIcon.png" width="17" height="17" alt="" />
    <?php comments_popup_link(__('No Comments »', 'kubrick'), __('1 Comment »', 'kubrick'), __('% Comments »', 'kubrick'), '', __('Comments Closed', 'kubrick') ); ?>
    <?php $icons[] = ob_get_clean(); ?><?php endif; ?><?php if (0 != count($icons)): ?>
    <div class="education-PostFooterIcons education-metadata-icons">
    <?php echo implode(' | ', $icons); ?>
    
    </div>
    <?php endif; ?>
    
    </div>
    
       </div>
    </div>
    
    <?php endwhile; ?>
    <?php
    $prev_link = get_previous_posts_link(__('Newer Entries »', 'kubrick'));
    $next_link = get_next_posts_link(__('« Older Entries', 'kubrick'));
    ?>
    <?php if ($prev_link || $next_link): ?>
    <div class="education-Post">
       <div class="education-Post-body">
    <div class="education-Post-inner education-article">
    
    <div class="education-PostContent">
    
    <div class="navigation">
           <div class="alignleft"><?php echo $next_link; ?></div>
           <div class="alignright"><?php echo $prev_link; ?></div>
    </div>
    
    </div>
    <div class="cleared"></div>
    
    
    </div>
    
       </div>
    </div>
    
    <?php endif; ?>
    <?php else : ?>
    <h2 class="center"><?php _e('Not Found', 'kubrick'); ?></h2>
    <p class="center"><?php _e('Sorry, but you are looking for something that isn’t here.', 'kubrick'); ?></p>
    <?php if(function_exists('get_search_form')) get_search_form(); ?>
    <?php endif; ?>
    <?php if ( is_home()) { 
    // Reset Query
    wp_reset_query(); 
    } ?>
    </div>
    <?php include (TEMPLATEPATH . '/sidebar2.php'); ?>
    </div>
    <div class="cleared"></div>
    
    <?php get_footer(); ?>
    

  5. Aš manau nereikia nuvertinti tokių šalių kaip Libija, nes ji gali turėti tarkime atomini ar branduolini ginklą apie kurį nežino JT ir Europa, o tada tai būtų ne kas.

    Amerika su Europa lenda ne į savo daržą ir nežino, kas tam darže gali slėptis.

    Libija bando pasigaminti atominį ginklą "2003 metai, o dabar 2011 verta susimastyti apie tai..."

    Gaddafis teigia, kad jeigu Izraelis turi branduolinį ginklą, jį turi turėti ir arabai

    P.S. Vietoje tų kalbų kurios vyksta nuo 2001-2003 metų iki dabar, seniai reikėjo atlikti veiksmą kuris užtikrintu saugumą Europai bei Amerikai.

     

    According to the Organisation for the Prohibition of Chemical Weapons (OPCW), Libya destroyed its entire stockpile of chemical weapons munitions in early 2004 as part of a rapprochement with the West that also saw it abandon a nuclear program.

     

    The OPCW told Reuters Libya did retain some 9.5 tonnes of deadly mustard gas at a secret desert location but no longer had the capability to deliver it.

     

    Sources: Reuters/IISS Military Balance 2011

     

    ir šiaip paskaitymui:

    http://articles.cnn.com/2011-02-24/world/libya.mustard.gas_1_chemical-weapons-mustard-gas-libya-today?_s=PM:WORLD

  6. Virus hoax

     

    A computer virus hoax is a message warning the recipient of a non-existent computer virus threat.

     

    Most hoaxes are sensational in nature and easily identified by the fact that they indicate that the virus will do nearly impossible things, like blow up the recipient's computer and set it on fire, or less sensationally, delete everything on the user's computer.

     

    Virus hoaxes are usually harmless and accomplish nothing more than annoying people who identify it as a hoax and waste the time of people who forward the message.

     

    Some consider virus hoaxes and other chain e-mails to be a computer worm in and of themselves. They replicate by social engineering—exploiting users' concern, ignorance, and disinclination to investigate before acting.

×
×
  • Pasirinkite naujai kuriamo turinio tipą...