Please help to find out the url in phpfox
I am new in phpfox. i have stuck in to find folder and file in phpfox. Actually it contain multiple files and folders. Please help to find out the file of given using url
Please help to find out the url in phpfox
I am new in phpfox. i have stuck in to find folder and file in phpfox. Actually it contain multiple files and folders. Please help to find out the file of given using url
The module is "pfoxmapi" (so the path starts in /module/pfoxmapi/) but besides that the rest of the url could be a param to the "index" controller or a param to /module/pfoxmapi/event/index.class.php. My advise is to contact the developer of that module and ask for guidance.
If the module already existed, then add module name after index.php?do=/{module name}. eg: index.php?do=/poll. If ur creating a new module then 1st create a module in phpfox my admin and then try
In this url "http://www.desimitro.com/index.php?do=" is the root path . And "/pfoxmapi/" denote to the module pfoxmapi created in module folder. "/event/" is the sub page in this module and rest of the parameters are the variables.