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.

#101 Re: Development » Something strange in guest limit. » 2013-12-06 01:13:30

Isn't guest limit based on user IP? If so maybe you have dynamic IP, changing everytime you load page....
Personally for my own use I set limits based on both: IP and user session

#102 Re: Development » ffmpeg is a beauty :-) » 2013-12-04 00:21:38

1.
Video always loose some of quality on each reencoding attempt, though in most cases people may not even see the difference.
2.
Calculation for frame to jump and time offset for h264/mp4 video is of course much more complicated than for FLV, but it should not decide of visible delay in load time. These are just milliseconds. So if fast forward for mp4 is slower for you the reason must be server related.
It happens that mimetype is not configured properly on server and video file called by player is ""application/octet-stream" mimetype instead of "video/mp4".
On most servers it doesn't make any difference, but on some it does.

Both FLV and MP4 should have information about keyframes properly inserted and located. For FLV this is usally flvtool2 or yamdi that does the trick, for MP4 in case of ASP script this is  moovrelocator script which moves mp4 movie header atom (an mvhd atom) to the beginning of the mp4 file.
The MOOV atom acts as an index of the video data. It is here that the MPEG-4 muxer stores information about the file to enable the viewer to play and scrub the file. The file will not start to play until the player can access this index.
The moov atom is normally stored at the end of the file. So you can't scrub video until entire mp4 file is loaded. That's why there are scripts like moovrelocator or mp4box that move such atom to the beginning of the file so scrubbing video is possible immediately when video starts.
Detailed information about MP4 MOOV atom you can find at Adobe resources
http://www.adobe.com/devnet/video/artic … _atom.html

On mobile devices and tablets (concern only mp4 mobile videos) fast forward works different than for flash player. This is always html5 built-in video player using built-in HLS type of streaming and it can be even slower with scrubbing to time position than flash streaming. This is quite different method but you can't change it as it's the only built-in method for such devices.

#103 Re: Modifications » Reducing the size on embedded videos » 2013-11-08 11:22:51

Some explanaition to Symtab,
What I described about iframe and player that always fit, at first glance I did by checking iframe size once document loaded and assigning correct size to the player, so it fits iframe size.
However recently I changed my tactics, modified Nuevoplayer js code, so it is possible to use "100%" width/height for such player.
It may not work with other players. All depends of css rules inside player js code.
Using such method allows not only to take care about player size inside iframe, but also to use 100% wide player on responsive layouts. Using % instead of pixels allows responsive layouts to resize player automatically to browser's size, even on the fly.

Symtab have you seen what I did with login feature?
http://forum.adultscriptpro.com/viewtopic.php?pid=14663
Wonder what's your opinion?
Not a big thing, but I like it.

#104 Re: Modifications » Reducing the size on embedded videos » 2013-11-07 16:13:58

This is kind of missunderstanding.
"Responsive" refers to HTML objects that reacts on browser's dimensions.
Symtab surely means that default player iframe works fine only at selected frame size.
But if you change it manually later, player object doesn't fit iframe automatically.
In ppposite Nuevoplayer iframe works fine with any frame dimensions, even if it's changed later manually.
xpornclub knows it, as when you embed his code, player will always fit iframe whatever size.

Talking of responsive design is something different.
Definition is clear: such design "adapts the layout to the viewing environment by using fluid, proportion-based grids,flexible images,CSS3 media queries, an extension of the @media rule."

In clear words this means that HTML elements are adopted to browser's size, even if it is stretched/reduced manually in the runtime.
Good example of responsive template is my Wordpress Nuevoplayer integration demo on http://www.cglex.com
When you watch video, try to resize browser and you'll see that player changes size automatically at certain moment, depending if  vertical html elements go outside/inside browser's dimension.
That's about "responsive" term.

xpornclub, you also miss some secrets about Nuevoplayer.
Player size is one thing, video size is other thing.
Nuevoplayer allows to choose initial video scaling method.
This can be "fit to screen" or "preserve aspect ratio".
So it will play as you decide in Nuevoplayer settings.
However scaling method can be changed during playback as well.
There is settings button in controlbar for this purpose.

In general when someone has any HTML display issue, it's often not possible to suggest anything useful by reading only issue description. Even screenshot doesn't help in anything. Only live example link allows to see the issue and sometimes (not always) allows more experienced people to help in such matter.

#105 Re: Marketplace » Login Site-Wide elegant box » 2013-11-07 15:48:37

xpornclub wrote:

Alright sounds good tell me how to do it.    Oh but does it still take you to the signup page if you do not have an account?

Yes, signup page must stay as separate page as it is now.
There is too much important things to process signup so it could be a kind of popup window.

Mod concerns only login. Anyawy login is used much more often by people and so many times by same people,
so it's pretty important to have it simple, fast and nice in my opinion.

On Nuevolab website we have separate order page for custom programming services.
So if I agree any programming service or custom work at any price this is what people use to pay.
User can choose amount to pay, type short description of service and proceed to payment.
Pretty easy.

http://www.nuevolab.com/service

So if someone decides to have described mod, just select EU 10.00,
type mod title and destination url, eg. "login mod for www......com
You can always email Nuevolab.com (use contact form on Nuevolab.com),
so we could attach mod in reply.

#106 Re: Marketplace » Login Site-Wide elegant box » 2013-11-07 00:02:42

10 EU is like 13.5 $, not 16$

Personally I hate navigating separate login page.
On my own video website I changed it years ago, so user can login from any page.
It's faster, more elegant, more user friendly, no redirection based on session value for last page after login.
Not a big thing, but if someone takes care about his site....

#107 Re: Marketplace » Login Site-Wide elegant box » 2013-11-06 09:10:36

You had to mess up logins. One more time:

first of all to access website :  demo / demo

then to test login website use:  demouser / demouser

entered data is case sensitive.

Login code is original asp code, only modified not to use it as page+template, no place for bugs.
Login box is generated by jQuery.
Login box style doesn't need css changes, all style code is generated by jQuery (destroyed when box closed).

#108 Marketplace » Login Site-Wide elegant box » 2013-11-06 01:23:23

Nuevolab
Replies: 6

I have created a mod for other script and as I had all graphics and idea I prepared it for AdultSciptPro too.

Don't you think that your visitors are tired of navigating login page every time they want to login?
Then when passed login page being redirected, which is not elegant, may not work in some cases and is not well seen by serps?

That's why I personally use and prepared for few script Site-Wide login box, eg. as seen on recent VBulletin forum script.

How it works?

When you click "login" link in top of website, nice login box appears on disabled and shadowed rest of site.
User can login on each page of your website, doesn't have to navigate login page.
This is much more friendly for your visitors!

The mod supports langauges, error and messages. I prepared graphics for default templates,
but it will work on any template as well. You can always change 2 images (top bar and close button) to suite it for custom template,or just leave it as it is (dark red).

Installation is quite easy, upload files, 1 new line to insert and 1 line to replace.

You can have the mod for EU 10.00

Let me know if someone's interested, and I will describe how to buy it on Nuevolab website.

Want to see demo?
Follow ASP demo on Nuevolab subdomain

You must pass htaccess restriction using login/pass: demo/demo
Then you can test login box as: demouser/demouser


BTW.

I updated Nuevoplayer recently to version 7.5
Version 7.1 update concerned flash/html5 player load time, which is much faster now.
Version 7.5 update was about Nuevoplayer skinning module, for those who has some graphics skills and wish to have more unique Nuevoplayer skin.


Thanks for attention.

#109 Re: Feature Requests » Send mails to all signup in once » 2013-10-28 19:28:50

And if someone has 30 or 50K users, you think it's so simple to send such number of emails in one step?
Forget it. Server will die and your email address got blacklisted.
There are maillist software or better mail servers for such tasks.
Standard server even if dedicated is not prepared for this.

#110 Modifications » Website URL » 2013-10-28 14:56:59

Nuevolab
Replies: 0

Dear Symtab,
I don't have big impact on your script's users, so this is request to you.

Please inform people or make it as requirement, or make it/suggest programmatically,
so website based on ASP script was accessible public only under 1 URL, with or without 'www'

I'm sure you know how important this is for SEO,
but it can be also important for other purpose.

There can be javascripts that need to read or open data from same website.
But for example, if javascript executed without "www" later attempt to open, read, assign some file with "www", this will be javascript security violation and the script will fail.
Such situation may happen with my Nuevoplayer, but also with JW or Flow players if someone decides for more advanced usage of such software.


The most simple way suggested is to do it in .htaccess

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

But not everyone runs Apache....


Thanks for attention.

#111 Re: Troubleshooting » Shorten Caption » 2013-10-19 23:33:46

Edit appropriate css stylesheet file, find class for captions and change "height" value or add "max-height" value. You can also add "overflow:hidden;"
In default template this is class: ".video h5"
default height is defined "height:30px"

#112 Re: Feature Requests » ASP player » 2013-10-02 09:13:10

thiva7 wrote:

I have nuevo...for long time now... its true very nice player but very rude and BAD support.
i didnt want change player but with this guy i have problem thats why im looking new player

We never use rude language or words, unfortunately those who often are rude themselves and not trying to understand so many possible web limits, internet related issues or cannot get what they want, take our replies as rude, while we only reply what are facts, what is possible or not, what we can agree or not. Of course for such users we are not happy to continue any support or discussion which is above standard support and standard product's usage.
Nice people are supported in same nice way.

#113 Re: Open Discussion » Dear Nuevolab » 2013-09-27 13:26:43

thiva7 wrote:

Dear nuevolab.
When yahoo rejected your emails??

Nobody knows when and why Yahoo block emails, even those from gmail account.
Thousands of people complain that.

We have many clients with many different email accounts, also those with yahoo emails.
And we can contact them without a problem.
But in your case it looks like:

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  .........@yahoo.gr
    retry time not reached for any host after a long failure period

I am not going to discuss such things here. This is not right place, this is not Nuevolab forum.
If you buy Ford car, do you look for help or complain it at Mercedes?
You have many options to contact Nuevolab, there is dedicated forum, PMs, you can use different emails as I suggested.
Sad you didn't try, but was first to complain on public forum, which is not even product's forum.

#114 Re: Open Discussion » Dear Nuevolab » 2013-09-27 08:46:10

Mr Thiva.

Your email adress is the reason that you cannot receive any reply and cannot recover passwords.
I have wrote about it under other of your posts here, seems you do not follow such things.
Every email sent to your email account is not delivered and we receive only multiple annoying back warnings.
Our system is sending emails from 3 different accounts, 3 different hosts, so it cannot be a problem.
Change your email address (and host) and then try to write. Yahoo is well known for rejecting lot of proper emails.

Mr xporncluub,

you were informed that we cannot do anything until we can connect your website and see videos,
also until we can connect your ftp at reasonable speed.
I don't know why, but for us your server was very slow and made impossible to watch any video, impossible to work with files via FTP.
Today we checked your site, it was little bit faster and so I immediately did what you asked about and emailed about it.
Maybe you did not note it or need to clear browser's cookies?

#115 Re: Marketplace » Increase your revenue » 2013-09-26 10:30:50

Mr thiva7,
I write here as I have no other option.
You request access to our Nuevolab software that you probably lost,
but your problem is that every email sent to you from our multiple different email accounts is rejected and we only receive tons of warning emails about your email address failed delivery.
Our system keeps trying to deliver emails to your address for many days, so every day we have dozen of such warnings (today 9)

You probably need to think about new email address, best from other provider, as your current doesn't work properly.

We are using multiple different email accounts from different providers (gmail,hotmail,private hosts) when sending email, just to make sure that our client can receive it.

#116 Re: Feature Requests » Add fast forward thumbnails like xhamster.com » 2013-09-26 02:31:01

Sorry man, I'm only saying what I see on my side.
Website is loading not bad, but accessing video is almost impossible.
Let's say I can see entire website in 1 second about (even if i clear bowsre's cache)
But then i wait for video to appear for 20-40 seconds.
Even when it finally start to play, it's buffering all the time and always very long ime.
When I jump to new location (http pseudo streaming), again it's start loading for very long time.
Even when I saw your site first time, when it was playing with flow player, it was also slow to open video or jump to new time.

Well, this is one of slowest streaming I ever seen.
It's faster little bit (after peak hours), but still video access is slow.
Try to do test of page URL with video.

For me load time is over 10 seconds, though real load time is much longer.
Website home url is loading 1,5 sec.

Most of my sites are loading in 0.9-1.0 second.
Page with video - 1,4 sec.

You probably know that I've worked for thousands people, seen thousands servers.
Maybe it's not about entire server, but nginx only? Hard to say.

#117 Re: Feature Requests » Add fast forward thumbnails like xhamster.com » 2013-09-26 01:52:08

xpornclub wrote:

Just checked the average transfer speed of my server and it says  for this month the average transfer speed was 10.78Mb/s   So i'm not sure what it can be, but the server itself if good.

Sorry, but from my location it's very, very slow on each of several computers, also on my iPad/iPhone.
And rather my ISP gives very fast connection. I don't have a problem with most of other video sites.
Entire connection is slow. Browsing your files through ftp is also very slow.
But slowest is access to video file. Website html (probably cached) is opening much faster, but video access and streaming speed is disaster to me.
I'm located in Europe, but I do also have server in US and it's like 100 times faster than yours.
My European Hetzner server is even more faster.

Coming back to html5, I can see your player playing on my iPad/iPhone IOS and on Sony smartphone with Android,
so html5 player is properly configured and properly playing.

But your issue may also be because you try to access your website without "www" on mobile device.
Javascript is very restrictive and sites with/without "www" treats as 2 different domains.
Your site address in script is configured "with www", so when you open it "withourt www" javascript security rules do not allow to load content from other than original domain, and site with "www" treat as different domain. Player configuration cannot be opened, other XML as well.

This is something that every webmaster should know: website should be allowed to access as 1 address only.
Especially today, when Google is so restrictive and can treat website as duplicate, or at least divide website's power per 2 websites, lower search ranks a lot. There are thousands articles and examples how to do redirection from "no www" in website address to "with www" or opposite.

#118 Re: Feature Requests » Add fast forward thumbnails like xhamster.com » 2013-09-25 22:18:19

To make use of html5 support with Nuevoplayer you must switch Nuevoplayer mode to "Flash+HTML5"
Other requirement is mobile video. Either default video must be mp4 container/h264 encoded with aac sound and baseline profile, or must be dedicated mp4 video for mobile (same type). Nuevoplayer configuration file searches for both.
In your case dedicated mobile video is not available, but those default mp4 videos I've seen seem to be fine for html5 playback.
Nuevoplayer automatically searches for browser's flash support first and if available plays flash.
When flash not supported code checks for "video" html5 tag support, and if found attempts to play html5 version of player.
I can see on your site that nuevoplayer is only in flash mode, this can be changed in configuration.

Of course I don't know what is your mobile device, don't know what is browser (not all browsers can play mp4 with html5 video tag)

But other thing is that from my point of view and location I see that your site is extremely slow with downloading video.
I don't know if this is sever or some configuration.
I can also confirm that also ftp connection is extremely slow, doesn't allow to work with files in rational and safe way.
Well, server was much faster few days ago but now it's terrible. Please note - this has nothing to scripts or other software installed. It's only server related. Enough is to try and download video from URL to see how slow it is. FTP file download speed is about 7-15 KB/s. That's very slow.
To compare: I have it about 400-600 kb/s, and from better location (west US) it's over 2 MB/s.
On such slow server you can't have big expectations, can't expect that everything will work as it should.

#119 Re: Development » HD playing » 2013-09-16 04:03:40

Well I wish every dev was so hard-working as you are Symtab.
I'm bit lazy (too old?), but still have fun with coding.
Cheers.

#120 Re: Development » HD playing » 2013-09-12 23:46:34

Ok, disregard my previous post.
Even if I was able to assign 2 videos (normal and HD) for the player,
client was not satisfied of vdeo quality (before it was always mp4, later flv with option to switch to mp4).
Well people are not sure what they really want sometimes.... or are not aware of the final result that requested change may bring.

One thing I can't understand, why most of video scripts devs are still keeping FLV format.
Why not convert all in mp4 but different quality, and then standard video make playable on mobiles?
I made such conversion change for other script. This makes less mess up about mobile video and saves a lot of bandwidth.

#121 Development » HD playing » 2013-09-10 21:03:24

Nuevolab
Replies: 4

Sorry Symtab I need to ask again.
From what I could find it looks that only 1 video file can be assigned to play.
As I understand for websites that doesn't have "premium" option this is either flv video or if exists - mp4 video file.
If there is "premium" module this is flv video and for premium users this is mp4 HD video.
Do I understand it well?

If so then my questions are:

1. Is it standard that script converts one flv video and one mp4 if video source is of enough high quality?

2. If both (flv and mp4) exist, will it be fault to assign both to player, which can later switch between normal and HD if there is no premium module?

I was simply asked how to offer HD switch and had trouble with explaining that player can play only one video...
But then I was confused as I found on server both: flv and mp4 (of bigger size and higher quality), so I thought why not to offer player's option to switch between normal and HD.

Sorry for newbie question but I don't work with your script too often and it's easier to ask someone who does it every day.

#122 Re: Development » Premium player » 2013-08-05 22:02:00

symtab wrote:

Create a file premium_view_player_nuevo.tpl.php with the code required to load the player.

Yeah that's what I already did, especially as Nuevoplayer must read different configuration xml set, with "premium=1" filter.
I succesfully made change for Nuevoplayer for premium content, but it was manual change in "premium_view_player" template file.
Now if I only have a chance I will try with your code. Thanks.

#123 Development » Premium player » 2013-08-05 01:20:47

Nuevolab
Replies: 2

Hey Symtab,
You know every line of code, so please save my time, especially as I do not have "premium" plugin files unlimited access (only when I'm on client's server)

I found that for premium video player code is hardcoded and it's always Flowplayer, no matter what player chosen in admin.
I tried to edit file "premium_view_player.tpl.php" and make player selection possible based on "$this->vcfg['player']" value (as it is in video_view.tpl.php file), but found that this value for premium template is empty. So I had to harcoded different player manually for some client.

It would be nice if you could guide me how and where to add code that reads and assigns current configuration for player on premium template.
Of course I can change premium player easily, but for webmaster/client it's not handy and clear to switch such player by manual change in template file.

#124 Re: Feature Requests » SD & HD encodes in a single video » 2013-08-02 23:39:57

nitrocell wrote:

Well I went on holidays..
Also HTML5 players are lighter and consume less resources compared to Flash players, this makes a bigger difference on HD videos

Just came here to demistify few things:

1. HTML5 player if not native, is javascript wrapper which in many cases may load slower than flash.
2. HTML5 player will not play on few major desktop browsers. It will not play mp4 on desktop browsers like Firefox or Opera (they support webm format).
3. HTML5 player will never have some nice or advance options as flash player.
4. HTML5 stream decoding speed doesn't differ from flash, some streaming options are faster using flash.

Summarizing,
1. When this is desktop browser with flash support - this should be flash player.
2. When this is mobile device - this should be HTML5 player

That's why all modern players use device and browser fallback.
Player first detect browser's flash support and if detected use flash version of player.
If flash not present - detects HTML5 video tag support and if detected use it to play video, most often presented as javascript wrapper.

#125 Re: Troubleshooting » Video player not loading » 2013-08-02 19:59:15

Symtab, but demo.scriptdevel.com is not client's site smile
URL: http://demo.scriptdevel.com/misc/jwplayer/jwplayer.js throws 404 error (not found).
You need to look at it.
Strange that some embedded videos are also not working on demo site... but it's quite different case.

Board footer

Powered by FluxBB