Follow vBSEO on Twitter
vBulletin Modifications
  • Forums
  • Add-Ons
  • Template Modifications
  • Styles
  • Graphics
  • Tutorials
  • Support Center
  • Register
  • vBulletin SEO

Member Log In

Site Navigation

  • Register
  • Members List
  • Social Groups
  • Search
  • Today's Posts
  • Mark Forums Read

Latest Modifications

  • [vB 3.8.4] THX - Hack for VB. 3.8.4
    By: bluedog
  • [vB 3.8.4] Cyb - Chatbox V.2.3
    By: bluedog
  • [vB 4.0.x] PHPKD - Advanced Quick...
    By: PHPKD
  • [vB 3.6.x] StopSpam
    By: flappi282
  • [vB 3.8.x] vBulletin Chat Addon for...
    By: 123flashchat

Latest Template Mods

  • [vB 4.0.x] Remove My Profile Link...
    By: Ak Worm
  • [vB 3.8.x] Images DownloadBox...
    By: cRs!MP
  • [vB 3.8.x] Adviertise Mod On Forum...
    By: MG4
  • [vB 3.8.4] Images PassWordBox...
    By: cRs!MP
  • [vB 3.8.4] Footer Follow Ups
    By: Ak Worm

Latest Styles

  • [vB 4.0.x] 4.0.3 - VB4STYLE-TWEETA...
    By: Belon
  • [vB 4.0.x] [4.0.3] vbdesigns.de...
    By: Belon
  • [vB 3.8.4] CompletevB - Skylight
    By: DreadKnight
  • [vB 3.8.3] [vB 3.8.4] Barcelona...
    By: hoiquantinhoc.com
  • [vB 3.8.3] Natures Walk by vBSkin...
    By: Chri5

Latest Graphics

  • [vB ] [anim.]Team Ranks
    By: cRs!MP
  • [vB ] Abstract Circles (3...
    By: cRs!MP
  • [vB ] PlayStation Rank Images
    By: cRs!MP
  • [vB 3.6.12] Heavy Stroked Button...
    By: Shelley
  • [vB ] Minature Ranks.
    By: Shelley
vBulletin Modifications » vBulletin Modifications » vBulletin 3.5 / 3.6 Hack Releases » Handy Flash Banner
Reply

 

  • Thread Tools
Download Options
You Must Register First
To Download This Modification

Report A Bug
Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs
  
Not Supported
[vB 3.6.4] Handy Flash Banner (99)
Released: 12-04-2006, 05:15 PM
Modification Information:
BuRaCH's Avatar Author: BuRaCH
Last Online: 06-07-2007
Installer Included: 0 Additional queries added to database: 0 Template Edits:
File Edits: New Files: New Phrases:

Code Hack
YOU ARE WEBSİTE HANDY FLASH BANNER!!
BY_BuRaCH

You oblivion edit:p




Code:
<!----flash Banner Start by BuRaCH----->
<body><script> // Type the messages into the text-Array. Add as many as you like. var text=new Array("welcome to.", "", "WEBSİTENAME", "WEBSİTENAME") // Type a link for each message. If you don't want to add a link add a "#" instead var textlink=new Array("http://www.website.com","http://www.website-.com","http://www.site-adresi.com","http://www.WEBSİTE.com") // Type the target-window for each link. Acceepted values are "_blank", "_top",  // "_parent" or the name of any frame var texttarget=new Array("_top","_top","_top","_top") // Set the font for the headline-fader var textfont="Arial" // Set the font-color for the headline-fader (hexadecimal triplet values recommended) var textfontcolor="#99ccff" // Set the rollover-color for the headline-fader (hexadecimal triplet values recommended) var textfontcolorrollover="#ffff00" // Set the font-size for the headline-fader (points) var textfontsize=11 // Set the background-color for the headline-fader (hexadecimal triplet values recommended) var textbgcolor="#000000" // Set the width of the headline-fader (pixels) var textwidth=180 // Set the height of the headline-fader (pixels) var textheight=120 // Set the pause between the messages (seconds) var textpause=2 // Set the borderwidth (pixels) var textborder=3 // Set the border-color (hexadecimal triplet values recommended) var textbordercolor="#99ccff" // Set the horizontal text-position. Allowed values are "center" or "left" or "right" var textalign="center" // Set the vertical text-position. Allowed values are "middle" or "top" or "bottom" var textvalign="middle" // Set the number of snowflakes (more than 20 - 30 not recommended) var snowmax=20 // Set the colors for the snow. Add as many colors as you like var snowcolor=new Array("#99ccff","#ddddFF","#ccccDD") // Set the fonts, that create the snowflakes. Add as many fonts as you like var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS") // Set the letter that creates your snowflake (recommended:*) var snowletter="*" // Set the speed of sinking (recommended values range from 0.3 to 2) var sinkspeed=0.6 // Set the maximal-size of your snowflaxes (points) var snowmaxsize=16 // Set the minimal-size of your snowflaxes (points) var snowminsize=8 // Set font-style. Acceptable values are "normal" or "italic" var textitalic="normal" // Set font-weight. Acceptable values are "normal" or "bold" var textweight="bold" // do not edit below this line var textdecoration="none" var transparency=100 var transparencystep=5 var x_pos=0 var y_pos=0 var i_text=0 if (textitalic=="italic") {var textitalicA="<i>"; var textitalicB="</i>"} else {var textitalicA="<i>"; var textitalicB="</i>"} if (textweight=="bold") {var textweightA="<b>"; var textweightB="</b>"} else {var textweightA=""; var textweightB=""} var textweightA="<b>" var textweightB="</b>" var tickercontent var pausefade=40 var oneloopfinished=false var snow=new Array() var marginbottom var marginright var timer var i_snow=0 var x_mv=new Array(); var crds=new Array(); var lftrght=new Array(); var textfontsizeHTML=Math.floor(textfontsize/4) textpause*=1000 if (textfontsizeHTML<1) {textfontsizeHTML=1} if (textfontsizeHTML>=7) {textfontsizeHTML=7} var browserinfos=navigator.userAgent  var ns4=document.layers var ns6=document.getElementById&&!document.all&&!browserinfos.match(/Opera/) var ie=document.all&&!browserinfos.match(/Opera/) var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/) var opera=browserinfos.match(/Opera/)  function changecontent() { getcontent() i_text++ if (i_text>=text.length) {i_text=0}  if (ie) { ticker.innerHTML=content fadein() } if (ns6) { document.getElementById('ticker').innerHTML=content fadein() } if (opera) { document.getElementById('ticker').innerHTML=content var texttimer=setTimeout("changecontent()",textpause*1.5) } if (ns4) { document.roof.document.ticker.document.write(content) document.roof.document.ticker.document.close() var texttimer=setTimeout("changecontent()",textpause) }  } function fadein() { if (transparency<100){ transparency+=transparencystep if (ie) { document.all.ticker.filters.alpha.opacity=transparency } if (ns6) { document.getElementById('ticker').style.MozOpacity=transparency/100 } var fadetimer=setTimeout("fadein()",pausefade) } else { clearTimeout(fadetimer) setTimeout("fadeout()",textpause) } } function fadeout() { if (transparency>0){ transparency-=transparencystep if (ie) { document.all.ticker.filters.alpha.opacity=transparency } if (ns6) { document.getElementById('ticker').style.MozOpacity=transparency/100 } var fadetimer=setTimeout("fadeout()",pausefade) } else { clearTimeout(fadetimer) setTimeout("changecontent()",1000) } } getcontent() function getcontent() { if (ie) { var tablewidth=textwidth-2*textborder var tableheight=textheight-2*textborder } else { var tablewidth=textwidth var tableheight=textheight } if (ie || ns6 || opera) {  var padding=parseInt(textborder)+3 content="<table width="+tablewidth+" height="+tableheight+" cellpadding="+padding+" cellspacing=0 border=0><tr valign="+textvalign+"><td align="+textalign+">" content+="<a href=\""+textlink[i_text]+"\" target=\""+texttarget[i_text]+"\" style=\"position:relative;font-family:\'"+textfont+"\';font-size:"+textfontsize+"pt;font-weight:"+textweight+";text-decoration:"+textdecoration+";color:"+textfontcolor+";font-style:"+textitalic+";\" onMouseOver=\"this.style.color=\'"+textfontcolorrollover+"\'\" onMouseOut=\"this.style.color=\'"+textfontcolor+"\'\">" content+=text[i_text] content+="</a></td></tr></table>" } else {  content="<table width="+tablewidth+" height="+tableheight+" cellpadding="+textborder+" cellspacing=0><tr valign="+textvalign+"><td align="+textalign+">" content+="<a href=\""+textlink[i_text]+"\" target=\""+texttarget[i_text]+"\" style=\"position:relative;font-family:\'"+textfont+"\';font-size:"+textfontsize+"pt;font-weight:"+textweight+";text-decoration:"+textdecoration+";color:"+textfontcolor+";font-style:"+textitalic+";\">" content+=text[i_text] content+="</a></td></tr></table>" framecontent="<table width="+tablewidth+" height="+tableheight+" cellpadding=0 cellspacing=0 border="+textborder+"><tr><td>" framecontent+="<font color=\""+textbgcolor+"\">" framecontent+="." framecontent+="</font>" framecontent+="</td></tr></table>" } } function randommaker(range) {  rand=Math.floor(range*Math.random()) return rand } function initsnow() { marginbottom = textheight marginright = textwidth var snowsizerange=snowmaxsize-snowminsize for (i=0;i<=snowmax;i++) { crds[i] = 0;  lftrght[i] = Math.random()*15;  x_mv[i] = 0.03 + Math.random()/10; snow[i]=document.getElementById("s"+i) snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)] snow[i].size=randommaker(snowsizerange)+snowminsize snow[i].style.fontSize=snow[i].size snow[i].style.color=snowcolor[randommaker(snowcolor.length)] snow[i].sink=sinkspeed*snow[i].size/5 snow[i].posx=randommaker(marginright-snow[i].size) snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size) snow[i].style.left=snow[i].posx snow[i].style.top=snow[i].posy } movesnow();changecontent() } function movesnow() { for (i=0;i<=snowmax;i++) { crds[i] += x_mv[i]; snow[i].posy+=snow[i].sink snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]); snow[i].style.top=snow[i].posy if (snow[i].posy>=marginbottom || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){ snow[i].posx=randommaker(marginright-snow[i].size) snow[i].posy=0 } } var timer=setTimeout("movesnow()",50) } if (ie || ns6 || opera) { if (ns6) { textwidth-=2*textborder textheight-=2*textborder } document.write("<table border=0 cellpadding=0 cellspacing=0><tr><td width="+textwidth+" height="+textheight+" valign=top>") document.write("<div id=\"roof\" style=\"position:relative;width:"+textwidth+"px;height:"+textheight+"px;font-family:\'"+textfont+"\';border-style:solid;border-color:"+textbordercolor+";border-width:"+textborder+"px;background-color:"+textbgcolor+";overflow:hidden\">") document.write("<div id=\"ticker\" style=\"position:absolute;top:"+-textborder+"px;left:"+-textborder+"px;width:"+textwidth+"px;height:"+textheight+"px;font-family:\'"+textfont+"\';font-size:"+textfontsize+"pt;font-weight:"+textweight+";font-style:"+textitalic+";border-style:solid;border-color:"+textbordercolor+";border-width:"+textborder+"px;background-color:"+textbgcolor+";overflow:hidden\;filter:alpha(opacity=100)\">") document.write("</div>") for (i=0;i<=snowmax;i++) { document.write("<div id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</div>") } document.write("</div>") document.write("</td></tr></table>") window.onload=initsnow } else if (ns4) { document.write("<table border=0 cellpadding=0 cellspacing=0><tr><td width="+textwidth+" height="+textheight+" valign=top>") document.write("<ilayer name=\"roof\" width="+textwidth+" height="+textheight+">") document.write("<layer name=\"tickerframe\" width="+textwidth+" height="+textheight+" top=0 left=0 bgcolor="+textbgcolor+">") document.write(framecontent) document.write("</layer>") document.write("<layer name=\"ticker\" width="+textwidth+" height="+textheight+" top=0 left=0>") document.write() document.write("</layer>") document.write("</ilayer>") document.write("</td></tr></table>") window.onload=changecontent } </script><body>   
<!----/flash Banner Finished.. by BuRaCH----->



Old 12-07-2006, 05:58 PM   #2
Atakan KOC
vBulletin Guru

Atakan KOC's Avatar

Activity Longevity
0/20 15/20
Today Posts
0/3 ssssss150
Location: Turkey / Istanbul
Age: 32
Atakan KOC is on a distinguished road
Status: Offline Default
Wrong Forum;

Selam Burach. Açmış olduğun kod template editleme ile ilğili. Ayrıca vbulletin de pek çalışacağını sanmıyorum.

Çalışmalarının devamını dilerim
Reply With Quote
Old 12-07-2006, 07:16 PM   #3
BuRaCH
vBulletin Guru

BuRaCH's Avatar

Activity Longevity
0/20 12/20
Today Posts
0/3 ssssss112
Location: İstanbul/TURKEY
BuRaCH is on a distinguished road
Send a message via Yahoo to BuRaCH
Status: Offline Default
merhaba atakan koc
Yorumun için teşekkrler...Fakat eklenti bizzat ben tarafından denenmiştir..


Demo

Reply With Quote Author of thread
Old 12-21-2006, 11:44 PM   #4
ninjamaster
vB User

ninjamaster's Avatar

Activity Longevity
0/20 12/20
Today Posts
0/3 sssssss71
ninjamaster is on a distinguished road
Status: Offline Default
Thanks m8
Reply With Quote Installed
Old 12-27-2006, 06:23 PM   #5
BuRaCH
vBulletin Guru

BuRaCH's Avatar

Activity Longevity
0/20 12/20
Today Posts
0/3 ssssss112
Location: İstanbul/TURKEY
BuRaCH is on a distinguished road
Send a message via Yahoo to BuRaCH
Status: Offline Default
thaksn sir
Reply With Quote Author of thread
Old 04-12-2007, 06:48 PM   #6
muratweb
vB Newbie

Activity Longevity
0/20 11/20
Today Posts
0/3 ssssssss3
muratweb is on a distinguished road
Status: Offline Default
thanks Burach
Reply With Quote
Old 04-14-2007, 05:30 PM   #7
samy_kizer
vB Newbie

samy_kizer's Avatar

Activity Longevity
0/20 12/20
Today Posts
0/3 sssssss42
samy_kizer is on a distinguished road
Status: Offline Default
please sir ...can we see demo
Reply With Quote Installed
Old 04-20-2007, 07:15 PM   #8
thaihabk05
vB Newbie

Activity Longevity
0/20 11/20
Today Posts
0/3 ssssssss1
thaihabk05 is on a distinguished road
Status: Offline Default
i don't know how can to use it
Reply With Quote Installed
Old 05-24-2007, 08:30 AM   #9
TuRKMeN
vB Newbie

Activity Longevity
0/20 11/20
Today Posts
0/3 ssssssss1
TuRKMeN is on a distinguished road
Status: Offline Default
thanks / saol
Reply With Quote
Old 06-01-2007, 03:15 AM   #10
ishansoni
vB Newbie

Activity Longevity
0/20 11/20
Today Posts
0/3 sssssss21
ishansoni is on a distinguished road
Status: Offline Default
write in english :S
Reply With Quote Installed

Reply

« Number Of Referrals In Postbit | Add a default Referrer to your register.php file »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Rules



All times are GMT. The time now is 10:06 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Transverse Styles
  • Top
  • Archive
  • vBSEO
  • Contact Us
LinkBack
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks
Bookmark & Share
Digg this Thread! Digg this Thread!
Add Thread to del.icio.us Add Thread to del.icio.us
Bookmark in Technorati Bookmark in Technorati
Furl this Thread! Furl this Thread!