Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Avatar Image File

Custom Title Activated
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

Glee - Avatar Image File - RaGEZONE Forums
 
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
Initiate Mage
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
Back
Top