Online user with avatar,

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

    Online user with avatar,

    Anyone have code in user online with avatar in index, with 10 limit? Thanks, ,

    #2
    I have it. But i always come via mobile. When i wil come via pc i wil post it here .

    Comment


      #3
      thanks sir, i'l w8, me too, im using mobile,

      Comment


        #4
        Dont cal me sir. By the way i have dis code. But i rarely come with pc. Ask subzero bro if he has it . Coz he has many many scripts :-)

        Comment


          #5
          thanks bro! O.k i ask subzero, ,

          Comment


            #6
            the textarea, when you read the pm,
            "sorry wrong post"

            Comment


              #7
              Originally posted by KiLLeR_mAcHInE View Post
              Dont cal me sir. By the way i have dis code. But i rarely come with pc. Ask subzero bro if he has it . Coz he has many many scripts :-)
              WTF rare??haha too easy to code then u called it rare?
              com site: http://vampist.net
              download site: http://wapdloads.net
              fb: http://www.facebook.com/pmplx

              Comment


                #8
                if u look at some of my posted scripts ull find it or even in the list of lava mods on here

                Comment


                  #9
                  getavatar(); can be used
                  com site: http://vampist.net
                  download site: http://wapdloads.net
                  fb: http://www.facebook.com/pmplx

                  Comment


                    #10
                    Originally posted by riderz View Post
                    if u look at some of my posted scripts ull find it or even in the list of lava mods on here
                    yeah, i see your thread, but i need is online user with avatar in main index.Php but o.K i'll try it, ,

                    Comment


                      #11
                      o.K i see your topic, thanks, ,

                      Comment


                        #12
                        thanks bro! O.k i ask

                        Comment


                          #13
                          Sorry bro, heres the code, thread of sir rider,
                          for forums
                          for 1st Post !
                          index.php action="viewtpc".
                          (after
                          Code:
                          $unick = getnick_uid($ttext[0]);
                          )
                          add this
                          Code:
                            $uid =$ttext[0];
                              $avatar = getavatar($uid);
                             if ($avatar=="")
                            { 
                            echo"<img src=\"images/nopic.jpg\" width=\"32\" height=\"32\" alt=\"avatar\"/>";
                            }else{
                          echo"<img src=\"$avatar\" width=\"32\" height=\"32\" alt=\"avatar\"/>";
                          }
                          for other replied posts
                          find and add after
                          Code:
                          $unick = getnick_uid($post[2]);
                          Code:
                            $uid =$post[2];
                              $avatar = getavatar($uid);
                             if ($avatar=="")
                            { 
                            echo"<img src=\"images/nopic.jpg\" width=\"32\" height=\"32\" alt=\"avatar\"/>";
                            }else{
                          echo"<img src=\"$avatar\" width=\"32\" height=\"32\" alt=\"avatar\"/>";

                          Comment


                            #14
                            Originally posted by riderz View Post
                            if u look at some of my posted scripts ull find it or even in the list of lava mods on here
                            i see your thread but my needed is see the online user with avatar in mainpage even your not logged-in..

                            Comment


                              #15
                              Originally posted by arg0s12 View Post
                              i see your thread but my needed is see the online user with avatar in mainpage even your not logged-in..
                              you mean something like this ?
                              Attached Files
                              sigpic

                              Comment

                              Working...
                              X