The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
yes redtube down what happen?
how i can desactive yobt site on the script ?
How you fix that? I need know for update to the version 1.0.6
Thank you
Can you please send me the version 1.0.6 i sent you a email.
yes work fine now
if you check the pircture you see some folder with permiss 755 , this folder y try to change to 777 and i cant.
Yes i have set on no. With the code that you put here delete the video but send me blank page with that i say operation .... aborting!
You can fix with that I say , edit: /libraries/framework/uri.php
And remplace that i put up
Adrian thank you for you help too because i dont have idea bout this i dont know any about php i only test if work fine i keep for this i ask if this not afect other part of the script , but if you say that its ok i keep.
Thank you
I dont know if the mode correct but i do it:
public static function match($query)
{
// backwards compatibility with <= 1.0.4, will be removed in 1.2
// every url is redirected by default, no need to use the match function
return TRUE;
}
}
?>
Replace for
public static function match($query)
{
// need to make sure any matching url passed to this function
// gets a 301 redirect if the match is not exact
// examples:
// www.domain.com/symtab -> www.domain.com/symtab/
// www.domain.com/symtab.html -> www.domain.com/symtab/
// www.domain.com/video/video_id/title-here.html -> www.domain.com/video/video_id/title-here/
// www.domain.com/video/video_id -> www.domain.com/video/video_id/
// www.domain.com/video/video_id/title-here -> www.domain.com/video/video/video-id/title-here/
// FIX FOR UPPER CASE LETTERS
if (isset($_GET['q'])) {
$request = utf8_strtolower($_GET['q']);
if ($request == rtrim($query, '/')) {
// we need this to support UTF8
$q = (utf8_is_ascii($request))
? preg_replace('/[^A-Za-z0-9\-\_\/]+/', '', $request)
: preg_replace('/[^\pL\pN\-\_\/]+/u', '', $request);
$url = BASE_URL.'/'.$q.'/';
$parts = explode('?', CURRENT_URL);
if (isset($parts['1'])) {
$args = array();
foreach ($_GET as $key => $value) {
if ($key != 'q') {
$args[urlencode($key)] = urlencode($value);
}
}
if ($args) {
$url .= '?'.http_build_query($args);
}
}
VF::redirect($url, '301');
}
}
if (isset($_GET['q']) && $request == $query) {
return true;
}
return false;
}
}
?>
I need your help its work fine but i need know is this dont afect other part of the script
Thank you
Dont work this code and say "Invalid configuration item! Aborting..."
Waoo man but i can wait for the next version i can do anything now?
I'm gonna have millions of errors because of previous redirections. I know you don't care about SEO, but tons of errors have effect in how google will place a site on his results. Thousands of duplicated titles, descriptions will generate lots of duplicated content on my site. Google will kill me!
i know about the canonical update but i need too that redirect to the unique url correct for other razon.
After update i can see the video from all type of url check
http://www.ismytube.com/82585/lalala
http://www.ismytube.com/82585/lalalaasduhsfudhfudgudfgj
http://www.ismytube.com/82585/lalalafhu … g8fg48f54g
hi i update the version 1.0.5 and i try of delete a video from the admin panel and go me to the blank page and dont delete the video.
I need you help
Well most important is media/videos/tmb/000 and media/videos/tmb/000/LAST-FOLDER-CREATED-HERE
LAST-FOLDER-CREATED-HERE is that i am talking about in the pic dont cam change the permiss . Check yourself
Some folder have permiss 755 and when i try to chage say "550 Could not change perms on 078: Operation not permitted"
Too some folder from filezilla show that : http://img90.xooimage.com/files/f/d/4/c … b08f2a.jpg
That the owner is 99 dont can change the permiss
Nothing the same error
From the admin panel is ok but from the cron job no.
yes i have 777 in this folder but dont work
When i run without cron is ok all but when run whit cron job the dont take the thumb an keep status grabbing , can you help me?
on my site work fine
work perfect with this simple code <?php echo p('adv_player', $this->video['adv'], $this->video['sponsor'], $this->photo['user_id'], $this->photo['categories']); ?>
add in 1.0.5 please.
Thank you
And can you help me with this?
yes i know but i need know what code i need paste on photo_view.tpl for appear?
How i can put the adv of the user too on the photos and not only on the videos? I say banner of the user profile you know. I want for example below this photo http://www.ismytube.com/photo/7/ appaer the banner of the user that upload