Problem with Tube site indexing
Re: Problem with Tube site indexing
rotation - sponsors for example
Don't forget to run script update
Re: Problem with Tube site indexing
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
I don't understand your answer ...
Don't forget to run script update
Re: Problem with Tube site indexing
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
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
Don't forget to run script update
Re: Problem with Tube site indexing
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
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
what option did you check ?php.ini executation is ON.
Don't forget to run script update
Re: Problem with Tube site indexing
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
Looks like you did check nothing ..
ok, check backtick and exec
also you can check
if it runs ok
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
Don't forget to run script update







