(03-08-2013 07:56 PM)MellowD Wrote: [ -> ]Guys I set up the cron jobs as advised but I get this
/bin/sh: line 0: cd: /home/broclt/cronjobs/: No such file or directory
Status: 404 Not Found
X-Powered-By: PHP/5.3.19
Content-type: text/html
No input file specified.
I am doing it like this
cd /home/broclt/cronjobs/ and& php movie_meta.php
Please anyone help????
If you using Directadmin check correct inputs of crons the crons for DA go something like that,
php /home/user/domain/nameofdomain/public_html/plugins/autoembeds/cron.php etc.... i hope i help. No need to input
cd for directadmin. For plesk or other panel ask your provider for correct inputs.

there is no need cd also in cpanel
link dead.... ne link for decoded plugins ?
thanks
(03-08-2013 12:47 AM)elstringer Wrote: [ -> ]decryption code !
movieFeed2.1.rar
AutoEmbeds2.1.rar
Please update links for license key.
(03-08-2013 07:56 PM)MellowD Wrote: [ -> ]Guys I set up the cron jobs as advised but I get this
/bin/sh: line 0: cd: /home/broclt/cronjobs/: No such file or directory
Status: 404 Not Found
X-Powered-By: PHP/5.3.19
Content-type: text/html
No input file specified.
I am doing it like this
cd /home/broclt/cronjobs/ and& php movie_meta.php
Please anyone help????
Try this:
PHP Code:
cd /home/broclt/public_html/cronjobs/ and& php movie_meta.php
Is this correct as it still dont work
php /home/broclt/public_html/lovex.co.uk/cronjob/ and& php movie_meta.php
Plus I tried this
cd /home/broclt/public_html/cronjobs/ and& php movie_meta.php
AHHHHHH so annoying
(03-08-2013 09:07 PM)komas Wrote: [ -> ] (03-08-2013 07:56 PM)MellowD Wrote: [ -> ]Guys I set up the cron jobs as advised but I get this
/bin/sh: line 0: cd: /home/broclt/cronjobs/: No such file or directory
Status: 404 Not Found
X-Powered-By: PHP/5.3.19
Content-type: text/html
No input file specified.
I am doing it like this
cd /home/broclt/cronjobs/ and& php movie_meta.php
Please anyone help????
Try this:
PHP Code:
cd /home/broclt/public_html/cronjobs/ and& php movie_meta.php
Thanks mate but still not working
I have tried various ways
Doesnt make sense
Hi MelloD
try this
curl http://yourDomainHere/cronjobs/movie_meta.php
i think i got it to work however if people open the movie_meta.php
you see line 4 and below a path i have remove the ../ and fill there my Real Path becouse i think this Cronjob files are all not Original and edited thats why they are not working.
iam not sure but i think i got all to work after i edited my own path to the files they are running fine.............
if you all dont understand what i mean check All file in Cronob Folder.........
Example for movie_meta.php
Line 4 and below
require_once("../public_html/vars.php");
require_once("../public_html/includes/curl.php");
require_once("../public_html/includes/imdb.class.php");
require_once("../public_html/includes/movie.class.php");
i think not that this default will work becouse not everone use public_html as root folder
Regards
I am totally lost now lol
4 stupid cron jobs and I cant get them to work AHHHH