Page 1 of 1

NEWS displayed on another webpage

Posted: Fri Sep 09, 2016 10:52 am
by pWorker
Hey all,

i have a problem (cmsms 2+):

I want to display news from

Code: Select all

http://www.a.de
at

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
, but this has to be allowed by the embed_url setting which is not adviced to change for security reasons.

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
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.

Code: Select all

URI 'http://xxx/index.php?page=top-meldungen&showtemplate=false' not allowed by security setting
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!

Re: NEWS displayed on another webpage

Posted: Mon Sep 12, 2016 7:57 am
by pWorker
Nobody?

I`m now looking for a solution for my Problem: I have NEWS on my website, global News as you could say. Now, I have another website on which specific NEWS content from the global page has to be shown.

Which is the best way to share content (There are 2 different domains, but installation could be placed on same webserver)?

The point is, that i want to manage the news only by managing the global page.

Re: NEWS displayed on another webpage

Posted: Mon Sep 12, 2016 12:33 pm
by pWorker
[solved]:

Because of the fact, that both pages would use cmsms, i`m now using MultiDomains-Module. Now i can handle multiple domains with one cmsms installation. Got it setupped in minutes.

Hope it also helps someone else.