Hello,
As stated in the stickied thread here, 3 files are added and 1 file is changed which in init.php
Because I am not interested in this feature at all, I have removed all access from adsense as well as got my Members Area free from association via Support ticket.
NOW, as quoted above that INIT.PHP is changed in the two versions (vbulletin with adsense code/files and vbulletin without adsense code/files)
On comparing BOTH init.php's, I find this which really makes NO SENSE and making me sick:-
init.php with Adsense Integration:-
init.php without Adsense Integration:-
SOO.... I am happy that you DID remove my pub-id BUT why in the world your host ID is still there????
If I am not wrong init.php is executed globally, what is vBulletin's host ID STILL doing in there.
Thank you
As stated in the stickied thread here, 3 files are added and 1 file is changed which in init.php
Originally posted by Stickied thread
NOW, as quoted above that INIT.PHP is changed in the two versions (vbulletin with adsense code/files and vbulletin without adsense code/files)
On comparing BOTH init.php's, I find this which really makes NO SENSE and making me sick:-
init.php with Adsense Integration:-
PHP Code:
// Add AdSense if present
$vbulletin->adsense_pub_id = 'ca-pub-xxxxxxxxxxxx my pub-ID';
$vbulletin->adsense_host_id = 'pub-2606800903002383';
PHP Code:
// Add AdSense if present
$vbulletin->adsense_pub_id = '';
$vbulletin->adsense_host_id = 'pub-2606800903002383';
If I am not wrong init.php is executed globally, what is vBulletin's host ID STILL doing in there.
Thank you
Comment