vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - Advertisement System V2.6 Aka Ad Management (https://vborg.vbsupport.ru/showthread.php?t=179083)

karim004 05-17-2008 03:18 PM

Quote:

Originally Posted by tekguru (Post 1522404)
So is the adsense script handling option now working?

i am gotta relase today a new update with the options i forgot yesterday :

1= rotation for google adsense , amazon and others
2= a easy code for the rotation and you can add both banners {{ images+link & script:adsense , amazon.... }} in same table

3= if i have time the permissions/section & Archive

for redlabour i am still testing the after X' Posts Feature for Postbit and the Full-Page Ads. and i changed the adesnse title for you .


Quote:

Originally Posted by D.Baker (Post 1522574)
Hey Guys,

Anyway, I have my board setup (I turned on plugins) and would like to install this plugin/product (which is it?). I uploaded ads.php into my forum root (mydomian.com/forums/) and imported product-advertisement_.xml through the product manager. If that's the correct thing to do, now what?

I can't seem to find the advertisement admin panel as shown in the screenshots so I think I may have done something wrong. Can I even get to that admin panel through my admincp? Or is a different thing altogether. Like I said, I'm a complete n00b, sorry and thanks.

Admincp , vBulletin Options , Advertisement System :: ForumDisplay & Full Page

Pocket Aces 05-17-2008 04:04 PM

Quote:

Originally Posted by Paul M (Post 1522238)
When posting replies, please remember that modifications are provided free of charge, and written in a coders free/spare time. Thank you.

People nowadays seem to forget this fact.
Anyway, its good to know and im thankful that someone has started a new ad management for 3.7. Im looking forward for the interesting updates in the future. *Bookmarked*

karim004 05-17-2008 05:32 PM

Quote:

Originally Posted by redlabour (Post 1522002)
Argh - more Failures then in 1.0:



And who needs Full-Page Feature if you forget the Full-Feature after X Posts????

I remembered you 4 Times in our PM Discussion.

Sorry Guy - this release is not what you have told me and other to be released.

hi redlabour
i just find out i included this option in v1.1 and it s not done yet

try set ads after x posts to 3 and enable the banner rotation/postbit after that post 6 posts and you will see the full page page with a ad from the postbit banners roration but i didnt finish yet the option because i must add the back redirection to your last post

i am working on it now .

TheInsaneManiac 05-17-2008 09:17 PM

I will not install this until the following issues are fixed:
1.) Usergroup permissions (I have VIP which see no ads)
2.) The footer on many websites that use this get an extra break in it.
3.) Fix the position on the credits (TZ appears below the footer on the dark_vb style.

blindmedia ltd 05-18-2008 06:40 AM

ive given up on this one now ive been tying for days to get this working ive followed all of the info in this thread and no matter what i do the ads still do not show up.

i have tried to do this with both the default vbulletin style thats standard in vbulletin and also with my customised themes but it will not do anything full stop

im using vbulletin 3.7.0

D.Baker 05-18-2008 08:27 AM

Hey Karim004,
Thanks for the help, I have it working now. I have a suggestion, although I think you are already working on it judging by your last post, but here it is anyway.

You could simply get rid of the different type of ad (eg. Adsense, Amazon etc) and just have the one box that allows you to put in any code. Allow the end user to specify a code separator (eg. ***CODE***) that allows your plugin to determine which code to use when displaying random banners. I would imagine this would be much easy to code for you, rather than having to cater to all these different ad types.

This is exactly what the plug in "Who Sees Ads" for Wordpress does, and it won awards. This would make the whole thing much more intuitive and allow complete control for ads. If you need some more information about Who Sees Ads, I am using it on my Wordpress Install and can help.

Otherwise, this seems to be the best for vBulletin and we should all be thanking you for your hard work.

redlabour 05-18-2008 08:43 AM

Ok thanks for your Work - and my last Request since all others are in progress - please don?t forget the Archive Ads. ;)

karim004 05-18-2008 01:17 PM

05/18/2008 Version 2.1
*******************

1= rotation work now for both banner (image+link ) and other scripts like google adsense , amazon
2= now you can use your Your html Codes Sperated By Commas ,
example :
Code:

<a href="website1"><img src="banner1"> , adsense code , <a href="website2"><img src="banner2">
3 = Ads in archive
4 = Permission / section :
you can disable or enable the ads for a usergroups in each section : header , postbit , navbar , footer , forumdisplay

megawelle 05-18-2008 01:30 PM

hey man,

great mod! i also would love to see a Google Adsense Revenue sharing option.

thanks for your work!

D.Baker 05-18-2008 01:37 PM

Hello Karim004,
Thanks for the update, its a big step forward. However, using a comma as a code separator will conflict with any type of flash banner a user would like to embed, as flash embed codes generally have commas in them.

For example, this is the code I have setup in Who Sees Ads, I thought it might help to show you what an end user like me is trying to do:

Code:

<div id="leaderboardad">
<a href="http://mydomian.com/twoweeksin/" onClick="javascript: pageTracker._trackPageview ('/webads/leaderboard_twoweeksin');" target="_self"><img src="http://mydomian.com/blog/wp-content/ads/twoweeksin_ad1.jpg" alt="Two Weeks In... " name="leaderboard1" width="728" height="90" /></a>
</div>
*** CODE ***
<div id="leaderboardad"></div>
<script type="text/javascript">
          var so = new SWFObject("http://mydomian.com/blog/wp-content/ads/forum/DESTROYER2noLoopb.swf", "ForumDestroyer", "728", "90", "9", "");
                  so.addParam("wmode", "transparent");
          so.write("leaderboardad");
</script>
*** CODE ***
<div id="leaderboardad"></div>
<script type="text/javascript">
          var so = new SWFObject("http://mydomian.com/blog/wp-content/ads/burton/ESTbanner.swf", "BurtonEST", "728", "90", "9", "");
                  so.addParam("wmode", "transparent");
          so.write("leaderboardad");
</script>

As you can see, the first banner in the set is a plain JPEG with some Google Analytics tracking code, the second and third banners are Flash banners embedded using the swfobject.js embed method. As you can see from my code, using a comma will not separate the banners correctly. May I suggest you use a unique code separator instead of a comma (ideally this could be changed by the user) such as ***CODE*** or ***ROTATE***, that way a user could use your plugin to embed anything, even non ads!

And, doing it this way would mean the user could specify his own DIVs and CSS, thus removing the need to edit templates to center ads, or anything like that. As the users is placing their own DIVS, it would also allow ads to be embedded that are different sizes, so you wouldn't need the global size setting anymore. How awesome would that be!?

Thanks again and keep up the good work.


All times are GMT. The time now is 09:20 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02111 seconds
  • Memory Usage 1,756KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete