|
PM Flasher Code
The inbox Flashe's with the color u choose (HTML Code Color):
| QUOTE | <script>//New PM Flasher - By Markup Improved By RetroDude userLinks=document.getElementById('userlinks'); if(userLinks.innerHTML.match("Inbox")) { newMsg=false; a=userLinks.getElementsByTagName("A"); for(i=0;i<a.length;i++)if(a[i].innerHTML.match(/Inbox\s\([0-9]+\)/)&&a[i].innerHTML.match(/[0-9]+/)>0)newMsg=i; if(newMsg) { inbox=a[newMsg]; inbox.style.fontWeight="Bold"; inbox.style.color="Red"; flash(); } } function flash() { if(inbox.style.visibility=="hidden")inbox.style.visibility="visible"; else inbox.style.visibility="hidden"; setTimeout("flash()",500) } </script> |
Announcement Box
This is a small/medium Announce box, like we got here.
| QUOTE | <center> <table width="40%" border="0" align="center" cellspacing="1" cellpadding="0" bgcolor="#000000"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="3" class="maintitle"> <tr> <td class="maintitle"><img src="http://invisionfree.com:54/style_images/1/nav_m.gif" border="0" alt="" width="8" height="8"></td> <td width="100%" class="maintitle"> Announcement's</td> </tr> </table> </td> </tr> <tr> <td class="row1"> <table width="100%" border="0" cellspacing="0" cellpadding="6"> <tr> <td width="100%" valign="middle" class="row1"> <center><marquee height="65" width="200" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="1" style="Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=90, FinishX=0, FinishY=0);"><font face="verdana" color="#000000"> Welcome! <br> <br> <br> Text </td> </tr> </table> </td> </tr> </table> </center> |
S.O.T.W Box
A S.O.T.W Where u can put a Sig in it.
| QUOTE | <table cellpadding="4" cellspacing="1" border="0" width="100%"> <Font Color=#000000><tr><td class="maintitle" align="center" colspan="3"><Strong>S.O.T.W - Sig Of The Week</tr></td><tr><td class="titlemedium" align="center" colspan="3"><font color="#000000"> S.O.T.W Winner:<b> </font></b></tr></td><tr><td></Strong><center><br><hr>- The picture will come here-<br> <br> <br> <br><br></br></center></tr></td><tr><td class="titlemedium" align="center" colspan="3"></td></tr></table> <table width="100%" style='border:1px solid #323232' cellspacing="1" cellpadding="4"> <tr> </tr> <script> |
Online Change Thingy
It change's the name's of that Quest's/Member's, to your choice.
| QUOTE | //Created By Bta fighter3 of Runebig //http://s14.invisionfree.com/forums/Runebig/index.php?
var members = 'ForumName Member(s)' var guests = 'ForumName Guest(s)' var anon_members = 'ForumName Invisible Member(s)'
var td = document.getElementsByTagName("TD"); for (x=0;x<td.length;x++){ if(td[x].className=='row4' && td[x].width=='95%'){ td[x].innerHTML = td[x].innerHTML.replace(/anonymous members/i,anon_members); td[x].innerHTML = td[x].innerHTML.replace(/members/i,members); td[x].innerHTML = td[x].innerHTML.replace(/guests/i,guests); }} </script> |
All affi's, scroll from right to left here.
| QUOTE | <table align="center" border="0" width="92%" cellspacing="0" cellpadding="0" class="tableborder">
<!-- Scrolling Affilate Box w/ Text Area II Created by DjTsWiMr582/ManyGames 2-01-04 Please visit http://s3.invisionfree.com/manygames2/index.php for more codes
This code may not be redistributed without permission from its maker. This header must stay intact at all times. If you fail to comply with these rules, you will be reported and in result your board may be deleted. -->
<tr> <td> <table cellpadding="3" cellspacing="1" border="0" width="100%"> <tr> <td class="maintitle" align="center" colspan="3"> <font color="#000000" size="2"> <b>Affiliation's</b> </font> </td> </tr> <tr> <td width="70%" valign="middle" class="row4"> <marquee scrollamount=3 onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=3">OFther affi pic + there links</marquee> </td> <td width="30%" class="row3" valign="middle"><center> Affi pic code <textarea rows='2' cols='20' readonly='readonly'>Affi code "/></a></textarea></center> </td> </tr> </table> </td> </tr> </table> |
Emotion's in Fast Reply
From now u can use Smilies in Fast Reply
| QUOTE | <script> <!-- /* ----------------------------------- |Emoticon in Fast Reply By es. 2005 |http://s9.invisionfree.com/ifusion |May not be edited without permission |version 2.02a ------------------------------------*/
emsign = [] emsign[1]=[":)","http://209.85.48.9/html/emoticons/smile.gif"] emsign[2]=[":(","http://209.85.48.9/html/emoticons/sad.gif"] emsign[3]=[":o","http://209.85.48.9/html/emoticons/ohmy.gif"] emsign[4]=[":angry:","http://209.85.48.9/html/emoticons/angry.gif"] emsign[5]=[":huh:","http://209.85.48.9/html/emoticons/huh.gif"] emsign[6]=[":wub:","http://209.85.48.9/html/emoticons/wub.gif"] emsign[7]=["<_<","http://209.85.48.9/html/emoticons/dry.gif"] emsign[8]=[";)","http://209.85.48.9/html/emoticons/wink.gif"] emsign[9]=[":blink:","http://209.85.48.9/html/emoticons/blink.gif"] emsign[10]=[":P","http://209.85.48.9/html/emoticons/tongue.gif"] emsign[11]=[":D","http://209.85.48.9/html/emoticons/biggrin.gif"] emsign[12]=[":lol:","http://209.85.48.9/html/emoticons/laugh.gif"]
position = "right"
document.write('<script src="http://209.85.48.9/2306/165/upload/p3015807.ibf"></script>')
|
|