PDA

View Full Version : vbAnonymizer adapted for vB 4.0



admin
15-03-2010, 06:56 PM
This is an adaptation of the original redirect to vb 3.0
vbAnonymizer
Mod Version: 3.0, by Dismounted (http://www.vbulletin.org/forum/member.php?u=86103)
Download the original from this page
http://www.vbulletin.org/forum/showt...light=redirect (http://www.vbulletin.org/forum/showthread.php?t=184267&highlight=redirect)

Only for vB 4
--------------------
Edit the redirector file.
To find his code:

// specify our template
$templatename = 'vbanonymizer_main';
}
// contruct navbits
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
// spit out html
eval('print_output("' . fetch_template($templatename) . '");');
?>

and replace this one:

// specify our template

}
$templater = vB_Template::create('vbanonymizer_main');

// contruct navbits
$navbits = construct_navbits($navbits);
$templater->register ('vbanonymizer_main', $vbanonymizer_main);
$templater->register('url', $url);
$templater->register('forum', $forum);
$templater->register('delay', $delay);
$templater->register('message', $message);
$templater->register('navbar', $navbar);
$templater->register_page_templates();
// spit out html
print_output($templater->render());
?>

save and upload.
or download the attachment already modified PHP
Enjoy
Thank you for this mod. to Dismounted, I just thing and adapted

save and upload.
or download the attachment already modified PHP
Enjoy

Screen Shot:
http://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/03/15/06/47141268654188.jpghttp://img.photo.zing.vn/file_uploads/gallery/1024x768/2010/03/15/06/36031268654207.jpg

hh7
27-03-2010, 11:35 PM
Thank you for your assistance in the registry I do not know the Vietnamese language

My friend I've downloaded, but unfortunately does not work


Database Error Database error
The demo database has encountered a problem.
Please try the following:

* Load the page again by clicking the Refresh button in your web browser.
* Open the localhost home page, then try to open another page.
* Click the Back button to try another link.

The localhost forum technical staff have been notified of the error, though you may contact them if the problem persists.

We apologise for any inconvenience.

May be the problem of product Do you have a product for the same version 4.0

Accept my respect

hungtl
14-05-2011, 02:26 PM
KHông có file xml thì làm gì đây trời

Tiểu Bá Vương 1404
14-05-2011, 10:07 PM
KHông có file xml thì làm gì đây trời
Mạn phép được upgrade nó lên vB 4.
Edit lại xml, bổ xung file php trong bài #1.

P.S : Chưa test, ai dùng được thì report lại rồi em up.