Avatar no look in the web

Results 1 to 5 of 5
  1. #1
    RailGunZ Soon! megol is offline
    MemberRank
    Jun 2012 Join Date
    262Posts

    ! Avatar no look in the web

    To repair this, that's the problem in which not let me see the avatars.

    This function here is where you direct the avatar image but not addressed?.

    PHP Code:
    $query mssql_query("SELECT * FROM Account WHERE AID='".$_SESSION['AID']."'");
    $avatar mssql_fetch_object($query); 
    PHP Code:
    <img src="<?=($avatar->AvatarUrl == '') ? 'images/avatars/no-avatar.png' $avatar->AvatarUrl?>" width="92" height="92" BORDER=3 > </p>
    Last edited by megol; 07-04-13 at 08:53 PM.


  2. #2

    Re: Avatar no look in the web

    1 - Can you see the emblem in game ?
    2 - Make sure that the file uploaded correctly.. if it is, right click on the 'not shown' avatar and copy the url.. maybe it's loading the emblem from wrong path.
    3 - Please use google translator.

  3. #3
    RailGunZ Soon! megol is offline
    MemberRank
    Jun 2012 Join Date
    262Posts

    Re: Avatar no look in the web

    No, I mean the system of avatars in gunz website, like freestylegunz, upload your avatar, but can not see it.

    subi eg avatar on my account and when they see my character should look logically so avatar: Home | Gunz Freestyle 5ECSilent 5E9Pain% 5E2%

    but is not got the avatar.

  4. #4
    RailGunZ Soon! megol is offline
    MemberRank
    Jun 2012 Join Date
    262Posts

    Re: Avatar no look in the web

    please check the code what these bad.

  5. #5
    RailGunZ Soon! megol is offline
    MemberRank
    Jun 2012 Join Date
    262Posts

    Re: Avatar no look in the web

    To repair this, that's the problem in which not let me see the avatars.

    This function here is where you direct the avatar image but not addressed?.

    PHP Code:
    $query mssql_query("SELECT * FROM Account WHERE AID='".$_SESSION['AID']."'");
    $avatar mssql_fetch_object($query); 
    PHP Code:
    <img src="<?=($avatar->AvatarUrl == '') ? 'images/avatars/no-avatar.png' $avatar->AvatarUrl?>" width="92" height="92" BORDER=3 > </p>



Advertisement