Page 4 of 4
Re: Problem with Tube site indexing
Posted: Wed Feb 12, 2014 5:38 pm
by admin
rotation - sponsors for example
Re: Problem with Tube site indexing
Posted: Wed Feb 12, 2014 5:50 pm
by otrov77
i have left it all by default. did not change anything there. im just testing now to see will and how it works.
Re: Problem with Tube site indexing
Posted: Wed Feb 12, 2014 6:09 pm
by admin
I don't understand your answer ...
Re: Problem with Tube site indexing
Posted: Thu Feb 13, 2014 9:38 am
by otrov77
is this ok ?
Re: Problem with Tube site indexing
Posted: Thu Feb 13, 2014 1:29 pm
by admin
Yes, now I know that you have galleries ready to be grabbed.
I think in php.ini executation of external commands is swiched off
You can check it by running in ssh plz
cd path_to_scj/bin
php rot.php
it might show you some errors
or you can run
cd path_to_scj/bin
php preload_process.php
and it will grab those galleries
Re: Problem with Tube site indexing
Posted: Thu Feb 13, 2014 2:24 pm
by otrov77
php.ini executation is ON.
and i have run cd path_to_scj/bin
php preload_process.php and now i see galleries.
So do i have to do ssh every time ? is there a way to automatize that ?
Thanks
Re: Problem with Tube site indexing
Posted: Thu Feb 13, 2014 2:41 pm
by admin
php.ini executation is ON.
what option did you check ?
Re: Problem with Tube site indexing
Posted: Mon Feb 17, 2014 7:40 am
by otrov77
My server admin told me that nothing of the scripts is disabled. And told me to ask you, its easier this way, to tell me what options need to be enabled, what are server settings so that script can work properly. Thanks

Re: Problem with Tube site indexing
Posted: Mon Feb 17, 2014 2:42 pm
by admin
Looks like you did check nothing ..
ok, check backtick and exec
also you can check
Code: Select all
<?
require('../includes/prepare.php');
$test = "nice nohup ".$config["php_path"]." preload_process.php ";
echo `$test`;
if it runs ok