Welcome Guest [Log In] [Register]
Viewing Single Post From: Money Mod
Hellonearth
Member Avatar
Chu Chu
I was thinking about a money mod for the site. It could be used to buy things like user owned forums, custom ranks, colored names, graphics, ect. I found a code on IF support and i adjusted it (Its allowed to be tampered with except the copyright) To use it put it in the footer. Please try it before you shoot down the idea >_>

Code:
 
<script type='text/javascript by='swordbeta'>
//Money Hack
//By swordbeta of http://www.phantom-designs.net

var per = 5 //How much money each post
var start = 100 //With how much money you start?
var name = "Rupees" //Money name

//No edit needed after this line
if(location.href.match(/showtopic=/i)){
span = document.getElementsByTagName("span");
for(x=0;x<span.length;x++){
if(span[x].className=="postdetails" && span[x].innerHTML.match(/Posts: (\d+)/)){
var postcount = RegExp.$1
var count = per * postcount + start
span[x].innerHTML += "<br>"+name+": "+count
}}}
</script>
Im back people. Deal with it!!!
Offline Profile Quote Post
Money Mod · Feedback