We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 8869
    • 32 Posts
    Hi

    I have create a mini web application using phprunner to generate a set of reports (http://xlinesoft.com/index.htm)

    It creates a set of files/folders in nested structure (php and image files etc to run)

    Is there a way to integrate this with modx so a user has to login as a modx web user before they can get to see the php pages that run in my newly created mini app (it has about 200 individual files so I don’t want to have to copy and paste the code into modx)

    Any suggestions?
      • 9207 ☆ A M B ☆
      • 2,475 Posts
      The only trick there is authentication. Otherwise you could put the app in alongside your MODx code -- if your other app is doing any dynamic URL handling, then you’d need to create a separate .htaccess rule.

      I’d need to know a bit more about how the app is structured to comment further, but if it all lived on one page (e.g. driven by an index.php page), then you could put the contents of that one page into a MODx page -- just make sure that one page had whatever user permissions required.