Adult Script Pro Community Forums

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.

#51 2016-08-04 07:15:50

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Adult Script Pro 3.0 Branch Development

I'll add moderators in 3.x


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#52 2016-10-11 11:56:39

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Adult Script Pro 3.0 Branch Development

I have implemented click through rate in version 3.x. This will be useful in the following situations:
1. You have a video and you want to see which thumb is most clicked (you use one thumb today, another thumb tomorrow, so you see which one has a higher click through rate).
2. You want to order the videos based on CTR (or order channels, models, albums...).


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#53 2016-11-11 08:04:08

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Adult Script Pro 3.0 Branch Development

Added a little progress information and also a new feature: adaptive bitrate streaming.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#54 2016-11-20 12:00:04

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Adult Script Pro 3.0 Branch Development

Added a few more small features + progress.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#55 2016-11-24 07:47:50

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Adult Script Pro 3.0 Branch Development

Do any of you use the linkback option for links? The pagerank is removed, because its not relvant anymore.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#56 2016-11-26 22:19:41

longsack
Member
Registered: 2016-11-26
Posts: 31

Re: Adult Script Pro 3.0 Branch Development

Looking forward to this version...

I have the following situation:
total database size 1.87GB
2M videos  - my asp_video DB is 921MB
my asp_video_category 215MB
asp_video_tags 513MB

It looks like each time a video is added it adds the category over and over for each video.
It looks the same for video tags.

Why not when each video is added it checks for the category and just assigns the auto_inc_numbers (sex =1, pov =2 and so on) to that video... the numbers represent categories and then wouldn't have to be rewrote the database each time. (i may be way off in my thinking)

Same with tags... a=1,b=2 and so on.  If a tag does not already exist it creates it.  If the next video has the tag a, the script just assigns 1...  then you don't end up with a in your asp_video_tags 50x.  (again i may be way off in my thinking of how this all works with mysql).

I'm looking for a way to decrease the size of the mysql database, hope this makes sense and is understandable, i'm not technical when it comes to php/mysql development.

Offline

#57 2016-11-27 07:09:45

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Adult Script Pro 3.0 Branch Development

Thats exactly how it works for video categories, as you described it, video categories are in one table and the video_category table contains the one to many relation between videos and categories. For tags its not like this in 2.x, however in the 3.x version it will be the same. There are several other speed and optimization improvements in 3.x. It can be considered at 80% rewrite (tables were re-designed, code was optimized and so on).

Did you embed videos? Or?


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#58 2016-11-27 10:59:24

Double_D
Member
From: The Netherlands
Registered: 2014-08-14
Posts: 305
Website

Re: Adult Script Pro 3.0 Branch Development

symtab wrote:

Do any of you use the linkback option for links? The pagerank is removed, because its not relvant anymore.

I use it.
Pagerank removed no problemo didnt use it here

Offline

#59 2016-11-27 14:17:36

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Adult Script Pro 3.0 Branch Development

Ok...i'll add the linkback then smile))


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#60 2016-11-27 14:42:28

longsack
Member
Registered: 2016-11-26
Posts: 31

Re: Adult Script Pro 3.0 Branch Development

thats great.... embed..

Offline

#61 2016-11-27 16:05:47

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Adult Script Pro 3.0 Branch Development

Whats your site's url? You can email me if you dont want to make it public. I'm just curious how aspro works with 2 mil videos...


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#62 2016-11-27 18:50:12

longsack
Member
Registered: 2016-11-26
Posts: 31

Re: Adult Script Pro 3.0 Branch Development

Will send an email...

Also if not added, I have not taken the time to read all of the features or if I did read it someplace I don't recall..
- Auto create models if they do not exist in the database during import.
- Video::Tools::Duplicate Videos --- when searching once done the ability to select all rather than selecting them one at a time... database is packed full of duplicate title videos and to hand select each is just a huge, huge pain in the butt!

Offline

#63 2016-11-28 07:41:52

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Adult Script Pro 3.0 Branch Development

- auto adding models is easy to add, i did not add it until now because we would only get the model name in the database, no other info, but the data can be added after
- will re-design this tool to make it easier/faster to delete duplicates


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#64 2016-11-30 12:13:38

happylag
Member
Registered: 2016-04-05
Posts: 182

Re: Adult Script Pro 3.0 Branch Development

Like Hdzog.com on mobile, when you scroll up even a bit ( and you aren't at the top of the page ), a top nav appears with search form button and categories menu list. When you scroll down it disappears.

Offline

#65 2016-11-30 22:28:06

longsack
Member
Registered: 2016-11-26
Posts: 31

Re: Adult Script Pro 3.0 Branch Development

When you import the ability to import videos via Mass CVS the ability to import via URL, not just text or upload.

Offline

#66 2016-12-01 07:45:31

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Adult Script Pro 3.0 Branch Development

This can be added.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#67 2016-12-08 03:54:58

longsack
Member
Registered: 2016-11-26
Posts: 31

Re: Adult Script Pro 3.0 Branch Development

- Ability to auto generate random views and ratings for each video during initial import or in video review section.

Offline

#68 2016-12-10 06:52:22

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Adult Script Pro 3.0 Branch Development

Yep, this is a very good idea. Been also thinking about this one for some time. I'll add this.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#69 2016-12-10 13:18:55

Eri
Member
Registered: 2011-03-18
Posts: 977

Re: Adult Script Pro 3.0 Branch Development

symtab wrote:

Yep, this is a very good idea. Been also thinking about this one for some time. I'll add this.

Mass edit ability to random views,rate,date,time value selected by user selected by user its ok i think


Best Adult Affilitate Network:
ExoClick
Best Deals on Dedicated Servers - CDN
INXY

Offline

#70 2016-12-11 14:21:47

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Adult Script Pro 3.0 Branch Development

Yep, with options to set min rating - max rating, min views and max views and min add time and max add time.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#71 2016-12-14 00:17:53

longsack
Member
Registered: 2016-11-26
Posts: 31

Re: Adult Script Pro 3.0 Branch Development

What about an affiliate addon?  Webmaster signs up, embeds or sends traffic to a video, visitor views it, they earn $(we set amount) per 1K views?

Offline

#72 2016-12-15 00:40:53

Nuevolab
Member
Registered: 2012-08-01
Posts: 189

Re: Adult Script Pro 3.0 Branch Development

longsack wrote:

What about an affiliate addon?  Webmaster signs up, embeds or sends traffic to a video, visitor views it, they earn $(we set amount) per 1K views?

How do you imagine to fight with false clicks and traffic?
Biggest companies have trouble with it, spending fortune every year for new algorithms to secure against hackers and frauds.
Affiliate is fine when you sell products or services, but not for traffic or clicks due to high risk of false attacks.

Offline

#73 2016-12-15 10:51:07

Eri
Member
Registered: 2011-03-18
Posts: 977

Re: Adult Script Pro 3.0 Branch Development

Nuevolab wrote:
longsack wrote:

What about an affiliate addon?  Webmaster signs up, embeds or sends traffic to a video, visitor views it, they earn $(we set amount) per 1K views?

How do you imagine to fight with false clicks and traffic?
Biggest companies have trouble with it, spending fortune every year for new algorithms to secure against hackers and frauds.
Affiliate is fine when you sell products or services, but not for traffic or clicks due to high risk of false attacks.

This is a good idea, but do not pay them, just allow them to have a banner for free.


Best Adult Affilitate Network:
ExoClick
Best Deals on Dedicated Servers - CDN
INXY

Offline

#74 2016-12-15 17:32:06

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Adult Script Pro 3.0 Branch Development

Maybe in a future version will add affiliate. I want to finish the 3.x version and from there we can add more features...


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#75 2016-12-18 02:28:40

longsack
Member
Registered: 2016-11-26
Posts: 31

Re: Adult Script Pro 3.0 Branch Development

Again may have been talked about and I know if we keep requesting looking at features to add it will never get done... smile

Auto assign pornstars?  If a pornstar name is in the video title and the pornstar exists in the database the video is auto assigned said pornstar.

For example:
Model/Pornstar in the database is "Dillion Harper"

Video title is "Dillion Harper strips naked for you"

The video will auto populate as a "Dillion Harper" video in the model database, is this possible?

Thanks

Offline

Board footer

Powered by FluxBB