Search found 40 matches

by phatsaqs
Wed Jun 28, 2017 2:55 pm
Forum: Installation and configuration
Topic: Email Config
Replies: 2
Views: 3512

Re: Email Config

Got it thanks :) Sending you a PM.
by phatsaqs
Wed Jun 28, 2017 1:19 pm
Forum: Installation and configuration
Topic: Email Config
Replies: 2
Views: 3512

Email Config

Hi, Im using Windows and IIS for a web server and have configured the server to send emails. I can successfully send emails using an email test page with the following: <?php if(mail('test@test.com','php test subject','php test message')){ echo('ok'); } else{ echo('not ok'); } ?> However, emails do ...
by phatsaqs
Thu Jun 22, 2017 2:01 pm
Forum: Installation and configuration
Topic: XSS Vulnerabilities
Replies: 3
Views: 3846

Re: XSS Vulnerabilities

What is the name of this library? Is it not being used in forma now? If so how can I enable it. If not what is the best way to incorporate it into forma?
by phatsaqs
Wed Jun 21, 2017 7:56 pm
Forum: Installation and configuration
Topic: XSS Vulnerabilities
Replies: 3
Views: 3846

XSS Vulnerabilities

Hello,

I am trying to resolve a number of issues with cross site scripting throughout the application on various input pages.
Is there a quick and easy way to apply anti XSS measures application wide without digging into the code?
by phatsaqs
Thu Sep 15, 2016 7:37 pm
Forum: Installation and configuration
Topic: New Version and Future Roadmap
Replies: 9
Views: 13730

Re: New Version and Future Roadmap

Hi Max. Can you say if you are still using PHP 5.3 as the baseline for the next version?

Thanks.
by phatsaqs
Thu Sep 15, 2016 2:17 pm
Forum: Administration Management
Topic: LDAP Configuration/Tech
Replies: 3
Views: 4374

Re: LDAP Configuration/Tech

Can this be utilized on the same server?
by phatsaqs
Fri Sep 09, 2016 8:35 pm
Forum: Administration Management
Topic: LDAP Configuration/Tech
Replies: 3
Views: 4374

LDAP Configuration/Tech

Hi, I have a requirement to enable authentication into the LMS via smart cards. I'm assuming this is possible by enabling LDAP in some capacity but i'm not sure. Can anyone please assist with the matter? A tech draft with details on how the forma LDAP works from a coding standpoint would also be ver...
by phatsaqs
Tue Sep 06, 2016 7:42 pm
Forum: Installation and configuration
Topic: Adding A Web Page
Replies: 3
Views: 5048

Re: Adding A Web Page

Thanks. I figured it out I think.

Im currently doing the following: adding a new module folder to appLMS\modules, add matching folder and class to class.module, adding new php file with matching name. Hopefully im on the right track and wont break any underlying architecture.
by phatsaqs
Tue Aug 30, 2016 3:06 pm
Forum: Installation and configuration
Topic: Adding A Web Page
Replies: 3
Views: 5048

Adding A Web Page

I'd like to create and add my own web pages to the site for linking to within the LMS.
Can someone step me thru the best way to do this? I've tried linking to a new php page and it just comes up
blank.
by phatsaqs
Fri Aug 26, 2016 2:57 pm
Forum: E-Learning Management & Frontend
Topic: Course Reminder
Replies: 3
Views: 4682

Re: Course Reminder

Is this "patch" being offered for free?