Activity Stream
48,167 MEMBERS
6753 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1.     
    #11
    Member
    Website's:
    tehMoviez.com 0Senes.com GeekFaceGames.com
    fix cant be done on integration.php.
    the fix i gave you is partial, it only fixes the problem when showing them.
    the true problem is in the data base. you need to run a script or something that changes urls like
    Code: 
    http://graph.facebook.com/100000805771683/picture?type=normal
    to
    Code: 
    http://profile.ak.fbcdn.net/hprofile-ak-snc4/273936_100000805771683_328140717_s.jpg
    when you open the first url, you'll be redirected to the second. Your forums software needs the final path stored in DB.

  2.   Sponsored Links

  3.     
    #12
    Member
    Ohhh I see that you mean... thank you mate!
    Do you have any suggestion? That avatar urls are grabbing automatically through facebook, and only works using the first url, not second

  4.     
    #13
    Member
    Hmmm Is not a url problem like you said...
    I tried to change an member avatar using the second url that you said.

    And when I copy the image url, appears like this:
    Code: 
    http://www.vozesnaweb.com/cometchat/.http://profile.ak.fbcdn.net/hprofile-ak-snc4/273936_100000805771683_328140717_s.jpg?dateline=1326654599
    And If we access to that url appears the error:
    Forbidden

    You don't have permission to access /cometchat/.http://profile.ak.fbcdn.net/hprofile...28140717_s.jpg on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Thats why the image is not appearing...

  5.     
    #14
    Member
    Website's:
    tehMoviez.com 0Senes.com GeekFaceGames.com
    hmm, there is another problem in cometchat then, post cometchat template code or something

  6.     
    #15
    Member
    Unfortunately, I dont know where to look... this plugin have too many files
    But I found 2 that have reference with avatar...

    cometchat_getid.php
    http://paste2.org/p/1868931

    cometchat_receive.php
    http://paste2.org/p/1868932

    Could be one of this two?

  7.     
    #16
    Member
    Website's:
    tehMoviez.com 0Senes.com GeekFaceGames.com
    hey change
    PHP Code: 
    function getAvatar($image) { 

        if(!empty(
    $image)) { 
            return 
    BASE_URL.'.'.$image
        } else { 
            return 
    BASE_URL.'../images/default_avatar.gif'
        } 

    to
    PHP Code: 
    function getAvatar($image) { 

        if(!empty(
    $image)) { 
            if (
    strpos($image'http://')) {
                  return 
    $image;
            }
            else
                  return 
    BASE_URL.'.'.$image
        } else { 
            return 
    BASE_URL.'../images/default_avatar.gif'
        } 

    in /public_html/cometchat/integration.php
    and waiting for results

  8.     
    #17
    Member
    Hmmm sorry mate, didn't happened nothing...
    But thank you for trying

  9.     
    #18
    Member
    Website's:
    tehMoviez.com 0Senes.com GeekFaceGames.com
    what is the image url after changing that last function?

  10.     
    #19
    Member
    Is the same, nothing changed ;(

  11.     
    #20
    Member
    jokerhacker, sent you PM

Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 10th Sep 2012, 11:55 AM
  2. Hi,Buddies
    By BobJoy in forum Introductions
    Replies: 1
    Last Post: 16th Jan 2012, 02:34 PM
  3. [MyBB] Adding nofollow to profile links
    By Pirate in forum Web Application/Script Support
    Replies: 1
    Last Post: 27th Mar 2011, 09:18 AM
  4. hello buddies
    By fonky in forum Introductions
    Replies: 2
    Last Post: 13th Feb 2011, 03:06 PM
  5. From Profile to Edit User Profile Problem
    By pspuser007 in forum vBulletin
    Replies: 4
    Last Post: 24th Mar 2009, 03:18 PM

Tags for this Thread

BE SOCIAL