Page 1 of 1

modulesinterface.php?

Posted: Thu Aug 25, 2005 9:48 am
by kishman155
is there a reason to call modules from moduleinterface.php

i call my modules from the site it was included in.

example:

calender module call days in moduleinterface.php

http://www.mudsonline.net/moduleinterfa ... returnid=7

i think he does so to to get xhtml and to build links with the little helpers in CMSMS.

isn't it a problem to call the modulesdirectly from there with get so everyone could modify thisĀ  like

moduleinterface.php?module=Statistics&id=m1&m1action=defaultadmin&m1stat_showpage=8&m1returnid=7

or

moduleinterface.php?module=TinyMCE&id=m1&m1action=defaultadmin&m1returnid=1

so i think its very useless to make passwordprotektion on modulesites.
if you don't make shure everyone is logged in

mfg
Kris

Re: modulesinterface.php?

Posted: Thu Aug 25, 2005 10:28 am
by kishman155
i have looked at sites i have set up with CMSMS and modified name so noone can se the file.
on modules i use there si no problem to delete the file moduleinterface (not at admin).
The modules are still working fine.

kishman155