32.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

03-08-2013, 08:03 PM
Post: #21
RE:
(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. Smile
03-08-2013, 08:32 PM
Post: #22
RE:
there is no need cd also in cpanel
03-08-2013, 08:41 PM
Post: #23
RE:
link dead.... ne link for decoded plugins ?
thanks
(03-08-2013 12:47 AM)elstringer Wrote:  decryption code !

movieFeed2.1.rar



AutoEmbeds2.1.rar
03-08-2013, 08:55 PM
Post: #24
RE:
Please update links for license key.
03-08-2013, 09:07 PM
Post: #25
RE:
(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 
37.gif
03-08-2013, 09:09 PM (This post was last modified: 03-08-2013 09:12 PM by MellowD.)
Post: #26
RE:
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:18 PM
Post: #27
RE:
(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
03-08-2013, 09:29 PM
Post: #28
RE:
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
03-08-2013, 09:40 PM
Post: #29
RE:
I am totally lost now lol
03-08-2013, 09:41 PM
Post: #30
RE:
4 stupid cron jobs and I cant get them to work AHHHH
62.gif




12.gif