How to set up cron job for Post Affiliate Pro on a Windows server?
Windows server uses "Task Scheduler" that provides the ability to schedule the launch of programs or scripts at pre-defined times or after specified time intervals.
Post Affiliate Pro (https://www.postaffiliatepro.com/) has a file called 'jobs.php' that needs to be executed periodically. The easiest way to manage it in a Windows server is to use the following code:
Call LogEntry() Sub LogEntry() On Error Resume Next Dim objRequest Dim URL Set objRequest = CreateObject("Microsoft.XMLHTTP")...