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 » New Bbcodes
Reply
Page 1 of 4 1 23 > Last »

 

  • 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] New Bbcodes (128)
Released: 12-04-2006, 12:07 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
APPOİNT

YOU ARE NEW BB CODES

CUMMUNİTY

Rainbow text effect

Name:rainbow text effect

tag:rainbow

Replacement:
Code:
<script language="JavaScript">
<!-- Hide the script from old browsers --
function MakeArray(n){
  this.length=n;
  for(var i=1; i<=n; i++) this[i]=i-1;
  return this
}
 
hex=new MakeArray(16);
hex[11]="A"; hex[12]="B"; hex[13]="C"; hex[14]="D";
hex[15]="E"; hex[16]="F";
 
function ToHex(x){   // Changes a int to hex (in the range 0 to 255)
  var high=x/16;
  var s=high+"";        //1
  s=s.substring(0,2);   //2 the combination of these = trunc funct.
  high=parseInt(s,10);  //3
  var left=hex[high+1]; // left part of the hex-value
  var low=x-high*16;    // calculate the rest of the values
  s=low+"";             //1
  s=s.substring(0,2);   //2 the combination of these = trunc funct.
  low=parseInt(s,10);   //3
  var right=hex[low+1]; // right part of the hex-value
  var string=left+""+right; // add the high and low together
  return string;
}
 
function fadeout(text){
  text=text.substring(3,text.length-4);
                         // gets rid of the HTML-comment-tags
  color_d1=255;          // any value in 'begin' 0 to 255
  mul=color_d1/text.length;
  var j=1;
for(i=0;i<text.length;i++){
   color_d1=255*Math.sin(i/(text.length/3));
   // some other things you can try>>
   // "=255-mul*i" to fade out, "=mul*i" to fade in,
   // or try "255*Math.sin(i/(text.length/3))"
   color_h1=ToHex(color_d1);
   color_d2=mul*i;
   color_h2=ToHex(color_d2);
   color_d3=mul*(text.length-i);
   color_h3=ToHex(color_d3);
 
      j = i;
 
  if (text.substring(i,i+1) == '&')
  {
        for (j = i+1; j < text.length; j++)
        {
               if (text.substring(j,j+1) == ';') { break; }
        }
        if (j == text.length) { j = i; }
  }
 
  if (text.substring(i,i+1) == '<')
  {
        for (j = i+1; j < text.length; j++)
        {
               if (text.substring(j,j+1) == '>') { break; }
        }
        if (j == text.length) { j = i; }
  }
 
   document.write("<FONT COLOR='#"+color_h3+color_h1+color_h2+"'>"+
                  text.substring(i,j+1)+'</FONT>');
         i = j;
 }
}
// --End Hiding Here -->
</script>
 
     <script language="JavaScript"><!--
      {fadeout("-->{param}<!__");}
//--></script>
Example:[rainbow]your text[/rainbow]

Description:What you want

Use Option:No

Button image:images/editor/rainbow.gif

Dİposal:[RAINBOW]your text[/RAINBOW]





Search in search engines

Name:Search in search engines

Tag:search

Replacement:
Code:
<b>Search {param} in search engines</b>:<br><br>
<a onclick="urchinTracker ('/outgoing/http_www_google_com_search_q_param_');" href='http://www.google.com/search?q={param}'>Search in Google</a><br><br>
<a onclick="urchinTracker ('/outgoing/http_search_yahoo_com_search_p_param_');" href='http://search.yahoo.com/search?p={param}'>Search in Yahoo</a><br><Br>
<a onclick="urchinTracker ('/outgoing/http_search_msn_com_results_aspx_q_param_');" href='http://search.msn.com/results.aspx?q={param}'>Search in MSN </a><br><Br>
<a onclick="urchinTracker ('/outgoing/http_search_aol_com_aolcom_search_query_param_');" href='http://search.aol.com/aolcom/search?query={param}'>Search in AOL</a><br><Br>
<a onclick="urchinTracker ('/outgoing/http_webk_ask_com_web_q_param_');" href='http://webk.ask.com/web?q={param}'>Search in Ask Jeeves </a><br><Br>
<a onclick="urchinTracker ('/outgoing/http_www_altavista_com_web_results_itag_ody_q_param_');" href='http://www.altavista.com/web/results?itag=ody&q={param}'>Search in Altavista</a><br>
Example:[search=][/search]

Description:Searchs your keywords in search engines

Use Option:No

Button image:images/editor/search.gif

DİSPOSAL:[SEARCH]search word[/SEARCH]

Yahoo Online Status

Name:Yahoo Online Status

Tag:yahoo

Replacement:
Code:
<a href="<A href="http://edit.yahoo.com/config/send_webmesg?.target={content}&.src=pg"><img">http://edit.yahoo.com/config/send_webmesg?.target={content}&.src=pg"><img border=0 src="<A href="http://opi.yahoo.com/online?u={content}&m=g&t={option}"></a>[/code">http://opi.yahoo.com/online?u={content}&m=g&t={option}"></a>
Example:[yahoo]youryahooname[/yahoo]

Description:Shows yahoo messenger status

Use Option:No

Button image:images/editor/yahoo.gif

DİSPOSAL:[YAHOO]your yahoo adress[/YAHOO]




Warning BBcode(uyarı kodu)

Name:Warning BBcode

tag:warn

Replacement:
Code:
<div class="ruleswrap">Warning from {option}:<center><b>{param}</b></center></div>
Example:[warn=username]This is a warning![/warn]

Description:makes warning to a user

Use option:Yes

Button image:images/editor/warn.gif

DİSPOSAL:[WARN="username"]warning text[/WARN]



Download

name=Download

tag=download

replacement:
Code:
<center><img src="images/document.gif"><b>{option}:</b>  <a href="{param}">{param}<a/></b></center>
Example:[download=option]your download link[/download]

description:File download BBcode

Use option:Yes

Button image:images/editor/download.gif

Disposal(KULLANIM):[DOWNLOAD="rar"]download link[/DOWNLOAD]

rar yazan yeri hangi dosya tipinin linkini vericekseniz onla değiştirin mesela zip linki veriyorsanız oraya zip yazın

document.gif dosyasını images klasörüne uplaod edin

Paypal account
Paypal Hesabı

name:Paypal Account

tag=paypal

Replacement:
Code:
<a onclick="urchinTracker ('/outgoing/https_www_paypal_com_xclick_business_option_no_note_1_tax_0_item_name_param_');" href='https://www.paypal.com/xclick/business={option}&no_note=1&tax=0&item_name={param}'><img src='https://www.paypal.com/en_US/i/btn/x-click-but21.gif' alt='{param}' border='0' /></a>
Example:[paypal=paypal@youradress.com]Paypal Donation[/paypal]

Description:Makes paypal donation

Use option:yes

Button image:images/editor/paypal.gif

kullanım:[PAYPAL="paypal account name"]donation[/PAYPAL]



background colors:
Arkaplan rengi

name:Background Color

tag:background

Replacement:
Code:
<div style="width: 100%; background-color:{option}">{param}</div>
Example:[background=red]your text[/background]

Description:Adds background color to your text

Use option:yes

Button image:images/editor/bgcolor.gif

kullanım:[BACKGROUND="red"]text[/BACKGROUND]

red yazan yeri değiştirerek rengin dğeişmesini sağlayabilirsiniz
yellow,green,orange vs vs



Note:the additional images fule full folders in the images/editör upload.
NOT:ekteki images klasöründeki tüm dosyaları images/editor içine uplaod edin

BuRaCH



Old 12-04-2006, 12:47 PM   #2
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 additional images..
Attached Files
File Type: zip images.zip (24.5 KB, 364 views)
Reply With Quote Author of thread
Old 12-04-2006, 02:40 PM   #3
val
vB User

val's Avatar

Activity Longevity
0/20 12/20
Today Posts
0/3 sssssss69
Location: in my head
val is on a distinguished road
Status: Offline Default
nice hack
Reply With Quote
Old 12-04-2006, 04:45 PM   #4
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
thank you.!!
Reply With Quote Author of thread
Old 12-04-2006, 07:47 PM   #5
icody
Coder

icody's Avatar

Activity Longevity
0/20 12/20
Today Posts
0/3 ssssss126
Location: Earth
icody is on a distinguished road
Send a message via MSN to icody Send a message via Yahoo to icody Send a message via Skype™ to icody
Status: Offline Default
where i add the Rainbow text effect CODE?
Reply With Quote
Old 12-04-2006, 08:05 PM   #6
Zaad
vB Newbie

Activity Longevity
0/20 13/20
Today Posts
0/3 ssssssss5
Zaad is on a distinguished road
Status: Offline Default
thanks alot dude
Reply With Quote
Old 12-04-2006, 08:14 PM   #7
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
Quote:
Originally Posted by icody View Post
where i add the Rainbow text effect CODE?
Code:
 
 
<script language="JavaScript"> <!-- Hide the script from old browsers -- function MakeArray(n){ this.length=n; for(var i=1; i<=n; i++) this[i]=i-1; return this } hex=new MakeArray(16); hex[11]="A"; hex[12]="B"; hex[13]="C"; hex[14]="D"; hex[15]="E"; hex[16]="F"; function ToHex(x){ // Changes a int to hex (in the range 0 to 255) var high=x/16; var s=high+""; //1 s=s.substring(0,2); //2 the combination of these = trunc funct. high=parseInt(s,10); //3 var left=hex[high+1]; // left part of the hex-value var low=x-high*16; // calculate the rest of the values s=low+""; //1 s=s.substring(0,2); //2 the combination of these = trunc funct. low=parseInt(s,10); //3 var right=hex[low+1]; // right part of the hex-value var string=left+""+right; // add the high and low together return string; } function fadeout(text){ text=text.substring(3,text.length-4); // gets rid of the HTML-comment-tags color_d1=255; // any value in 'begin' 0 to 255 mul=color_d1/text.length; var j=1; for(i=0;i<text.length;i++){ color_d1=255*Math.sin(i/(text.length/3)); // some other things you can try>> // "=255-mul*i" to fade out, "=mul*i" to fade in, // or try "255*Math.sin(i/(text.length/3))" color_h1=ToHex(color_d1); color_d2=mul*i; color_h2=ToHex(color_d2); color_d3=mul*(text.length-i); color_h3=ToHex(color_d3); j = i; if (text.substring(i,i+1) == '&') { for (j = i+1; j < text.length; j++) { if (text.substring(j,j+1) == ';') { break; } } if (j == text.length) { j = i; } } if (text.substring(i,i+1) == '<') { for (j = i+1; j < text.length; j++) { if (text.substring(j,j+1) == '>') { break; } } if (j == text.length) { j = i; } } document.write("<FONT COLOR='#"+color_h3+color_h1+color_h2+"'>"+ text.substring(i,j+1)+'</FONT>'); i = j; } } // --End Hiding Here --> </script> <script language="JavaScript"><!-- {fadeout("-->{param}<!__");} //--></script>
oke?
Reply With Quote Author of thread
Old 12-05-2006, 07:45 PM   #8
icody
Coder

icody's Avatar

Activity Longevity
0/20 12/20
Today Posts
0/3 ssssss126
Location: Earth
icody is on a distinguished road
Send a message via MSN to icody Send a message via Yahoo to icody Send a message via Skype™ to icody
Status: Offline Default
hehehe ) where i paste this greate code?
Reply With Quote
Old 12-08-2006, 04:44 PM   #9
ScReaM_
vBulletin Guru

ScReaM_'s Avatar

Activity Longevity
0/20 14/20
Today Posts
0/3 ssssss114
ScReaM_ is on a distinguished road
Status: Offline Default
Qoute By HaYLaZ !
Reply With Quote
Old 12-08-2006, 07:23 PM   #10
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
Quote:
Originally Posted by icody View Post
hehehe ) where i paste this greate code?

[SIZE=2]admincp<>bb code options<>new bbcode add


Quote:
Originally Posted by ScReaM_ View Post
Qoute By HaYLaZ !
haylaz has got information about this topic

aksini iddia etmedik
Reply With Quote Author of thread

Reply
Page 1 of 4 1 23 > Last »

« Latest Threads IN Marquee | Tic Tac Toe Game »

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
Instructions on using <?php ?> in custom bbcodes Amadeus vBulletin Modification Requests 4 06-20-2006 03:42 AM



All times are GMT. The time now is 05:47 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!