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.
I am also curious about the development of v3.0.
Since the names of the pornstars are not in English. the A B C D... will not work. So I would just remove the whole pull down menu shown.
I would like to know how to do it.
Thanks!
It works before but suddenly it doesn't work
The site is using nuevo player. I tried to change the player to video js player and it would work.
I did not change anything on the server recently.
Does anyone also encounter such problem??
Thanks Double_D. It works perfectly!!
Thanks Double_D. I have tried it. The adv does not show up unless I play the video and then pause it.
I have converted all older flv into mp4 because the probable end of life of flash
And I am now experimenting Flowplayer HTML5 and video js player
But I found that overlay adv does not show on the player unless the video is played and the pause button is pressed.
Is it possible to make the overlay adv show when the video page is opened? This is what I used to see when I was using Flowplayer.
Thanks!
I want to use the same videos for two different domains. For one domain it is just how ASPRO runs as usual.
On the other domain I want to use the videos of the first domain but other things being different, including the title and description of the videos (I can change it manually). Most probably I won't let visitors to register as user and I won't let people to upload videos for the second domain.
Is it difficult to implement this.
No. I got this when I set debug to yes. If debug is set to no, no video will be displayed when it is embedded.
I think this problem has been there for quite some time.
After I set the photo server, they are displayed perfectly in the user frontend. The photos are on the photo server
However, I found that in admin, the photos are still on the main server. This means that there are two copies, one of main server and one on the photo server. I think it will be better if photos on the photo servers are shown in admin instead of on the main server. This is a problem especially when I am using only a 256GB SSD for the main server.
Similar problem is also on thumb server for videos. It seems that there will also a copy on the main server. I think it is better to remove the copy on main server automatically for the same reason.
Well, I would just to make it a little bit more secure so I prefer to have NGINX_SECURE_LINK set up.
I have this in my NGINX vhosts conf
location ~ \.mp4$ {
secure_link $arg_st,$arg_e;
secure_link_md5 securec$uri$arg_e$remote_addr;
if ($secure_link = "") {
return 403;
}
if ($secure_link = "0") {
return 403;
}
mp4;
mp4_buffer_size 4m;
mp4_max_buffer_size 10m;
}
and I have already set NGINX_SECURE_KEY as "securec"
Is there any other thing I have to take care of in order to make it work
It works only when NGINX_SECURE_LINK and NGINX are not defined.
The problem is the download link will not be expired in this case. And people can download whenever they got the download link.
I am using Nginx to serve videos
I found that download only works when
define('NGINX', false);
define('NGINX_SECURE_LINK', false);
are declared in download.php
Is there anything I have to set in order to make it work with declaring them to be TRUE.
Thanks!
Hello symtab. Did you get my email?
Just send you the details symtab. Please help to check.
Thanks again!
Just have the time to upgrade from 2.2.1 to 2.2.3
I found that there is still problem with photo upload (this was found starting from 2.2.2)
After photos are uploaded, it returned
Fatal error: Call to undefined method VHelper_photo_server::process_photos() in /home/avsee/public_html/modules/photo/components/upload.php on line 206
In the admin panel, the photos are under "processing" status forever.
Please help to take a look.
Just spot a bug. If there is Player Overlay Adv, there will be the following error for the embed link:
There will be no such an error and embed will word if there is no player overlay adv
Just find this problem. I have not been checking photo upload since last update.
It returns 500 error when I try to upload photos (both in user front end and admin).
And it cannot extract the photos from zip files in admin.
Well, it is a site upgrading from 1.x to 2.x but some of the cron script does not run unless I do it manually.
I will send you an email. Thanks.
I have just found that for my older site which was upgraded from ASPRO 1.x. Some cron script never run even if it is active.
There is no such a problem for my sites which was installed with version 2.x.
I have tried to manually run the scripts and it worked (Video Shedule Queue indeed). While some other cron scripts can run, this and some others do not.
Hello symtab, I have sent you an email. Let me know if any further info is needed in order to fix the problem.
Thanks!
Hello symtab. I have tried amending download.php, but the problem of invalid hash could not be fixed.
Oh, so what will you suggest to use to serve the videos?
lighttpd?
Thanks!
I have used nginx to serve both as web server and streaming server for some time.
I would like to give RTMP a try.
Is there still some free options besides Red5. It seems that crtmp is no longer updated.
Hello symtab, please help to check the issue when you have time.
Thanks!