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.
Also, Community is a blank page when i'm logged ( as admin and also i tried to create a free account i get the same problem )
http://www.lesbian8.com/community/
Here is a screen: http://www.lesbian8.com/screen.jpg
Auto Assign Models http://forum.adultscriptpro.com/viewtopic.php?id=3568
Video Timeline Thumbnails with Flowplayer http://forum.adultscriptpro.com/viewtopic.php?id=3577
Geo subdomains fr.m.domain.com fr.domain.com http://forum.adultscriptpro.com/viewtopic.php?id=3572
The problem came from the default header.tpl.php
I changed from <?php echo REL_URL,'file:///search/',$action; ?> to <?php echo REL_URL,'/search/',$action; ?>
Any idea how could i fix it?
I added them with video - Add - Multi Grabber
I set them to Queued
If I go to http://www.lesbian8.com homepage and type "lesbian" in search and click on enter or search button directly it doesn't work for me. I have to select Video button ( at the right of the search form ) and then click on search. This video button should be enable by default.
I tried it with firefox, chrome and internet explorer, none of them are working.
My host admin told me:
Hello,
please reduce the number of concurrent tasks of ffmpeg conversion, because the server can not handle the load. At the moment, about 100 concurrent conversion tasks, try to reduce to 10 per site.
I also have Queue Conversion Limit: 1
And have conversion just on this site. Videos from grabber modules are going to conversion faster then they are converted, especially if you import a lot of videos ( i imported 1000 ). So at the end, there are a lot of conversions at the same time. It kills the server.
Another message from host admin:
We double checked servers configuration, and no problems found.
In Administration Panel value of "Queue Conversion Limit" is set to 1 but there are 49 processes of FFmpeg running at the same time. This looks like the bug in script.
Please contact with Adult Script support.
Yes it is enabled.
If i add just one video from video grabber it never have overload, but if i add multiple videos from grabber it has overload.
Hello,
I have a dedicated server and put the CPU Priority to 16. But my other sites on the same server go to overload page. I mass added 1000 videos with video grabber module.
Is it trying to convert them all at once?
Hello,
1) When i go to lesbian8.com and type "lesbian" for example in search form and click on search button or enter nothing happen. Chrome says:
Not allowed to load local resource: file:///search/video/?s=lesbian
2) Also http://www.lesbian8.com/community/ is a blank page.
Hello,
Under the left sidebar categories list. Is it possible to list categories which have videos only?
Thank you.
Hello,
If you add a video from a tube source ( let's say xhamster for example ) and delete it. You can't readd it. It says that the video has already been added.
Thank you.
When will 3.0 version coming out?
It works if autoplay is set on No.
Thank you.
Hello,
How can i add Video Timeline Thumbnails to Flowplayer html5?
I got this doc but don't know what to edit exactly in the script:
http://demos.flowplayer.org/scripting/t … bnail.html
Thank you.
Load the page without clicking on play and wait a few. The sound will play automatically but not the video.
Also when i go to Admin - Players - Flowplayer HTML5 and click on Autoplay = No and save, it goes back to Yes.
I noticed the problem is with Firefox and not with chrome ( about the sound playing automatically ).
This video was converted.
Hello,
The video sound is auto playing but not the video: http://www.lesbian8.com/22/sislovesme-t … e-my-cock/
I put auto play on NO in settings in flowplayer HTML 5 but it goes back to Yes after saving the settings.
Thank you.
Fixed it, thank you.
Could you please let me know which code i need to add to config to force a language? For example: i added
'language' => 'fr-FR',
But it doesn't work.
If i understand correctly i need to install files ( without videos and thumbs ) for each subdomain, edit the config of each subdomain to point to the main sql and set the language as default for each subdomain.
It's really complicated. They should add an easiest way to do this.
My subdomains fr.domain.com and de.domain.com are created but they are pointing to english homepage. My host told me that i need to edit script config file to point them to each languages but i don't know how to do it.
What do i need to edit exactly?
Thank you.
Would you also know how to create subdomains for each languages? For example fr.domain.com de.domain.com etc...
Hello,
I notice my video are about 1/3 bigger than original xhamster videos with the mass grabber. How can i reduce the file size but keeping about the same quality? Here are my current conversion settings:
Preset: Fast
Encoding Level: 3.0
Max Rate: 0
CRF: 18
Resize: No
Audio Codec: Native FFmpeg AAC encoder
Audio Bitrate: 64
Audio Sample Rate: 22050
Thank you.
Hello,
I added new languages pack to my site and i would like to add in the header of desktop: ( For example page it's page 2 of recent videos )
<link rel="alternate" href="http://www.domain.com/recent/2/" hreflang="x-default">
<link rel="alternate" href="http://de.domain.com/recent/2/" hreflang="de">
<link rel="alternate" href="http://fr.domain.com/recent/2/" hreflang="fr">
and on mobile header:
<link rel="alternate" href="http://m.domain.com/recent/2/" hreflang="x-default">
<link rel="alternate" href="http://m.de.domain.com/recent/2/" hreflang="de">
<link rel="alternate" href="http://m.fr.domain.com/recent/2/" hreflang="fr">
What would be the code between href=" " ?