Reputation Script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Reputation Script

    Hey im lookin for that reputation script on lavalair ive seen this on toxicwap also can some1 share it please,enjoy your day

    click here to join blingywap.co.za
    http://blingywap.co.za


    IF YOU NEED HELP JUST ASK AND ALWAYS SAY THANK YOU!

    #2
    u mean rating?

    Code:
    function rating($uid)
    {
    $info=mysql_fetch_array(mysql_query("SELECT * FROM profiles WHERE uid='".$uid."'"));
    $forumm=$info["chatmsgs"];
    $chatm=$info["forumposts"];
    $shouts=$info["shouts"];
    $quiz=$info["total_score"];
    $points=$info["points"];
    $tot=$forumm+$chatm+$shouts+$quiz+$points;
    if($tot<10){return "<img src=\"../images/half-star.gif\" alt=\"\"/>";}
    if($tot<25){return "<img src=\"../images/1-star.gif\" alt=\"\"/>";}
    if($tot<50){return "<img src=\"../images/1half-star.gif\" alt=\"\"/>";}
    if($tot<75){return "<img src=\"../images/2-star.gif\" alt=\"\"/>";}
    if($tot<250){return "<img src=\"../images/2half-star.gif\" alt=\"\"/>";}
    if($tot<500){return "<img src=\"../images/3-star.gif\" alt=\"\"/>";}
    if($tot<750){return "<img src=\"../images/3half-star.gif\" alt=\"\"/>";}
    if($tot<1000){return "<img src=\"../images/4-star.gif\" alt=\"\"/>";}
    if($tot<1500){return "<img src=\"../images/4half-star.gif\" alt=\"\"/>";}
    if($tot>=1500){return "<img src=\"../images/5-star.gif\" alt=\"\"/>";}
    }

    Comment


      #3
      Nope ori,its like a signature that displays randomly on the index with a reputation icon similar to a shoutbox but randomly with a pic mate!

      click here to join blingywap.co.za
      http://blingywap.co.za


      IF YOU NEED HELP JUST ASK AND ALWAYS SAY THANK YOU!

      Comment


        #4
        Nope ori,its like a signature that displays randomly on the index with a reputation icon similar to a shoutbox but randomly with a pic mate![/b]
        where can i see it as i hav no idea what ur talking bout lol

        Comment


          #5
          the thing top of the page above theadmin msg on the old script is the one hes chatting about

          Comment


            #6
            Yes that 1 amy please share as u said on the "old lavalair" but if u dnt want to no prob

            click here to join blingywap.co.za
            http://blingywap.co.za


            IF YOU NEED HELP JUST ASK AND ALWAYS SAY THANK YOU!

            Comment


              #7
              my gf also wants it on her script, i said ill ask amy....

              Click here!!!

              Comment


                #8
                how does it work?

                Comment


                  #9
                  Wizzard, for example someone has more than say 50+ plusses/credits, then they get another option to add a pic with a quote at the top of the site for every1 to see their pic with quote...

                  Click here!!!

                  Comment


                    #10
                    dats easy to code man

                    Comment


                      #11
                      so....could you post here wizard pls ?

                      Comment


                        #12
                        i have coded it for mine

                        Comment


                          #13
                          i have coded it for mine[/b]
                          Why not share it with the people that want it then?..

                          Comment


                            #14
                            actually i have antivirus upgrade problem in my own pc which has no internet connection atm,i use pendrive to put upgraded files into my pc and i run my codes via apache,php,mysql,phpmyadmin in my pc,even i am not able to run my new codes to my host for this problem atm

                            Comment


                              #15
                              when i find/get a stable server to host lavalair on ill share mine

                              Comment

                              Working...
                              X