Advertise Here

Author Topic: [Code] Money Code V2  (Read 11965 times)

0 Members and 1 Guest are viewing this topic.

Offline Max.

  • SMF For Free Sponsors
  • *
  • Posts: 779
    • View Profile

  • Total Badges: 17
    Badges: (View All)
    Windows User Topic Starter Combination Level 3 Level 2
Re: [Code] Money Code V2
« Reply #15 on: February 27, 2008, 12:35:39 am »
It doesn't work for me =(
Url: tbpf.co.nr
Code <script>
function smc_money_code(forum,name,sign,amount){
//Created by Agent Moose at smcodes.smfforfree3.com
$(function() {
$("a.nav").each(function(){
if(this.innerHTML.match(forum)){
c = $("div")
for (v=0;v<c.length;v++){
if((c[v].className=="smalltext")&&(c[v].innerHTML.match(/Posts: (\d+)/))){
total = amount*RegExp.$1
c[v].innerHTML+="<br />"+name+": "+sign+total+""
};};};});});}
smc_money_code("TBPF","EURO","€","70")
</script>

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Code] Money Code V2
« Reply #16 on: February 27, 2008, 12:41:06 am »
Im guessing..Ive not used this one.
I think where you put  TBPF  you need to put a "forum name"  in other words a Board Name.
Do you have a board named TBPF?    I dont see one.

Offline Max.

  • SMF For Free Sponsors
  • *
  • Posts: 779
    • View Profile

  • Total Badges: 17
    Badges: (View All)
    Windows User Topic Starter Combination Level 3 Level 2
Re: [Code] Money Code V2
« Reply #17 on: February 27, 2008, 12:51:45 am »
I can't understand right now.
Show an example of that
Thanks

Offline Celebrus

  • SMF For Free Hero
  • *
  • Posts: 941
    • View Profile
    • Vikhyat Korrapati

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Money Code V2
« Reply #18 on: February 27, 2008, 12:54:19 am »
TBPF has to be the name of an actual board within your forums. You might want to try v1. This code was made so you could have different currencies and stuff  in different boards.

Offline Max.

  • SMF For Free Sponsors
  • *
  • Posts: 779
    • View Profile

  • Total Badges: 17
    Badges: (View All)
    Windows User Topic Starter Combination Level 3 Level 2
Re: [Code] Money Code V2
« Reply #19 on: February 29, 2008, 12:06:03 pm »
Ok.
Thanks.

Offline Vice

  • SMF For Free Full Member
  • *
  • Posts: 133
  • Photoshop Userbars :d
    • View Profile
    • Pimpagescape

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Code] Money Code V2
« Reply #20 on: April 01, 2008, 05:36:31 am »
Another Great code good work i used and it works  ::)

Offline Nuggett420

  • SMF For Free Newbie
  • *
  • Posts: 4
    • View Profile

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 First Post
Re: [Code] Money Code V2
« Reply #21 on: May 21, 2008, 12:00:50 pm »
i have a problem getting the money to show up i dont know what i'm doing wrong though here's a link to my site http://japanimefreaks.smfforfree4.com/index.php

i just started learning to use codes and stuff a few hours ago and i could really use some help

Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: [Code] Money Code V2
« Reply #22 on: May 21, 2008, 12:42:57 pm »
If you are using version 1 move it to your headers and see if that helps.


And I Play:  Mafia-Mandemz

Offline Nuggett420

  • SMF For Free Newbie
  • *
  • Posts: 4
    • View Profile

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 First Post
Re: [Code] Money Code V2
« Reply #23 on: May 21, 2008, 01:01:08 pm »
i have this in headers using V2 btw

<script src="/jquery.js"></script>

and this in footers and it's not working

<script>
function smc_money_code(forum,name,sign,amount){
//Created by Agent Moose at smcodes.smfforfree3.com
$(function() {
$("a.nav").each(function(){
if(this.innerHTML.match(forum)){
c = $("div")
for (v=0;v<c.length;v++){
if((c[v].className=="smalltext")&&(c[v].innerHTML.match(/Posts: (\d+)/))){
total = amount*RegExp.$1
c[v].innerHTML+="<br />"+name+": "+sign+total+""
};};};});});}
smc_money_code("Naruto rp","Dollars","$","2")
</script>

Offline Nuggett420

  • SMF For Free Newbie
  • *
  • Posts: 4
    • View Profile

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 First Post
Re: [Code] Money Code V2
« Reply #24 on: May 21, 2008, 01:02:55 pm »
oh wait nvm it's working now

Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: [Code] Money Code V2
« Reply #25 on: May 21, 2008, 01:21:07 pm »
Hallelujah!


And I Play:  Mafia-Mandemz

Offline Nuggett420

  • SMF For Free Newbie
  • *
  • Posts: 4
    • View Profile

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 First Post
Re: [Code] Money Code V2
« Reply #26 on: May 21, 2008, 02:13:45 pm »
yeah i had to get rid of all the codes i already put in and put the money code in, i think it was the chatbox that messed me up but i got rid of everything just to be sure lol

Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: [Code] Money Code V2
« Reply #27 on: May 21, 2008, 02:52:09 pm »
Sometimes, codes don't like other codes, they want to be the only kid in the family.


And I Play:  Mafia-Mandemz

Offline WarriorHunterZ

  • SMF For Free Newbie
  • *
  • Posts: 7
    • View Profile
    • Cabal Online Froum

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 First Post
Re: [Code] Money Code V2
« Reply #28 on: May 10, 2009, 10:46:15 pm »
Code Does not work! How?  ???  >:(


Just a Simple Siggy.

Offline riley

  • SMF For Free Member
  • *
  • Posts: 34
    • View Profile
    • coolwebs

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Code] Money Code V2
« Reply #29 on: May 19, 2009, 04:21:30 pm »
umm angent moose what is the point of this code if you have the chop V1/V2






please click eggs!!!!

 

Related Topics

  Subject / Started by Replies Last post
40 Replies
18754 Views
Last post August 10, 2012, 10:21:39 pm
by LittleMsLily
money code help

Started by guest2694 « 1 2 3 » SMF For Free Codes and Support

31 Replies
5686 Views
Last post March 17, 2008, 07:21:15 pm
by simply sibyl