PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Trigger site index from PHP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Trigger site index from PHP

    Hi there,

    we are currently triggering site indexes from a command line script triggered in a crontab.

    Is there anyway to trigger a full index of a site from a PHP script?

    Thanks!

  • #2
    I wonder if you can trigger your command line script from PHP. I use the following command that uses the start command to kick off excel and open a file created by some of my PHP scripts:

    pclose(popen("start /B ". $File, "r"));
    Zoom Search Engine 7.1 (Build: 1022) Professional Edition
    Windows Server, Apache, PHP
    Windows 10

    Comment


    • #3
      It is possible to launch Zoom with command line parameters as documented in our support section.

      You will have to take some care noting the permissions for the user account that PHP is running under is appropriate for the indexer, as that will be the same user account that launches Zoom.

      --Ray
      Wrensoft Web Software
      Sydney, Australia
      Zoom Search Engine

      Comment


      • #4
        thanks for that

        Comment

        Working...
        X