Silver PC
Well-Known Member
اضافه کردن کد گوگل ادسنس در ویبولتین - Google Adsense Fix
For VB 4
How To Add You Own Google Adsense Pub Id
Do you what to put you own Google Adsense on vb4 if yes this what yo have to do
1.open \includes\init.php in any editer
2.find "adsense_pub_id"
3.Then you will see
Then go to this https://www.google.com/adsense/account-settings
To Get You Code
Then Put This pub where it say You Number
and copy it in
save the file and upload to you host then done
How To Add You Own Google Adsense Pub Id
Do you what to put you own Google Adsense on vb4 if yes this what yo have to do
1.open \includes\init.php in any editer
2.find "adsense_pub_id"
3.Then you will see
کد:
// Add AdSense if present
$vbulletin->adsense_pub_id = 'pub-9165259201855283';
$vbulletin->adsense_host_id = 'pub-2606800903002383';
if (CWD == '.')
{
Then go to this https://www.google.com/adsense/account-settings
To Get You Code
Then Put This pub where it say You Number
and copy it in
کد:
// Add AdSense if present
$vbulletin->adsense_pub_id = 'pub-You Number';
$vbulletin->adsense_host_id = 'pub-2606800903002383';
if (CWD == '.')
{
save the file and upload to you host then done