Problem with Tube site indexing

admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: Problem with Tube site indexing

Post by admin »

rotation - sponsors for example
Don't forget to run script update
otrov77
Posts: 20
Joined: Mon Feb 10, 2014 5:54 pm

Re: Problem with Tube site indexing

Post 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.
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: Problem with Tube site indexing

Post by admin »

I don't understand your answer ...
Don't forget to run script update
otrov77
Posts: 20
Joined: Mon Feb 10, 2014 5:54 pm

Re: Problem with Tube site indexing

Post by otrov77 »

is this ok ?
Attachments
sc.jpg
sc.jpg (169.71 KiB) Viewed 9248 times
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: Problem with Tube site indexing

Post 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
Don't forget to run script update
otrov77
Posts: 20
Joined: Mon Feb 10, 2014 5:54 pm

Re: Problem with Tube site indexing

Post 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
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: Problem with Tube site indexing

Post by admin »

php.ini executation is ON.
what option did you check ?
Don't forget to run script update
otrov77
Posts: 20
Joined: Mon Feb 10, 2014 5:54 pm

Re: Problem with Tube site indexing

Post 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 :)
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: Problem with Tube site indexing

Post 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
Don't forget to run script update
Post Reply