vote every hour for registered members

Basti

Administrator
Staff member
Example would be

1) Create a Cron Job within Cpanel - Settings below
1.1) From the "Common Settings" Dropdown select Every 1 Hour
1.2) In the command Input paste this
Code:
/usr/bin/php /home/YOUR_ACCOUNT/public_html/truncate_cron.php
- Replace YOUR_ACCOUNT with your account. Usually this is the same as cpanel login
- If you do not run your topsite in your domain root, update the path accordingly
if this dont work, you might have another path to php ( /usr/bin/php ). Ask your Host.

Also, most hosts have a faq page which explain stuff like this, since many hosts have this different you might need to ask them
 
Top