Ja, jeg har haft koden før, men det er jo ikke lige en kode ala den slags man kan huske og jeg kan slet ikke huske hvor jeg fandt den.... ved du ikke hvordan den slags koder ser ud?
Det er ikke nogle jeg kan huske i hvert fald
Eksempel:
<script type='text/javascript'>
/* Currently playing in Profile
Code requested @
studiozero.proboards44.comRequest filled by CrAzY_J
Do no redistribute this code without the permission of CrAzY_J*/
if(location.href.match(/modifyprofile/)){
var gTab=document.body.getElementsByTagName("table");
for(t=0;gTab.length;t++){
if(gTab[t].cellSpacing=="2" && gTab[t].innerHTML.match(/Gender:/)){
var iRow=gTab[t].insertRow(1);
var iCell=iRow.insertCell(0);var iCell2=iRow.insertCell(1);var iCell3=iRow.insertCell(2);
iCell.innerHTML="<font size='2'>Currently playing:</font>"
iCell2.innerHTML="<input id='play' size='35'>";
iCell3.innerHTML="What game are you currently playing?";
if(document.modifyForm.personaltext.value.match(/plg%%(.+?)%%/))
document.getElementById('play').value=RegExp. $1;
document.modifyForm.onsubmit=function(){
if(!document.getElementById('play').value == "" ){
if(document.modifyForm.personaltext.value.match(/plg%%(.+?)%%/))
document.modifyForm.personaltext.value = document.modifyForm.personaltext.value.replace(RegExp.$1,document.getElementById("play").value);
else
document.modifyForm.personaltext.value+="plg%%"+document.getElementById("play").value+"%%";
}
}
}
}
}
if(location.href.match(/(view(profile)?|display)/)){
var TD=document.getElementsByTagName("td");
for(t=0;t<TD.length;t++){
if(TD[t].width=="20%" && TD[t].innerHTML.match(/plg%%(.+?)%%/)){
TD[t].innerHTML=TD[t].innerHTML.replace(/plg%%.+?%%/," <br />Currently playing: "+RegExp.$1);
}
}
}
</script>
Og så skal disse koder sættes i forskellige "headers" og "footers"