vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Database of Codes/Hacks/Mods :: Random Custom Title - View Topic
Topic Rating: *****
Printable View
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Random Custom Title (23rd Mar 08 at 1:13am UTC)
<script>
/*Random Custom Title
Coded By Wrighty
No Ripping, Reposting or Claiming*/

var ct = {

    list: ["I'm God","Rawr","Fear Me"],

    d: get('td','tag'),
    do: function(){
        var x = Math.floor(Math.random()*ct.list.length);
        for(i=0;i < this.d.length;i++){
            if(this.d[i].width=='20%'){
                this.d[i].innerHTML = this.d[i].innerHTML.replace(/\[w_ran\]/,this.list[x]);
            }
        }
    }
};
ct.do();
</script>


Global Footer


Edit:     list: ["I'm God","Rawr","Fear Me"],

Simply add more things in ... eg:     list: ["I'm God","Rawr","Fear Me","Watch me eat you"],

Also, to add this to your profile, make your custom title: [w_ran]. Also, that can be done for anyone else that wants the same random custom title! {Smile}
 Printable View

All times are GMT+0 :: The current time is 3:44pm
Page generated in 0.1536 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums