NEWS displayed on another webpage
Posted: Fri Sep 09, 2016 10:52 am
Hey all,
i have a problem (cmsms 2+):
I want to display news from at .
A solution was to include (via php Udt) a separate page content from, but this has to be allowed by the embed_url setting which is not adviced to change for security reasons.
My question: Is there a way to set "trusted urls" for including content via php?
With fetching the url i get crash-screen ->security issues.
I was also looking for feedmodules, but i already have installed 10+ modules and i think there is a cmsms-native solution?!
The websites are at the same server but have different domains and root folders.
Thanks in advance!
i have a problem (cmsms 2+):
I want to display news from
Code: Select all
http://www.a.de
Code: Select all
http://www.b.de
A solution was to include (via php Udt) a separate page content from
Code: Select all
http://www.a.de
Code: Select all
Warning: include(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in /xxx/xxx/htdocs/lib/classes/class.usertagoperations.inc.php(278) : eval()'d code on line 3
With fetching the url i get crash-screen ->security issues.
Code: Select all
URI 'http://xxx/index.php?page=top-meldungen&showtemplate=false' not allowed by security setting
The websites are at the same server but have different domains and root folders.
Thanks in advance!