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 Re: Marketplace » Nuevoplayer 8 released » 2014-06-30 15:49:30

There are dozens of player options and possible settings, and this is not even possible to show them all on one demo example.
Regarding Firefox and Opera, this is only a case of setting up options and defining video sources to have them all playing, including HD version.
For each supported video type (flv,mp4,webm,ogg) it is also possible to setup hd alternate video.
And so I just added 2 options for webm on Nuevolab homepage though it's really not that important and not very useful.

I don't undertand your concern about webm or ogg as you do not even use it.
This is right decision as currently most of browsers support h264/mp4. Chrome and Firefox too. Chrome support also webm.
Opera on mobile devices also supports h264/mp4. Only on desktop Opera when you switch off Flash plugin htm5 video supports only webm and ogg video types.
But who cares about Opera, additionally with manually Flash plugin switched off...., even if Nuevoplayer can support even such weird compbination.

Finally if you look at any other player, none supports html5 playback under such Opera as Nuevoplayer does.
None can switch to HD. But Nuevoplayer does have such possibility and it works as for any other browser and file type.
If you have time to look at most famous JWPlayer, check it under Opera with Flash off. It doesn't offer HD switching and overall player looks pretty weird, playing only in fullscreen mode.
Nuevolab's budget and programming capacity is not even 1% of JW company, but seems that Nuevoplayer is not worse in both, look and playback. Sometimes it's even better.
Of course I can't offer everything as JW. I don't have a team of programmers, but also I don't have clients ready to pay over USD 1000 per year license....
For EU 45.00 you get much more than any other player developer can offer.

Reagarding login at Nuevolab, sorry but this is what we need (email login) and is also better for clients.
We changed it just for this reason, especially for clients with multiple licensed players.
There are thousands (if not millions) services that require email to login. This is not something new or weird.

#52 Re: Marketplace » Nuevoplayer 8 released » 2014-06-28 09:45:50

Really, you need to understand. THis is not Nuevolab forum, not Nueolab support.
Nuevolab is 3rd party, independent developer and provides support for many different scripts and users, not just ASP script.
I don't have enough time to browse each possible forum to find threads about Nuevolab product.

I already mentioned that Nuevolab login rules has changed recently and now it requires to provide email instead of username.
If you do not remember password you can recover it.
If you do not remember email you registered with there's only Nuevolab's "contact" form left to get help.

#53 Re: Marketplace » Nuevoplayer 8 released » 2014-06-25 17:08:06

Thanks for report @symtab. Corrected.
Some URLs changed after website upgrade.
Same Progressbar thumbs has been updated. Now thumbs are generated according to video aspect ratio, just to keep better image quality.

#54 Re: Marketplace » Nuevoplayer 8 released » 2014-06-25 11:34:55

Note that Nuevolab system now requires email as login not username.
Unfortunatel I do not know you username or email so I could check it.

#56 Re: Marketplace » Nuevoplayer 8 released » 2014-06-01 23:03:51

Embedded videos are not played by Nuevoplayer so it's not a question related to Nuevoplayer.
Embedded videos are what embed code is. The player is what some website service offers that you embedded player from. If it's some flash player, it won't play on mobile devices. Only few services offer iframe code with HTMl5 alternative playback.

In opposite, if you embed Nuevoplayer from own website, playing own video on any other site it will play both, desktop and html5, if you only have mp4/h264 videos for mobile playback. Our embed code for Adul Script is not limited to flash only. Additionally using some modification such embedded player can show ads from some ad networks or using AnyAd plugin by Nuevolab.

#57 Re: Marketplace » Nuevoplayer 8 released » 2014-05-27 08:55:32

Regarding video formats and browsers support... This is really crazy.
Imagine video best choice option for most of browsers and devices

1. normal mp4/h264
2. hd mp4/h264
3. webm mp4
4. ogv for Opera
and maybe one more mp4 with baseline profile for older devices

Even if it's possible to setup Nuevoplayer to support all of it, it's just madness to store it all on HDD.

On Nuevoplayer index page if you switch off flash support in browser, this will be HTML5 player automatically.
And it supports mp4, webm and ogv video formats fallback, so it will even play on Opera html5 as I have my demo video in all these formats.
But that's only theory... or for demanding people with deep pocket.

On our HTML5 demo website: http://www.nuevolab.com/html5
we use 3 video formats: mp4/h264, webm and ogg

Our player code utilize html5/video "canPlayType" function to check video format for certain browser.
Such function returns "probably", "maybe" or empty string.
Our code checks only video file extension, though HTML5 function can also check for codec used.
But it's hard to imagine that any script or user can deliver information about codec used for each single video.

Anyway from what we could find,
on firefox our player choose mp4/h264 to play
on chrome player also choose mp4/h264
on opera player choose webm to play.

Simply our player choose first video with "probably" or "maybe" from canPlayType function response.

Furthermore we checked what such function returns for each browser.

Firefox:    mp4/h264 - 'maybe'; webm - 'maybe'; ogg - 'maybe'
Chrome:   mp4/h264 - 'maybe'; webm - 'maybe'; ogg - 'maybe'
IE9:          mp4/h264 - 'maybe'; webm - 'maybe'; ogg - 'maybe'
Opera:     mp4/h264 - empty;   webm - 'maybe'; ogg - 'maybe'


Looks like only Opera doesn't play h264/mp4.
Form other hand on my different phones with Opera browser it does play h264/mp4.
Seems for phone devices it's different browser.

#58 Re: Marketplace » Nuevoplayer 8 released » 2014-05-27 04:48:07

Ofcourse it won't play in Opera. On html5 you have browsers and formats they support.
This is not something that depends of player.
There is no such magic option that same video file will play on every browser.
And it's easy to  find that most video services still use flash when it's only possible.
That's why default Nuevoplayer playback is flash. If flash not detected Nuevoplayer automatically searches for html5 video tag support.
It is even posssible to define many alternative video formats, including webm and ogg and Nuevoplayer will choose the right one,
but video files is is not what we sell or offer to encode and store. Of course this is user's case, sevrer and choice.

I do also use only mp4/h264 for both: desktop and mobile device, even if I have working webm conversion option on my private conversion class.  I agree it's cheapest solution now.

For ASP script I must adopt my code to what ASP script is.
And so default playback is flash, plays either flv or mp4 video on desktop + mp4 from mobile directory on mobile devices. Just what ASP scripts and user's videos are.
On my small demo site, which is only demo that I don't care as normal website I use only h264/mp4 format.
So it plays flash on desktops and html5 on browsers that do not support flash.

I think that mobile device browsers will keep h264/mp4 support.
There is too much other devices (eg. tousands of cameras and mobile devices) using this format, too much companies use such format for their commercial products.

#59 Marketplace » Nuevoplayer 8 released » 2014-05-26 19:57:23

Nuevolab
Replies: 16

After few hours of maintaince time Nuevolab website is back live, completely redesigned with awesome new Nuevoplayer version 8.

There is a lot to say about new version, so best is to read about changes on dedicated page here

Of course best is to navigate through all demo pages with Nuevoplayer 8 examples to find all new Nuevoplayer features.

The biggest change concerns HTML5 player, which is so great that can be used as default player, if only your videos are in h264/mp4 format.
For ASP script we prepared an option and code which automatically detects mp4 format and optionally allows to use HYML5 player as default player for both: desktop and mobile devices.

To review HTML player on desktop or mobiles just navigate Nuevolab HTML5 demo website.

ASP script demo site is available here. Access: demo/demo
Our ASP demo site make use of HTMl5 player only and h264/mp4 videos only. It use big size player for better watch experience.

Thanks for attention.

#60 Re: Marketplace » Nuevoplayer for Adult Script Pro » 2014-05-19 22:24:44

Eri wrote:

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

My site is alotporn.com

On your website you have "Flash only" type of player, so it can't play html5.
From Nuevoplayer 6 or 7 there is option to set player type in admin.

#61 Re: Marketplace » Nuevoplayer for Adult Script Pro » 2014-05-19 00:19:39

And opposite from www to non-www rewrite rule is

    RewriteCond %{HTTP_HOST} ^www\.yourdomain\.com [NC]
    RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301]

I'm sure Symtab knows how important is to have one of mentioned redirections.

#62 Re: Marketplace » Nuevoplayer for Adult Script Pro » 2014-05-13 22:22:58

It's not correct. Still URL without "www" is accessible. Why don't you check URL?
Or maybe this is missunderstanding abotu websie> I write about pornboro site.
If it's not yours then diregard my message. This is other client's trouble then.
xpornclub doesn't even use custom html5 player, it use mobile template with direct mp4 link.

#63 Re: Marketplace » Nuevoplayer for Adult Script Pro » 2014-05-13 19:06:05

Video files location do not matter for playback and player files. Video file can be located anywhere, must be only accessible public.
And this is script or custom user's settings how files are assigned for player. ASP script already allows to use external URL for video.
Allows to use rtmp protocol as well. Nuevoplayer takes video files settings from AdultScript. So this is rather how script handle videos, or how information about videos are stored and extracted by ASP script.

I think you didn't understand about "www" and non "www" address.
Your website is accessible both with "www" and without. Really this is not comlicated to type URL in address bar and check it.
There is no redirection from non www to url with "www" or opposite.
You need to understand it though it's really bit late...


Just test yourself your video:   

http://www.pornboro.com/26941/
http://pornboro.com/26941/

Both URLs are working and this is bad.
So also search engines see both, and this is duplicate.

In your confiuration you have URL defined with "www" and only such url should work.
URL without "www" should redirect to one with "www", other way your site is one big duplicate and html5 player won't work if video page URL is without "www". Thisviolates javascript Same Origin Policy.
Sorry but I don't have more time to explain such basic things.

#64 Re: Marketplace » Nuevoplayer for Adult Script Pro » 2014-05-12 15:19:29

Video is playing in html5 browsers on your site, Mr Eri. It's playing also on my real iPad device I luckilly have. Maybe only streaming is bit slow, but it's server and location case, not a player. There's nothing wrong with player, Eri.
If you can't watch it, the only possible reason is that you try to access your website on iPad without "www" prefix.
Javascript and also search engines are very restrictive about "www" prefix. They treat websites with and without "www" as 2 different sites. In case of javascript it throws Same Origin Policy error when player comes from one url and configuration file from other.
Website address based on ASP script is defined for one website URL, later used as BASE_URL global variable.
If such global variable is set with "www", also website should be accessible only with "www".

This is basic webmaster knowledge from years to know and to apply code to have website accessible from one URL schema only (with or without "www"), never from both.

There are thousands of examples on internet how to redirect website without "www" to one with "www" and opposite. This is absolute must for today. Don't forget that also search engines may treat your site as 2 different websites and find it as one big duplicate if it is accessible as 2 different UR schema.
So it's important not only for player, but also for other even more important things.
Your site pornboro is accessible both with and without "www". This is bad! Really bad.

This is also request to Symtab, to prepare his script in the future, so website with his script was accessible only as one possible general URL, just like defined for BASE_URL global variable.

BTW.
In upcoming version 8 of Nuevoplayer it will be not possible to access Nuevoplayer configuration php file. This will be restricted for anyone who wish to preview file and find all Nuevoplayer settings including video paths. HTMl5 player will be 10 times better.

#65 Re: Development » Do you think orientation (Straight, Gay, Shemale) is important? » 2014-05-05 23:57:07

My two cents would be not to complicate things too much. People come to watch videos, not to browse through categories.
Anyway, always best is to look at those giants in business. Not only they know what is best for them, but also what is best for people, based on long time experience.
Simple is beautiful!
I remember in times of big SEO directories, options for multiple subcategoreis was real hit some years ago.
And I was the one who developed it first, wrote code and sold to big hundreds of people. After my idea there where thousands who went same way.
So I do really know what subcategories are, how they can affect business. But in video business, any type of video business I do not find it good option. Too much mess for both, script's developer and website guests. That's just my opinion. Everyone can have it different.

#66 Re: Troubleshooting » Need help with Nuevoplayer » 2014-04-10 20:04:47

1.
VEsception provided by  hyggelig is not error in fact, but simple PHP notice.
ASP error display system is pretty confusing, in my opinion (sorry Adrian) and it looks terrible, breaking all HTML. I don't see a good reason to use it.
Luckilly you can always switch to standard PHP error display in admin and nasty ASP err window like provided above will be gone.

2.
Reagrding midroll issue or any other, I'm really bored af asking every user to provide URL with issue.
If you do not provide it, such email is just nonsense fro me. There is nothing to reply if I can't see nothing.
Please take seriously note on Nuevolab.com.  "Each email or ticket without site URL (with issue) can be ignored".
We have a lot of support emails everyday, and when we must choose, we choose those with enough details provided, so we could reply in useful way.

#67 Re: Development » What do i wrong with google keywords » 2014-03-22 03:59:13

This is general question about SEO that millions ask every day.
You could get fresh site bonus at beginning, then later site dropped in ranks, what is normal
But also you could be hitted by google algorithm or penalized manually for thousand possible reasons starting from duplicates, over optimization, poor quality and hundreds more.
There is no easy answer or solution. You must work hard to get more and more linking sites, learn SEO, improving what you find to improve.
But even then there's no guarantee you can rank as high as you mentioned. This is not easy business (adult) to rank high, many pay big money to rank higher and higher.
I doubt you can rank higher than 50 or 100. Maybe better focus on other traffic than google.

#68 Re: Modifications » Ads 1 - 2 » 2014-03-19 08:16:35

Most important rule for AdBlockers is to search for string "ad" within html output code.
If this is some external ad from some ad network you have no chance to alter such code and change names.

I remember this when I was developing AnyAd plugin for Nuevoplayer.
If someone's really cautious should notice that there is no "ad" string in any part of html output or javascript source name in my plugin.
For example once I used "anyad.js" for javascript src. This was blocked. So I changed it to "anyhtm.js".
But I also had to replace any "ad" accourance inside javascript and html code.

So if I want to advertise using some banner picture only and advertiser id, and avoid "ad" in banner code ad blocker will not block it.
Unfortunately most of ad networks use widely "ad" chars chain in their code and this will be blocked.

So Symtab I suggest you not to use anything with "ad" chars chain in your script code.
Not even for div id or name where ad is supposed to display on template.
This may not stop Adblockers from blocking extrenal ad source, but at least you will have "clean" hands.

#69 Re: Feature Requests » Most Wanted Modules » 2014-03-12 12:52:47

There are classes to differ tablet from mobile, but none is perfect and it always can happen that it won't detect device properly. Simply there is too much different browsers , too much devices, new everyday. Not every producent cares enough how his device is seen by many different browsers. There is no one solid standard.

#70 Re: Troubleshooting » Nuevoplayer 7 - anybody got it working? » 2014-03-09 15:05:15

Mr xpornclub,
Always, I repeat ALWAYS this is end user problem if we cannot help him.
Either he doesn't understand how his script works, or his script doesn't work as expected.
And this is is what also concerns this specific user.
   
I can't see his files, but certainly it's not something that it should be.
Either he doesn't have single mobile video file, or it is not accessible.
Default ASP script function to extract mobile URL doesn't return any URL, so there is nothing to play.
Even his mobile template doesn't play single video, all clicks on video thumb only redirects to some porn services, doesn't play any video.
On his other website situation is same. ASP stream helper function doesn't return any mobile video URL.
Nuevoplayer (and any other player) is based on what ASP script delivers and nothing else.
If it doesn't show mobile video URL, there is nothing to play.

Unfortunately the user is not able to check it, doesn't imagine how his script works.
But he does know very well one word "fuck".
So what reply can be to his inquiries? It can be only one :  NULL
Well, indeed it's hard to imagine any cooperation with such people. It is simply not possible.
I cannot spend my time on writing tons of long emails with details that user completely doesn't understand.
I am happy to cooperate with reasonable and kind people who understand a little bit of how websites work or are willing to learn it.
I am also ready to look at some issues on server if user deliver his FTP access and it doesn't concern completely cusstom solutions,
but this doesn't mean that everything will work as user except, as it can be related to what his server and script options are.
For eaxmple it's really naive to expect html5 playback if videos for mobile do not exist or server restricts access to it.


Mr xpornclub, on your website it was possible to use Nuevoplayer in the way you have it because,

1. You have mobile template off
2. Player type option is set and read by script properly
3. You have mobile videos in mobile directory that URL is properly extracted by ASP script.

But user DuttyRock doesn't meet any of these criteria and expects miracles.
But I am not magician. I am also not the one who will accept his vulgar and offensive language.

#71 Re: Marketplace » Nuevoplayer for Adult Script Pro » 2014-03-09 04:15:37

Really I have no patience to explain everything to some people.

Maybe Admin will have more and will be able to explain that:

1. On desktop browser with flash support this will be always flash player to play videos.

2. On mobile device this is mobile template and mobile device that plays videos, not any player until mobile template is switched off.

3. When mobile template is off, Nuevoplayer is able to play mobile videos, but only if mobile video files exist, and ASP helper mobile_url function returns valid URL of public accessible video file.

It's really frustrating when trying to explain something to people who are not able to check if they really have mobile video files on their server, if they are of proper format, if they can access their video files from web browser. This is basic knowledge for every webmaster. I can't help in anything if someone doesn't understand it.

#72 Re: Marketplace » Nuevoplayer for Adult Script Pro » 2014-03-09 01:54:47

What for such code?
Nuevoplayer is integrated with AdultScript and code is set automatically.
Type of code (flash or javascript) depends of what type of player user select in player settings.
If javascript type selected (flash +html5) it automatically switches to desired playback depending on device.

Code quoted form website is generic code,
it doesn't make use of many advanced settings available in AdultScript player integration.
For supported scripts like AdultScriptPro player setup is much more simplified and automatic, but final result much more advanced.

Overall, there is mobile template to play videos on mobile devices. None player is needed for it.

#73 Re: Open Discussion » need opinion for domain name! » 2014-02-15 17:43:53

So what's youe concern? Domain name?
pornpulse sounds best.
Any name that is short, easy to remember, easy for ears is always best.
Not necessary must be "porn" in name.
Domain with "porn" in name will always be more difficult to rank high.
Such name is direct prompt for serps what it is.

#74 Re: Show Off » Check out my new player what do you think? » 2014-02-10 21:31:01

Regarding responsive theme, some time ago I started to build one for AdultScriptPro, pretty nice.
But I'm wondering if this has sense to finish it at the moment according to your future plans as discussed.

#75 Re: Troubleshooting » Error while converting » 2014-02-09 08:41:28

Tigershark87 wrote:

ript itself isn't causing the problem, and you merely want to test the output.

Did I wrote something different that you quote me?
I wrote it rather as a joke but explained, seems you take things too seriously.

Board footer

Powered by FluxBB