Adult Script Pro Community Forums

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.

#51 Re: Bug Reports » Mass Embedders Updates » 2013-03-10 17:12:11

yes redtube down what happen?

#52 Re: Troubleshooting » How To Mass Embed Using Cronjob » 2013-03-09 19:18:13

how i can desactive yobt site on the script ?

#53 Re: Bug Reports » [NOT A BUG] several upload issues » 2013-01-19 15:15:05

How you fix that? I need know for update to the version 1.0.6

Thank you

#54 Re: Installation » Version 1.06 » 2013-01-17 18:18:55

Can you please send me the version 1.0.6 i sent you a email.

#56 Re: Troubleshooting » How To Mass Embed Using Cronjob » 2013-01-12 17:01:16

if you check the pircture you see some folder with permiss 755 , this folder y try to change to 777 and i cant.

#57 Re: Bug Reports » [FIXED IN 1.0.6] Dont delete videos from the admin » 2013-01-12 16:58:36

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!

#58 Re: Bug Reports » [FIXED IN 1.0.6] The url of video set wrong dont redirect » 2013-01-12 16:55:55

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

#59 Re: Bug Reports » [FIXED IN 1.0.6] The url of video set wrong dont redirect » 2013-01-12 03:17:18

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

#60 Re: Bug Reports » [FIXED IN 1.0.6] Dont delete videos from the admin » 2013-01-11 21:35:33

Dont work this code and say "Invalid configuration item! Aborting..."

#61 Re: Bug Reports » [FIXED IN 1.0.6] The url of video set wrong dont redirect » 2013-01-11 21:26:35

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!

#62 Re: Bug Reports » [FIXED IN 1.0.6] The url of video set wrong dont redirect » 2013-01-11 20:31:47

i know about the canonical update but i need too that redirect to the unique url correct for other razon.

#64 Bug Reports » [FIXED IN 1.0.6] Dont delete videos from the admin » 2013-01-11 19:01:00

mmpo
Replies: 14

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

#65 Re: Troubleshooting » How To Mass Embed Using Cronjob » 2013-01-11 16:00:55

symtab wrote:

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

#66 Re: Troubleshooting » How To Mass Embed Using Cronjob » 2013-01-10 23:40:09

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

#68 Re: Troubleshooting » How To Mass Embed Using Cronjob » 2013-01-10 16:32:27

From the admin panel is ok but from the cron job no.

#69 Re: Troubleshooting » How To Mass Embed Using Cronjob » 2013-01-09 17:50:56

yes i have 777 in this folder but dont work

#70 Re: Troubleshooting » How To Mass Embed Using Cronjob » 2013-01-09 14:30:56

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?

#72 Re: Bug Reports » [NOT A BUG] Upload photo error » 2013-01-08 18:46:09

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

#74 Re: Bug Reports » [NOT A BUG] Upload photo error » 2013-01-08 16:20:51

yes i know but i need know what code i need paste on photo_view.tpl for appear?

#75 Re: Bug Reports » [NOT A BUG] Upload photo error » 2013-01-08 15:52:10

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

Board footer

Powered by FluxBB