Thread: Integration with vBulletin - Ain - Advanced Google AdSense
View Single Post
  #208  
Old 11-01-2009, 01:44 PM
al3bed's Avatar
al3bed al3bed is offline
 
Join Date: Sep 2006
Location: Bahrain
Posts: 190
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mcyates View Post
How do i rotate ads? I've inserted the code and clicked on rotate ads "yes" but nothing happpens.
you can rotate ads by clicked yes then put any code html/javascript in 2 boxes (texarea) below that option .. the rotate options needed to be more customized I will work for this next week. the problem is that when you click yes randomly will change all ads by 33.3% my code it's look like:

PHP Code:
mt_srand((double)microtime() * 1234567);
    
$banner_picked mt_rand(13);}
else{
$banner_picked 1
seems too stupid for rotate things I'm working to enhance it

Quote:
Originally Posted by Tize. View Post
Excellent Thanks man.
Installed!!!
welcome

Quote:
Originally Posted by mcyates View Post
The ad rotation feature is not working. I have tried to of my ad networks and nothing comes up, it just keeps on showing the google ads. If I insert a link to an image like

Code:
http://www.myfootballforum.com/images/banner1.jpg
I added the link above to the image and it shows it like that. No image just the link to the image, I know I have to add the <img> tag but when I do nothing shows.

ALSO

This html code doesn't show anything:

Code:
<iframe allowtransparency="true" src="http://ads.betfair.com/ad.aspx?bid=2463&pid=13952" width="728" height="90" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>
Is this a known problem?
yes, you need to skip each double quotation " by slash \ like this:
PHP Code:
<iframe allowtransparency=\"true\" src=\"http://ads.betfair.com/ad.aspx?bid=2463&pid=13952\" width=\"728\" height=\"90\" marginwidth=\"0\" marginheight=\"0\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" scrolling=\"no\"></iframe> 
or you can use single quote for the attributes e.g. 'true' rather than \"true\" if you are using xhtml 4.0 and same for the images
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01088 seconds
  • Memory Usage 1,783KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (2)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete