How can add a scheduler in Plesk 7.5 which can access a .aspx web page every 10 minutes?
My hosting panel is Plesk 7.5 for windows, I hope to access a .aspx web page every 10 minutes.
The following is introduction of Managing Scheduler, you can see details at
http://www.dailyrazor.com/esupport/p...n/ch03s77.html
------------------------------------------------------------------------------------------------------------------------------------------
To schedule a new task, follow these steps:
1. Click the Add New Task icon. You will be taken to the scheduled task properties page.
2. To activate the task, leave the Enabled checkbox selected. If you wish to temporarily disable the task, clear this checkbox. The disabled tasks are not executed.
3. Provide a short description for the task, if desired. This description will be displayed in the list of all scheduled tasks and will serve as a link to the page that allows editing the task¡¯s properties. If no description is specified, the command executed within the task will be displayed.
4. To enable scheduler to send the notification messages to a specified e-mail address, select the required value in the Scheduler notification drop-down box, and specify the e-mail address (if required). Any information output by the task will be automatically sent to the specified address.
5. In the Path to executable file or script box, specify the absolute path to executable file or script. This file may be:
a generic windows application,
a PHP script (identified by the opening <? or <?PHP tags in the first line),
a PHP, Perl or Python script (identified by the first line #!script interpreter name),
a file with any of the following extensions: .BAT or .CMD (batch files), .VBS, .VBE, .
JS, .JSE (visual basic or java scripts), .PL, .PM (perl scripts), .PY, .PYC (python scripts), .PHP, .PHP3 (php scripts).
The path to file may include the environment variables related to a user, on behalf of which the application or script is executed, therefore the users may specify the strings like %homedrive%%homepath%\application.name to run the applications or scripts residing in their home folders.
For example, c:\Inetpub\vhosts\domain.com is a user's home folder. If user specifies %homedrive%%homepath%\httpdocs\application.exe as the application to be executed, the application.exe file located in c:\Inetpub\vhosts\domain.com\httpdocs\ will be run.
------------------------------------------------------------------------------------------------------------------------------------------
It's seem that Plesk 7.5 can't access a .aspx webpage directly, but I don't know about PHP, if I hope to access
http://www.hothelpdesk.com/CatchEmail.aspx every 10 minutes, could you tell me how can write a PHP script which can redirect to
http://www.hothelpdesk.com/CatchEmail.aspx ?
Many thanks!
http://www.hothelpdesk.com/ - Web Based Helpdesk, Customer Service, Customer Support Software