-1

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

http://www.desimitro.com/index.php?do=/pfoxmapi/event/events/when_upcoming/show_15/page_1/username_ashish243

3 Answers3

0

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.

Purefan
  • 1,498
  • 24
  • 44
0

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

Harsha Mullangi
  • 474
  • 1
  • 6
  • 27
0

http://www.desimitro.com/index.php?do=/pfoxmapi/event/events/when_upcoming/show_15/page_1/username_ashish243

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.

Priti
  • 1