Banner slider widget for Widget Framework | DoubleCodes | Hacking Tools Free Download
>>
  • DarkVision Rat
  • >>
  • Linux Magazine USA September 2024
  • >>
  • Andromeda v4.5 Private Cracked [CLEAR NO VIRUS]
  • >>
  • Dedsec All Courses
  • >>
  • Office Scampage and Letter
  • >>
  • American Bank Systems INC [57.6 GB]
  • >>
  • SPAMMER'S PACK V1
  • >>
  • Keyloggers PACK
  • >>
  • 850 wordpress themes plugins free download 2020 👍
  • >>
  • 🔰8 IN 1 HACKING | CRACKING | CHECKERS PACK🔰
  • Banner slider widget for Widget Framework
    HomeXenForo 1.X.X

    Banner slider widget for Widget Framework

    Latest Reviews 1.0.0
    [ITD] Google Custom Search @ Sidebar Top 1.0.0
    [ITD] Google Custom Search @ Below TopBreadcrumb 1.0.0
    Compatible XF Versions: 1.5
    Additional Requirements: [bd] Widget Framework: https://xenforo.com/community/resources/bd-widget-framework.297/

    Hi,

    1. Go to your WF page in ACP and press "+ Add Widget".
    2. Choose "[Advanced] HTML" for Renderer.
    3. Use the code below in HTML field:

    Code:
    <style>
    * {margin:0; padding:0}
    #wrapper {width:234px; margin:5px auto; background: #fff;}
    #container {position:relative; background:none; padding:32px; height:240px; border-right:1px solid none; border-bottom:1px solid none}
    .sliderbutton {float:left; width:25px; height:240px; cursor:pointer}
    #slideleft {background:url(http://source.dadparvar.ir/forumminislider/images/icons.gif) -50px -265px no-repeat}
    #slideleft:hover {background-position:-0 -265px}
    #slideright {background:url(http://source.dadparvar.ir/forumminislider/images/icons.gif) 0 90px no-repeat}
    #slideright:hover {background-position:-50px 90px}
    #slider {float:left; position:relative; overflow:auto; width:120px; height:240px}
    #slider ul {position:absolute; list-style:none; top:0; left:0}
    #slider li {float:left; width:120px; height:240px}
    #slider li img {width:120px; height:240px}
    .pagination {position:absolute; top:20px; right:85px; list-style:none; height:25px}
    .pagination li {float:left; cursor:pointer; height:8px; width:8px; background:#ccc; margin:0 4px 0 0; border:1px solid #fff}
    .pagination li:hover, li.current {background:none}
    </style>
    <script>
    var TINY={};
     
    function T$(i){return document.getElementById(i)}
    function T$$(e,p){return p.getElementsByTagName(e)}
     
    TINY.slider=function(){
    function slide(n,p){this.n=n; this.init(p)}
    slide.prototype.init=function(p){
    var s=this.x=T$(p.id), u=this.u=T$$('ul',s)[0], c=this.m=T$$('li',u), l=c.length, i=this.l=this.c=0; this.b=1;
    if(p.navid&&p.activeclass){this.g=T$$('li',T$(p.navid)); this.s=p.activeclass}
    this.a=p.auto||0; this.p=p.resume||0; this.r=p.rewind||0; this.e=p.elastic||false; this.v=p.vertical||0; s.style.overflow='hidden';
    for(i;i<l;i++){if(c[i].parentNode==u){this.l++}}
    if(this.v){;
    u.style.top=0; this.h=p.height||c[0].offsetHeight; u.style.height=(this.l*this.h)+'px'
    }else{
    u.style.left=0; this.w=p.width||c[0].offsetWidth; u.style.width=(this.l*this.w)+'px'
    }
    this.nav(p.position||0);
    if(p.position){this.pos(p.position||0,this.a?1:0,1)}else if(this.a){this.auto()}
    if(p.left){this.sel(p.left)}
    if(p.right){this.sel(p.right)}
    },
    slide.prototype.auto=function(){
    this.x.ai=setInterval(new Function(this.n+'.move(1,1,1)'),this.a*1000)
    },
    slide.prototype.move=function(d,a){
    var n=this.c+d;
    if(this.r){n=d==1?n==this.l?0:n:n<0?this.l-1:n}
    this.pos(n,a,1)
    },
    slide.prototype.pos=function(p,a,m){
    var v=p; clearInterval(this.x.ai); clearInterval(this.x.si);
    if(!this.r){
    if(m){
    if(p==-1||(p!=0&&Math.abs(p)%this.l==0)){
    this.b++;
    for(var i=0;i<this.l;i++){this.u.appendChild(this.m[i].cloneNode(1))}
    this.v?this.u.style.height=(this.l*this.h*this.b)+'px':this.u.style.width=(this.l*this.w*this.b)+'px';
    }
    if(p==-1||(p<0&&Math.abs(p)%this.l==0)){
    this.v?this.u.style.top=(this.l*this.h*-1)+'px':this.u.style.left=(this.l*this.w*-1)+'px'; v=this.l-1
    }
    }else if(this.c>this.l&&this.b>1){
    v=(this.l*(this.b-1))+p; p=v
    }
    }
    var t=this.v?v*this.h*-1:v*this.w*-1, d=p<this.c?-1:1; this.c=v; var n=this.c%this.l; this.nav(n);
    if(this.e){t=t-(8*d)}
    this.x.si=setInterval(new Function(this.n+'.slide('+t+','+d+',1,'+a+')'),10)
    },
    slide.prototype.nav=function(n){
    if(this.g){for(var i=0;i<this.l;i++){this.g[i].className=i==n?this.s:''}}
    },
    slide.prototype.slide=function(t,d,i,a){
    var o=this.v?parseInt(this.u.style.top):parseInt(this.u.style.left);
    if(o==t){
    clearInterval(this.x.si);
    if(this.e&&i<3){
    this.x.si=setInterval(new Function(this.n+'.slide('+(i==1?t+(12*d):t+(4*d))+','+(i==1?(-1*d):(-1*d))+','+(i==1?2:3)+','+a+')'),10)
    }else{
    if(a||(this.a&&this.p)){this.auto()}
    if(this.b>1&&this.c%this.l==0){this.clear()}
    }
    }else{
    var v=o-Math.ceil(Math.abs(t-o)*.1)*d+'px';
    this.v?this.u.style.top=v:this.u.style.left=v
    }
    },
    slide.prototype.clear=function(){
    var c=T$$('li',this.u), t=i=c.length; this.v?this.u.style.top=0:this.u.style.left=0; this.b=1; this.c=0;
    for(i;i>0;i--){
    var e=c[i-1];
    if(t>this.l&&e.parentNode==this.u){this.u.removeChild(e); t--}
    }
    },
    slide.prototype.sel=function(i){
    var e=T$(i); e.onselectstart=e.onmousedown=function(){return false}
    }
    return{slide:slide}
    }();
    </script>
     
    <div id="wrapper">
    <div id="container">
    <div class="sliderbutton" id="slideleft" onclick="slideshow.move(-1)"></div>
    <div id="slider">
    <ul>
    <li><a href="http://talar.dadparvar.ir/forums/azmoon" target="_blank"><img src="http://rasane.dadparvar.ir/ads/azmoon2.gif" alt="Image One" /></a></li>
    <li><a href="http://talar.dadparvar.ir/forums/azmoon" target="_blank"><img src="http://rasane.dadparvar.ir/ads/azmoon2.gif" alt="Image Two" /></a></li>
    <li><a href="http://talar.dadparvar.ir/forums/azmoon" target="_blank"><img src="http://rasane.dadparvar.ir/ads/azmoon2.gif" alt="Image Three" /></a></li>
    <li><a href="http://talar.dadparvar.ir/forums/azmoon" target="_blank"><img src="http://rasane.dadparvar.ir/ads/azmoon2.gif" alt="Image Four" /></a></li>
    <li><a href="http://talar.dadparvar.ir/forums/azmoon" target="_blank"><img src="http://rasane.dadparvar.ir/ads/azmoon2.gif" alt="Image Five" /></a></li>
    </ul>
    </div>
    <div class="sliderbutton" id="slideright" onclick="slideshow.move(1)"></div>
    <ul id="pagination" class="pagination">
    <li onclick="slideshow.pos(0)"></li>
    <li onclick="slideshow.pos(1)"></li>
    <li onclick="slideshow.pos(2)"></li>
    <li onclick="slideshow.pos(3)"></li>
    <li onclick="slideshow.pos(4)"></li>
    </ul>
    </div>
    </div>
    <center>
    240*120 Banner | 25$/month
    <center>
    <script type="text/javascript">
    var slideshow=new TINY.slider.slide('slideshow',{
    id:'slider',
    auto:5,
    resume:false,
    vertical:false,
    navid:'pagination',
    activeclass:'current',
    position:0,
    rewind:false,
    elastic:true,
    left:'slideleft',
    right:'slideright'
    });
    </script>

    4.You can change everything from the code, like:
    Number of banners
    URL of Banners
    URL of icons
    Pagination
    Auto play
    Speed
    Size
    ...
    Note: If you want to load icons of slider from your own server, easily download the image Attached below and upload it to your own server, then change related URLs in the code.



    COMMENTS

    BLOGGER
    Designed by Sneeit.Com
    Name

    .NET,6,3D,1,Action / Shooter,16,Activator,5,Add-ons,8,Add-ons XenForo 1,114,Adobe,1,Adventure / Quest,6,All versions of Windows,7,Android OS software,10,Antivirus,20,Appearance,2,Arcade,2,arts,1,ASM,1,Audio,3,AutoIT,1,backdoor,1,bank,2,Blogger,3,Blogger-Templates,5,Bots,15,browser,1,Brute|Checker|Parser,3,C/C++,3,China-Plugins,1,China-Themes,4,Console Games,1,converter,1,cracking,1,Crypters,11,database,1,Decor,2,dedsec,1,Delphi,4,Drivers,16,editor,7,Exploit,2,Fantasy,1,Features,1,Fighting,1,GAMING,35,General Programming,3,Ghost Themes,1,Graphic arts,64,Hacking,26,Horror,2,Hot New,1,Hot News,7,HTML5 / CSS3 Templates,1,Instagram Hacking,1,Internet,12,Interrnet,1,iOS,2,iPhone / iPod / iPad,1,keylogger,1,KMS,1,Linux & Unix,5,Magento / eCommerce,1,Mailer,1,Microsoft Windows Server,2,miner,1,Miscellaneous Images,1,multimedia,9,NSIS,1,NULLED,11,Office,7,old-plugin,1,Onion,1,paypal,1,PC,31,PHP Scripts,2,Premium WordPress Plugins,3,Prestashop,1,Race,3,Racing,1,rare resource,3,RAT,8,RPG / MMORPG,8,scam,1,scanner,1,Scripts & Templates,1,SEO,1,Side,1,Simulators,1,Software,315,spammer,2,Sports,2,sql injection,1,Stealers,2,Strategies,3,Styles [1.x],1,System,7,System Libraries,1,Tips And Tricks,1,Tools,33,Trojans,221,tutorial,1,Unlocker,1,vB Avatar Sets,1,vB Button Sets,1,vB Graphic Sets,1,vB Icon Sets,1,vB Rank Sets,1,vB Smilie Sets,1,vB3.8,2,vBulletin,2,Video Tutorials,5,Visual Basic,10,VPN,2,Web | SEO,2,Web Development and Programming,9,WINDOWS,375,Windows 10,46,Windows 11,2,Windows 2000,1,Windows 7,10,Windows 8,1,Windows Vista,1,Windows XP,1,WooCommerce,1,WooCommerce plugins,1,WooCommerce Themes,1,Wordpress,11,WordPress China,4,WordPress Plugins,4,Wordpress Theme,8,WPI,1,Xbox360,1,XenForo,122,XenForo 1.X.X,191,XenForo 2,5,XenForo 2.X.X,11,XenForo Add-ons,4,Youtube,1,
    ltr
    item
    DoubleCodes | Hacking Tools Free Download: Banner slider widget for Widget Framework
    Banner slider widget for Widget Framework
    https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNyQ8CNVDHxXVo2xMyBKJrkosZ6geVZGNg_jQ5X_5fTYrm6vO6mQw33VQvkv9BYpUAM8TOl9UQvi1p1slYzyY4657gu5-KqkEna9N0O1uUvlE3pArrQLSzca1G1K6KCMp4E93Akny4n-kH_Euz7m8bUXeWgolaXlVigN0sfKBvYESNI30mNCV9ajkZAgw/s16000/Banner%20slider%20widget%20for%20Widget%20Framework.png
    https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNyQ8CNVDHxXVo2xMyBKJrkosZ6geVZGNg_jQ5X_5fTYrm6vO6mQw33VQvkv9BYpUAM8TOl9UQvi1p1slYzyY4657gu5-KqkEna9N0O1uUvlE3pArrQLSzca1G1K6KCMp4E93Akny4n-kH_Euz7m8bUXeWgolaXlVigN0sfKBvYESNI30mNCV9ajkZAgw/s72-c/Banner%20slider%20widget%20for%20Widget%20Framework.png
    DoubleCodes | Hacking Tools Free Download
    https://doublecodes.blogspot.com/2023/10/banner-slider-widget-for-widget_24.html
    https://doublecodes.blogspot.com/
    https://doublecodes.blogspot.com/
    https://doublecodes.blogspot.com/2023/10/banner-slider-widget-for-widget_24.html
    true
    3661825781172414537
    UTF-8
    Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content
    Follow Me On Twitter