Avatar Image File

Custom Title Activated
Loyal Member
Joined
Jun 27, 2009
Messages
1,571
Reaction score
170
Hey All,

I'm trying to host my own Avatar Image file but every time I use this one!



It doesn't work

EDIT:

I fixed up some of the code now I'm getting this

 
Last edited:
Junior Spellweaver
Joined
May 3, 2009
Messages
173
Reaction score
134
Add this
Code:
ini_set('user_agent', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0');
error_reporting(0);
under
Code:
Header("Content-type: image/png");
 
Upvote 0
Newbie Spellweaver
Joined
May 13, 2016
Messages
94
Reaction score
24
Try with cURL. I did this issue a few months ago:

or

Just change what's inside the variable URL.

Sorry my bad english, i'm brazilian
 
Upvote 0