
Ive put it in the footer but doesn't seem to be working, its a script here it is.
<script>/*
Colors Key in Users Stats Box v1.2
Created by iFusion
*/
var irGroup = []
irGroup[0]=["Administrator" , "white" , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[1]=["|" , "#C0C0C0" , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[2]=["Leader" , "#0066CC" , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[3]=["|" , "#C0C0C0" , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[4]=["Assistant Leader" , "#AA0099" , "filter:(color=white, strength=4); height: 2px;"]
irGroup[5]=["|" , "#C0C0C0" , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[6]=["Moderator" , "green" , "filter:(color=white, strength=4); height: 2px;"]
irGroup[7]=["|" , "#C0C0C0" , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[8]=["Elite" , "#C0C0C0" , "filter:(color=white, strength=4); height: 2px;"]
irGroup[9]=["|" , "#C0C0C0" , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[10]=["PK Leader" , "#FF5500" , "filter:(color=white, strength=4); height: 2px;"]
irGroup[11]=["|" , "#C0C0C0" , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[12]=["Assistant PK Leader" , "#FFCC99" , "filter:(color=white, strength=4); height: 2px;"]
irGroup[13]=["|" , "#C0C0C0" , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[14]=["Elite Mentor" , "#FFFF00" , "filter:(color=white, strength=4); height: 2px;"]
irGroup[15]=["|" , "#C0C0C0" , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[16]=["Recruiter" , "#33FFCC" , "filter:(color=white, strength=4); height: 2px;"]
irGroup[17]=["|" , "#C0C0C0" , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[18]=["Events Coordinator" , "#CCFFFF" , "filter:(color=white, strength=4); height: 2px;"]
irGroup[19]=["|" , "#C0C0C0" , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[20]=["Warlord" , "CCCCFF" , "filter:(color=white, strength=4); height: 2px;"]
irGroup[21]=["|" , "#C0C0C0" , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[22]=["Clan Friend" , "996600" , "filter:(color=white, strength=4); height: 2px;"]
irGroup[23]=["|" , "#C0C0C0" , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[24]=["Clan Ally" , "#663333 " , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[23]=["|" , "#C0C0C0" , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[24]=["TBE Programmer" , "#11ccff" , "filter:(color=white, strength=4); height: 2px;"]
irGroup[25]=["|" , "#C0C0C0" , "filter:(color=white, strength=4); height: 2px;font-weight:bold;"]
irGroup[26]=["Banned/Vagrant" , "red" , "filter:(color=white, strength=4); height: 2px;"]
var usersInput=""
for (i=0;i<irGroup.length;i++){
usersInput+="<font style='" + irGroup[2] + "' color='" + irGroup[1] + "'>" + irGroup[0] + "</font> "
}
var tCell = document.getElementsByTagName('TD')
for (i=0;i<tCell.length;i++){
if (tCell.width=="95%" && tCell.innerHTML.match(/anonymous members/i)){
tCell.getElementsByTagName('DIV')[0].innerHTML+="<br /><br />Key: " + usersInput
If it should be anywhere else, or if you know why its not working please help!
Cheers,
Samuel3.
This post has been edited by samuel3: 20 November 2008 - 02:12 PM

Help



Back to top












