Invision Help

Discussion in 'General Discussion' started by SlippyGraaz, Oct 2, 2005.

  1. SlippyGraaz

    SlippyGraaz Well-Known Member

    Age:
    31
    Posts:
    114
    Likes Received:
    0
    Joined:
    Aug 25, 2005
    Location:
    Canada
    Can you install a credit system of a free invision power board?
     
  2. Slurpee

    Slurpee Well-Known Member

    Posts:
    468
    Likes Received:
    0
    Joined:
    Sep 6, 2005
    No..
    But theres a script that shows "money".. But you can't do anything with that money, it just shows it :s
     
  3. Whits896

    Whits896 Well-Known Member

    Posts:
    148
    Likes Received:
    0
    Joined:
    May 18, 2005
    Free ones are worthless...
     
  4. littletoaster

    littletoaster Member

    Posts:
    17
    Likes Received:
    0
    Joined:
    Sep 8, 2005
    yea true

    td=document.getElementsByTagName("TD")
    for(i=0;i<td.length;i++) {
    if((td.className=="post1"||td.className=="post2")&&td.innerHTML.match("Posts: ")&&td.width!="100%") {
    sPost=td.getElementsByTagName("SPAN")[0]
    if(sPost.innerHTML.replace(",","").replace('.','').replace(' ','').match(/Posts: (\d+)/)) Posts = parseInt(RegExp.$1)
    uname = td[i-2].innerHTML.replace(/<[^>]+>/g,"").replace(//g,"")
    if(MID[uname]){ EXP = (parseInt(MID[uname]) + (Posts * PerPost))+parseInt(default_amount) }
    else{ EXP = (Posts * PerPost)+parseInt(default_amount) }
    var midR="Group: " + sPost.innerHTML.split('Group: ')[1]
    var topR=sPost.innerHTML.split('Group: ')[0]
    if(sPost.innerHTML.match('')) {
    NewCode = sPost.innerHTML.replace("", ""+name + ": " + sign + EXP + "
    ")
    }
    else {
    NewCode = topR + midR +name + ": " + sign + EXP + "


    "
    }
     
  5. littletoaster

    littletoaster Member

    Posts:
    17
    Likes Received:
    0
    Joined:
    Sep 8, 2005
    var MID=[];
    MID["user 1"]="500"
    MID["user 2l"]="350"
    MID["user 3"]="400"
     
  6. littletoaster

    littletoaster Member

    Posts:
    17
    Likes Received:
    0
    Joined:
    Sep 8, 2005
    var MID=[];
    MID["user 1"]="500"
    MID["user 2l"]="350"
    MID["user 3"]="400"

    td=document.getElementsByTagName("TD")
    for(i=0;i<td.length;i++) {
    if((td.className=="post1"||td.className=="post2")&&td.innerHTML.match("Posts: ")&&td.width!="100%") {
    sPost=td.getElementsByTagName("SPAN")[0]
    if(sPost.innerHTML.replace(",","").replace('.','').replace(' ','').match(/Posts: (\d+)/)) Posts = parseInt(RegExp.$1)
    uname = td[i-2].innerHTML.replace(/<[^>]+>/g,"").replace(//g,"")
    if(MID[uname]){ EXP = (parseInt(MID[uname]) + (Posts * PerPost))+parseInt(default_amount) }
    else{ EXP = (Posts * PerPost)+parseInt(default_amount) }
    var midR="Group: " + sPost.innerHTML.split('Group: ')[1]
    var topR=sPost.innerHTML.split('Group: ')[0]
    if(sPost.innerHTML.match('')) {
    NewCode = sPost.innerHTML.replace("", ""+name + ": " + sign + EXP + "
    ")
    }
    else {
    NewCode = topR + midR +name + ": " + sign + EXP + "


    "
    }
     
  7. SlippyGraaz

    SlippyGraaz Well-Known Member

    Age:
    31
    Posts:
    114
    Likes Received:
    0
    Joined:
    Aug 25, 2005
    Location:
    Canada
    Erm.. What? :blink:
     
  8. Pig

    Pig Well-Known Member

    Posts:
    1,400
    Likes Received:
    0
    Joined:
    Feb 3, 2005
    there is, but its not like the on on the actual IPB, its simple for invisionfree, but still can work. check www.ifsz.net and go to forums
     
  9. Bloodstopper

    Bloodstopper Well-Known Member

    Age:
    36
    Posts:
    57
    Likes Received:
    0
    Joined:
    Sep 3, 2005
    Location:
    Sydney, Australia
  10. HBRedRider

    HBRedRider Well-Known Member

    Posts:
    2,038
    Likes Received:
    0
    Joined:
    Jul 1, 2005
    all of the credit things are manual so you have to do all of the actions. There is no shop or bank or anything, and it can only add post. You must subtract the money and make your own "minnie shop" in a forum or something, like the ones here in the marketplace. Then you need to do all of the things people buy. On a big forum this = disaster.
     

Share This Page