Welcome Guest [Log In] [Register]
Welcome to Hyrule Forums. 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
Money Mod; First suggestion sucked.
Topic Started: May 26 2008, 07:46 PM (63 Views)
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 Goto Top
 
Fullmetal
Member Avatar
Perma-bored
We used to have a money system on the forums, but it was removed because nothing was ever done with it.

You used to be able to purchase personal forums, avatars/sigs and things like that. It worked 1 post = 1 rupee, but in the end the members with the most posts funded the ones who couldn't afford what they wanted.
Posted Image
Offline Profile Quote Post Goto Top
 
burnedalive
Member Avatar
RAWR!!!!!!! GRAH!!!!
It was useless back when we tried it.
Posted Image
Offline Profile Quote Post Goto Top
 
Arnieboy
Member Avatar
Gibdo
What they said lol
Offline Profile Quote Post Goto Top
 
Hellonearth
Member Avatar
Chu Chu
Well i guess strike 2 for me. I really suck at brain storming it seems TT_TT
Im back people. Deal with it!!!
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Feedback · Next Topic »
Add Reply