vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
Go Back   vBulletin SEO Forums > Blogs

Enhancing 80 million pages.

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Pensamientos al azar acerca de vBSEO y www.bmwfaq.com
Old

[HOW-TO] Relevant Replacements (Reemplazos relevantes)

Posted 10-29-2007 at 05:14 AM by Danny Bembibre
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
...
Danny Bembibre's Avatar
vBSEO Staff
Comments 3 Danny Bembibre is offline
Old

Plugin restrict search when server load is high

Posted 10-24-2007 at 09:43 AM by Danny Bembibre
This is a old plugin that i make in the earling times of vBulletin 3.5

This plugin allow to you disable searches when the load average reaches a defined level.
  • Can exclude user groups of the search restriction
  • Users with search restricted can use google integrated search (by the plugin)
The code
PHP Code:
 
     $Groupids 
explode(','$vbulletin->options['Allowed_Groups']);
 
     if(
is_member_of($vbulletin->userinfo$Groupids))
     { 
...
Danny Bembibre's Avatar
vBSEO Staff
Posted in BMW FAQ Club, Php
Comments 2 Danny Bembibre is offline
Old

Create a Custom page link and vBSEO-it

Posted 10-22-2007 at 04:08 AM by Danny Bembibre
Updated 10-26-2007 at 05:42 AM by dbembibre
Create a archive in your forum root with name links.php

Copy the following content

PHP Code:
<?php
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('THIS_SCRIPT''links'); // change this depending on your filename
// ################### PRE-CACHE TEMPLATES AND DATA ######################
...
Danny Bembibre's Avatar
vBSEO Staff
Posted in BMW FAQ Club, Php
Comments 2 Danny Bembibre is offline
Old

Spanish translation of LinkBacks at www.bmwfaq.com

Posted 10-19-2007 at 05:44 AM by Danny Bembibre
Updated 10-29-2007 at 05:28 AM by dbembibre
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
...
Danny Bembibre's Avatar
vBSEO Staff
Comments 0 Danny Bembibre is offline
Old
Rating: 3 votes, 5.00 average.

Enable caching functions get and put in eAccelerator

Posted 10-16-2007 at 06:33 AM by Danny Bembibre
Updated 10-16-2007 at 11:38 AM by dbembibre
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
...
Danny Bembibre's Avatar
vBSEO Staff
Comments 7 Danny Bembibre is offline

All times are GMT -4. The time now is 04:07 PM.


Powered by vBulletin Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.