Search found 113 matches

by rooon
Fri Mar 10, 2023 3:34 pm
Forum: CMSMS Core
Topic: Vulnerability or not?
Replies: 5
Views: 1268

[solved] Vulnerability or not?

Jo Morg, Thank you for your detailed explanation.
I'm sure my customer will be happy after reading your answer.
by rooon
Fri Mar 10, 2023 2:48 pm
Forum: CMSMS Core
Topic: Vulnerability or not?
Replies: 5
Views: 1268

Re: Vulnerability or not?

Some extra info.

DirectAdmin >> Patchman log
[PHPMailer] [CVE-2020-36326 - CVE-2018-19296] Object-injectie
CVE-2020-36326 https://github.com/advisories/GHSA-m298-fh5c-jc66
CVE-2018-19296 https://github.com/advisories/GHSA-7w4p-72j7-v7c2

This is a vulnerability of the type code-injection.
by rooon
Fri Mar 10, 2023 1:45 pm
Forum: CMSMS Core
Topic: Vulnerability or not?
Replies: 5
Views: 1268

Vulnerability or not?

Hi all, After an upgrade from 2.2.3.1 to 2.2.16 , the hosting company did send me an email with this message Below you will find the list of resolved vulnerabilities. For more information, look in the DirectAdmin of your web hosting package at 'Patchman'. Code injection vulnerability in PHPMailer. p...
by rooon
Fri Feb 17, 2023 3:53 pm
Forum: CMSMS Core
Topic: News module field definiton
Replies: 3
Views: 710

[SOLVED] News module field definiton

@digi3, thanx for your response. I removed all 301 RewriteRules (from 2019), and uploaded a fresh /modules/ folder with its subfolders/files, same version ofcouse ;) The problem is solved. My customer is happy, so I'm happy. I will inform the customer about the upgrade from 2.2.9 to 2.2.16, thanks.
by rooon
Thu Feb 16, 2023 3:39 pm
Forum: CMSMS Core
Topic: News module field definiton
Replies: 3
Views: 710

News module field definiton

Hi all, My customer has only 3 field definitions for the News module. Linked file : Productgroep foto home Linked file : Slider foto links Linked file : Slider foto rechts When he navigates to Content -> News -> any article and clicks on the "Choose" button, next to the Linked file field, ...
by rooon
Wed Feb 01, 2023 9:12 pm
Forum: CMSMS Core
Topic: Code highlight using Event Manager
Replies: 5
Views: 944

Re: Code highlight using Event Manager

Thanx for the background info.
I removed the return $html from the UDT.
by rooon
Wed Feb 01, 2023 6:05 pm
Forum: CMSMS Core
Topic: Code highlight using Event Manager
Replies: 5
Views: 944

Re: Code highlight using Event Manager

I suppose you don't want to return the value but save it to $param['content']; Correct. In short, code in the page content between <pre> and </pre> must be preserved for a code highlighter in the frontend. a) any <br /> between <pre> </pre> must change into PHP_EOL b) any special character between ...
by rooon
Wed Feb 01, 2023 1:22 pm
Forum: CMSMS Core
Topic: Code highlight using Event Manager
Replies: 5
Views: 944

Re: Code highlight using Event Manager

Some extra info.

Clean installation of cmsms version 2.2.16
No modules added or removed.

Please somebody has a hint to try?
by rooon
Tue Jan 31, 2023 7:28 pm
Forum: CMSMS Core
Topic: Code highlight using Event Manager
Replies: 5
Views: 944

Code highlight using Event Manager

Hi all, I have a question about the Event Manager using an UDT. Below a code snippet where I want to replace <pre> into <pre class="coding"><code> Also all <br /> in the <pre> element has to be replaced into PHP_EOL In a test file it works fine, but in cmsms the output is not as espected. ...
by rooon
Wed Oct 12, 2022 7:55 pm
Forum: Modules/Add-Ons
Topic: FEU enhanced passwords
Replies: 8
Views: 3938

Re: FEU enhanced passwords

On a Win Xampp platform with PHP 8.1 - BetterForms does not work anymore :( - FormBuilder not having the features I would like. - SmartForms seems to be the "new" BetterForms but after installing it gives this error Fatal error: Uncaught TypeError: CMSMSExt\XTModule::find_module_file(): Re...
by rooon
Wed Oct 12, 2022 6:58 pm
Forum: Modules/Add-Ons
Topic: FEU enhanced passwords
Replies: 8
Views: 3938

Re: FEU enhanced passwords

I did an upgrade to Xampp PHP 8.1
CmsMS seems to work fine but BetterForms doesn't work anymore.

Do you have any suggestions how to create forms? By using a certain module, or in another way?
by rooon
Wed Oct 12, 2022 2:13 pm
Forum: Modules/Add-Ons
Topic: FEU enhanced passwords
Replies: 8
Views: 3938

Re: FEU enhanced passwords

Dev on pc with Xampp for Windows, PHP 7.3.27 max_execution_time = 120 sec I always use this in System32\drivers\etc\hosts: 127.0.0.1 local.test 127.0.0.1 www.local.test To reproduce the error I did install a new cmsms 1. Installed a fresh cmsms 2.2.16 in www.local.test/cms2test02/ 2. Changed user la...
by rooon
Wed Oct 12, 2022 9:32 am
Forum: Modules/Add-Ons
Topic: FEU enhanced passwords
Replies: 8
Views: 3938

Re: FEU enhanced passwords

Thanks for your replies.

During installation of CMSMSExt (required for the MAMS module) there were errors.
For now I will try to write a plugin using sessions to implement a simple Front Users login form.

For the form I use BertterForms. Question: Is this module also end-of-live?
by rooon
Tue Oct 11, 2022 12:31 pm
Forum: Modules/Add-Ons
Topic: FEU enhanced passwords
Replies: 8
Views: 3938

FEU enhanced passwords

Hi all, In a fresh cmsms 2.2.16 I did add the FEU 3.2.2 module. All works fine with 1 group, 1 user prop and 1 user. I'm using CgBetterForms templates for the Login and Logout. The core:page starts with {strip}{process_pagedata} {root_url assign="root_url"} {get_current_url assign="pa...
by rooon
Tue Jul 05, 2022 12:05 pm
Forum: CMSMS Core
Topic: Why is UDT not working?
Replies: 5
Views: 1435

Re: Why is UDT not working?

Great, I'm almost therre. Event Core ContentPreCompile runs UDT "email_base64" with this code in the UDT $inputText = &$params['content']; // get "name" part and "@domain.tld" part from email $regex = '/<a[^(href)]+href=\"mailto:([^@]+)([^\"]+)\">[^(<...

Go to advanced search