Profile username code

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

  • crazybrumi
    replied
    try

    but in core.php put this

    HTML Code:
    function getnick_uid($uid)
    {
      $unick = mysql_fetch_array(mysql_query("SELECT name FROM ibwf_users WHERE id='".$uid."'"));
      return $unick[0];
    }
    HTML Code:
    $whonick = getnick_uid($who);
    echo "username: $whonick";
    let me know how you get on

    Leave a comment:


  • riderz
    replied
    no i have his script the prob are when u go in his profile there stands

    id: 1
    username: 1
    etc:
    etc:

    the username dont say rider it only say 1 ive gotten it fixed for him but on my localhost lol when he uploaded it to server it stull the same

    Leave a comment:


  • lee27
    replied
    think he wants code to show the username ov members profile being viewed on the online list

    Leave a comment:


  • opticalpigion
    replied
    me too dont understand what his mean.

    but i guess he wan to use username.


    $opticalpigion = getnick_uid($who);


    now $opticalpigion will display username for wapdesire lava and all !!

    Leave a comment:


  • metulj
    replied
    Originally posted by Pablo View Post
    hey everybody i had this code once but i cant find it any more the code that wen u are viewing a member profile u c the Username:$whonick it doesnt work i think that another code should go over viewing $whonick profile i think i dnt really remember any body knw wat am talking?
    i really dont understand what you are talking about

    Leave a comment:


  • Pablo
    replied
    stil not working

    Leave a comment:


  • subzero
    replied
    add it to online $who

    try that

    Leave a comment:


  • Pablo
    started a topic Profile username code

    Profile username code

    hey everybody i had this code once but i cant find it any more the code that wen u are viewing a member profile u c the Username:$whonick it doesnt work i think that another code should go over viewing $whonick profile i think i dnt really remember any body knw wat am talking?
Working...
X