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.
1. How to fix this when convert into mp4 to not convert to flv ?
2. How can change category thumbs size I can do this from html/css but whan uploaded thumbs to be in same size ?
I have one more question how I can make complex search ? Everything is set up from symtab.
Thanks in advance for your answers.
Offline
I have one more strange question.
How to change the script to be from domain.com to www.domain.com becuase I can't find this in .htaccess and settings.
Offline
Hi,
1. You can only delete the video after its converted to mp4. The next major version will only have mp4 conversion (and flv only if enabled). If you want to delete the flv after successful mp4 conversion, please let me know and i send you the code.
2. admin/modules/video/components/category_add.php and admin/modules/video/components/category_edit.php (at the top of these 2 files are the values for width and height).
To setup Complex Search you need Sphinx installed and configured.
To make your site always redirect from non-www to www edit .htaccess and the below code:
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
after:
RewriteEngine On
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
You have to use the same URL for frontend and backend. If you login to non-www, you wont appear as logged in, on the www url. This is not a bug, it just how it works. It could be added in the session, however it means we always have to know the domain.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Please send me FTP access and admin username/password.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline