Enhancing 80 million pages.

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

Pensamientos al azar acerca de vBSEO y www.bmwfaq.com
BMW FAQ Club All about my site www.bmwfaq.com
Old

[Traducción] 60% de Avance en el vBSEO AdminCP

Posted 11-05-2007 at 12:06 PM by dbembibre (Danny Bembibre, Crawlability Inc.)
Hilo del comienzo de la traducción:
http://www.vbseo.com/blogs/dbembibre...-ayudantes-43/

Avance a día de hoy: 60%

Secciones Traducidas
  • Opciones Generales
  • Log y Opciones de Monitoreo
  • Opciones de Archivo
  • Opciones de Cache
  • URL Opciones de Transformación
  • LinkBacks (Ping/Track/Refbacks)
  • Permalinks
  • Reemplazos Relevantes
Para todo aquel que desee probarlo volcar el archivo en /includes/xml/ y elegir desde el panel...
Attached Files
File Type: xml vbseocp_spanish.xml (89.3 KB, 573 views)
Danny Bembibre's Avatar
vBSEO.com SysAdmin
Views 796 Comments 2 Danny Bembibre is offline
Old

Plugin Memcached vBulletin Templates

Posted 11-02-2007 at 07:03 AM by dbembibre (Danny Bembibre, Crawlability Inc.)
Updated 11-05-2007 at 05:45 PM by dbembibre
I modify a old plugin of Orban that cached templates at disk and make a modify to put this templates into memcached server (i use as base a memcache wrapper of Jiri Kupiainen).
Work ok at my forums, but im not a php expertise and i cant guaranteed that is bug free..

Upload the template_cache.php file to you includes folder and install the xml product.

Go to AdminCP->Memcached Cache Options and config:

...
Attached Thumbnails
Click image for larger version

Name:	mmc2.JPG
Views:	437
Size:	73.9 KB
ID:	18  
Attached Files
File Type: zip template_cache.zip (3.2 KB, 35 views)
Danny Bembibre's Avatar
vBSEO.com SysAdmin
Views 669 Comments 0 Danny Bembibre is offline
Old

[HOW-TO] Relevant Replacements (Reemplazos relevantes)

Posted 10-29-2007 at 06:14 AM by dbembibre (Danny Bembibre, 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
...
Attached Thumbnails
Click image for larger version

Name:	crr.JPG
Views:	461
Size:	112.1 KB
ID:	14  Click image for larger version

Name:	crr1.JPG
Views:	447
Size:	47.7 KB
ID:	15  Click image for larger version

Name:	crr2.JPG
Views:	444
Size:	167.0 KB
ID:	16  
Attached Files
Danny Bembibre's Avatar
vBSEO.com SysAdmin
Views 555 Comments 3 Danny Bembibre is offline
Old

Plugin restrict search when server load is high

Posted 10-24-2007 at 10:43 AM by dbembibre (Danny Bembibre, Crawlability Inc.)
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))
     { 
...
Attached Thumbnails
Click image for larger version

Name:	plugin1.jpg
Views:	48
Size:	43.7 KB
ID:	7  Click image for larger version

Name:	plugin2.jpg
Views:	57
Size:	52.4 KB
ID:	8  Click image for larger version

Name:	plugin3.jpg
Views:	58
Size:	120.8 KB
ID:	9  
Attached Files
File Type: xml product-RestrictSearchs.xml (8.2 KB, 126 views)
Danny Bembibre's Avatar
vBSEO.com SysAdmin
Posted in BMW FAQ Club , Php
Views 913 Comments 2 Danny Bembibre is offline
Old

Create a Custom page link and vBSEO-it

Posted 10-22-2007 at 05:08 AM by dbembibre (Danny Bembibre, Crawlability Inc.)
Updated 10-26-2007 at 06: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 ######################
...
Attached Files
File Type: txt template.txt (3.2 KB, 126 views)
Danny Bembibre's Avatar
vBSEO.com SysAdmin
Posted in BMW FAQ Club , Php
Views 809 Comments 2 Danny Bembibre is offline

All times are GMT -4. The time now is 05:28 PM.


Powered by vBulletin Version 3.8.0 Release Candidate 1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.