Page 1 of 1

PHP-file only for logged in FEUs [SOLVED]

Posted: Fri Feb 12, 2016 7:01 pm
by syreeni
I've a php-file which I want only to be accessed and used by logged in FEUs. So no anonymous internet users can't access the file.

The php-file is essential part of html-table which includes form in cells. So, values on table are calculated and sent back. I use PHP to echo vars to cells which can be edited.

I was not successful with User Defined Tags.

How I should proceed that logged in FEUs may open the php-file from member-site menu? Or how this would be done the best way with CMS Made Simple'+

Where I should locate php-file?
Which permissions to the file and folder?
How to link it to CMS logged in menu?

All help is highly appreciated.

CMS 1.11.10
FrontEndUser 1.25.1

Re: PHP-file only for logged in FEUs [SOLVED]

Posted: Fri Feb 12, 2016 11:05 pm
by syreeni
User Defined Tag :)