ccs data

mudhole mhx841 - 65 cent - 149,5 g - ERN 7,6
batson rx8 xp840 - 86 cent - 197,8 g - ERN 9,7
cts elite magspin ES700 - 107 cent - 246,1 g - ERN 11,2
st croix 5S66LF-G - 110 cent - 253 g - ERN 11,4
gloomis s842-2 - 82 cent - 188,6 g - ERN 9,4
st croix 5S60ULF2 - GNSI - 57 cent - 131,1 g - ERN 6,6
gloomis s6010 - 45 cent - 103,5 g - ERN 5.05
st croix 3S46ULF - 38 cent - 87,4 g - ERN 4.16
st croix 3S50ULF - 44 cent - 101,2 g - ERN 4.90
phenix (elixer) FX561-1-B - 50 cent - 115 g - ERN 5.79
mudhole S6010-MHX - 35 cent - 80,5 g - ERN 3.72

mostrar um bloco sempre que surja conteúdo associado a um termo da taxonomia

D6

<?php
if ( arg(0) == 'node' and is_numeric(arg(1)) and arg(2) == FALSE ) {
// Vocabulary term ID for which to display the block:
$displayTermID =1;
// Get all taxonomy terms for current node:
$currNodeTerms = taxonomy_node_get_terms(node_load(arg(1)));
// If there are no terms, fail-fast:
if (is_null($currNodeTerms) || 0 == count($currNodeTerms)) {
return FALSE;
}
// For each term of the current node, get all the ancestor terms:
foreach($currNodeTerms as $term) {

instalar o varnish no debian

o procedimento passa pelos seguintes passos:
instalar o varnish.
alterar a porta (por ex: 8000) onde o varnish escuta as ligações do servidor web.
alterar a porta (8000) para todos os vhosts.
alterar a porta (80) onde o varnish serve o conteúdo.
instalar libapache2-mod-rpaf para garantir que que os ips registados são os do visitante e não o do localhost. o varnish comunica com o apache e o ip registado seria o 127.0.0.1.
reiniciar o varnish e o apache2 (service apache2 restart; service varnish restart)

Subscrever