| It's hard to put your finger on it, but something feels wrong here. Things move in the corner of your eye but when you turn, nothing is there. There might be some good pokemon, but who knows what else? |
|
|
1
visitor
in the last 15 minutes:
0
Members
-
1
Guest
-
0
Anonymous
|
|
|
|
| |
|
Topic |
Replies |
Rating |
Last Comment |
Started By |
|
icon legend:
Closed Topics
New messages
|
|
<***** type="text/java*****" language="Java*****">
/* Modified Change Admin/Moderator/Executive Whosonline Colors START */
/* Below are variables you should edit. */
/* The attributes of the line that divides the third row from the second row. */
WOLineColor = "Red"
WOLineStyle = "solid"
WOLineWidth = "1px"
/* Customize Administrator profiles, usernames, and color. */
adminDisplay = "Admins"
adminColor = "Green"
adminProfiles = new Array(
"http://p072.ezboard.com/ufoxgolem.showPublicProfile",
"http://p072.ezboard.com/upackerfan43.showPublicProfile",
"http://p072.ezboard.com/ugrinlax.showPublicProfile",
"http://p072.ezboard.com/ushadowheart0808.showPublicProfile",
"http://p072.ezboard.com/ugrandoldduke.showPublicProfile",
"http://p072.ezboard.com/bpkmnplanetrpg.showLocalUserPublicProfile?login=exlaxcupcake",
"http://p072.ezboard.com/uhitarumiyamori.showPublicProfile",
"http://p072.ezboard.com/udarkleafnokotoba.showPublicProfile")
adminNames = new Array(
"FoxGolem","Packerfan43","Grinlax","Shadowheart0808","GrandOldDuke","Exlax Cupcake","Hitaru Miyamori","Darkleaf No Kotoba")
/* Customize Moderator profiles, usernames, and color. */
modDisplay = "Mods"
modColor = "Red"
modProfiles = new Array(
"http://p072.ezboard.com/bpkmnplanetrpg.showUserPublicProfile?gid=ryoupetdragon@pkmnplanetrpg",
"http://p072.ezboard.com/ugamecubeland.showPublicProfile",
"http://p072.ezboard.com/usakurathegenin.showPublicProfile",
"http://p072.ezboard.com/uoutforyou.showPublicProfile",
"http://p072.ezboard.com/ukaibaversion2.showPublicProfile",
"http://p072.ezboard.com/usupersephroth13.showPublicProfile",
"http://p072.ezboard.com/ujrtrainer.showPublicProfile",
"http://p072.ezboard.com/ugerudowarrior.showPublicProfile",
"http://p072.ezboard.com/uchrnotrkr.showPublicProfile",
"http://p072.ezboard.com/uryokenshin75.showPublicProfile",
"http://p072.ezboard.com/upyrostinger.showPublicProfile",
"http://p072.ezboard.com/uvulpix62.showPublicProfile",
"http://p072.ezboard.com/ufemiolabisi.showPublicProfile",
"http://b072.ezboard.com/uixishugoixi.showPublicProfile",
"http://p072.ezboard.com/bpkmnplanetrpg.showUserPublicProfile?gid=acefighter586",
"http://p072.ezboard.com/bpkmnplanetrpg.showUserPublicProfile?gid=asami@pkmnplanetrpg",
"http://p072.ezboard.com/bpkmnplanetrpg.showUserPublicProfile?gid=shiro878",
"http://p072.ezboard.com/bpkmnplanetrpg.showUserPublicProfile?gid=kjedge",
"http://p072.ezboard.com/bpkmnplanetrpg.showUserPublicProfile?gid=seraphimon110",
"http://p072.ezboard.com/bpkmnplanetrpg.showUserPublicProfile?gid=ryoupetdragon@pkmnplanetrpg")
modNames = new Array(
"RyouPetDragon",
"Gamecubeland",
"Sakura The Genin",
"outforyou",
"Kaiba Version2",
"supersephroth13",
"JR trainer",
"Gerudo Warrior",
"ChrnoTrkr",
"Ryo Kenshin75",
"pyrostinger",
"vulpix62",
"Femi Olabisi",
"IXIShugoIXI",
"AceFighter586",
"Asami",
"shiro878",
"KJ Edge",
"Seraphimon110",
"RyouPetDragon")
/* Customize Executive profiles, usernames, and color. */
execDisplay = "Execs"
execColor = "#c19900"
execProfiles = new Array(
"http://p072.ezboard.com/ugamecubeland.showPublicProfile",
"http://p072.ezboard.com/uebilangeldraconicgal.showPublicProfile",
"http://p072.ezboard.com/utio123.showPublicProfile",
"http://p072.ezboard.com/uliloldmeh.showPublicProfile",
"http://p072.ezboard.com/uspiritmage786.showPublicProfile",
"http://p072.ezboard.com/uxtremeash.showPublicProfile",
"http://p072.ezboard.com/udarkkrystal.showPublicProfile")
execNames = new Array(
"gamecubeland",
"Ebil Angel Draconic Gal",
"Tio123",
"liloldmeh",
"SpiritMage786",
"XtremeAsh",
"Dark Krystal")
/* Do NOT edit below here */
var foundLink = false
dl = document.links
adminDesc = "" + adminDisplay + ""
modDesc = "" + modDisplay + ""
execDesc = "" + execDisplay + ""
var execCount = 0
var modCount = 0
var adminCount = 0
if ((adminProfiles.length == adminNames.length) && (modProfiles.length == modNames.length) && (execProfiles.length == execNames.length)) {
for (k = 0; k < dl.length; k++) {
if (dl[k].parentNode.parentNode.parentNode.parentNode.className=="whosonline") {
foundLink = true
for (e = 0; e < execProfiles.length; e++) {
if (dl[k].href == execProfiles[e]) {
dl[k].innerHTML = "" + execNames[e] + ""
execCount++
}
}
for (j = 0; j < modProfiles.length; j++) {
if (dl[k].href == modProfiles[j]) {
dl[k].innerHTML = "" + modNames[j] + ""
modCount++
}
}
for (l = 0; l < adminProfiles.length; l++) {
if (dl[k].href == adminProfiles[l]) {
dl[k].innerHTML = "" + adminNames[l] + ""
adminCount++
}
}
var WOLink = k
}
}
if (modCount) {
modDesc = modDesc + " (" + modCount + " Now Online!)"
}
if (adminCount) {
adminDesc = adminDesc + " (" + adminCount + " Now Online!)"
}
if (execCount) {
execDesc = execDesc + " (" + execCount + " Now Online!)"
}
if (foundLink) {
newBG = dl[WOLink].parentNode.bgColor
newTR = document.createElement("tr")
newTD = document.createElement("td")
newTD.style.borderTopColor = WOLineColor
newTD.style.borderTopStyle = WOLineStyle
newTD.style.borderTopWidth = WOLineWidth
newTD.innerHTML = adminDesc + " - " + modDesc + " - " + execDesc
newTD.bgColor = newBG
newTR.appendChild(newTD)
dl[WOLink].parentNode.parentNode.parentNode.appendChild(newTR)
}
} else {
alert("Whoa.")
}
/* Modified Change Admin/Moderator/Executive Whosonline Colors END */
*****>
<***** type="text/java*****">
/* CHANGE WHO'S ONLINE LABELS */
if ( !(ezPage && ezQuery ) || ezIsBoard) {
replaceWhat = Array("visitor", "in the last 15 minutes", "Member", "Guest", "Anonymous");
replaceWith = Array("Viewer", "in the next 15 minutes", "Trainer", "Potential Trainer", "Mystery Trainer");
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]);
}
}
}
}
/* END CHANGE WHO'S ONLINE LABELS */
*****>
<***** type="text/java*****">
/* CHANGE WHO'S ONLINE LABELS */
if ( !(ezPage && ezQuery ) || ezIsBoard) {
replaceWhat = Array("visitor", "in the last 15 minutes", "Member", "Guest", "Anonymous");
replaceWith = Array("Viewer", "in the last 15 minutes", "Trainer", "Rookie", "Lurker");
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]);
}
}
}
}
/* END CHANGE WHO'S ONLINE LABELS */
*****>
|
|
<***** language="Java*****" type="text/java*****">
if (true) {
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText("Mark ALL forums read") ) {
range.text="";
range.collapse(false);
}
}
*****>
<***** language="Java*****" type="text/java*****">
if (true) {
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText("packerfan43") ) {
range.text="PackerDan";
range.collapse(false);
}
}
*****>
<***** language="Java*****" type="text/java*****">
if (true) {
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText("Grinlax") ) {
range.text="Father Grinlax";
range.collapse(false);
}
}
*****>
<***** language="Java*****" type="text/java*****">
if (true) {
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText("XtremeAsh") ) {
range.text="Kuya Mikerz";
range.collapse(false);
}
}
*****>
<***** language="Java*****" type="text/java*****">
if (true) {
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText("IXIShugoIXI") ) {
range.text="Shugsta";
range.collapse(false);
}
}
*****>
<***** language="Java*****" type="text/java*****">
if (true) {
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText("Darkleaf Master") ) {
range.text="Darkleaf No Kotoba";
range.collapse(false);
}
}
*****>
<***** language="Java*****" type="text/java*****">
if (true) {
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText("xx") ) {
range.text="xx";
range.collapse(false);
}
}
*****>
<***** language="Java*****" type="text/java*****">
if (true) {
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText("xx") ) {
range.text="xx";
range.collapse(false);
}
}
*****>
<***** language="Java*****" type="text/java*****">
if (true) {
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText("My Control Center") ) {
range.text="PokeNav";
range.collapse(false);
}
}
*****>
<***** language="Java*****" type="text/java*****">
if (true) {
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText("registered members") ) {
range.text="players havin' a good time!";
range.collapse(false);
}
}
*****>
<***** language="Java*****" type="text/java*****">
if (true) {
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText("people chatting") ) {
range.text="taking credit for your second symphony!";
range.collapse(false);
}
}
*****>
<***** language="Java*****" type="text/java*****">
if (true) {
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText("ezInbox") ) {
range.text="Access PokeGear E-Mail Inbox";
range.collapse(false);
}
}
*****>
<***** language="Java*****" type="text/java*****">
if (true) {
var range = document.body.createTextRange();
range.collapse(true);
while (range.findText("Logout") ) {
range.text="Turn Off";
range.collapse(false);
}
}
*****>
|