Quote Originally Posted by moddman View Post
Looks like its a wide spread problem......some techie people said its a vb4 issue but a quick work around is this:In the meantime, do this:

  1. Admin CP >> Settings >> Options >> Server Settings and Optimization Options
  2. Scroll down to Use Remote YUI
  3. Set this to Google
Here is the code workaround:Use YUI 2.82 (or 2.9.x)
vBulletin 4.x currently ships with an outdated version of Yahoo User Interface (version 2.7.0). You can simply replace 2.7.0 with 2.9.x without any problems (2.8.x has a number of bug fixes, and so does 2.9.x).

The easiest way to do this is to go to Settings -> Options -> Server Settings and Optimization Options and make sure your Use Remote YUI setting is set to use Yahoo or Google remote hosting. Then edit your includes/class_core.php file and change this line:

PHP Code:
define('YUI_VERSION', '2.7.0'); // define the YUI version we bundle




to this:

PHP Code:
define('YUI_VERSION', '2.8.2'); // define the YUI version we bundle

Btw:Just trying to help our fellow OP so we dont get redirected anymore due to haxcked code script....Hope this helps.....