<***** 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
Do you know of a site or EZBoard we should know about?? This is the place to let us know!!

TroubleMakers R Us
   > Links

 
Moderated by: GuardianOfJustice  iluvbtvs13  jennirv4967 
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

Page 1 2
  Topic Replies Last Comment Started By
    Vampires, and Demons, and Slayers, OH MY! 0 10/12/03 17:07 xOmoix
    The Holy Amber 0 9/7/03 21:35 iluvbtvs13 
  posticon Zhang Ziyi CSC 1 1/6/04 13:46
by: Southern Crane
Southern Crane
    Do you.... 0 8/7/03 8:17 shadow1304 
    my site and forum! 0 7/15/03 14:50 iluvbtvs13 
    BUFFY RPG 0 7/13/03 13:10 Head Mistress Nitengail
    Welcome to the Hellmouth 0 7/6/03 8:43 Skidiot
    BTVS Season 4 DVD Info 0 6/2/03 12:36 pitchick48
    4/5 NTS Adds faces & skins! 0 4/5/03 19:52 GuardianOfJustice 
    2/11 NTS adds Medieval & skins! 0 2/11/03 11:38 GuardianOfJustice 
    1/26 NTS adds Theme & skins! 0 1/26/03 18:31 GuardianOfJustice 
    1/20 NTS: Huge Update! 0 1/20/03 4:32 GuardianOfJustice 
    THE ZONE 0 1/10/03 8:20 malevolence03 
    1/4 NTS updates! 1 1/4/03 19:13
by: jennirv4967
GuardianOfJustice 
    12/30 Simslice Updates! 2 12/30/02 21:58
by: jennirv4967
jennirv4967 
    12/22 NTS Updates! 0 12/22/02 19:56 GuardianOfJustice 
    12/8 NTS Updates! 0 12/8/02 15:28 GuardianOfJustice 
    Website/Message Board 0 12/5/02 9:29 Ranece
    SMG at AllSkins! 0 12/4/02 7:45 GuardianOfJustice 
    12\1 NTS Updates! 0 12/1/02 21:50 GuardianOfJustice 
    Nighttime Sims Updates! 1 11/17/02 12:30
by: jennirv4967
GuardianOfJustice 
    My boards 0 11/9/02 15:08 Janers0217 
    10/28 Sim Lair Update 0 10/28/02 10:32 callistawolf 
    Angel heads at Sim Freaks 2 10/25/02 19:40
by: Newkie
jennirv4967 
    Another Update at the Sim Lair 10/16 0 10/16/02 9:59 callistawolf 

Page 1 2

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.