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.

#726 Troubleshooting » add problem » 2011-07-26 00:27:34

thiva7
Replies: 5

i add Black Label Ads in front page in BEING WATCHED place and now when i refresh page is show white page with only Black Label Ads banner

#727 Re: Troubleshooting » video search » 2011-07-23 14:25:25

i send u mail adrian.....root is port 100, i forget it smile

#728 Re: Troubleshooting » video search » 2011-07-22 16:17:29

when u can fix this problem adrian?? hmm

#729 Re: Troubleshooting » video search » 2011-07-21 14:06:51

no i dont have sphinx ,from my host they install it for me but i cant setup it like u post it in "HOW TO" !!
and is not shows related videos to btw hmm

#731 Re: Pre-sale questions » Spanish language? » 2011-07-20 18:34:28

you will translate from english  --->  to your languge  from admin panel smile

#732 Troubleshooting » video search » 2011-07-20 13:33:53

thiva7
Replies: 8

my search is not find results from video videoswiper added videos,only feeded videos

#733 Re: Development » I want your opinion » 2011-07-19 14:52:52

Pikeypete wrote:

I agree with Adrian.

You've got too many pop ups, I had to block them, they were driving me nuts.


is just one hmm

#734 Development » I want your opinion » 2011-07-18 16:34:49

thiva7
Replies: 3

so I want your opinion about my site.after fail site transfer the most of my videos is not have thumbs.

so i thing 2 options :

1) to make my site from scratch

2) or to keep it like is it now ( without thumbs )


pls tell me your opinion!!!!!!!

#737 Re: Documentation » [HOWTO] Install Lighttpd for Adult Script Pro on CentOS » 2011-07-13 15:11:43

ok adrian tnx....i finish with all steps....how i can setup  lighttpd now??

#738 Re: Documentation » [HOWTO] Install Sphinx for Adult Script Pro » 2011-07-11 14:20:51

no

in /etc/sphinx/sphinx.conf i have this line

source videos
{
        type        = mysql
    sql_host    = localhost
    sql_user    = thiva77_user
    sql_pass    = 123456
    sql_db      = thiva77_my-database
    sql_sock    = /var/lib/mysqld/mysqld.sock (this depends on your server)
    sql_port    = 9306 

sql_query_pre       = SET NAMES utf8
    sql_query           = \
        SELECT v.video_id, v.title, v.description, v.mobile, v.add_time, \
         v.rating, v.total_views, v.duration, \
         GROUP_CONCAT(DISTINCT t.name SEPARATOR ' ') AS tags \
        FROM video AS v \
        LEFT JOIN video_tags AS t ON (t.video_id = v.video_id) \
        AND v.status = 1 \
        GROUP BY v.video_id

        sql_attr_uint           = mobile
        sql_attr_uint           = total_views
        sql_attr_float          = duration
        sql_attr_float          = rating
        sql_attr_timestamp  = add_time
        sql_attr_multi          = uint categories FROM query; SELECT video_id, cat_id FROM video_category
        sql_query_info          = SELECT video_id, add_date FROM video WHERE video_id=$id
}

index videos
{
    source          = videos
    path            = /var/lib/sphinxsearch/data/videos (this depends on your distribution)
        charset_type    = utf-8
        min_prefix_len  = 3
        enable_star     = 1
}

searchd
{
        port            = 9306
        log                     = /var/log/sphinxsearch/searchd.log (this depends on your distribution)
        query_log       = /var/log/sphinxsearch/query.log (this depends on your distribution)
        pid_file        = /var/log/sphinxsearch/searchd.pid (this depends on your distribution)
}

#739 Re: Documentation » [HOWTO] Install Sphinx for Adult Script Pro » 2011-07-11 13:44:15

Coscast wrote:

This is what they want:

source videos
{
        type        = mysql
    sql_host    = localhost
    sql_user    = mysql-username
    sql_pass    = mysql-password
    sql_db      = mysql-database
    sql_sock    = /var/lib/mysqld/mysqld.sock (this depends on your server)
    sql_port    = 3306

    sql_query_pre       = SET NAMES utf8
    sql_query           = \
        SELECT v.video_id, v.title, v.description, v.mobile, v.add_time, \
         v.rating, v.total_views, v.duration, \
         GROUP_CONCAT(DISTINCT t.name SEPARATOR ' ') AS tags \
        FROM video AS v \
        LEFT JOIN video_tags AS t ON (t.video_id = v.video_id) \
        AND v.status = 1 \
        GROUP BY v.video_id

        sql_attr_uint           = mobile
        sql_attr_uint           = total_views
        sql_attr_float          = duration
        sql_attr_float          = rating
        sql_attr_timestamp  = add_time
        sql_attr_multi          = uint categories FROM query; SELECT video_id, cat_id FROM video_category
        sql_query_info          = SELECT video_id, add_date FROM video WHERE video_id=$id
}

index videos
{
    source          = videos
    path            = /var/lib/sphinxsearch/data/videos (this depends on your distribution)
        charset_type    = utf-8
        min_prefix_len  = 3
        enable_star     = 1
}

searchd
{
        port            = 3312
        log                     = /var/log/sphinxsearch/searchd.log (this depends on your distribution)
        query_log       = /var/log/sphinxsearch/query.log (this depends on your distribution)
        pid_file        = /var/log/sphinxsearch/searchd.pid (this depends on your distribution)
}

This works 100%, did an install today.

is not work me to....

indexer --all --config /etc/sphinx/sphinx.conf
Sphinx 0.9.9-release (r2117)
Copyright (c) 2001-2009, Andrew Aksyonoff

using config file '/etc/sphinx/sphinx.conf'...
indexing index 'videos'...
FATAL: failed to open /var/lib/sphinxsearch/data/videos (this depends on your distribution).spl: No such file or directory, will not index. Try --rotate option.
root@server1 [~]# indexer --all --rotate --/etc/sphinx/sphinx.conf
Sphinx 0.9.9-release (r2117)
Copyright (c) 2001-2009, Andrew Aksyonoff

FATAL: no readable config file (looked in /usr/local/etc/sphinx.conf, ./sphinx.conf)

#740 Re: Open Discussion » ASP script site owners » 2011-07-10 17:41:59

Pikeypete wrote:
http://forum.adultscriptpro.com/viewtopic.php?id=365

i do not saw that post smile . nice to know have more post  .

#741 Re: Documentation » [HOWTO] Install Lighttpd for Adult Script Pro on CentOS » 2011-07-09 14:29:38

Linux server1.xporn4u.com 2.6.18-028stab070.14-ent #1 SMP Thu Nov 18 16:23:32 MSK 2010 i686 i686 i386 GNU/Linux

#742 Re: Documentation » [HOWTO] Install Lighttpd for Adult Script Pro on CentOS » 2011-07-09 13:54:59

i dont know that sad . i ask my provider but they dont answer yet. is there any commend to find it?

#743 Re: Documentation » [HOWTO] Install Lighttpd for Adult Script Pro on CentOS » 2011-07-09 12:56:00

ok man is work this step to smile



now here?

If everything worked out, and the above command did not return any errors you will be able to install the rpms from
/usr/src/redhat/RPMS/i386 for 32bit servers and /usr/src/redhat/RPMS/x86_64 for 64bit servers.

For streaming and hotlinking protection you only need the following rpms:

lighttpd-1.4.28-1+h264.x86_64.rpm
lighttpd-mod_h264_streaming-1.4.28-1+h264.x86_64.rpm

For running lighttpd as the main web server you also need:

lighttpd-fastcgi-1.4.28-1+h264.x86_64.rpm

The above examples are for a 64bit server.

#744 Re: Documentation » [HOWTO] Install Lighttpd for Adult Script Pro on CentOS » 2011-07-09 12:08:25

i stop in this step

root@server1 [/usr/src/redhat/SPECS]# rpmbuid -ba --without lua --without ldap --without gdbm --without gamin lighttpd.spec

i get this msg

-bash: rpmbuid: command not found

#745 Re: Development » Lighttpd » 2011-07-08 16:30:54

CENTOS 5.6 i686 virtuozzo.....yes pls help me with smile

#746 Re: Modifications » Show thumbtails on player bar » 2011-07-08 14:03:08

you can try to upload to your server the free edition to see if is work??

#748 Re: Development » Lighttpd » 2011-07-08 11:36:25

i scare litle to start installing smile .

this will help me
http://h264.code-shop.com/trac/wiki/Mod … d-Version2  ? ( Coscast give this link here http://forum.adultscriptpro.com/viewtopic.php?id=7 )

#750 Re: Troubleshooting » HD videos » 2011-07-07 23:02:49

hmm...i dont know man. i thing adrian can help u with now

Board footer

Powered by FluxBB