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 the following changes:
- all reported bugs fixed
- admin search videos by id, flv/mp4 and mobile
Ok. Its added in BETA4 (will be released in a few days, just doing some more testing).
Fixed in BETA4.
Added. Also added the option to search for FLV or HD videos and for mobile or not mobile videos.
@mfeat50: can you please check this when you have some free time? (i want to add this in BETA4)
Should this be presented as a tab along with Videos, Photos and Comments on pornstar view page? Or in the pornstar bio directly? (right now its html like Coscast sugested it). Once i finish the final version, we could move this to dvds or something.
Added in BETA4.
Hi,
I've just finished this feature, however i have a question. Currently when a user uploads a video at the bottom of the video
upload window a list with the pornstars appears (letter separated, each letter list loads via ajax, only pornstars with letter a are displayed). When
the user clicks on a pornstar it will be added to the list (displayed above the pornstar letter pagination). While this might seem complicated, for
the user it is very easy. The advantage is that only pornstars that you have on your site will appear.
Should i leave it this way, or just a simple textarea where users enter the pornstars name separated by commas. The disadvantages: users might not remember
the pornstar names, so the chance to actually enter pornstars is lower, users can enter pornstar names that are actually not added to your site.
Screenshot for the current method:
Please let me know which one you think is the better option.
Good choice...i've been using Linux for like 10 years now and for me it works better than Windows :-) The cloud seems to be a good idea.
This HOWTO is now outdated. Please use the documentation on the ffmpeg wiki to get ffmpeg compiled. https://trac.ffmpeg.org/wiki/CompilationGuide contains howtos for compiling ffmpeg on any distribution or unix system.
#################################
Hi,
Here is a quick howto on install ffmpeg with support for x263, amr, faac, vpx, lame and xvidcore, qt-fastart and yamdi for Adult Script Pro
on CentOS 5.x (x86 or x86_64). You will need ssh root access to do the installation:
Ok...seems like this post is incomplete...will finish this howto later today
UPDATE: Check below!
Hmm...can be added in the future. Have a select to change the input method, file or text.
Also the following changes:
- changed the video thumbs storage method (fixes the 32k subdirectory limit on ext3 filesystems)
- improved the video conversion and multi-server upload
- mediaxxxscript to adult script pro migration script
Hmm...i could actually just add a button to send to all users Admin -> Email -> Send. If you want a weekly newsletter or something similar, i can
also do this, but only in the future when the stable release is finished (a database entry and then a cron file).
Hmm...i will have to research this. We have a lot of affiliates, no idea why this didnt work for you.
Hmm...can you please try to add the following line:
session_write_close();
in: admin/modules/video/components/upload.php just after this line:
if (isset($_POST['submit_upload'])) {
Let me know if this works!
Its a bug, but i thaught i already prevented this. The actual problem is session related (a file is opened, basically the session file, no other program can access it until that file is free, thats why it keeps loading, because it waits for the file to be free).
I'm not sure its the same bug. Basically this happened for me before with the CSV Importer, but i added session_write_close() (which closes the session for the current page) and it worked.
Does the browser/server freeze on the CSV Importer or on the Frontend Upload? When you try to open another page while importing/uploading does it work?
Ok. Thanks for your ideas. Will get to work then :-) BETA4 will also contain sphinx search as i just implemented it.
Hi,
I have a few questions about how *you* want mobile module to work:
1. Should the mobile module support multi-language?
2. Should the mobile module have a Community menu item?
Thank You!
Hi,
We can upload videos and set advertising for you. Legal videos, from adult affiliates (each video will have its sponsor advertising assigned with your affiliate_id). Each video will have
its own title, description, tags and at least one category.
Prices:
100 videos - 10$
500 videos - 25$
1000 videos - 50$
2000 videos - 100$
5000 videos - 200$
15000 videos - 300$
Supported adult affiliates:
http://www.vidz.com
http://www.videosz.com
http://www.ztod.com
http://www.nastydollars.com
http://www.spacash.com
http://www.blazingbucks.com
more than 100 sponsors available
Please post here or email us at support@adultscriptpro.com if you are interested.
The ads should rotate even with cache enabled. The adv plugin gets all the ads from the specified group (and caches these ads). If rotate is enable it randomly picks 1 (not a real rotate, however to actually rotate correctly i would need to remove the cache, and add a few database queries, so i think its a good trade), if not it displays the first ad.
Not really. I can modify it in admin, so that when you edit a advertisement the cache it also cleared. If you want to remove the caching
from the ads remove the following lines from templates/your-template/extend/plugins/adv.plugin.php:
if (!$advs = $cache->get($slug, 86400)) {
$cache->store($slug, $advs, 86400);
}
Just put // in front of these 3 lines.
Yes. I know about this bug. It is fixed in BETA4 which will be released in a few days.
It will contain more features in the next release (you will be able to specify the cache timeouts, right now the numbers can only be changed from the files).
Fixed.
Oki. Fixing. Let me see if i can find your FTP. If not i'll email you.