View RSS Feed

vBSEO 3.0.1

All related with the pre-testing of the new version

  1. [HOW-TO] Relevant Replacements (Reemplazos relevantes)

    by , 10-29-2007 at 05:14 AM (Danny Bembibre (dbembibre) Crawlability Inc.)
    Los reemplazos releventas son etiquetes predefinidas VB_SEO_RR_* (hasta 3) dentro de las cuales se puede definir HTML + variables que deja disponible vBSEO.
    De esta manera se SEOniza mucho mejor cada foro y cada hilo dentro del foro.
    Veamos como se usa, y cual es el resultado.

    Ir al vBSEO Panel de Control -> Pinchar en Relevant Replacements

    Rellena la primera caja de texto relativa a la etiqueta VB_SEO_RR_1

    Con este contenido
    ...
    Categories
    vBSEO , BMW FAQ Club , vBSEO 3.0.1
    Attached Thumbnails Attached Thumbnails crr.jpg   crr1.jpg   crr2.jpg  
  2. Spanish translation of LinkBacks at www.bmwfaq.com

    by , 10-19-2007 at 05:44 AM (Danny Bembibre (dbembibre) Crawlability Inc.)
    LinkBacks

    Es el termino generalizado que se usa como referencia entre los tres métodos de comunicación entre sitios:
    • Trackbacks
    • Pingbacks
    • Refbacks
    ¿ Por qué LinkBacks ?

    Los LinkBacks (Trackbacks, PingBacks y Refbacks) le permite notificar a otro sitio que usted ha publicado algo relacionado con lo que está escrito en una página concreta.
    Esto aumenta las posibilidades de que los colaboradores
    ...

    Updated 10-29-2007 at 05:28 AM by dbembibre

    Categories
    BMW FAQ Club , vBSEO 3.0.1 , vBSEO , vBSEO Spanish Translation
  3. Enable caching functions get and put in eAccelerator

    by , 10-16-2007 at 06:33 AM (Danny Bembibre (dbembibre) Crawlability Inc.)
    eAccelerator_get and eAccelerator_put functions are now disabled by default. These functions have been disabled because when leaving them on without any precautions these functions can be used for a local DoS attack by keep putting data in shared memory.

    http://eaccelerator.net/ticket/37

    The correct way to enable it is configure with the following atribute

    Code:
    --with-eaccelerator-shared-memory
    Configure and install secuence
    ...

    Updated 10-16-2007 at 11:38 AM by dbembibre

    Categories
    vBSEO , BMW FAQ Club , Optimization , vBSEO 3.0.1
    Attached Thumbnails Attached Thumbnails vbseo_ea_storage.jpg  
  4. Daemon scripts for memcached

    by , 10-12-2007 at 02:53 PM (Danny Bembibre (dbembibre) Crawlability Inc.)
    I dont know if the starters script exist, but i cant found.
    This is my solution from debian starters script in my Centos5.

    Create the configuration file

    Code:
    touch /etc/memcached.conf
    And put in:

    Code:
    #Memory a usar
    -m 16
    # default port
    -p 11211
    # user to run daemon nobody/apache/www-data
    -u nobody
    # only listen locally
    -l 127.0.0.1
    Create the startups files

    Code:
    touch /etc/init.d/memcached
    ...

    Updated 10-16-2007 at 11:39 AM by dbembibre

    Categories
    vBSEO , Optimization , vBSEO 3.0.1
Page 2 of 2 FirstFirst 1 2