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.

#826 Re: Open Discussion » Nuevo Player » 2011-06-18 13:56:21

Eri

maybe he do not know to speek english lol

#828 Re: Open Discussion » Nuevo Player » 2011-06-14 15:09:07

Eri

wow, good luck Adrian smile , nuevoplayer has the same flashvars as JWplayer and support ANY HTML AD this is the only reason to have this player.

#829 Re: Troubleshooting » Memcache » 2011-06-13 10:25:43

Eri

Guys i do not understand something in Admin -> Config. At Cache Settings for Cache Driver i have none/file/APC.

As i know APC is alternative PHP cache. Those Cache Settings are for PHP? Because i thought it was for SQL.

#831 Open Discussion » remove - from tags » 2011-06-12 13:11:01

Eri
Replies: 5

Dose someone know how to remove - from tags?
I have some tags as: hot-teen, young-babe, and i want to change them to hot teen, young babe.

Also how to delete description in all videos in SQL?
Thanks

#832 Re: Open Discussion » Nuevo Player » 2011-06-11 08:05:15

Eri
pctv wrote:

i do not recommend it.

Why?

#833 Re: Open Discussion » Nginx anyone ? » 2011-06-09 23:18:38

Eri

Having main script and videos at the same server, though, lighttpd is probably a better way to go. I have my site on multiservers with lighttpd and sec_download but if a video is up to 100Mb I have load problems and the CPU usage is 10%. Here is the bug and i will fix it now tongue http://blog.lighttpd.net/articles/2005/ … -downloads , Thanks for the link

Maybe this will help you
https://calomel.org/nginx.html

#834 Re: Open Discussion » Nginx anyone ? » 2011-06-09 22:14:41

Eri

Nginx has a smaller footprint than lighttpd so it is lighter on the server. But, it isn't faster. There is also less security in nginx streaming than lighttpd. I would probably say that overall, it is better to stream with Apache than lighttpd. One of the biggest problems with lighttpd is that it doesn't support multiple threads. This means that for servers that have multiple cores, lighttpd won't scale across them. Apache, however, can. For very powerful servers, it is actually better to stream with Apache (even though lighttpd is faster) as it can use more of the system's resources than can lighttpd.

#836 Re: Bug Reports » [FIXED/DEBUG NEEDED] Cache a lot of bugs » 2011-06-08 23:14:20

Eri

top menu was wrote directly to the theme because there is only english language at the moment.

Moreover some banners do not show up when i enable cache.

#837 Re: Pre-sale questions » http://www.blackxxxhd.com/ » 2011-06-08 07:41:22

Eri
thiva7 wrote:

i dont have permision to see this page....what happent?? they nulled ASP ??

your site do not work

getting :

Index of /

Apache/2.2.19 (Unix) mod_ssl/2.2.19 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.xporn4u.com Port 80

#838 Re: Open Discussion » .htaccess URL Rewrite » 2011-06-04 07:15:39

Eri

I would like to make an embed code by php but i do not want to look like a php embed code.
my embed code will be like that:
<object width="500" height="400"><param name="movie" value="http://mysite.com/embed/11745/"></param><param name="AllowScriptAccess" value="always"></param><param name="wmode" value="transparent"></param><embed src="http://mysite.com/embed/11745/" type="application/x-shockwave-flash" wmode="transparent" AllowScriptAccess="always" width="500" height="400"></embed></object>

And at http://mysite.com/embed.php?id=11745 i have made a redirect link http://mysite.com/modules/video/player/ … php?id=$id

also a session this way only http://mysite.com/embed.php can open http://mysite.com/modules/video/player/config_embed.php

This way you protect your video link by Curl hotlinkers smile and ddos attacks.

#839 Bug Reports » [INPUT NEEDED] sphinx search order » 2011-06-03 14:24:06

Eri
Replies: 2

sphinx search shows first old videos then the new one.

#840 Open Discussion » .htaccess URL Rewrite » 2011-06-03 13:47:17

Eri
Replies: 2

I want to change a url

from
http://mysite.com/embed.php?id=video_id

to
http://mysite.com/embed/video_id/

I have indexed
RewriteRule /embed/(.*)/ embed.php?id=$1

After
<IfModule mod_rewrite.c>
RewriteEngine On

But do not work.
What i a m doing wrong?
Thanks

#841 Open Discussion » Nuevo Player » 2011-06-02 17:52:32

Eri
Replies: 8

What do you think about nuevo player?
Have someone used it before?
I have seen that it's support html/js banners
Thank you.

#842 Re: Hosting » Help me choosing a server » 2011-06-02 11:56:21

Eri

i use 19 - 17 TB monthly

Also there is a upgrate +100$ 100TB more and 1gbit port , i will try it soon

#844 Re: Troubleshooting » HD video converting problems - SOLVED » 2011-06-02 11:14:56

Eri

HD QUALITY MOVIES (require at least: 4mbps connection, DualCore CPU, Flash Player 10 and 1280x720 resolution)

#845 Re: Bug Reports » Security problems with flowplayer » 2011-06-02 11:13:24

Eri

hmm.. intresting , but you can protect your servers from ddos attacks easy. Just hide your video url

#847 Re: Bug Reports » [FIXED] Top rated videos » 2011-05-31 09:02:43

Eri

Fixed that smile
at /modules/video/components/browse.php

Replace

            case 'rated':
                $sql       .= ' ORDER BY (v.rating*v.rated_by) DESC';
                $order_name = __('top-rated');
                break;

With

case 'rated':
                $sql       .= ' ORDER BY v.rating DESC, v.rated_by DESC';
                $order_name = __('top-rated');
                break;

#848 Bug Reports » [NOT A BUG] Mobile videos have only sound on Android » 2011-05-31 08:40:44

Eri
Replies: 4

When i try to play a video i am getting only sound with Android on HTC. Also testing on different ASPro sites "exgfvid" and getting the same error.

#849 Re: Bug Reports » [FIXED/DEBUG NEEDED] Cache a lot of bugs » 2011-05-31 08:31:43

Eri
symtab wrote:

I will test on your site and try to fix today.

Thanks you are the best smile

#850 Re: Bug Reports » [FIXED/DEBUG NEEDED] Cache a lot of bugs » 2011-05-31 07:19:19

Eri

dose someone else has this problem? when activate cache has a different main menu. or is only me smile

Board footer

Powered by FluxBB