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.
Just upgraded to 1.2.3
After upgrading, Multiserver is not working, after converting videos, they are kept in main server and it is in the "converting" process forever.
I have test the video server from admin panel and it can successfully upload file.flv and delete file.flv.
I have two servers running two ASPRO and both have the same problem. So I think it is not the problem of server.
The following is copied from debug mode:
VException [ 0 ]: VException [ 0 ]: exception 'ErrorException' with message 'Undefined variable: db' in /home/public_html/modules/video/helpers/server.php:238 Stack trace: #0 /home/public_html/modules/video/helpers/server.php(238): VError::error_handler(8, 'Undefined varia...', '/home/...', 238, Array) #1 /home/public_html/modules/video/helpers/server.php(213): VHelper_video_server::update('1') #2 /home/public_html/modules/video/helpers/conv.php(132): VHelper_video_server::process_upload(Array, 11, false, true, false, true, Object(VVideo)) #3 /home/public_html/admin/modules/video/components/upload_ftp.php(274): VHelper_video_conv::process(11, '/home/...', Object(VVideo), true) #4 /home/public_html/admin/modules/video/components/upload_ftp.php(184): VComponent_Admin_video_upload_ftp->process_video(Array, 1, Array, 'public', 0, 1, 0) #5 /home/public_html/admin/modules/video/video.php(51): VComponent_Admin_video_upload_ftp->render() #6 /home/public_html/admin/index.php(25): VModule_Admin_video->render() #7 {main} ~ /home/public_html/admin/modules/video/video.php [ 53 ]
/home/public_html/admin/index.php [ 27 ]
22 try {
23 require $module_path;
24 $obj = new $module_class();
25 $obj->render();
26 } catch (Exception $e) {
27 throw new VException($e);
28 }
29 } else {
30 throw new VException('Invalid admin module format! Aborting!');
31 }
32
Environment
Oh I see, will there plan be having cron jobs to convert all the old flv files on the server. Otherwise there will still be tons of flv files in the server.
Thanks!
I usually disable selinux.
Thanks! May be I should also do this.
I would like to know if it is a good idea go enable FLV COPY or not
I see that default is NOT to use it but with desktop version, it seems that flv can be played instantly without waiting while visitors may have to wait for some time if the mp4 file is a big one.
So, I would like to know what are your opinions on this. Should I enable it or not?
UPDATE:
Yum Install was used to install ffmpeg. Though everything was green when checking but conversion did not work.
So I decided to remove ffmpeg and gave ffpmeg auto installer a try before compiling it from source.
And it seemd that it works with the ffpmeg installed with auto installer.
HOWEVER................
SELINUX will block the use of ffmpeg. It became the following after I enable SELINUX again. I am not sure how to configure SELINUX (and I do not know how to set customized policy of it) in order to make it work, except totally disable SELINUX.

Yes, everything is green. This is why I do not really know what the problem is.
And I have simply tried to run the command "ffmpeg -i source.mp4 destination.mp4" and the video was converted without any problem.

Just set a new server and install a fresh copy of 1.2.3. I have this problem for "upload from ftp"
It returned "Failed to load any videos! Please check video formats/path/restrictions!"
This also happen when I upload the videos directly in user front end. I check the log and it showed that "fail to load video"
Everything is green when I check the server in admin.
I have even temporary disable selinux to check.
Did anyone also encounter this problem?
I have just tried to set up a separate server for the photos. It seems to me that
1. Thumbs and covers are uploaded to both main server and photo server. I expect them to be uploaded to photo server only.
2. In the admin area, the thumbs and covers on the main sever (domain.com/media/photos) are shown.
3. In the admin area, the photo path is incorrect. It path is still the main server domain.com/media/photos but not photo.domain.com/media/photos, so the photos cannot be shown. Yet, they have been uploaded to photo.domain.com correctly.
4. All Thumbs, Covers and Photos will not be removed from the server after I remove them from the admin area.
But there is nothing wrong with the user front end. All the paths (thumbs, covers, photos) are photo.domain.com/media/photos
Please help to checked it.
Thanks!
Hello, I have just updated to the latest version of ASPRO.
I just find the my logo does not show when I embed the videos.
The logo is shown perfectly on the site itself.
I have check the settings and I have already add the logo path and licence of flowerplay for flv_embed and hd_embed.
Is there anything I need to do in order to make it work?
It is apparent to me that there is an upload limit when cloudflare cdn is used. As seen from
https://support.cloudflare.com/hc/en-us … pload-size-
I would like to let members to upload videos more than the limit set by cloudflare. Is there any work around for that?
Thanks.
It seems that sphinx search will just work on the desktop version but not the mobile version. Is there anything I have to configure in order to make it work for mobile search as well?
Thanks!
I have seen in the htaccess file that there are parts for preventing SQL injection by using url rewriting.
Is there a way to implement it in Nginx? I have seen this example but it seems it is different from the htaccess
http://www.howtoforge.com/nginx-how-to- … agents-etc
I have also thought of implementing the codes below but I do not know if it is right to do so.
set $block_sql_injections 0;
if ($query_string ~ "base64_encode.*\(.*\)") {
set $block_sql_injections 1;
}
if ($query_string ~ "(\<|%3C).*script.*(\>|%3E)") {
set $block_sql_injections 1;
}
if ($query_string ~ "GLOBALS(=|\[|\%[0-9A-Z]{0,2})") {
set $block_sql_injections 1;
}
if ($query_string ~ "_REQUEST(=|\[|\%[0-9A-Z]{0,2})") {
set $block_sql_injections 1;
}
if ($query_string ~ "SELECT(=|\[|\%[0-9A-Z]{0,2})") {
set $block_sql_injections 1;
}
if ($query_string ~ "UNION(=|\[|\%[0-9A-Z]{0,2})") {
set $block_sql_injections 1;
}
if ($query_string ~ "UPDATE(=|\[|\%[0-9A-Z]{0,2})") {
set $block_sql_injections 1;
}
if ($block_sql_injections = 1) {
rewrite ^(.*)$ index.php last;
}It seems that grabber does not work for redtube now. Please help to check it.
Thanks!
Is it possible to add a function so that the titles and desc (with meta titles and desc) cannot be translated when user chooses a language?
I was thinking of using Google / Bing Translate API to do it (Google translate API charges a fee, though)
And, is it also possible to have multi-language function for the categories?
Thanks!
I have found that when we embed the videos on our site (the videos on my video site, not embed from other sites), the video is not enlarge to fill the player.
However, it is enlarged to fill the player on the video site itself.
Can anyone help to confirm this?
Thanks!
Personally, I go for the suggestion by symtab before
I install the script to another directory using the same database as www.domain.com and point m.domain.com to this new installation.
This works quite well for me.
Thanks symtab, got your new version. Just found out two days ago that grabber does not work on xhamster.com. And it was still working on Tue. Hope it can also be fixed.
Thanks!
Thanks symtab, saw you have released a new version. Just found that
xhamster.com
does not work starting from today.
Please also help to check it.
The sites I know that are probably not working are:
http://www.pornhub.com/
http://www.keezmovies.com/
http://www.sunporno.com/
http://www.spankwire.com
http://fucktube.com/
Will there be new version of grabber? It does not work on some of the sites now.
Hello thiva7 do you subscribe the basic or premium account. I am now using basic. So I wonder if there is a difference in terms of grabbing videos.
I just have just subscribed and am now testing the service. It seems that ASPRO will not convert the uploaded video to mobile video. Does anyone here use videoswiper and Is there a way to force it to do so?
I remember that there was a button "convert mobile" in older versions of ASPRO but it seems that there is no such function for 1.0.8.
Thanks!
Thanks symtab. Email sent. Please help to take a look at it.
I still cannot make it work. Does any folks here successfully add adxpansion inplayer adv on ver 1.08?
Thanks!
There is an extra ";" in front of $remote_addr. This is probably the reason that it does not work.