Images appear problem

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

    Images appear problem

    Hello coders! I Already creat a new uploader image and its ok n0w w/o GD. . But i cant fix my 2nd pr0blem , , ,. About image appearing like my avatars,albums,tamagotchi image by level etc.. I dun0 if i delete s0mething php.. Bcuz Only box object appears. I think this code img src is the problem and how to fix it . . Thank you-->

    for tamagotchi
    $img = "<img src=\"p.php?pid=$item[1]&amp;sid=$sid\" alt=\"$item[0]\"/><br/>";

    avatar
    $uid =$item[0];
    $avlink = getavatar($uid);
    if($avlink=="")
    {
    echo "<img src=\"imgs.php?src=../images/avatar.jpg&amp;r=45\" alt=\"x\"/> <br/>";
    }else{
    echo "<img src=\"imgs.php?src=$avlink&amp;r=45\"/><br/> ";
    }

    and dis smile code img src is ok <img src=\"/smilies/thumbup.gif\" alt=\"yg\"/>";


    http://www.toinx.org

    #2
    try to chmod 777 all folders of your images.
    Last edited by robzky; 14.09.10, 06:22.
    LESS TALK. LESS MISTAKE.

    HTTP://APPSROB.COM - LIST OF MY FACEBOOK APPS!

    Comment


      #3
      tol

      Changepermissi0n? Still n0t sh0w the images. .


      http://www.toinx.org

      Comment


        #4
        Image magic will only work if using phpthumb or reg golbals on
        Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
        Visit: WapMasterz Coming Back Soon!
        _______
        SCRIPTS FOR SALE BY SUBZERO
        Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
        FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
        _______
        Info & Tips
        php.net
        w3schools.com

        Comment


          #5
          Uhm

          timthumb.Php and thumbs.Db already upload. . But the image still n0t appear. . Only smiley and m0ods appears.. How about reg globals on? Wer??


          http://www.toinx.org

          Comment


            #6
            phpthumb do not support my server, as i already told you

            for the mean time just edit the code


            $uid =$item[0];
            $avlink = getavatar($uid);
            if($avlink=="")
            {
            echo "<img src=\"../images/avatar.jpg\" height=\"100\" width=\"100\" alt=\"x\"/> <br/>";
            }else{
            echo "<img src=\"$avlink\" height=\"100\" width=\"100\" alt=\"photo\"/><br/> ";
            }
            com site: http://vampist.net
            download site: http://wapdloads.net
            fb: http://www.facebook.com/pmplx

            Comment


              #7
              Tnx

              Thanx tol.. I tot only GD do n0t supp0rt. Ok ill do it later,, den ur logo =) tnx


              http://www.toinx.org

              Comment


                #8
                ok try the code i posted
                com site: http://vampist.net
                download site: http://wapdloads.net
                fb: http://www.facebook.com/pmplx

                Comment


                  #9
                  Nice

                  Its working n0w! Thank u. . . How about tamagotchi image?

                  echo "<img src=\"p.php?pid=$id&amp;sid=$sid\" alt=\"My Tamagotchi\"/><br/>";


                  http://www.toinx.org

                  Comment

                  Working...
                  X