Quote Originally Posted by countrycharm View Post
Try this
PHP Code:
GET /the_exact_path_to_your/html/cron/ssu.php 
or
PHP Code:
GET http://yoursite.com/cron/ssu.php 
Hooray! I found the issue and other newbies such as myself may want to know.

My file permissions in the sss.php file had to change from 777 to 644. After that, I just ran the command :

PHP Code:
wget http://www.yoursite.com/cron/ssu.php 
For some reason, the regular GET command would not work.

Thank you country, yellow, and Chuck from PGR Creations. You all rock!