Online user with avatar,

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

  • ksg91
    replied
    just take link of users avatar and put it in online list's code..

    Leave a comment:


  • wapmetal
    replied
    thread is old!

    Leave a comment:


  • icen01
    replied
    Originally posted by opticalpigion View Post
    you mean something like this ?
    i want taht too, will any one give us, plsss

    Leave a comment:


  • arg0s12
    replied
    Yah, like this, , will you help me bro, look at my site, pinoyzone and i want to put online user under the $fmsg, with 10 limit, coz i create my own login page, help bro,

    Leave a comment:


  • opticalpigion
    replied
    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

    Leave a comment:


  • arg0s12
    replied
    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..

    Leave a comment:


  • arg0s12
    replied
    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\"/>";

    Leave a comment:


  • dctrkmhp
    replied
    thanks bro! O.k i ask

    Leave a comment:


  • arg0s12
    replied
    o.K i see your topic, thanks, ,

    Leave a comment:


  • arg0s12
    replied
    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, ,

    Leave a comment:


  • wapmetal
    replied
    getavatar(); can be used

    Leave a comment:


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

    Leave a comment:


  • wapmetal
    replied
    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?

    Leave a comment:


  • arg0s12
    replied
    the textarea, when you read the pm,
    "sorry wrong post"

    Leave a comment:


  • arg0s12
    replied
    thanks bro! O.k i ask subzero, ,

    Leave a comment:

Working...
X