The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Add a new plugin at hook location: replacement_vars
Paste the following code: Code:
if (defined('VB_ERROR_PERMISSION') OR (THIS_SCRIPT == "login")) { $find = '//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'; $replace = ''; $newtext = str_replace($find, $replace, $newtext); $find = '(adsbygoogle = window.adsbygoogle || []).push'; $replace = ''; $newtext = str_replace($find, $replace, $newtext); } |
Благодарность от: | ||
RichieBoy67 |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|