We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Where can i get the money hack; or code lol
Topic Started: Feb 22 2004, 01:11 PM (559 Views)
ReeceYoung
Member
[ * ]
I saw this little Smackdown dollars thing and i wanted that for my site does anyone know where i can locate it?
Offline Profile Quote Post Goto Top
 
Hero_of_time
I love Emily :wub:
[ *  *  *  * ]
http://invisionfree.com/forums/support/ind...showtopic=10988

Code:
 
<script>
//Simple Money Code created by Webworldx - iF
//Get some good skins @ www.ifskins.com!
var mSide = document.getElementsByTagName('td');
for(a=0;a<mSide.length;a++){
if (mSide[a].className=="post2" || mSide[a].className=="post1") {
if (mSide[a].innerHTML.match("Posts: ")) {

var tPosts = mSide[a].innerText
tPosts = tPosts.split("\n")
for (i=0;i<tPosts.length;i++){ if (tPosts[i].match("Posts: ")){ var PostCount=tPosts[i].substring(7)}}
PostCount=PostCount.replace(",","")
var theMoney = PostCount * 15
if(!mSide[a].width){mSide[a].innerHTML+="Money: $" + theMoney}
}}}
</script>
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Technology Chat · Next Topic »
Add Reply