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.
Demo sites are back up and working.
Hi,
I just finished working on Adult Script Pro 1.0 RC1 and decided to upload it to a site, before
actually releasing the package. Please feel free to test anything you want, if you have some
time to spare. I will also do a lot of testing tomorrow and then release the new version.
All changes discussed in the Development Threads (for RC1) have been implemented.
http://www.scriptdevel.com
http://www.scriptdevel.com/admin/index.php
Username: admin
Password: admin
Please reply to this topic if you find any bugs.
Thanks,
Adrian.
Replied to your email. I suspect the problem is that your new server either doesnt support blowfish, or your old one did not support it. It can be fixed.
Hi,
Our designer can create logos for you. Prices range from 30$ to 50$ (depending on the design).
Here are some logos:
If you see YOUR logo in this post and you dont want it here, just drop me a email and i will remove it.
It can use both mod_deflate/gzip, but you have to configure your server (apache, lighttpd) to do it. It also has a feature to gzip the html page, however its not very good and will use some CPU. It is better to let the web server handle this. If you check the demo you will see all js/css/html files are gzipped (also also cached).
Hi,
If you want, you can add your site on http://www.pronguide.com for free (and you will probably get a few free hits / day). Just email me after you added your site so i can approve it.
Hi,
First of all i was on the train yesterday, sorry for any unanawered videos. Second, i just want to mention that i launched a new site (first with embedded videos and now i host my own videos) and i'm pretty happy how the Video RSS Feed Importing works, basically i added a few feeds (see images below) and then everyday i click on these feeds and import 3 videos. Like 20 minutes and i get a few real videos for my site, and all videos are related to my niche.
Yeah, this is a popular feature request (not on the forum). We will create a new template after the final version is done, which will be more modern, including this feature.
Seems like its a bug for pornhub though, they changed something on the site. I'll fix and update your site also.
Got your email, please also email me the admin username/password for your site (replied with this to your email). It is not a bug on all sites, as for me on my box it works (and i can also confirm it works on my other sites).
I've thaught about this today, so basically to completly integrate a way to have CDN you would need to modify a lot of files, which would slow down the script for people
that dont use CDN or separate servers. So i'm gonna partially integrate it and when the time comes for someone to actually use CDN for everything, i'll make the modifications
only on his/her site.
I have modified the templates, in such a way that in case someone uses separate servers/CDN no template modifications will be required. You just need to edit a file to define
the urls.
Hi,
Doing some maintenance (upgrading lighttpd/php/mysql), enabling sec_download for sites...Demos might be down for a few hours.
I apologise for the inconvenience.
DUDE...Cameron Diaz bouncing her ass...is like priceless :-)))) Or is that Drew Barrymore? I dont think it matters, my avatar is the best )))))))
PS: Maybe we get some celebrity hits to the forum :-)
Epoch (http://www.epoch.com) was also integrated. So basically now, for anyone who wants a adventure in the premium porn videos, there is ccbill, zombaio, epoch, and for-non porn: paypal :-)
We already have the dedicated servers support (with multi-server), so i only add CDN for the rest.
This is the file that will define the URLs:
defined('_VALID') or die('Restricted Access!');
// This file is used to configure CDN, every option is documented. Please read carefully
// before enabling anything in this file. Every file needs to preserve the orignal path
// on the remote server, eg: if you use a separate server, the path for model images will
/// need to be http://model.domain.com/media/pornstars/.
/**
* CDN_URL will define the CDN URL or SEPARATE SERVER url for you CSS, Javascript and Image
* files that can be found in /templates/your-template/{css,js,images}. These files need to
* be uploaded manually to your CDN server (service), before you can use this feature.
*
* Uncomment the line below to enable CDN/Separate Server.
*/
//define('CDN_URL', 'http://static.domain.com');
// documentation to come, this is basically same as multi-server
//define('CDN_VIDEO_URL', '');
/**
* CDN_THUMB_URL will define the CDN URL or SEPARATE SERVER url for your video thumbs. You can
* configure the separate server FTP or CDN server credentials in:
*
* Admin -> Video -> Configure -> Thumbs
*
* Uncomment the line below to enable CDN or Separate Server for video thumbs
*
*/
//define('CDN_THUMB_URL', 'http://thumbs.domain.com');
/**
* CDN_PHOTO_URL will define the CDN URL or SEPARATE SERVER url for your photo images. All images
* related to photos will be served from the URL defined here (including photo thumbs, album covers,
* resized photos, original photos). You can configure the separate server FTP or CDN credentials in:
*
* Admin -> Photo -> Configure -> Upload
*
* Uncomment the line below to enable CDN or Separate Server for photos
*
*/
//define('CDN_PHOTO_URL', 'http://images.domain.com');
/**
* CDN_MODEL_URL will define the CDN URL or SEPARATE SERVER url for your model images. All images
* related to models will be server from the URL defined here. You can configure the separate server
* FTP or CDN FTP credentials in:
*
* Admin -> Model -> Configure -> Photo
*
* Uncomment the line below to enable CDN or Separate Server for model images
*
*/
//define('CDN_MODEL_URL', 'http://models.domain.com');
Probably will also add a separate URL for user avatars.
Please let me know what you think about this (this wont be useful right when you start a adult tube site, however once you get a lot of visitors and content, this will be very very useful).
Here's what i have until now:
- CDN_URL used for template js/css/images (basically this is the same, however if separate server is defined or cdn, the TPL_REL constant
will have the value defined for separate server/cdn).
- THUMB_URL used for video thumbs (by default this is RELATIVE_URL.'/media/videos/tmb/, if you use a separate server or CDN this constant
will change). FTP credentials can be configured in admin (thumbs will be automatically uploaded to separate server/CDN, or deleted when the
delete command is issued).
- PHOTO_URL used for photos (by default this is RELATIVE_URL.'/media/photos/, if you use a separate server or CDN this constant
will change). FTP the same as for THUMB_URL.
- MODEL_URL used for model images (by default this is RELATIVE_URL.'/media/pornstars/, if you use a separate server or CDN this
constant will change). FTP the same as for THUMB_URL.
There are 3 posibilities:
1. No CDN and no separate servers (basically all the urls remain the ABSOLUTE ones to the current domain).
2. Separate server for images (in this case the credentials for FTP to upload images can be configured from admin
and the urls can be defined in a file (urls cant be defined in admin, because this would slow things down, if you already
have enough content/visitors that you need separate servers for images, you can modify a file or someone to do it for you)
3. CDN server, now there are more than one way to get your files on the CDN server, however we will use FTP as its the most
common one (so basically all that is explained at 2 will also work). If you use CDN you will need to include a new file (file
is written and has documentation) and also add settings for FTP in admin.
So i will modify the templates and add small code snippets for FTP upload/delete.
This is the last feature before RC1, so we're almost there.
Hi,
I have a few questions about CDN:
1. When using CDN should it be enabled for everything? (template css/js/images, photo media, video media, pornstar media, user media...everything?)
2. Should there be some method to actually have the posibility to use a separate server for thumbs (video, photos, pornstar) (like nginx static/images)?
This is mostly important in the long run, as you wont need separate servers or CDN until you get tons of visitors.
That video doesnt have related videos because the Red Head category only contains 2 videos and those videos dont have any similar tags. If i set from the admin Related Category = no, then it will have related videos.
I do not understand exactly, what do you mean with "we can allow only 10 or 20 videos to get imported while using for mp4 conversion"? A limit for the CSV? Or? (you can just edit the csv in a text editor and only keep as many as you want).
Sitemap finished. Sitemap was already in Admin -> Tools -> Sitemap, so what changed:
- it will not generate a sitemap index, instead of a normal sitemap, and the index contains separate sitemaps, it will index everything, and it does not matter that you have 100.000 videos and 235.000 users and 18.400 photo albums, it will split the content in separate sitemap files and add them to the index
- a new tool to generate a video sitemap file (same its a sitemap index, that contains video sitemaps)
Basically the above changes allow you to create sitemaps no matter how much content you have.
I'll work some more on 2 new templates (simple, only css) and then its done. I apologise for the contstant delay. I just want to add as many small/important features as possible right now.
Hi,
So while working on the latest features in RC1, i've come across some good articles about innodb, and it has some features
we could use on high traffic sites. In the final version, when you install the script, there will be a option to use Innodb for some tables (video_views, user activity...)
because it supports row locking, so requests dont need to wait for operations to finish like its done myisam. We dont use MATCH AGAINST (we have sphinx) which is only available in myisam, so this will work perfectly.
Neah, if nobody would use IE, i would for sure drop it, however 60% of the market is IE. It works now, in IE9, so no worries.