Depends. If you're using a code, let me see it.PKMNMasterSamus said:for a jukebox, where do you put your music....my other admin set it up but he had to take it off...I heard that you know how to set up jukeboxes, so I asked.
actually my other admin got it in...so I don't need help anymoreDSFAN121 said:Depends. If you're using a code, let me see it.PKMNMasterSamus said:for a jukebox, where do you put your music....my other admin set it up but he had to take it off...I heard that you know how to set up jukeboxes, so I asked.
![]()
If you see this code copyrighted by Matt report it at Invisionfree.comOddCrazyMe said:What is the code for money?
<script type="text/javascript">
// Money code
// By Gornakle of InvisionFree.com
var sign = "Sign of the money";
var name = "<br>Enter name of the money";
var PerPost = 4;
var default_amount = 0;
var MID=[];
MID["User's Name"]="Number of money added on"
// No need to edit below this line!
td=document.getElementsByTagName("TD")
for(i=0;i<td.length;i++) {
if((td.className=="post1"||td.className=="post2")&&td.innerHTML.match("Posts: ")&&td.width!="100%") {
sPost=td.getElementsByTagName("SPAN")[0]
if(sPost.innerHTML.replace(",","").replace('.','').replace(' ','').match(/Posts: (\d+)/)) Posts = parseInt(RegExp.$1)
uname = td[i-2].innerHTML.replace(/<[^>]+>/g,"").replace(/ /g,"")
if(MID[uname]){ EXP = (parseInt(MID[uname]) + (Posts * PerPost))+parseInt(default_amount) }
else{ EXP = (Posts * PerPost)+parseInt(default_amount) }
var midR="Group: " + sPost.innerHTML.split('Group: ')[1]
var topR=sPost.innerHTML.split('Group: ')[0]
if(sPost.innerHTML.match('<!-- placeholder -->')) {
NewCode = sPost.innerHTML.replace("<!-- placeholder -->", ""+name + ": " + sign + EXP + "<br><!-- placeholder -->")
}
else {
NewCode = topR + midR +name + ": " + sign + EXP + "<br><!-- placeholder --><br><br>"
}
sPost.innerHTML = NewCode
}}
</script>
In the footerOddCrazyMe said:Ok new question. Where does the money code go in the Admin CP???
Cup Of Noodles said:If you see this code copyrighted by Matt report it at Invisionfree.comOddCrazyMe said:What is the code for money?
<script type="text/javascript">
// Money code
// By Gornakle of InvisionFree.com
var sign = "Sign of the money";
var name = "<br>Enter name of the money";
var PerPost = 4;
var default_amount = 0;
var MID=[];
MID["User's Name"]="Number of money added on"
// No need to edit below this line!
td=document.getElementsByTagName("TD")
for(i=0;i<td.length;i++) {
if((td.className=="post1"||td.className=="post2")&&td.innerHTML.match("Posts: ")&&td.width!="100%") {
sPost=td.getElementsByTagName("SPAN")[0]
if(sPost.innerHTML.replace(",","").replace('.','').replace(' ','').match(/Posts: (\d+)/)) Posts = parseInt(RegExp.$1)
uname = td[i-2].innerHTML.replace(/<[^>]+>/g,"").replace(/ /g,"")
if(MID[uname]){ EXP = (parseInt(MID[uname]) + (Posts * PerPost))+parseInt(default_amount) }
else{ EXP = (Posts * PerPost)+parseInt(default_amount) }
var midR="Group: " + sPost.innerHTML.split('Group: ')[1]
var topR=sPost.innerHTML.split('Group: ')[0]
if(sPost.innerHTML.match('<!-- placeholder -->')) {
NewCode = sPost.innerHTML.replace("<!-- placeholder -->", ""+name + ": " + sign + EXP + "<br><!-- placeholder -->")
}
else {
NewCode = topR + midR +name + ": " + sign + EXP + "<br><!-- placeholder --><br><br>"
}
sPost.innerHTML = NewCode
}}
</script>
ZERO_13 said:Cup Of Noodles said:If you see this code copyrighted by Matt report it at Invisionfree.comOddCrazyMe said:What is the code for money?
<script type="text/javascript">
// Money code
// By Gornakle of InvisionFree.com
var sign = "Sign of the money";
var name = "<br>Enter name of the money";
var PerPost = 4;
var default_amount = 0;
var MID=[];
MID["User's Name"]="Number of money added on"
// No need to edit below this line!
td=document.getElementsByTagName("TD")
for(i=0;i<td.length;i++) {
if((td.className=="post1"||td.className=="post2")&&td.innerHTML.match("Posts: ")&&td.width!="100%") {
sPost=td.getElementsByTagName("SPAN")[0]
if(sPost.innerHTML.replace(",","").replace('.','').replace(' ','').match(/Posts: (\d+)/)) Posts = parseInt(RegExp.$1)
uname = td[i-2].innerHTML.replace(/<[^>]+>/g,"").replace(/ /g,"")
if(MID[uname]){ EXP = (parseInt(MID[uname]) + (Posts * PerPost))+parseInt(default_amount) }
else{ EXP = (Posts * PerPost)+parseInt(default_amount) }
var midR="Group: " + sPost.innerHTML.split('Group: ')[1]
var topR=sPost.innerHTML.split('Group: ')[0]
if(sPost.innerHTML.match('<!-- placeholder -->')) {
NewCode = sPost.innerHTML.replace("<!-- placeholder -->", ""+name + ": " + sign + EXP + "<br><!-- placeholder -->")
}
else {
NewCode = topR + midR +name + ": " + sign + EXP + "<br><!-- placeholder --><br><br>"
}
sPost.innerHTML = NewCode
}}
</script>
Does that code works with firefox? Because I used a code that only worked with IE >_>
Cup Of Noodles said:If you see this code copyrighted by Matt report it at Invisionfree.comOddCrazyMe said:What is the code for money?
<script type="text/javascript">
// Money code
// By Gornakle of InvisionFree.com
var sign = "Sign of the money";
var name = "<br>Enter name of the money";
var PerPost = 4;
var default_amount = 0;
var MID=[];
MID["User's Name"]="Number of money added on"
// No need to edit below this line!
td=document.getElementsByTagName("TD")
for(i=0;i<td.length;i++) {
if((td.className=="post1"||td.className=="post2")&&td.innerHTML.match("Posts: ")&&td.width!="100%") {
sPost=td.getElementsByTagName("SPAN")[0]
if(sPost.innerHTML.replace(",","").replace('.','').replace(' ','').match(/Posts: (\d+)/)) Posts = parseInt(RegExp.$1)
uname = td[i-2].innerHTML.replace(/<[^>]+>/g,"").replace(/ /g,"")
if(MID[uname]){ EXP = (parseInt(MID[uname]) + (Posts * PerPost))+parseInt(default_amount) }
else{ EXP = (Posts * PerPost)+parseInt(default_amount) }
var midR="Group: " + sPost.innerHTML.split('Group: ')[1]
var topR=sPost.innerHTML.split('Group: ')[0]
if(sPost.innerHTML.match('<!-- placeholder -->')) {
NewCode = sPost.innerHTML.replace("<!-- placeholder -->", ""+name + ": " + sign + EXP + "<br><!-- placeholder -->")
}
else {
NewCode = topR + midR +name + ": " + sign + EXP + "<br><!-- placeholder --><br><br>"
}
sPost.innerHTML = NewCode
}}
</script>
Cup Of Noodles said:If you see this code copyrighted by Matt report it at Invisionfree.comOddCrazyMe said:What is the code for money?
<script type="text/javascript">
// Money code
// By Gornakle of InvisionFree.com
var sign = "Sign of the money";
var name = "<br>Enter name of the money";
var PerPost = 4;
var default_amount = 0;
var MID=[];
MID["User's Name"]="Number of money added on"
// No need to edit below this line!
td=document.getElementsByTagName("TD")
for(i=0;i<td.length;i++) {
if((td.className=="post1"||td.className=="post2")&&td.innerHTML.match("Posts: ")&&td.width!="100%") {
sPost=td.getElementsByTagName("SPAN")[0]
if(sPost.innerHTML.replace(",","").replace('.','').replace(' ','').match(/Posts: (\d+)/)) Posts = parseInt(RegExp.$1)
uname = td[i-2].innerHTML.replace(/<[^>]+>/g,"").replace(/ /g,"")
if(MID[uname]){ EXP = (parseInt(MID[uname]) + (Posts * PerPost))+parseInt(default_amount) }
else{ EXP = (Posts * PerPost)+parseInt(default_amount) }
var midR="Group: " + sPost.innerHTML.split('Group: ')[1]
var topR=sPost.innerHTML.split('Group: ')[0]
if(sPost.innerHTML.match('<!-- placeholder -->')) {
NewCode = sPost.innerHTML.replace("<!-- placeholder -->", ""+name + ": " + sign + EXP + "<br><!-- placeholder -->")
}
else {
NewCode = topR + midR +name + ": " + sign + EXP + "<br><!-- placeholder --><br><br>"
}
sPost.innerHTML = NewCode
}}
</script>