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.

#202 Re: Troubleshooting » Search not giving all the results » 2014-05-28 09:29:45

Eri

you must do something , your site is very slow.

#204 Re: Marketplace » Nuevoplayer 8 released » 2014-05-26 20:45:03

Eri

Videos do not play with HTML5 with Firefox and Opera on your link http://bit.ly/1mtZXHy need a webM-ogg file. This game that big companies makes about the video format sucks. Also Chrome will not support mp4 with html5 in the next months they will support only webM ( they want to support their codec ).

So having 2 formats (mp4 webM) for every video need double HDD this means more $$ to spend.
ATM i have 3TB video data to have only html5 video player i have to buy a second server and this means 300$ more monthly.

Using flash with mp4 video files for desktop users and a mobile site is the best and cheapest solution i think.

#205 Re: Feature Requests » Most Wanted Modules » 2014-05-26 10:18:01

Eri

something like this http://www.pornhd.com/ will be good, is ready on mobile tablet and will bootstrap 3 is easy to do

#206 Re: Feature Requests » Hiding Admins » 2014-05-25 19:50:07

Eri

login as admin and go to http://yoursite.com/user/preferences/

And select NO at

Show Profile: Yes Friends No

#207 Re: Feature Requests » Hiding Admins » 2014-05-25 06:15:07

Eri

All users can hide profile if they want, also admin

#208 Re: Open Discussion » html5 video preview » 2014-05-24 07:25:57

Eri

If this data are up, your seo traffic will be up smile

#209 Re: Open Discussion » html5 video preview » 2014-05-23 16:16:43

Eri
newxxx wrote:

but then they et to see too much of the video to see if they want to click on it or not so they don't see your ads

it's a mystery with the pic images

so viewers can basically watch the best of the video, without clicking on the video and seeing the ads

http://www.alexa.com/siteinfo/pornhd.com

Daily Pageviews per Visitor 6.10
Daily Time on Site 6:47

#210 Re: Open Discussion » html5 video preview » 2014-05-23 09:59:58

Eri

image preview, 20 requests, with 400KB
clip preview 2 requests,   1 image 20KB + 1 video 800KB maximum

#211 Open Discussion » html5 video preview » 2014-05-23 07:34:05

Eri
Replies: 8

Just looking around and found a site with interesting video preview

pornhd . com

They do not use image preview. They are using a clip in html5 in two formats mp4 and webm so it can be viewed in all browsers.

What do you think is this nice?

#213 Re: Feature Requests » Ad block » 2014-05-21 14:55:41

Eri

plugrush.com have this if you want. also redirect users to advertiser

#214 Re: Feature Requests » Ad block » 2014-05-21 06:23:20

Eri

I used a special code that buypass add blockers smile

This code detect add blocker and show your adds hosted on your server

#215 Feature Requests » Video screenshots make it hotter » 2014-05-20 08:36:49

Eri
Replies: 1

1. More of the videos those days are form sponsors. And they have their link on every video. ((is there a way to  make the screenshot on the 90% of the video size)
2. When the script makes a screenshot produce black regions on screenshots sides. (is there a way to not make screenshot on black regions with ffmpeg?)
3. They need better colors. With Imagemagic Default IM command: -filter Blackman -modulate 110,102,100 -sharpen 1x1 -enhance -contrast ( I have seen this command on some tgp sites and have good results.)

#216 Re: Marketplace » Nuevoplayer for Adult Script Pro » 2014-05-19 09:51:20

Eri

pornboro.com is not my site smile, it was an other example that do not work with html5

My site is alotporn.com

#219 Re: Bug Reports » Does not get videos version 1.0.5 » 2014-05-16 09:45:52

Eri

they change their theme every month, should be a way to grad their videos from xml rss

Also do not embed videos becasue if that video is deleted from pornhub in you page will not be deleted.

If you want to embed videos easy and auto delete the use adult search script

#220 Bug Reports » [FIXED IN 1.0.10] Popular tags empty link » 2014-05-14 20:02:31

Eri
Replies: 13

Getting this error on popular tags
http://sitename.com/tag//
How to fix this? I have used the tag tool in admin panel but this problem stills remains.

#221 Re: Marketplace » Nuevoplayer for Adult Script Pro » 2014-05-13 16:46:28

Eri

ATM i am using Nuevo Player with CDN if i host it where php files are the server will be down in 5 min. I have already a mobile site but i was thinking to redirect tablet users to main site and support html5 but this is not possible becasue i have to host player where config.php is.

Also i have removed the www. years ago becasue i was getting duplicate links from google webmaster tools.

Is there a way to use nuevo html5 with the config file in an other server and player on CDN?

#222 Re: Marketplace » Nuevoplayer for Adult Script Pro » 2014-05-12 13:55:51

Eri

Trying to make the html5 player available on my ipad but do not work sad

Also just checked a website that use nuevo player do not work http://www.pornboro.com/26503/groupie-s … d-bouncer/
And they use <html5> http://www.pornboro.com/modules/video/p … p?id=26503

#224 Re: Bug Reports » [FIXED IN 1.0.10] Mobile thumbnails showing shrinked windows phone 8.0 » 2014-05-09 18:58:02

Eri

Your site looks very slow, you should add thumbs and js on a different server. if you can not afford it just install http://www.nginxcp.com/installation-instruction/ will make your files fly.

Also some files that are already on a CDN and you do not need to pay wink

<script type="text/javascript" src="/templates/default-pink/js/jquery-1.8.2.min.js"></script>
with
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.min.js"></script>

Also on mobile
    <link rel="stylesheet" href="/mobile/templates/default/css/jquery.mobile-1.2.0.min.css" />
    <link rel="stylesheet" href="/mobile/templates/default/css/jquery.mobile-custom-1.0.0.css" />
    <script type="text/javascript" src="/mobile/templates/default/js/jquery-1.7.2.min.js"></script>
    <script type="text/javascript" src="/mobile/templates/default/js/jquery.main-1.0.js"></script>
    <script type="text/javascript" src="/mobile/templates/default/js/jquery.mobile-1.2.0.min.js"></script>
with
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.css" />
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.js"></script>
<script type="text/javascript" src="/mobile/templates/default/js/jquery.main-1.0.js"></script>

Board footer

Powered by FluxBB