ovflowd / chocolatey

:chocolate_bar: The open source Habbo.com Engine & CMS
GNU General Public License v3.0
50 stars 19 forks source link

Photos not loading #118

Closed dotmbf closed 7 years ago

dotmbf commented 7 years ago

Photos not loading? Link loaded like: http://****/profile/Dominic/photo/https:://arcturus.wf/camera/*****/1_1491030136.png

dotmbf commented 7 years ago

Since Habbo's scripts adds "https:", your str_replace is wrong return str_replace('http:', '', str_replace('https:', '', $this->attributes['url'])); Should work, at least does for me.

ovflowd commented 7 years ago

If you want, you can create a Pull Request for that.

I'll be glad if you do.