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.

#26 Re: Development » Adult Script Pro 2.0.0 Development » 2015-01-28 18:31:52

I don't know Symtab if such option you already coded, but there should be some code which checks video title/keywords when submitted against duplicates.
If video/photo uploaded manually some additional code to check if title/keyword already exists and error display for duplicate. If it's some automated submission, maybe a code to add some unique/random text automatically for duplicated title/keyword. I know I don't have to mention that duplicates are really bad for SEO.

#27 Re: Development » Adult Script Pro 2.0.0 Development » 2015-01-26 20:34:49

When browsing by pages, there must be already some pagination buttons or links on page, and this is enough for visual user experience.
I don't see any reason to display any additional information about page number, and almost nobody do it.
Important is to have page no in meta title, just like this is in this forum and thread.
However recently important is also to use "canonical" url + "rel=next" and "rel=prev" tags for paginated results.
It's also suggested not to use meta "keywords" and "description"  if it's not unique enough.

If you do not meet these criteria it's better not to allow indexing paginated results completely (noindex,nofollow),
as it's less harmful than have it indexed as duplicates or as keywords stuffing in tags and description.

This is what is recently suggested for better SEO.

#28 Re: Troubleshooting » Someone have installed Nuevolab player 8 ??? » 2015-01-14 19:52:55

There are  no errors in Nuevoplayer 8 integration files.
But when installing or updating you need to follow installation tutorial carefully.
Overwriting files may not be enough. Newer (v8) version integration is using little bit different table fields, so also database must be updated (we provide such db installer).
For example user Mario 2000 writes about Error Message: Unknown column 'settings_button' in 'field list'
But in Nuevoplayer 8 there is no query for such field and no such field in database. So either database tables were not reinstalled, or php files were uploaded into right place.

It is also suggested to clear script's cache when you replaced templte files, or you may see and use old cached template files that are not compatible with new php.
Finally it is suggested to switch to PHP error display instead of Adult Script error display method.
Sorry Adrian, but must say that your error display method is little bit annoying and makes harder to trace real errors.
Don't forget that NOTICES or WARNINGS are not errors, do not stop script from executing.

If you see skins error or other template errors, it's possible that "php" is missing after "<?" tag in template file.
Just edit certain template files and if you find "<?" without "php", change it to "<?php"
But best just download most recent zip integration package, unzip and replace admin template files in "admin/templates/default" directory.
In current package each single template file was verified to use full "<?php" tag.

When "php" is missing after "<?", it may not work well on template, but not always.
This depends of php version and "--enable-short-tags" php settings.

As always in case of other trouble not connected to bugs, but rather server or website settings I offer installation service,
and I can guarantee everything working 100%. It's simply much more easy for a man like me to find issue's reason and use necessary solution.
It's just a matter of very long experience and knowledge of integration files. Who can know it better if not the one who wrote it.

#29 Re: Troubleshooting » problem with Google. » 2014-12-21 23:35:28

donronca wrote:

do any one know how long it will be before wizzporn.com get back in google.

Nobody knows. Recently Google's indexing very slow, also treats 301 redirections not as it was before.
If you think that 301 may help for rank drops, ban or other filter you're rather wrong. Better today is to start new site without redirection

#30 Re: Open Discussion » Awesome website » 2014-12-11 23:52:31

Eri wrote:
symtab wrote:

very hard to make changes.

What is so hard?
Each template for any script is just HTML code, CSS rules and in case of AdultScript, some php variables.
PHP seems to be more popular and faster than any other template engine.
Really, there is nothing special in ASP template files.

HTML code can be more or less advanced, better or worse quality and that's all.
Can be more buggy or less. Most of websites have tons of HTML errors.
Most people do not even realize it, or do not care.

polpular site www.alotpor... shows 94 errors.
ASP demo site shows 45 errors
famous pornhub shows more than 90 errors.
and record holder: youtube.com = 1001 errors.

It's really hard to find website with clean HTML, without errors.

But wait.... there is one, www.nuevolab.com smile Not even 1 HTML error, also not single mobile display error.
This is what you could call advanced or hard to achive.
Maybe I should sign up for some Guiness record?

Better HTML is always better seen by search engines, responsive HTML recently too.
But always most important is marketing, and you Eri knows it very well.
You can have top notch template but first and morst important thing is to know how to make business with it.

#31 Re: Open Discussion » Awesome website » 2014-12-11 00:34:17

It must be basic, as this is for hundreds of people. You can't expect that default template can satisfy everyone, or has feature that everyone needs. Most important is that it's opened to modify.

I like template, I mean colors, layout, header, etc. As xpornclub wrote: "It's clean".  I like clean sites smile
I know, in some countries people can have different taste, especially in Asia countries. For example as a man from Europe I'm not able to accept Japanese taste, and I suppose vice verse smile

There is some tweaking required for video thumbs on homepage layout, to work better for responsive layout (when browser's resized or browser of certain size). But it's not a big thing. Just small css changes, mainly for page-video <li> element max-width percentage.

Personally if this was my site, I would limit video thumbs to min/max 3 per row, to make it bigger. I always prefer bigger thumbs... Maybe it's because my eyes are getting worse.

#32 Re: Modifications » Email all users at once » 2014-11-03 20:48:48

With big number of user this is dangerous for your server to send bulk emails.
There are many dedicated bulk mail services for that.

#33 Re: Bug Reports » [FIXED/ADDED IN 1.2.0] mobile search 3 letters » 2014-10-17 13:59:38

Indeed fulltext search minimum word limit is 4 by default in mysql.
This can be changed by setting
ft_min_word_len = x; 
in mysql conf file.
Mysql service must be restarted then, tables reindexed.
When reindexing 'video' table or any other (function REPAIR) strongly suggested is to backup table, or copy it under some other name, just to use copy in case something goes wrong.

Mysql configuration is usually in "/etc/my.cnf"

There should be "[mysqld]" block with other parameters
This is place where ft_min_word should be placed,eg.
ft_min_word_len = 2; 

If there is also [myisamchk] block, same can be set as well inside it.

#34 Re: Troubleshooting » Cookie on ALL domains » 2014-10-16 11:42:58

Why do you say about Google new guidelines for mobile on subdomain?

Goole mention responsive layout on first place and says this:
"We recommend using responsive web design because it has many good aspects"

I don't say that separate mobile subdomain is bad, but Adult script is not so much rich in design,
definitely responsive theme suits it better.

#35 Re: Modifications » ffmpeg code » 2014-10-12 15:58:46

Conversion direct commands are located in /libraries/framework/video.php
But this is not just one static code for command. Each conversion command is first prepared based on video source parameters and it all goes through set of functions inside video class. All calculated conversion params are passed to final function with ffmpeg command, which for example in 2 pass HD conversions looks like:

$cmd	= $this->vcfg['ffmpeg_path'].' -i '.escapeshellarg($src).' -y '.$options.$options_audio.$profile.' -pass 2 -passlogfile '.TMP_DIR.'/logs/ffmpegpass-'.$rnd.' '.$dst;

It's specific for ASP script only, not similar to any ready ffmpeg conversion command you can find in any article or post.

#36 Re: Development » Adult Script Pro 1.2 Development » 2014-10-08 16:37:15

Many webmasters use player in pause mode on watch video page.
So good thing would be to extract 1 video screenshot as preview/poster image for player. Screenshot of max dimensions as player size on desktop is.
I already did such feature for someone with ASP. It's generated while conversion, with option to regenerate from any time position in admin.

#38 Re: Marketplace » Gumadult (Gumby based framework for Adult Script Pro) » 2014-10-06 02:54:11

Yeah, now demos work as one URL.
HTML5 player is also showing fine, and will play if only mobile video exists.

#39 Re: Marketplace » Gumadult (Gumby based framework for Adult Script Pro) » 2014-10-05 23:01:04

Really, please keep in mind about website URL.  It should not use 2 different URL schema with and without "www".
This is not only case of domain policy trouble, also search engines see it as 2 different sites, and this leads to possible duplicates, can be very harmful for SEO. Many webmasters search for different SEO solutions, but forget about such important thing...

I really wish not to bother you too much, but if you really care about your site, also if you care about HTML5 playback with player like Nuevoplayer, just use one of solutions I posted on Nuevolab blog

http://www.nuevolab.com/blog/archives/248

I still see both demos listed here in previous posts with same missing thing.
Both sites are accessible with and without "www". This is BAD, really BAD.

#40 Re: Marketplace » Gumadult (Gumby based framework for Adult Script Pro) » 2014-10-05 00:30:05

I can tell the reason it's not playing on mobile and I'm sure Symtab can fix it easy.
Symtab linked to site address with "www", but most probably the site in script's configuration is assigned without "www"
This is causing javascript Cross Domain Policy Violation and HTML5 player cannot load player configuration file without www.
Solution for right site URL is simple: make necessary redirection to URL that script use. Easiest in .htaccess file.
Such redirection for many reasons is like MUST for every webmaster. Every website should be available as one URL only, with or without "www"

If you access demo without www, the player should show fine on mobiles.
But other case is, if mp4 video file for mobile exists on server indeed.
For some demo videos I found them as 404 error, not existing, eg. http://perfectporn69.com/media/videos/mobile/2829.mp4
URL is correct, but file doesn't exist.

BTW. Latest version of Nuevoplayer was updated many times in recent weeks, both: flash and HTML5.
So if someone already has version 8, it's suggested to download latest package and at least replace entire "nuevo" directory,
or just player files (flash, js), player skins and plugins subdirectories from it.

Recently I posted on Nuevolab blog many examples of Nuevoplayer use, also of multiple player instances on same page, live streaming example, possible setup examples, etc.

#41 Re: Documentation » [Howto] Protecting admin page from admin finders » 2014-10-01 20:40:26

Best double protect admin in .htaccess. I mean protect admin directory with .htpasswd

#42 Re: Open Discussion » Nice site using ASPRO with unique template » 2014-09-11 21:49:08

Such complex script as AdultScriptPro is, and the way (code) how Symtab develop it is really huge challenge.
I would even say it's too much as for single programmer. But I know Symtab as very hard worker and fast as well.
So have patience and be in touch as his work is surely worth it.

I only still see some lack of more pro design for his script.
I understand not everyone can have enough graphical talent, I miss it too.
But still I'm able to code some nice looking clean layout, HTML5 ready, fully responsive with css3 features.
So I'm also waiting for new version and maybe I will be able to offer some great alternative templates after some time.

#43 Re: Marketplace » Video JS Player for Adult Script Pro » 2014-08-24 23:43:15

Sorry Coscast but I do not understand you, what you mean by fallback.
Adult script already have FLV video as default and mobile video as mp4 and Nuevoplayer detects it automatically, switches to HTML5 if mobile device and use mobile mp4 video.

Best option would be to have only h264/mp4 videos.
But even then this is not suggeted to use HTML5 player as primary player because h264/mp4 will not play on Opera and probably not on Firefox.

On nuevolab.com it's playing, but only because apart of mp4 we have also webm copy for each video.
On video.js homepage apart of mp4 there are also webm and even ogg sources defined, so it's playing on all browsers. But having mp4 only is not enough to use HTML5 player for desktop browsers.

I see still it's difficult to understand what HTML5 for video is, what formats it supports on what browsers.
I suggest to read carefully recent post I wrote on my new Nuevolab.com blog

http://www.nuevolab.com/blog/archives/31

#44 Re: Modifications » mobile homescreen videos » 2014-08-24 23:33:20

File "/mobile/components/browse.php"
There is line:

ORDER BY video_id DESC

To have random videos:

ORDER BY RAND()

But this is not smart.
First  RAND query takes a large amount of processing time,
Second, result is random for page, so videos may duplicate on next pages.
Every webmaster should know to avoid RANDOM queries.

#45 Re: Marketplace » Nuevoplayer 8 released » 2014-08-22 03:26:37

Mr DuttyRock, dozens of people upgraded to version 8. No problem with it.
You may try to reupload download package and try again. It's possible that some early version was bad for a day or so.
Also recently I did few tweaks for Nuevoplayer that you can read about on Nuevolab fresh blog in "Responsive layout" post at http://www.nuevolab.com/blog/

#46 Modifications » Nuevoplayer minor update & some tips » 2014-08-18 00:57:08

Nuevolab
Replies: 0

Recentlly I updated Nuevolab.com website and during last few days I made it responsive one.
And this was also the reason I updated Nuevoplayer javascript with few minor tweaks.

1. For better responsivity and visibility of HTML5 version I've added option "minicontrols" by default set to true.
This cause that when site is smaller than 450px, Nuevoplayer use HTML5 native controlbar. It's pretty smart option, well visible on small mobile devices.
Usually when such device in portrait mode it's 320px wide and so Nuevoplayer automatically switches to native controls. But when you rotate device to landscape mode it uses normal controls.
Native controls on very narrow layout are much better visible and easier to control.
Of course on tablets this will be always normal controls.

2. Added "absolute" display style for video and youtube HTML5 blocks. For some reason on some androids both object were repositioned and invisible. Now it's always on top in right position and visible.

3. Changed rules for reading multiple media files for HTML5 player. For example if you assign mp4, webm and ogg (ogv), Nuevoplayer will pick them all and list as possible video sources. Device decides which one to play.
This also concerns HD versions of all mentioned formats.
Soon I will write some longer tutorial on how to use it all.
On Nuevolab.com homepage website we assign mp4, webm and ogg of same video, also mp4hd and webhd. It's pretty advanced usage for demanding people.

4. We tweaked flash version of Nuevoplayer for live streams. As one of very few players Nuevoplayer is able to reconnect live stream. If you try to reconnect (resume) stream with JW or Flow, player will just die.
Just take a look at our live stream example streamed from some Dutch live camera. Try to pause stream and play again. It will connect and play properly!
http://www.nuevolab.com/live.php

For all integrations today (August 18) we have updated recent version of "player.js" and "player.swf" files. In case of ASP script it's located in "modules/video/player/nuevo/player" directory.


Finally as we were inquired with question about player for responsive layout:

Both versions of Nuevoplayer (flash and html5) are responsive according to it's parent element.
But you need some tricks and css styling to achive real responsivity (width and height), such as seen on Nuevolab.com website.

Here's short tyutorial how to do it.
Let's say you want to have a player object with initial 800px width and 16:9 aspect ratio.

1. Create <div> object with style {margin: auto;max-width: 800px;}
2. Inside create another <div> object with some padding percent valid for 16:9 aspect ratio:
{ position: relative; height: auto; padding-top: 56.25%; }
3. Create one more <div> object with style {display: block;height: 100%;max-height: none !important;max-width: 100%;min-height: 0 !important;position: absolute;top: 0;width: 100%;}

Now you can insert empty div for Nuevoplayer with some id and below Nuevoplayer javascript code which later will replace <div> with id.

So the code may look like:

<div style="margin: auto;max-width: 800px;">
<div style="position: relative; height: auto; padding-top: 56.25%;">
<div style="display: block;height: 100%;max-height: none !important;max-width: 100%;min-height: 0 !important;position: absolute;top: 0;width: 100%;">

<div id="nuevoplayer"></div>
...Nuevoplayer javscript code here

</div>
</div>
</div>

I know that most of people here do not understand a lot of from this tutorial, but I believe still some may find it useful.

Thanks for attention.

#47 Re: Troubleshooting » Pseudostreaming » 2014-08-15 01:58:33

Mr Jacob, streaming modules must be properly installed on server and configured as well.
Setting it in script's ACP is not enough. This is option which depends on server setup.

#48 Re: Marketplace » Video JS Player for Adult Script Pro » 2014-08-11 20:57:43

With Nuevoplayer this is also not a problem to play videos as HTML5 player only. Enough is to change player's fallback order.
The advantage is that such player use smooth HLS type of streaming which doesn't require any streaming mods on server.
Disadvantage is that video type support varies from browser to browser. Opera won't play MP4, some versions of Firefox as well.
Windows Safari requires Quick Time plugin.
Unfortunately I don't have a hope to chage this situation until h264 codec is commercial project.
So FLASH players are still in game, or someone have enough disk spce to convert videos in webm and ogg format.

But of course conversion for h264/MP4 files only is right direction. Not only because of streaming, but also such videos are usually of higher quality at similar file size.

#49 Re: Feature Requests » delete some video screenshots » 2014-08-08 04:07:54

I think Eri is talking that some generated thumbs are of messed content, not representing anything interesting,not looking good in rotation...

Well I have few plugins for ASP script regarding screenshot and thumbs.

1.
For thumbs in admin I have option to regenerate each single thumb from random position.
This means that when I'm not satisfied of some single thumb I can regenerate it until it's showing something nice.
Such regenerate process works in ajax mode, so I don't even have to reload admin to regenerate thumb multiple times.

2.
As I use Nuevoplayer with autoplay off (starts in pause mode) I found pretty important to have good quality preview image.
And so I wrote another mod which generates big quality screenshot for this purpose.
Additionally I can generate it from chosen time position and regenerate until I'm satisfied. All in admin.
Basically such screenshot is ilso useful for Flowplayer or JW with some more modifications.
I decided to write such mod when I modified player size to some big one (980px) and found preview image terrible quality, even if it was already bigger than thumb's size. Now big player looks really good and preview screenshot is great.

See example:  http://bit.ly/1uqeEP4
access: demo/demo

Of course such preview screenshot concerns only player with autoplay off.
If someone offers embed code, such embedded player is also usually with autoplay option off.

I always say that first impression is most important!
It's like promise of something spectacular smile

#50 Re: Modifications » Is anyone interested in Facebook & Google login/regiter mod? » 2014-08-06 01:24:36

Sorry but I don't offer it anymore.  There is not enough interest to develop and support such mod more.
And I understand, it does not have big use in adult business.

Board footer

Powered by FluxBB