<***** type="text/java*****"> /* Determine Board ID, Forum, Page, Etc. */ ezURL = document.location.href.match("http:\/\/pub([0-9]*)\.ezboard\.com\/(b|f)([a-zA-Z0-9]*)((|)||(frm[0-9]+|$))($|(\.)([a-zA-Z0-9]*))($|([\?])((.)*))"); if (ezURL.length > 0) { ezPub = ezURL[1]; ezIsBoard = ezURL[2] == "b" ? true : false; ezBoardID = ezURL.length > 3 ? ezURL[3]: ""; if ( ezBoardID.indexOf("frm") != -1 ) { ezForum = ezBoardID.substr(ezBoardID.indexOf("frm")); ezBoardID = ezBoardID.replace(ezForum,""); } else { ezForum = ezURL.length > 4 ? ezURL[4] : ""; } ezPage = ezURL.length > 7 ? ezURL[7] : ""; ezQuery = ezURL.length > 10 ? ezURL[10] : ""; } ezURL = null; <***** type="text/java*****"> /* EZINBOX ALERT FUNCTION */ // call with true for a popup window and with false for a java***** OK alert function inboxalert(bWindow) { for (al = 0; al < document.links.length; al++) { if ( document.links[al].href.match(".boardRedirectToInboxServer|.showInBoxFolder") ) { if (document.links[al].parentNode.innerHTML.match("NEW!")) { x = document.links[al].parentNode.innerHTML.match("([0-9]+) NEW!")[1]; if (!bWindow) { alert(x + " new messages!"); } else { inbox = window.open("","","height=40,width=260,status=no,toolbar=no,address=no"); inbox.document.write("

You have " + x + " new messages...
go to ezInbox

"); } } } } } /* END EZINBOX ALERT FUNCTION */
Administrators: jennirv4967, GuardianOfJustice Moderators: iluvbtvs13

TroubleMakers R Us
   > Archives

 
New Topic
Login | Register Your Free Account (Required) | Search | Help | Find Communities! Need help logging in?
Yes, you're not the only one with waaaaaay too much free time on your hands. Better be careful hanging out with us....we'll get you in trouble!

1 visitor in the last 15 minutes: 0 Members - 1 Guest - 0 Anonymous

  Topic Replies Last Comment Started By
  TMRU Contest/Pseudo-"Fundraiser" 1 7/7/03 0:32
by: Newkie
jennirv4967 

New Topic

icon legend:
Closed threads - cannot reply to these posts Closed Topics
Unread messages New messages

jump to:
Some images courtesy of Cavernsofblood.com or Graphics4free.com
<***** language="Java*****" type="text/java*****"> var range = document.body.createTextRange(); range.collapse(true); while (range.findText("Join Live Chat!")) { range.text="TroubleMaker Chat"; range.collapse(false); } <***** language="Java*****" type="text/java*****"> for(i=0;i <***** type="text/java*****"> /* Replace labels in "who's online" with your own labels */ if ( !ezPage && !ezQuery ) { replaceWhat = Array("visitor", "in the last 15 minutes", "Member", "Guest", "Anonymous"); replaceWith = Array("visitor", "running amuck", "TroubleMaker", "Untainted One", "Paranoid Nosey Person"); allTables = document.getElementsByTagName("table"); for (at = 0; at < allTables.length; at++ ) { if (allTables.item(at).className == "whosonline") { wotd = allTables.item(at).getElementsByTagName("td").item(0); for ( rw = 0; rw < replaceWhat.length; rw++ ) { wotd.innerHTML = wotd.innerHTML.replace(replaceWhat[rw], replaceWith[rw]); } } } } Staff Online / Offline
<***** type="text/java*****"> /* LAUNCH EZINBOX ALERT FUNCTION */ inboxalert(true); /* END LAUNCH EZINBOX ALERT FUNCTION */
jennirv4967 GuardianofJustice
<***** type="text/java*****"> /* ONLINE INDICATOR TOGGLER */ indicatorUsers = "jennirv4967 GuardianofJustice"; onlineIndicatorClass = "mbonline"; // Class for external 'online' indicator if ( !ezPage ) { aCheck = new RegExp(indicatorUsers.split(/\s/).join("|"), "i"); indicatorUsers = null; for(x=0;x <***** language="Java*****" type="text/java*****"> var range = document.body.createTextRange(); range.collapse(true); while (range.findText("registered members ")) { range.text="registered TroubleMakers"; range.collapse(false); } <***** language="Java*****" type="text/java*****"> var range = document.body.createTextRange(); range.collapse(true); while (range.findText("Invite Friends!")) { range.text="Invite other people with too much time on their hands"; range.collapse(false); } <***** language="Java*****" type="text/java*****"> var range = document.body.createTextRange(); range.collapse(true); while (range.findText("Logged in as")) { range.text="Causing trouble as"; range.collapse(false); } <***** language="Java*****" type="text/java*****"> var range = document.body.createTextRange(); range.collapse(true); while (range.findText("Welcome our newest member:")) { range.text="Welcome our newest Weirdo:"; range.collapse(false); }

Powered By ezboard® Ver. 7.32
Copyright ©1999-2007 ezboard, Inc.