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 Template Modifications » vBulletin 3.5 / 3.6 Template Releases » Backplan flying characterS
Reply
Page 1 of 2 1 2 >

 

  • 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.5.4] Backplan flying characterS (9)
Released: 12-10-2006, 05:19 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:

Template Modification
POWERED:BuRaCH

FRİENDS..YOU ARE WEBSİTE Backplan flying characterS...
ADD THE CODES headenclude TEMPLATE..


******** TURKİSH...***************
Arkadaşlar sitenizin ana sayfasının arka planında ucan hafrler...i.in altaki koldarı headenclude templatesinin en altına kopyalayın...


Code:
<script language="JavaScript">
<!-- Useless Message II by BuRaCh brk_bts@hotmail.com
if (document.all){
 
yourLogo='vbulletin Master Dizayner';
logoFont='Arial';
logoColor='ffffff';
 
 
yourLogo=yourLogo.split('');
L=yourLogo.length; 
H=0;
W=0;
R=0;
E=0;
MY=0;
MX=0;
Wd=0;
Hd=0;
F=new Array();
Y=new Array();
X=new Array();
S=new Array();
A=new Array();
B=new Array(); 
document.write('<div id="outer" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < L; i++)
document.write('<div id="ie" style="position:absolute;top:0;left:0;width:10px;height:10px;'
+'font-family:'+logoFont+';font-size:50px;color:'+logoColor+'">'+yourLogo[i]+'</div>');
document.write('</div></div>');
 
//Initial Placement!
function Set(){
for (i=0; i < L; i++){
H=window.document.body.offsetHeight;
W=window.document.body.offsetWidth;
A[i]=Math.round(Math.random()*H);
B[i]=Math.round(Math.random()*W);
S[i]=Math.random()*0.07+0.05;
R=Math.round(Math.random()*3);
E=Math.round(Math.random()*2500+50)
if (R == 3) B[i]=-E;
if (R == 2) B[i]=W+E;
if (R == 1) A[i]=-E;
if (R == 0) A[i]=H;
F[i]=W/10;
}
}
Set();
 
function Assign(){
outer.style.top=document.body.scrollTop;
for (i=0; i < L; i++){
F[i]-=S[i]*55;
if (F[i] < 2) F[i]=1;
ie[i].style.top =Y[i];
ie[i].style.left=X[i];
ie[i].style.fontSize=F[i];
}
}
function fly(){
MY=window.document.body.clientHeight/2;
MX=window.document.body.clientWidth/2;
Wd=Math.round(Math.random()*40+5);
Hd=Math.round(Math.random()*30+5);
for (i=0; i < L; i++)
{
Y[i]=A[i]+=(MY-A[i])*(S[i]);              
X[i]=B[i]+=(MX-B[i])*(S[i]);  
if ((X[i] > MX-Wd) && (X[i] < MX+Wd) && (Y[i] > MY-Hd) && (Y[i] < MY+Hd)){
 H=window.document.body.offsetHeight;
 W=window.document.body.offsetWidth;
 A[i]=Math.round(Math.random()*H);
 B[i]=Math.round(Math.random()*W);
 S[i]=Math.random()*0.05+0.05;
 R=Math.round(Math.random()*3);
 E=Math.round(Math.random()*50+50)
 if (R == 3) B[i]=-E;
 if (R == 2) B[i]=W+E;
 if (R == 1) A[i]=-E;
 if (R == 0) A[i]=H+E;
}
if ((X[i] < 0) || (X[i] > W) || (Y[i] < 0) || (Y[i] > H)) 
F[i]=W/10;
}
Assign();
setTimeout('fly()',20);
}
window.onload=fly;
}
// -->
</script>



Old 12-10-2006, 07:15 PM   #2
yoyo
vB Newbie

Activity Longevity
0/20 17/20
Today Posts
0/3 sssssss28
yoyo is on a distinguished road
Status: Offline Default
what exactly does this mod do? how do you use it?

Last edited by yoyo; 12-10-2006 at 07:19 PM.
Reply With Quote
Old 12-10-2006, 07:54 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
the hack is the website flying characterS...

Do YOu understand me?
Reply With Quote Author of thread
Old 12-10-2006, 10:42 PM   #4
yoyo
vB Newbie

Activity Longevity
0/20 17/20
Today Posts
0/3 sssssss28
yoyo is on a distinguished road
Status: Offline Default
Quote:
Originally Posted by BuRaCH View Post
the hack is the website flying characterS...

Do YOu understand me?
not really - I installed it and see nothing new
what should I look for?
Reply With Quote
Old 12-11-2006, 05:15 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
the hack version 35x

u are verison??
Reply With Quote Author of thread
Old 12-11-2006, 09:35 PM   #6
ANARCH¥
vB User

Activity Longevity
0/20 15/20
Today Posts
0/3 sssssss90
ANARCH¥ is on a distinguished road
Status: Offline Default
it worked for me ... but strange stuff ... lol
few letters in black at the top of header and after 2 seconds ... letters move (too speedly) and finish
Reply With Quote Installed
Old 02-02-2007, 10:38 PM   #7
Mikeyodesigns
Advanced Coder

Mikeyodesigns's Avatar

Activity Longevity
0/20 14/20
Today Posts
0/3 ssssss520
Location: Scotland
Mikeyodesigns is on a distinguished road
Status: Offline Default
This is an English language Website please post in english, other language posts will be deleted. 2 posts already removed in this thread...
Reply With Quote
Old 03-26-2007, 07:39 AM   #8
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
Thanks....
Reply With Quote Installed
Old 03-27-2007, 05:08 AM   #9
kayazaki
vB Newbie

Activity Longevity
0/20 11/20
Today Posts
0/3 ssssssss2
kayazaki is on a distinguished road
Status: Offline Default
Quote:
Originally Posted by Atakan KOC View Post
Thanks....
ya hiçmi üşenmedin tüm konulara thanks yazdın.
Reply With Quote
Old 03-28-2007, 12:56 PM   #10
Gizmo5h1t3
vB Newbie

Activity Longevity
0/20 15/20
Today Posts
0/3 sssssss47
Location: ROCHDALE LANCS UK
Age: 42
Gizmo5h1t3 is on a distinguished road
Send a message via MSN to Gizmo5h1t3
Status: Offline Default
Quote:
Originally Posted by kayazaki View Post
ya hiçmi üşenmedin tüm konulara thanks yazdın.

while i guess these hacks are pretty decent, the author should respect the fact its an english speaking board.
i for one stopped coming on here, as it sort of ended up bein a trash can full of foreign posts/threads etc, and it became hard work sussing out what was being said.

on my first visit back, i stumble into this mess...

author, respect the fact please....if we posted in english on your boards, you wouldnt appreciate it.

Last edited by Gizmo5h1t3; 03-28-2007 at 12:58 PM.
Reply With Quote

Reply
Page 1 of 2 1 2 >

« Mp3 Player At Navbar | Gender Mod for v 3.4.5 »

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Minimum Characters per Forum waltercat vBulletin Modification Requests 0 08-23-2006 09:29 PM



All times are GMT. The time now is 05:28 AM.

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!