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.
So my google chrome updated to version 64 and we all know that this update blocks popup ads and other popup windows
now when I try to preview play videos in video admin it wont openup anymore
is there any quick solution to this problem?
im excited for this release, hoping to get it soon
Hi Adrian
when caching (memcached) is enabled on the site and when a user make a comment on video or photo the comment only shows up when you clear all cache.
I would like to request that you make it auto delete cache on that specific video page or photo page after a new comment is posted so that way its shows right away
or make it something like facebook if many users is on that video page it will auto update and they will see new comments in an instant its almost like all chat.
I hope you can make this happen.
Thanks
Finished the chat. This was something extra, but i think its a very good feature. The visitors will spend more time on site resulting in more seo traffic. Its simple one on one chat. See screenshot:
https://preview.ibb.co/fmZ8Na/Screenshot_from_2017_06_08_16_52_06.png
I hope the layout is mobile friendly
so the site cache is enabled using memcache as the driver.
when user comments on the video, you need to manually clear the cache or wait for its cache lifetime to expire before you can see the comments
I am not sure if this is a bug or the comments are also being cached or not being updated after new comments are posted
I wish there's a work around with this problem. like not cache the comments or clear the cache of that page when someone made a comment or load it via ajax when user clicks on the comment or something.
I would like to disable global top ad group in home page but to be shown everywhere else.
I am not a programmer so I need help please.
Thank you.
SSL is for security when you login on a website and buy something. This has nothing to do with porn. Also when you search "porn tube" no website is https.
well if you don't care about search engine traffic then it doesn't matter of course ...
this report is from 2014 ... https://webmasters.googleblog.com/2014/ … ignal.html
google always updates their algorithm that means you need to keep up with them if you want to be in favor... for example they give better rank to website that is SSL enabled and I only heard about it this year... who knows what they'll do next the following years ahead
I have successfully recompiled ffmpeg with libfdk_aac support ...
now Im getting a better audio at 16k bitrate while file size is reduced.
nothing beats 1 optimized video file across all platforms (mobile or desktop)
saves bandwidth and disk space
a practical solution to someone like me who doesn't like to spend much on server resource
Hi Adrian,
I was hoping to have an option to use libfdk_aac (HE-AACv2) because it has better quality in lower bit rate thus making video file size smaller to save bandwidth and disk space.
why do I know this? because I usually encode videos using mediacoder and I have compared them already in every way.
Hoping to hear your thoughts on this
https://trac.ffmpeg.org/wiki/Encode/AAC
HE-AAC version 2
ffmpeg -i input.wav -c:a libfdk_aac -profile:a aac_he_v2 -b:a 32k output.m4a
it would be nice if you could also use hash for the video file names while your at it.. thanks
if a photo album is marked private, users can still access its contents by guessing its number name files at domain.com/media/photos/12345.jpg
you can easily actually guess its number by comparing the photo number name of the recent public photos located before or after it
I suggest that the photos be named in a random generated text, same goes for the videos
email sent
The video thumb of my videos is configured with Thumb Server (Video->Config->Thumbs)
This works normally when adding videos via the traditional upload.
But, when adding embed videos through Video->Add->Embed and uploading Thumb file does not work.
I remember there were a few requests for activity feed. I just finished this. Now every user has a stream on its profile, also there is a community stream from all users and also each user sees the actions done by the users subscribed, model subscribed and channel subscribed. I will post tomorrow some screenshots.
Thank you for giving some attention on the community part of the script. it really is a great development and it catches up to the main big sites like pornhub
hoping for more features in the community/profile section and messaging
I would love this feature to be implemented
if you have many videos being uploaded all the time.. put them to queue so that your server won't be stressed when converting them because videos will be converted one at time
if no to queue then if 10 users uploads videos at the same time.. it will be also converted at the same time
that's how I understand it..
in the user profile when the user has upload many private photo albums when you want to see all of the rest of the album (domain.com/users/username/photos/private/) shows blank page
please reply for a quick fix
thanks
In the current version of the script, you edit libraries/cdn.php and set the CDN_THUMB_URL and then edit libraries/bootstrap.php and uncomment the require 'cdn.php' file. Thats it.
thanks for reminding.. I did not notice that commented require cdn.php in bootstrap .. it works now..
Is this in the last version of the script?
yes I have tested it both before and after upgrade.. can you verify at your dev site pls
thanks
this is my temporary fix
edited bootstrap.php
$cdn_thumb_url = "http://my-url-here.com/";
define('THUMB_URL', (defined('CDN_THUMB_URL')) ? CDN_THUMB_URL : $cdn_thumb_url.'/videos/tmb');
I did define this
define('CDN_THUMB_URL', 'http://thumbs.domain.com');
but the THUMB_URL did not change to the defined CDN_THUMB_URL
its still showing the default relative url
<img src="<?php echo THUMB_URL,'/',path($video['video_id']),'/',$video['thumb']; ?>.jpg" alt="<?php echo e($video['title']); ?>" id="preview-<?php echo $video['video_id'],'-',$video['thumb'],'-',$video['thumbs']; if (isset($this->id)): echo $this->id; endif; ?>" />
how to fix?
delete contents of cache folder and try again
improve the community/profile module... make it a facebook like
profile pic
cover photos
post status and comments on the status
community news feed
if you think this module is a lot of work.. I don't mind buying it if you make it a premium
and also don't forget to fix and improve the forum module
A random thought but if the ads image is CSS based, would it bypass adblocks?
it will bypass adblocks as long as your only using CSS for your ads implementation ... if you're using javascript with it then adblock will block it
but then again.. expert adblock users can block any element they want on a website...