Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Cyb - Flash-Image Banner Rotator Details »»
Cyb - Flash-Image Banner Rotator
Version: 1.8, by Valter Valter is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.7.x Rating:
Released: 04-30-2008 Last Update: 12-27-2008 Installs: 363
DB Changes Uses Plugins Auto-Templates
Translations  
No support by the author.

Info:
Easy to use/manage banner rotator which works with both, image and flash banners.


Features:
-one-step installation
-specify display duration/dimensions of individual image/swf
-set position on page and margins in ACP
-continuous and random play modes
-exclude usergroups from viewing banners
-automatically add banners to forum header (can be turned on/off)
-easy manage banners
-click counter


Installation:
1. Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]
2. OPTIONAL: Open desired template and add "$cyb_flashimagebanners" where you wish banners to appear
3. OPTIONAL (if link to manage banners page is not shown in Quick links menu):
Open navbar template and add "$insert_cybfibr" after "$vbphrase[miscellaneous]</td></tr>"


To set options:
Go to: AdminCP > vBulletin Options > Cyb - Flash-Image Banner Rotator


Credits and Notes:
-Part of the javascript code was originally written by M. K. Namdeo few years ago.
-Only SuperAdmins can access Banner Management page


Versions:
v1.0 - Nov 11. 2006.
-Initial release
v1.1 - Jan 29. 2007.
-Fixed bug (code makes some functions in newthread form not working when WYSIWYG editor is enabled)
v1.2 - Feb 06. 2007.
-Added separate page for banners management (only SuperAdmins can access it)
-Added link to Manage Banners page to Quick Links menu (viewable to SuperAdmins only)
-Few more options in ACP, small code improvements,...
v1.3 - Feb 25. 2007.
-Fixed bug (' can't be used in titles)
-You don't need to set admincp folder name anymore (if changed). This is now detected automatically.
-Settings page better organized...
v1.4 - Jun 14. 2007.
-Completely rewritten version
-Better and easier banner management (check new screenshots)
-Added option to set pages where banners are shown (shown on all pages if blank)
-Added click counter
-Group membership checking works now for supplementary usergroups too
-Many other fixes and improvements
v1.5 - Jul 26. 2007.
-Fixed security exploits and known bugs
v1.5.1 - Jul 29. 2007.
-Improved security on writing data to some db fields
v1.6 - Aug 20. 2007.
-Added option to choose to open target links in new or current window/tab
-Fixed bug where ampersand can not be used in links
-Fixed bug with durations in Continuous play mode
-Added option to disable triangle used to catch clicks for flash banners
-Several minor compatibility/security fixes...
v1.7 - Apr 30. 2008.
-CSRF protection added
-Compatible with vBulletin 3.7 Gold (may not work with Beta/RC releases)
-Minor bugs fixed
v1.8 - Dec 28. 2008.
- New Play Mode: One banner per refresh
- New: You are now able to put e-mail address as banner link.
- Fixed bug: page flickering/blinking in Random Play Mode on some sites
- Minor bug fixes/code optimization


Live Demo: http://www.bihforum.com


PLEASE click INSTALL if you like this hack

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #132  
Old 10-25-2008, 08:16 PM
EWGF EWGF is offline
 
Join Date: May 2007
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dropped my own image rotator and installed this one, working perfectly furthermore. Half of my mods are now cybernetic mods.

Definitely one of the best vB coders, keep up the job
Reply With Quote
  #133  
Old 10-28-2008, 09:22 PM
spankaveli spankaveli is offline
 
Join Date: Mar 2002
Location: Geismar, LA
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there an easy way to have a banner clickable to a mailto: email address?
Reply With Quote
  #134  
Old 11-02-2008, 06:55 AM
AussieHolden AussieHolden is offline
 
Join Date: Jan 2008
Location: Australia, Victoria
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

:down: Not a good mod needs alot of work and no support.
Reply With Quote
  #135  
Old 11-02-2008, 03:42 PM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AussieHolden View Post
:down: Not a good mod needs alot of work and no support.
Actually its a great mod! Yes it needs some work, and yes the author is MIA. However... let's give the guy a chance to get back on the scene here. Behind every code geek is a life they need to live! :up:
Reply With Quote
  #136  
Old 11-03-2008, 03:56 PM
Reece^B Reece^B is offline
 
Join Date: Jan 2006
Location: Essex
Posts: 406
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to call separate banners?
Reply With Quote
  #137  
Old 11-04-2008, 07:11 PM
Gizmo99 Gizmo99 is offline
 
Join Date: Feb 2002
Location: London
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by spankaveli View Post
Is there an easy way to have a banner clickable to a mailto: email address?
Yep there is

Goto Control Panel

Plugin Manager

Cyb - Flash-Image Banner Rotator - SP

edit it

Find (at the Bottom)
PHP Code:
(strip_tags($vbulletin->GPC['url']));

and replace it with

PHP Code:

if (strstr($vbulletin->GPC['url'], 'mailto'))
{
$toemail=$vbulletin->GPC['url'];


echo 
"<a href="$toemail?subject=Question From the **** BB" id="clickME"></a>\n";

echo<<<PPPRINT

Please Close this Window
<script type="text/javascript">
window.onload = function() {
document.getElementById("clickME").click();
}
</script>
PPPRINT;

exit;

}
else
{
            
exec_header_redirect(strip_tags($vbulletin->GPC['url']));
}        

Then all you have todo is put mailto:some@home.com in the url field

Giz
Reply With Quote
  #138  
Old 11-04-2008, 11:43 PM
silver surfer's Avatar
silver surfer silver surfer is offline
 
Join Date: Aug 2007
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I want this mod but everything I try to do in my template simply will not allow the "manage banners" button/link show...

I have put this $insert_cybfibr command exactly after $vbphrase[miscellaneous]</td></tr> & the link will not show in my quicklinks drop down?!?!

I have also tried other areas to see if I can simply just get this to show...

Is there a url that is defaulted when this is clicked for example,

www.siteurl.com/managebanner.php ? ?

If I knew the link then I can just simply type it in the url but otherwise I cant use this for some strange reason...

My VB is: (vBulletin 3.7.0)

Any ideas or can anyone tell me the url the link defaults you to?!
Reply With Quote
  #139  
Old 11-05-2008, 05:32 AM
Gizmo99 Gizmo99 is offline
 
Join Date: Feb 2002
Location: London
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

http://<your Board>/misc.php?do=cybbannman

Remember you can only see the link under Quick Links is you are a ****** SUPER ADMINISTRATORS ****** set in your config.php

Giz
Reply With Quote
  #140  
Old 11-11-2008, 04:25 AM
murekhalir murekhalir is offline
 
Join Date: Oct 2006
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey..

i got this mod installed... i got it to display ads, and allows me to manage ads..

however it is not allowing a link to another site..

my site:

www.rogue-market.com

(the test ad is above the logo, the weird image, that is big).

I made it link to another site using the management... but its sitll not working.. any clue?
Reply With Quote
  #141  
Old 11-11-2008, 12:58 PM
albibak's Avatar
albibak albibak is offline
 
Join Date: Feb 2003
Location: Paris (France)
Posts: 302
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this mod.
You can find a french translation here, and in attachement.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:18 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08397 seconds
  • Memory Usage 2,323KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete