Welcome Guest [Log In] [Register]
Locked Topic
i HAVE THE MONEY CODE THAT WORKS; linkums look here
Topic Started: Mar 23 2006, 12:52 PM (961 Views)
DS_MANAIC
Member Avatar

Code:
 
<script type="text/javascript">
// Money code
// By Gornakle of InvisionFree.com

sign = ''
name = 'Stars'
PerPost = 0
default_amount =0

MID=[]
MID["DS_MANAIC"] = 1000
MID["Resolute"] = 20
MID["NINTENDOG64"] = 20
MID["Linkman178"] = 20
MID["FanBoogle"] =20
// No need to edit below this line

function injectMoney() {
d = document.getElementsByTagName('td');
for( i in d ) {
dc = d[i].className;
if(/post(1|2)/.test(dc) && d[i].width != '100%') {
span = d[i].getElementsByTagName('span')[0];
s = d[i].getElementsByTagName('span')[0].innerHTML;
pcount = /Posts: ([\d|,| |.]+)</.exec(s)[1];
pcount = parseInt(pcount.replace(/[^\d]/g,''));
uname = d[i-2].innerHTML.replace(/<[^>]+>/g,'').replace(/&nbsp;/g,'');
if(MID[uname]) money = (parseInt(MID[uname]) + (pcount * PerPost)) + parseInt(default_amount);
else money = (pcount * PerPost) + parseInt(default_amount);
if(s.match('<!-- placeholder -->')) {
span.innerHTML = s.replace("<!-- placeholder -->", name + ": " + sign + money + "<br><!-- placeholder -->");
continue; }
newHTML =  name + ": " + sign + money + "<br><!-- placeholder -->";
span.innerHTML = s.replace(/(Joined: [^<]+)/, '$1<br><br>' + newHTML.replace(/\$/, '&#'+'36;'));
}}} injectMoney();
</script>



go to board wrappers then put it in footer :) you will need to copy the list of people to the new code
DS_MANAIC'S ds has died!
Help him get a new one by going here!
Help DS get a new ds
Try and understand the following
[size=8]"the statement below is true"
"the statement above is false"[/size]
Offline Profile Goto Top
 
Linkums
Member Avatar

YAY! Thanks... *gives you 15 N-Points for your trouble*
Posted Image
Currently playing: Tales of Rebirth (PS2), Tales of Graces f (PS3), Kid Icarus: Uprising (3DS)
Offline Profile Goto Top
 
fatsquirrel
Member Avatar

yay I can see my points again! ;) if there was anything i wanted to even buy with them... hmm
Posted Image
Posted Image
Offline Profile Goto Top
 
Milton P.
Member Avatar

Wohoo! nPS

Posted Image
I love Photo Shop! --- MP.
Brawl: 0087 2105 0715 (PM me)
Offline Profile Goto Top
 
DS_MANAIC
Member Avatar

Linkums
Mar 23 2006, 03:57 PM
YAY! Thanks... *gives you 15 N-Points for your trouble*

thanks!
DS_MANAIC'S ds has died!
Help him get a new one by going here!
Help DS get a new ds
Try and understand the following
[size=8]"the statement below is true"
"the statement above is false"[/size]
Offline Profile Goto Top
 
Milton P.
Member Avatar

DS_MANAIC
Mar 23 2006, 07:54 PM
Linkums
Mar 23 2006, 03:57 PM
YAY! Thanks... *gives you 15 N-Points for your trouble*

thanks!

thank U! u got us our npoints back

Posted Image
I love Photo Shop! --- MP.
Brawl: 0087 2105 0715 (PM me)
Offline Profile Goto Top
 
Jesusfreak13551

yes, now I can not buy stuff. because I haven't ever really bought anything.
Posted Image
"If there is evil in the world, it lurks in the hearts of men."
-Edward D. Morrison (ToP)
Offline Profile Goto Top
 
Linkums
Member Avatar

Jesusfreak13551
Mar 23 2006, 08:38 PM
yes, now I can not buy stuff. because I haven't ever really bought anything.

You bought that rank I never made for you... >_< I KEEP FORGETTING! Next time I'm on GoogleTalk IM me and I'll try to do it.
Posted Image
Currently playing: Tales of Rebirth (PS2), Tales of Graces f (PS3), Kid Icarus: Uprising (3DS)
Offline Profile Goto Top
 
DARTH ANDY
Member Avatar

woohoo 4 u but u posted the wrong code i cant see squat
Aedile Alpha
Halo 3
Rank: Captain Grade 3
Highest medals achieved: Extermination!, Perfection! and Vehicular Manslaughter!
Campaign status: Finished the Fight! on Legendary
Gamerscore/Achievements: 925/1000 G & 38/49 Achievements
Recent medal(s): Vehicular Manslaughter! on Isolation. Gametype: Team BRs.
The Security helmet is the Marathon security guard's helmet, slightly tweaked for Halo 3.
Offline Profile Goto Top
 
Linkums
Member Avatar

U still can't see anything? I can!
Posted Image
Currently playing: Tales of Rebirth (PS2), Tales of Graces f (PS3), Kid Icarus: Uprising (3DS)
Offline Profile Goto Top
 
fatsquirrel
Member Avatar

Linkums
Mar 24 2006, 05:09 PM
U still can't see anything? I can!

I can see it too... And usualy mine is always the messed up one. ;)
Posted Image
Posted Image
Offline Profile Goto Top
 
Wildman21
Member Avatar

DS_MANAIC
Mar 23 2006, 12:52 PM
Code:
 
<script type="text/javascript">
// Money code
// By Gornakle of InvisionFree.com

sign = ''
name = 'Stars'
PerPost = 0
default_amount =0

MID=[]
MID["DS_MANAIC"] = 1000
MID["Resolute"] = 20
MID["NINTENDOG64"] = 20
MID["Linkman178"] = 20
MID["FanBoogle"] =20
// No need to edit below this line

function injectMoney() {
d = document.getElementsByTagName('td');
for( i in d ) {
dc = d[i].className;
if(/post(1|2)/.test(dc) && d[i].width != '100%') {
span = d[i].getElementsByTagName('span')[0];
s = d[i].getElementsByTagName('span')[0].innerHTML;
pcount = /Posts: ([\d|,| |.]+)</.exec(s)[1];
pcount = parseInt(pcount.replace(/[^\d]/g,''));
uname = d[i-2].innerHTML.replace(/<[^>]+>/g,'').replace(/&nbsp;/g,'');
if(MID[uname]) money = (parseInt(MID[uname]) + (pcount * PerPost)) + parseInt(default_amount);
else money = (pcount * PerPost) + parseInt(default_amount);
if(s.match('<!-- placeholder -->')) {
span.innerHTML = s.replace("<!-- placeholder -->", name + ": " + sign + money + "<br><!-- placeholder -->");
continue; }
newHTML =  name + ": " + sign + money + "<br><!-- placeholder -->";
span.innerHTML = s.replace(/(Joined: [^<]+)/, '$1<br><br>' + newHTML.replace(/\$/, '&#'+'36;'));
}}} injectMoney();
</script>



go to board wrappers then put it in footer :) you will need to copy the list of people to the new code

where is board wrappers
Posted Image
Offline Profile Goto Top
 
Coolman75
Member Avatar

In the Admin CP -> Skinning and Styles -> Board Wrappers -> Footer.
Posted Image
The RE42D Forums!
Like Forum Help? I can help! Just click!
Offline Profile Goto Top
 
Wildman21
Member Avatar

Coolman75
Mar 25 2006, 11:12 PM
In the Admin CP -> Skinning and Styles -> Board Wrappers -> Footer.

WHATS ADMIN CP
Posted Image
Offline Profile Goto Top
 
fatsquirrel
Member Avatar

wildman0421
Mar 26 2006, 01:42 PM
Coolman75
Mar 25 2006, 11:12 PM
In the Admin CP -> Skinning and Styles -> Board Wrappers -> Footer.

WHATS ADMIN CP

I don't know cause I have ModCP. ;)
Posted Image
Posted Image
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · Suggestions and Tech Support Board · Next Topic »
Locked Topic

Page views since 09/22/04 ^_^

counter Firefox Bookmark and Share

..:: Affiliates ::..