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.

#151 Re: Troubleshooting » Graber not working » 2017-10-20 06:24:20

Its working for me, i just tested after seeing your forum reply. Does it work to add a single video in the admin panel?

#154 Re: Development » Adult Script Pro 3.0 Branch Development » 2017-10-11 14:08:59

yes its possible to have all categories, you can enable/disable this widget from the admin (its the same image for category, because i didnt want to upload 30 images for categories...)...on live install its not like this, each category has its own image...

#156 Re: Development » Adult Script Pro 3.0 Branch Development » 2017-10-10 15:00:34

I've setup another demo with the latest beta (around 50 bugs were fixed). Getting closer to having a final version ready.

#157 Re: Development » Adult Script Pro 3.0 Branch Development » 2017-10-09 14:45:17

Yeah...like i said i'm no designer, but i think this time the default free template is pretty good. Once i'm done i'll work on a premium template also...

#159 Re: Troubleshooting » Graber not working » 2017-10-06 14:29:35

Welcome! Sorry for the delay!

#160 Re: Troubleshooting » Premium Videos » 2017-10-06 14:29:15

update video set premium = '0' where video_id = ID limit 1;

depending on the version you have premium = '0' or premium = 0

#161 Re: Development » Adult Script Pro 3.0 Branch Development » 2017-10-06 06:19:45

Well there's a ugly bug in the forum module, besides that i'm working on finishing the admin translation...once this is finished, its done...

#162 Re: Troubleshooting » Graber not working » 2017-10-05 12:26:43

Edit admin/modules/graber/grabers/xhamster.php and replace the code:

private function get_file()
{
*
}

with:

    private function get_file()
    {
        preg_match('/{"url":"(.*?)","quality":"720p","label":"720p","isHD":true}/', $this->html, $match);
        if (isset($match['1']) && $match['1']) {
            return utf8_trim(stripslashes($match['1']));
        }

        preg_match('/{"url":"(.*?)","quality":"480p","label":"480p"}/', $this->html, $match);
        if (isset($match['1']) && $match['1']) {
            return utf8_trim(stripslashes($match['1']));
        }

        preg_match('/{"url":"(.*?)","quality":"360p","label":"360p"}/', $this->html, $match);
        if (isset($match['1']) && $match['1']) {
            return utf8_trim(stripslashes($match['1']));
        }

        preg_match('/{"url":"(.*?)","quality":"240p","label":"240p"}/', $this->html, $match);
        if (isset($match['1']) && $match['1']) {
            return utf8_trim(stripslashes($match['1']));
        }

        return FALSE;
    }

I just tested this and its working...

#163 Re: Troubleshooting » Graber not working » 2017-10-03 13:36:49

will fix asap, sorry for the delay

#164 Re: Troubleshooting » SQL Table link_in » 2017-10-03 13:36:32

you can delete everything in that table, its ment to be used to count the incomming link in, but works without that also (no order though)

#165 Re: Development » Adult Script Pro 3.0 Branch Development » 2017-09-29 06:02:40

Yes, but since the topic was deleted, then the first message (which is the topic starter) is gone. I think i'll add a option for this in admin.

#166 Re: Development » Adult Script Pro 3.0 Branch Development » 2017-09-28 15:17:51

Already fixed the contact form. So for the forum when a moderator deletes a topic its clear all replies are deleted, but when the owner of the topic deletes his topic (the owner is not a moderator) should all replies be deleted? Or?

#167 Re: Development » Adult Script Pro 3.0 Branch Development » 2017-09-28 12:57:07

I'm working on the forum bugs you reported...the other bugs are already fixed...

#168 Re: Development » Adult Script Pro 3.0 Branch Development » 2017-09-28 08:25:13

I did yesterday a fresh install of http://www.scriptdevel.com and google site speed reports: 91 score for mobile and 97 score for desktop. This is by default without any improvements. The only thing that could improve and have a 100 score is to improve how css is served, however nobody does this (no big website) and it could cause problems with different browsers (and might require several tests).

#169 Re: Development » Adult Script Pro 3.0 Branch Development » 2017-09-28 07:41:06

I'm reviewing all the reported forum bugs and then i'll release another bugfix release.

#170 Re: Development » Adult Script Pro 3.0 Branch Development » 2017-09-28 06:30:03

Yes, each member can set how friendships work from the profile preferences page...

#171 Re: Development » Adult Script Pro 3.0 Branch Development » 2017-09-27 14:47:49

Once i fix all reported bugs i will release the new version. Checking the support form bug now!

#172 Re: Development » Adult Script Pro 3.0 Branch Development » 2017-09-26 07:14:24

in templates/defboot/css/responsive.css try changing the background in this line:

#menu {position: absolute; top: 79px; left: 0; width: 100%; display: none; z-index: 1000; background: transparent; border: 0;}

#173 Re: Development » Adult Script Pro 3.0 Branch Development » 2017-09-26 07:02:36

You have to edit the css file for your colors and then you have to update the template config in admin, this will make the browser reload the new css file. See you've did a lot of modifications...when the new bug fix is released you will lose them all smile)

#174 Re: Development » Adult Script Pro 3.0 Branch Development » 2017-09-25 16:01:16

You can have any type of letter in the translation itself, but not in the keyword for the translation. A translation is composed of keyword (which can contain lowercase letters - and numbers) and a translation which is max 255 any character string. The translation for a link menu entry is a keyword for translation entry you've added in Admin -> Extend -> Languages. Its built this way in order to be able to translate menu entries to any language you have on your system.

#175 Re: Development » Adult Script Pro 3.0 Branch Development » 2017-09-25 15:59:04

Hmm...this works correctly for me on my test...

Board footer

Powered by FluxBB