rollercoaster |
Testo rolling coaster: [rollercoaster]tuo testo[/rollercoaster] |
<div>
<script type="text/javascript">
/*
Roller Coaster Script-
By JavaScript Kit
Over 200+ free scripts here!
*/
var fs=1
var direction="right"
function rollertext(whichone){
var thetext=whichone
for (i=0;i<thetext.length;i++){
document.write(thetext.charAt(i).fontsize(fs))
if (fs<7&&direction=="right")
fs++
else if (fs==7){
direction="left"
fs--
}
else if (fs==1){
direction="right"
fs++
}
else if (fs>1&&direction=="left")
fs--
}
}
//Change below text to your won
rollertext("{SIMPLETEXT}")
</script>
</div> |
 |
Sì |
rm |
Video Real Media: [rm]tuo url[/rm] |
<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="380" height="280">
<param name="src" value="{URL}" />
<param name="controls" value="all" />
<object type="video/x-pn-realaudio-plugin"
data="{URL}" width="380" height="280"
class="hiddenObjectForIE">
<param name="controls" value="all" />
alt : <a href="{URL}">Real Media</a>
</object>
</object> |
 |
No |
resizedimg |
Immagine ridimensionata: [resizedimg]URL immagine[/resizedimg] |
<a href="{URL}"><img style="max-width:150px; max-height; 150px;" src="{URL}" alt="Image" /></a> |
 |
Sì |
rainbow |
Testo arcobaleno: [rainbow]Tuo testo[/rainbow] |
<script type="text/javascript">
function colorize(str){
var strArray=str.split("");
for (var i=0;i<strArray.length;i++)
strArray[i]="<span style='color:rgb("+
Math.floor(Math.random()*255)+","+
Math.floor(Math.random()*255)+","+
Math.floor(Math.random()*255)+")'>"+strArray[i]+"</span>";
return strArray.join("");
}
</script>
<script language="javascript" type="text/javascript">
document.write(colorize("{SIMPLETEXT}"));
</script> |
 |
Sì |
pswdspoil= |
Password nascosta: [pswdspoil=password]Messaggio[/pswdspoil] |
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"> <b>Spoiler</b>:
<input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="password=prompt('Please enter password to view this message...',' ');
if (password=='{SIMPLETEXT}')
{
alert('Password Accepted!');
if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '')
{
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';
this.innerText = '';
this.value = 'Hide'; }
else
{
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none';
this.innerText = '';
this.value = 'Show';
}
}
">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;"> {TEXT} </div>
</div>
</div> |
 |
Sì |
picasa |
Picasa Slideshow: [picasa]gilber647/albumid/5427267831589081233[/picasa] |
<embed pluginspage = "http://www.macromedia.com/go/getflashplayer" wmode="transparent" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" flashvars="host=picasaweb.google.com&RGB=0x000000&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2F{TEXT}%3Fkind%3Dphoto%26alt%3Drss" type ="application/x-shockwave-flash" height ="350" width="420"></embed> |
 |
Sì |
photobucket |
Video Photobucked: [photobucket]http://s189.photobucket.com/albums/z140/wolverhamptonboy/xxx.flv[/photobucket] |
<embed width="430" height="389" type="application/x-shockwave-flash" wmode="transparent" src="http://photobucket.com/flash/player.swf?file={URL}"></embed> |
 |
Sì |
paypal |
Paypal: [paypal]indirizzo Paypal[/paypal] |
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="{EMAIL}">
<input type="hidden" name="item_name" value="Donation">
<input type="hidden" name="item_number" value="DONATION">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="110" height="23">
</form> |
 |
Sì |
outdent |
Testo abbassato: [outdent]testo[/outdent] |
<div style="text-indent:-1em; padding-left:1em;">{TEXT}</div> |
 |
Sì |
offtopic |
Offtopic: [offtopic]tuo testo[/offtopic] |
<i><b><font color="#114499">Offtopic:</font></b> <font color="#2277DD">{TEXT}</font></i> |
 |
Sì |