Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    The plugin does not support it natively.

    If you want to execute local files on your server, writing an action module with the exec() or system() functions will make it possible. However, those functions are likely disabled by your host for security reasons.

    Another option is locate the PHP script somewhere accessible by HTTP and write an action module which accesses the url. Writing such a module is quite simple.

    Thread Starter npfitzner

    (@npfitzner)

    Thankyou. Will try it out.

    Plugin Author miunosoft

    (@miunosoft)

    As of v1.4.0, there is the PHP Script action module that lets you run selected PHP files.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Call a file’ is closed to new replies.