Well, I was told the same in another one forum, but it seems to be not true, because I am calling all the big files without any success and also a simple script with one line representing the mail() function. All the files are not being executed finally except the mail script. Here is the code:
MAILTO=admin@livescore-bg.net
30 * * * * curl –silent –compressed /usr/bin/php -d max_execution_time=300 http://mysite-bg.net/file/file1.php
30 * * * * curl –silent –compressed /usr/bin/php -d max_execution_time=300 http://mysite-bg.net/file/file2.php
30 * * * * curl –silent –compressed /usr/bin/php -d max_execution_time=300 http://mysite-bg.net/file/file3.php
30 * * * * curl –silent –compressed /usr/bin/php -d max_execution_time=300 http://mysite-bg.net/file/file4.php
So am putting that code in a .txt file and via SSH I am typing crontab name of that file
P>S> I tried also that code before the one below:
MAILTO=admin@livescore-bg.net
30 * * * * curl –silent –compressed http://mysite-bg.net/file/file1.php
30 * * * * curl –silent –compressed http://mysite-bg.net/file/file2.php
30 * * * * curl –silent –compressed http://mysite-bg.net/file/file3.php
30 * * * * curl –silent –compressed http://mysite-bg.net/file/file4.php