

Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
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 thisIf 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. ![]() |
|||
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: | |||
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 thisTry this: PHP Code: cd /home/broclt/public_html/cronjobs/ and& php movie_meta.php |
|||
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 thisTry this: |
|||
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: | |||