Search found 5 matches
- Tue Aug 25, 2015 8:24 am
- Forum: The Lounge
- Topic: Suddenly: Blank empty white page only – https??
- Replies: 16
- Views: 9601
Re: Suddenly: Blank empty white page only – https??
Exact same thing happened to one of my clients on August 21 with same config info and install folder was installed. I managed to fix the website, however i am not sure if it is going to happen again. And no there is no other scripts on the server like WP or Joomla, just CMS Made Simple, latest versi...
- Tue Aug 25, 2015 8:13 am
- Forum: CMSMS Core
- Topic: Spam script includued in Current Package
- Replies: 14
- Views: 8939
Re: Spam script includued in Current Package
That is not correct. The sites may have been hacked for a number of reasons. We do not provide infected packages. No, this is not what i said of course. However i experienced this issue on 4 hosting companies with only CMSMS installed on them, and i think there is an exploit to cause this. Each hos...
- Sat Aug 22, 2015 2:26 pm
- Forum: CMSMS Core
- Topic: Spam script includued in Current Package
- Replies: 14
- Views: 8939
Re: Spam script includued in Current Package
I and my clients experienced the same problem and still experiencing since August 20. The system is sending spam and hosting providers are suspending our accounts. Not only last version(1.12) was infected, but also an older version of CMSMS(1.11.4) was infected. The thing is each of them had the mal...
- Mon Jul 30, 2012 7:10 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Help With One Page Template - Load all pages in content
- Replies: 2
- Views: 1760
Re: Help With One Page Template - Load all pages in content
Thanks for the respond, i have played with it a little and i wasn't able to dump all the pages into one. I found this solution, creating a UDT called {content_dump} global $gCms; $cntnt = $gCms->getContentOperations(); foreach ($cntnt->GetAllContent() as $page) { $page_data = $cntnt->LoadContentFrom...
- Sat Jul 28, 2012 12:20 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Help With One Page Template - Load all pages in content
- Replies: 2
- Views: 1760
Help With One Page Template - Load all pages in content
Hello all, i have been using CMS Made Simple for almost a year now. At the moment i have got a one-page-website project, i am unable to figure out how to do it with CMS Made Simple, i have found some UDT's, but they weren't exactly what i desired. But i know it is possible, because i have seen few o...