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.

#76 Re: Troubleshooting » Error while converting » 2014-02-08 20:08:36

You can always set it unlimited.... (-1)  big_smile
but this may slow down your system if the PHP script starts using an excessive amount of memory, causing a lot of swap space usage, though I have not ever experience such situation on my previous server. On current server I have 1001MB limit.

Always you can use any number as you wish and find it safe.
On clients servers I used to set it over 1000MB (1001 or 1024)

#77 Re: Show Off » Check out my new player what do you think? » 2014-02-08 19:34:16

In my opinion and you know I'm long time developer, best is:

1. Load standard template on tablets
2. Load mobile template for mobile devices

I'm not sure what is AdultScript Pro device class detection, but there are php classes that can detect and differ tablets vs other mobile devices. Maybe it's not 100% accurate but 90% about what is really good result. I use such class and it's pretty good.

On tablets small adverts look very bad, so it's better to have normal size adverts.
On mobile normal size adverts are bad and suggested is to use max 320px wide adverts.

That's why provided solution is best I think.
It's also not that hard to implement.

Even responsive template is not better solution in that matter as ads usually are not something that can be auto resized, so still the problem exists.

I've tested many settings and one provided above is definitely best for my incomes.
Standard size ads on tablets makes best money, better than small ads on small mobiles.
That's what is my experience.

#78 Re: Bug Reports » [FIXED IN 1.0.9] Embed not working with cache » 2014-02-06 09:40:37

OMG, I sent reply from Nuevolab gmail account almost immediately.
As your email was also gmail can you check it including spam box?
Anyway at the moment I sent another email from nuevolab admin account.
If you still miss my email, let me know, I will use other email.

#79 Re: Bug Reports » [FIXED IN 1.0.9] Embed not working with cache » 2014-02-06 02:47:40

MrPulse wrote:

I had set Nuevo as Flash+HTML5 since the installation, and i controlled 2 minutes ago and is set flash+html5 (i tried to switch a couple of time). I tried also to disable standard video player in video -> player, but nothing change
I'm interested to implement nuevo player in the ASP premium plugin, if I buy yours custom programming service, think you is possibile to solve also the html5 problem?

You had to replace files to default and you lost most of custom code inside it, including those files modified for Nuevoplayer. This is really easy for me to guess it and because of files changed player configuration cannot be loaded, system cannot decide which type of player use, same with few other player settings.
Maybe someone else changed your files, but they are changed. It's easy to guess by files modification date.

You can always contact Nuevolab to repair installation, also with your ASP premium plugin request.
However please always include at least your website URL in email as it happens that I ignore emails without it.
We got a lot of trash emails as everyone, but those with URL we never miss.

#80 Re: Bug Reports » [FIXED IN 1.0.9] Embed not working with cache » 2014-02-05 22:34:51

If you have trouble with disabling mobile template redirection do simple trick:
Edit file "index.php"
Find line:

if (VModule::enabled('mobile')) {

change it to:

if (VModule::enabled('mobilex')) {

But you must remember that you made such change if you wish to have mobile template back.

You must also in admin set Nuevoplayer as "Flash+HTML5" player, not only as "Flash" in "Nuevo" section.
Now from what I see on your site it is "Flash" only.

#81 Re: Bug Reports » [FIXED IN 1.0.9] Embed not working with cache » 2014-02-05 18:45:47

You really must know what you do. And cannot complain if not unserstanding own system.

You can't expect player to work as html5 player, if it is not even loaded.

You have mobile template enabled and this is what mobile device show,
not your startd template with player.

If you want html5 player (any player), you can't use mobile template then.
There is option in admin to disable mobile module in admin.
Can be also manually changed in 'index.php', that you probably replaced and now claims about your issue.

As I wrote, you must know what you do before you decide to replace files,
or you risk that you loose some website functionality and you can blame only yourself then.

#82 Re: Bug Reports » [FIXED IN 1.0.9] Embed not working with cache » 2014-02-04 20:54:30

Hello symtab. The iframe code is somethingg what I deliver along with Nuevoplayer and it's working code.
His embed output file is correct, but redirection is missing, probably user replaced his .htaccess file. It's back MrPulse.
Embedding should work now. Do not replace files MrPulse if you did not backup it at right time.

#83 Re: Templates » modifying links to work with mobile popup » 2014-01-25 06:39:51

DuttyRock wrote:

I tried this but none worked.

This is complete missunderstanding. Invalid javascript code.
You can't just copy&paste url or javacript src inside other javascript.
Try to learn how to popup window using javascript. There are thousands articles about it on internet.
Basic usage is

window.open( "http://www.google.com/" )

or with window size:

window.open('http://www.google.com/','name','height=200,width=150');

there can be many parameters for window.open function.

Also as this is popup, you may need to set cookie, not to open popup on every click.

#84 Re: Modifications » Fix for more sql speed » 2014-01-23 15:57:26

Indeed update views or total user videos are not slow queries.
But COUNT queries belong to those slowest.

I've seen COUNT is used for comments and related videos.
For related I'm not sure if it so necessary....
For comments, if pagination used it's must. But if pagination ajaxed, there's no such need as well.

But whatever, if mysql cached it shouldn't slow down mysql even with COUNT queries.


I've seen sites using several of COUNT queries for on page statistics.
Without cache and with big videos table they were slowing down mysql and page load speed a lot.

Same on other script for categories page there was count query for total videos in each category.
With big number of categories and big videos table such page was loading ages on some servers.
This was pretty stupid idea to use COUNT query only to show number of videos on template, who cares about it...

No doubt, COUNT queries are KILLERS for mysql.
But it's not that simple to replace it with something else in some situations.

#85 Re: Modifications » Is anyone interested in Facebook & Google login/regiter mod? » 2014-01-20 14:51:13

Login link or button must simply have new id value. If this is link, it must have empty href value like "#" or "javascript:void(0)" instead of "/user/login/". Id attrubute value for button or link must be "nvlogin" in our mod.

id attrubute has nothing to link or button design. It stay same as it is.
Whatever if, I'll see website and find it's custom link/button I will update tutorial accodringly.
On your xpornclub website you have a link, not a button.

#86 Re: Modifications » Is anyone interested in Facebook & Google login/regiter mod? » 2014-01-20 04:12:19

I didn't have much time in recent days, but today I finalized login/signup mod.

You can review it for AdultScriptPro at  http://tinyurl.com/p7m8qnt
Site will be open public for few days, so you can try login.

The mod not only can login in standard way, or using Facebook and Google accounts,
but also automatically creates new account if username and email is not in database.
Apart of professionally looking overlay login box, user can signup using facebook/google accounts also
from signup page with one click on one of appropriate buttons. Just have a look.

User who signed and logged in with facebook/google is not logout form facebook/google when logouts your website,
but can always relogin your site fast.
User receives standard signup emil when signed with google or facebook, with random generated password,
so he can always login also using his username.

Interested in mod? email Nuevolab if you know email address or use contact form on Nuevolab.com http://tinyurl.com/qy7t4pg
I will guide you how to pay via PayPal and after transaction send zipped mod quickly (if it's only not sleep time)
The cost is EU 25.00

Installation tutorial is 5 steps (4 files to update), mainly easy - 1 line to add or change.
Rest is over 20 new files that you simply upload to server.

#87 Re: Open Discussion » Forum webmaster italiani » 2014-01-18 05:50:31

For me the site (from Europe) is not that slow.
Slower than this forum, but not drastically slow.
xpornclub, your sites are slower to me even if you write about your 2 servers.
At most popular website speed tester your site is completed in about 3.6 second, while webnetplanet.com in 2 seconds
Your site is much faster when loaded second time 1.3 s. but webnetplanet.com is only 0.26 s .........

Don't get me wrong, you're my client. I just wrote how I see it from Europe,
also how see it most popular web page test at  www.webpagetest.org
Test with default location in Dallas,US

#88 Re: Development » mobile, tablet desktop theme switch » 2014-01-13 16:09:05

If you have 404 error this means that some file has not been found and not that device was not detected.
Detect isMobile() class concerns all non desktop devices, including smartphones ad tablets.
It properly redirects to mobile template on tablets and smartphones.
Your 404 error problem is not connected to device detect class.
Whatever device detected you should not have ever 404 error.

#89 Re: Modifications » Is anyone interested in Facebook & Google login/regiter mod? » 2014-01-09 03:24:49

xpornclub wrote:

That is exactly what I thought it was.    So what is the price on that?   Sounds great!

I'm not sure about the price or how it can be deliver.
There is some problem if on website there is already some facebook related code.
That's why for other script mod it is available as installation service only.

At the moment I only collect your opinions.

As I already did most of login php,js and ajax for ASP script it shouldn't be a problem to write it to the end.
especially as I already wrote it and tested enough for other use.
But I must be sure to collect at least few people willing to have such mod.

I can tell you what some other programmer takes for similar mod, but not that nice layout, worse for Facebook connection and without Google connection.
He takes USD 50.00 for his limited mod. Certainly my nice mod will not be that expensive if released.

From my own experience I know that I'm connected with Google most part of the day, and I thought it would be great to support google connection as well. And so I coded all for google too. If mod released prior I will offer ASP demo as well.

#90 Re: Modifications » Is anyone interested in Facebook & Google login/regiter mod? » 2014-01-09 02:52:19

There is some misunderstanding about such mod.
It has nothing to facebook wall, comments, post or whatever. It only allows to login your website fast using visitor details extracted from facebook or google. If connected to facebook or google user don't have to fill login or register fields, just clicks one button.

The mod is not for webmaster but for website users, mod makes website more friendly for users.
Definitely it brings more registered users.

Many people may have trouble with registering your site for many reasons. You may not even know it.
But Facebook/Google connection will allow them to register fast and secure.
There huge millions of people stayed connected to facebook or google most of time.
More registered users build website authority, you can email users, etc. It's just case of imagination what you can do with users data.

I know that in adult business there are situations that user and his data may not be that important, that's why I ask.
This depends on website profile, website view options and many more.

From other hand I also know that every bigger service today has option to connect user with their facebok account, sometimes google and few other.
Summarizing, those who care about user registrations should be interested in such mod.
I don't force anyone or decide what is good for anyone. You decide.

#91 Modifications » Is anyone interested in Facebook & Google login/regiter mod? » 2014-01-08 23:58:27

Nuevolab
Replies: 13

Once I presented nice overlay login mod, but there was no interest among ASP users.
So this time before I finalize the mod I prefer to ask if anyone find it useful for his site.

This is similar overlay login box, which makes login process available from every web page without need to navigate login separate page.
What it differs from previous version is automated Facebook and Google user connection.

User can register or login website using his Facebook or Google account.
A good feature is that when user logout your site, he doesn't logout Facebook or Google and can quickly reconnect back to your site.

I do't have ASP live demo, I will if there will be enough interest.
Login box looks and acts professional.
You may preview demo on other script we did it for.

http://tiny.cc/hc7d9w   (just click login button)

It's not full mod, it doesn't login or register as registration on demo site is disabled.
But it shows how it looks and works.

It was already installed on several client websites and works flawlessly.
Let me know if interested in such mod here in this thread.

#92 Re: Troubleshooting » mobile site ipad iphone » 2014-01-07 18:31:58

Eri wrote:

But now youtube will have 4K with VP9 streaming videos and it says that have the half filesize than h264 with the same quality.

Webm is not what h264 is. It's not as good as h264, especially for high motion videos. Not enough params to control for encoding, encodes up to 30% slower, eats more CPU when decoding, especially on mobile devices.  Not playing with flash player. Not playing with all html5 browsers and devices. Youtube mostly play h264 in fact.
It's all about money. Google must pay a lot for h264 license. Interesting situation will be when HEVC (h265) will be released. It announce up to 50% better compression. Surely encodeing will take much more time, will require more CPU. Hard to say how it will be with decoding. Anyway it's a long way before such codec will be officially supported by browsers, devices.

#93 Re: Troubleshooting » mobile site ipad iphone » 2014-01-05 03:21:13

It's not possible to reply email sent from ASP forum, so here's my reply.

My private solution for standard video is to convert source to MP4 h264/aac with baseline profile.
I discussed it with some encoding guru and for the moment I stayed with baseline profile to support majority of mobile devices, also on those older.
I use mencoder (not ffmpeg) to convert as in my private conversion class it gives me more control and better quality, smaller filesize. I completely left FLV format.
So my default desktop video is also mobile video. I use 480p resolution for default video. (eg. 640x360 px)
That's what youtube use.
Whatever, such h264 conversion is much better than h263. Much better quality, smaller filesize.
The only disadvantage is when source video is FLV and it's reconverted to mp4...Each reconversion must cost quality, thou not so much. But from my experince I found that real uploaders rather upload other than FLV formats (avi,mp4,mov,wmv, etc)

With good parameters conversion with baseline profile doesn't differ in quality from command with crf option.
However recently most devices play also h264/aac encoded without baseline profile.
For example HD mp4 should play fine on most modern mobile/tablet devices.
So it's your choice and code setup knowledge.

#94 Re: Troubleshooting » mobile site ipad iphone » 2014-01-03 23:28:59

Ipad/iPhone default browser is Safari and 99% of people use it. Such browser doesn't have flash, cannot play FLV video.
Same Android devices. Most browsers on Android will not play flash FLV video.
You must have mp4 h264/AAC video, best encoded with baseline profile to be sure that almost 100% of mobile devices will play it.
I believe that ASP script convert video to such mobile format automatically when video uploaded and by default such file is stored in "media/videos/mobile" directory. There is also video "stream" helper function "url_mobile" which can extract mobile video URL, and which should be used especially when video files are stored on other server

#95 Re: Modifications » Remove ID Video » 2013-12-24 01:19:04

In my opinion ID should remain. Look at youtube, vimeo, they have only ID and they are fine of course.
In this crazy time of Google games slug can be even treated as "exact match", who knows.....
But if I can suggest: ID should be different than video file name. That's most important of all.
ID should be some unique key to identify video only. I'm sure Symtab agree this and maybe change it in the future.
Personaly I still have only slug on one of my sites (no ID) and this doesn't give any advantage, only more trouble, even if I have enough code to avoid duplicated slugs and titles. So oposite to resuest here I'm rather going to switch to some unique key only in the future.

#96 Re: Troubleshooting » videos not playing » 2013-12-16 15:54:24

Log concerns other video, which is not converted to mp4 but to flv format. Video was correctly updated in database, bot not listed on website (deleted later?)

#97 Re: Troubleshooting » videos not playing » 2013-12-16 13:41:37

This is not correct file name.
Once video converted to Xnomov.mp4, it got status "true" and is procesed by "fix_moov_atom" class and renamed to x.mp4.
So in your case video was converted but did not got "true" status or "fix_moov_atom" class failed .
Try with other videos and if same happens, report it to Symtab.

#98 Re: Troubleshooting » videos not playing » 2013-12-16 13:05:55

arakis wrote:

Videos .flv and .mp4 are well in their respective directory

Are you sure? In your example file 8.mp4 doesn't exist or is restricted in some way. It shows only 404 file missing error.

#99 Re: Troubleshooting » so weired problem » 2013-12-16 01:21:30

symtab wrote:

Oki. RTMP seems to have some problems with flowplayer also. Its either the server or the player problem. I will debug tomorrow.

Sorry Symtab, but this cannot be a player.
For RTMP stream there is only ONE net stream.resume() flash RTMP stream command when video paused.
Command play() is used only to start new video file. If used second time, the stream must be closed first and video starts new. FIle URL must be provided then.
Another stream command is seek(x), and this seeks to new time position. It cannot be used to paused time position or it will buffer into infinity.
This is same with ANY player that can stream RTMP. There is no other RTMP stream 'resume' solutions or commands.
Above all: net stream is both: VIDEO and AUDIO. There are no commands to stream/pause/play or seek audio or video separately.
Net stream 'resume' command doesn't have any limitations, secure key, or anything else.
Only in case of livestream some players attempt to reconnect RTMP server and start playing new livestream, but this doesn't concern user issue.

So this must be rather RTMP server issue or MP4 video file, not a player.

Edit:
Well I made this effort, downloaded 99re.com video, uploaded to my own Amazon S3 bucket and rtmp streams fine. Resumes well once paused. So the problem must be rtmp server.

#100 Re: Development » Something strange in guest limit. » 2013-12-10 08:55:43

Another suggestion is to check "guest" table in database if it's not corrupted.
Such table is usually huge one, always possible to be corrupted. There are functions in mysql to repair table, or even truncate.

Board footer

Powered by FluxBB