What type of control panel are you using? cpanel helm windows of some kind or other? If you have cpanel do away with the /bin/sh: for starters. Basically you just need to change the path a little for php which may very slightly but the standard would be the following in your periodic/notifies/all files.php as well as your crons and double check your /inc/.header.inc.php too.
Would look like:
bin/sh: /home/paskooch/public_html/periodic/notifies.php
Should look like:
/usr/local/bin/php -q /home/paskooch/public_html/periodic/notifies.php
Check see more the headers of all files in periodic as well and verify that the paths are correct for the crons in periodic/periodic.file
If you don't understand feel free to contact me and I'll help you out.
Would look like:
bin/sh: /home/paskooch/public_html/periodic/notifies.php
Should look like:
/usr/local/bin/php -q /home/paskooch/public_html/periodic/notifies.php
Check see more