Sunka Well-known member Licensed customer Dec 8, 2016 #1 The image proxy only proxies images within posts. Is it possible to do that with images on pages (xenforo pages)?
The image proxy only proxies images within posts. Is it possible to do that with images on pages (xenforo pages)?
P Paul B XenForo moderator Staff member Licensed customer Dec 8, 2016 #2 As pages are only editable in the ACP by administrators, it's not required as you can locally host any referenced images on your own server. Upvote 0 Downvote
As pages are only editable in the ACP by administrators, it's not required as you can locally host any referenced images on your own server.
Sunka Well-known member Licensed customer Dec 9, 2016 #3 I can not, because I have images on page (hotlinked) which dinamicly change once per day (they are pulled from another site which is not on https) Upvote 0 Downvote
I can not, because I have images on page (hotlinked) which dinamicly change once per day (they are pulled from another site which is not on https)
P Paul B XenForo moderator Staff member Licensed customer Dec 9, 2016 #4 That will need custom development then. Upvote 0 Downvote
TPerry Well-known member Dec 9, 2016 #5 If you are on a VPS/dedi, just use wget in a CRON job to pull them in locally. Upvote 0 Downvote
Sunka Well-known member Licensed customer Dec 9, 2016 #6 Tracy Perry said: If you are on a VPS/dedi, just use wget in a CRON job to pull them in locally. Click to expand... I can't, they are ungettable because of port server. i can download them through browser, but can not wget through ssh. Look here Upvote 0 Downvote
Tracy Perry said: If you are on a VPS/dedi, just use wget in a CRON job to pull them in locally. Click to expand... I can't, they are ungettable because of port server. i can download them through browser, but can not wget through ssh. Look here