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.

#676 Bug Reports » editing kb » 2011-09-04 14:09:53

thiva7
Replies: 7

in KNOWLEDGE BASE when i add categorie then i cant edit it...is show white page, and delete is not work

#677 Re: Bug Reports » [FIXED] language export » 2011-09-03 19:05:27

symtab wrote:

You can export and import languages. The only thing is that the xml file is base64_encoded (because i couldnt make it work without this, but i will probably manage to do it when i have some more free time). Is the export language in admin working for  you?

yes is work....i export english lang and then i just try to install it and work fine, from my admiin panel i have access to can edit it....so if this can be with english lang why not with others? .

you can test it in my site as Australia lang smile

#678 Re: Open Discussion » Premium Support » 2011-09-03 16:23:16

adrian from 1 day wich i buy this script help me without any fee, install in my first server Sphinx and some more things.....so i thing is should have small price for his help  ( for other members not for me tongue lol )

I will have no trouble paying too smile

#679 Re: Bug Reports » [FIXED] language export » 2011-09-03 16:07:20

eri upload XML can be installed i thing. i try this :

i export to XML engish lang and then i edit for demo ( Australia etc ) :

<?xml version="1.0" encoding="utf-8"?>
<xml><code>sp-Sp</code><name>english (Australia )</name><flag>gb</flag><status>1</status><modules><mobile><description>Mobile Frontend Language File</description><type>frontend</type><translation>


and then i install it from admin panel and works fine.from admiin panel i can edit installed lang....so why not with greek??


you can send me to try it?

#680 Re: Bug Reports » [FIXED] language export » 2011-09-03 14:57:38

my help if you needed is :

in this page change
http://alotporn.com/recent/

from longest (to) Μεγάλης διάρκειας

from MOST RECENT FREE PORN VIDEOS (to) ΤΑ ΠΙΟ ΠΡΟΣΦΑΤΑ ΔΩΡΕΑΝ ΠΟΡΝΟ ΒΙΝΤΕΟ

http://alotporn.com/photo/recent/

from MOST RECENT FREE PORN PHOTO ALBUMS (to) ΤΑ ΠΙΟ ΠΡΟΣΦΑΤΑ ΔΩΡΕΑΝ  ΦΩΤΟ ΆΛΜΠΟΥΜ

YOU NEED TO ADD THIS TRANSLATION


http://alotporn.com/categories/

from POPULAR TAGS (to)  Δημοφιλείς Ετικέτες


i try to help smile

#681 Re: Bug Reports » [FIXED] language export » 2011-09-03 14:44:21

hmm ADRIAN........ GREEK HERE FIND A WAY TO DO IT tongue
i have done Turkish language ~50-60%

#683 Troubleshooting » other lang » 2011-08-31 15:06:14

thiva7
Replies: 1

when i change to some other lang is hide some of footer menu hmm

#684 Re: Development » 280.000 videos :) » 2011-08-31 13:09:37

yes i m from Θηβα, i thing you have greek friend and help you tongue .

thank you i will try exoclick  smile

#686 Re: Development » 280.000 videos :) » 2011-08-31 00:43:11

MoFo wrote:

Adultadworld? Ouch. Not a great company.

WHY NOT??

#687 Troubleshooting » my site slow » 2011-08-30 14:43:39

thiva7
Replies: 1

hi adrian

my site slow but i thing is not server problem because in same server i have made one more site and work fast.....only ASP site some times load very slow.
any idea?

#688 Re: Documentation » [HOWTO] Configure Lighttpd for Streaming and Hotlinking Protection » 2011-08-29 14:14:25

symtab wrote:

@jason3107: what exactly is the problem?

@thiva7:

1. You need to create a .htaccess file in the following folders media/videos/flv, media/videos/mp4 and media/videos/mobile (actually the .htaccess file is there already just uncomment the deny from all line).
2. Those files are used in lighttpd, you can put them in /etc/lighttpd/conf.d/auth.conf
3. Your server will use lighttpd to stream videos, The PHP and other files will still be served by apache.


IN WICH LINE I CAN ADD IT?

#######################################################################
##
##  Authentication Module
## -----------------------
##
## See http://www.lighttpd.net/documentation/a … ation.html
## for more info.
##

#auth.backend                 = "plain"
#auth.backend.plain.userfile  = "/etc/lighttpd/lighttpd.user"
#auth.backend.plain.groupfile = "/etc/lighttpd/lighttpd.group"

#auth.backend.ldap.hostname = "localhost"
#auth.backend.ldap.base-dn  = "dc=my-domain,dc=com"
#auth.backend.ldap.filter   = "(uid=$)"

#auth.require               = ( "/server-status" =>
#                               (
#                                 "method"  => "digest",
#                                 "realm"   => "Server Status",
#                                 "require" => "valid-user"
#                               ),
#                             )

##
#######################################################################

#689 Re: Documentation » [HOWTO] Configure Lighttpd for Streaming and Hotlinking Protection » 2011-08-29 12:51:05

symtab wrote:

Hi,


If you run apache on port 80 in order to prevent leeching you need to add a .htaccess rules to deny
access to the FLV/H264 files. Create a .htaccess file containing:

deny from all

in the following folders:

/where/your/script/is/media/videos/flv
/where/your/script/is/media/videos/mp4
/where/your/script/is/media/videos/mobile

You need to add the below lines in both cases in order to limit access to the files via lighttpd:

    auth.require = (
        "/media/videos/flv/" => (
            "method" => "digest",
            "realm" => "Authorized users only",
            "require" => "valid-user"
        ),
               "/media/videos/mp4/" => (
            "method" => "digest",
            "realm" => "Authorized users only",
            "require" => "valid-user"
        ),
                "/media/videos/mobile/" => (
            "method" => "digest",
            "realm" => "Authorized users only",
            "require" => "valid-user"
        )
    )

Once everything is configured, the video files can only be accessed via a lighttpd secdownload URL and this URL will change every 2 hours, so basically
nobody will be able to leech/hotlink your videos.

NOTE: By no means this is 100% secure, but in 99% of the cases it will stop the leeching. If you want the best security you have to use a media server (like flash media server, red5 or wowza), however most people use lighttpd or nginx.

in this part i do not know what to do sad

1) i should replace the script .htaccess ??

2)
where goes this code??

    auth.require = (
        "/media/videos/flv/" => (
            "method" => "digest",
            "realm" => "Authorized users only",
            "require" => "valid-user"
        ),
               "/media/videos/mp4/" => (
            "method" => "digest",
            "realm" => "Authorized users only",
            "require" => "valid-user"
        ),
                "/media/videos/mobile/" => (
            "method" => "digest",
            "realm" => "Authorized users only",
            "require" => "valid-user"
        )
    )

3) when i done with this steps my server will start run with Lighttpd ?

#690 Re: Bug Reports » Video Download Bug » 2011-08-28 13:04:46

bharath2211 wrote:

Finally there is no option to EMAIL ALL USERS. please we need this feature to make some important announcements.


http://forum.adultscriptpro.com/viewtopic.php?id=310

#691 Re: Development » 280.000 videos :) » 2011-08-27 20:48:04

this popup is from adultadworld ( wich i thing is not have xss ) if someone saw it something pls tell me smile

#692 Re: Troubleshooting » delete videos ? » 2011-08-27 20:43:54

no u are not understood  but is not your problem that my english is bad smile

ok lets thing i have this video : http://www.xporn4u.com/305500/hot-teens … some-cock/

with this thumb : http://www.xporn4u.com/media/videos/tmb … /500/1.jpg

this video is active i have not deleted or suspend it yet . so this thumb ( /home/username/public_html/media/videos/tmb/000/305/500/1.jpg  ) can have root as owner?? so if i try some day to delete it from admin panel will be there this thumb?

i ask because i have delete over 30.000 videos and i dont want to have thumbs from this videos.

#693 Re: Troubleshooting » delete videos ? » 2011-08-27 17:25:21

that will change owner...i ask to how delete thumbs wich is not deleted when i do it from admin panel....

#695 Re: Troubleshooting » delete videos ? » 2011-08-27 11:32:45

-rw-r--r-- 1 root root 1811 Aug 24 08:20 /home/username/public_html/media/videos/tmb/000/289/973/1.jpg

root is owner hmm

how i can delete all no needed thumbs?

#696 Re: Development » 280.000 videos :) » 2011-08-27 11:29:45

i send u e-mail with access. is slow again sad
from whm shows me :
Main >> System Health >> Process Manager

many times this one :

nobody     0     0.0     0.0     /usr/local/apache/bin/httpd -k start -DSSL

can be that the problem?

#697 Development » 280.000 videos :) » 2011-08-27 00:48:36

thiva7
Replies: 15

i just finish with video "upload" now i have ~280.000 videos and  im very happy

http://www.xporn4u.com/recent/

smile smile smile

#698 Re: Troubleshooting » delete videos ? » 2011-08-26 12:24:59

for me is not delete some for now

http://www.xporn4u.com/media/videos/tmb … /973/1.jpg


in same time delete thumbs or some hours after?

#699 Troubleshooting » delete videos ? » 2011-08-26 11:13:22

thiva7
Replies: 9

when i delete some video thats delete thumbs and video file from server?

#700 Re: Hosting » Shared host » 2011-08-21 18:24:19

MS_DA wrote:

If your interested in High Quality shared hosting i suggest Certified Hosting also know as Naked Hosting

http://certifiedhosting.com/unlimited-web-hosting/


i was on this host and i had shared

so :

support : 8.5/10

they have fast response and good support

service : 5/10

when i start to have much more traffic ( 4500-5000 visitors ) i had problem with mysql connection

( that can be script problem ) so i talk with my experience and with u maybe u dont have same problem smile

anything else ask me i dont remember something else to tell you tongue

Board footer

Powered by FluxBB