-
Convert vBulletin DB encoding to UTF-8
great help @ http://mansurovs.com/tech/converting-vbulletin-to-utf-8
these are the exact commands that worked for me -
Convert html to vbcode and post to vbulletin
using vbulletin files :
chdir('/path/to/forum');
define('THIS_SCRIPT', 'login');
require_once( './global.php');
require_once( DIR . '/includes/functions_wysiwyg.php' );
echo convert_wysiwyg_html_to_bbcode('<i>hello world</i>');
using external function :
-
Allow bots / spiders / crawlers into your private vbulletin forums
There are some very complicated hacks to add but this one line script to do it.
This should be applied to VB 3.5.4
add these lines to the end of your init.php file located in forumroot\includes\init.php

