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.

#53 Re: Troubleshooting » Feedback email » 2017-04-24 19:02:44

Home - Config - Site - Email Admin wink you can fill in here where the email must send

#58 Bug Reports » channel create by user » 2017-03-02 11:31:02

Double_D
Replies: 4

Hello Adrian,

found a problem in the channel.
When a user want to create a channel he has to add a network.
When they click on that the page says: 404 We're sorry, the page you requested cannot be found!

found this problem on mine site and also on scriptdevel.

Did i missed a setting..... if not do you have a quick fix for it.

Thank you
Greetings
Jaco

#59 Re: Open Discussion » 2 short questions » 2017-02-22 21:24:29

Hello newxxx,

1) user - config - Restrictions Options - Enable Guest Limit

2) dashboard - extend - Template manager - defboot click under on action - click on tab design

suc6 wink

#60 Re: Open Discussion » opinion about ads » 2017-02-06 21:12:43

You got that right, Eri.

Dont thrust on google, Thiva
its a bitch.....

#61 Re: Open Discussion » Clickadu Ads network » 2017-02-06 21:06:25

Hello Eri,

yep i have try this for 1 week they didn't give me what they say in the mail.

Lastly the price what i get was this 100k pops with 1,5$ CPM.

But..... i must say they pay me on time as promised wink

#63 Re: Open Discussion » opinion about ads » 2017-02-05 11:23:33

if you want fast money use that for a couple of weeks and dont care about the bounce rate, Thiva

#65 Re: Open Discussion » Http --> Https » 2017-01-29 21:06:36

try this first.... clear you cache in your browser.

i dont know what you are using for admin panel for your server plesk or cpanel.
I know in plesk when you install the sll certificate you can select a couple of things maybe you have to take a look there.
And if you using cloudflare you must clear the cache also there.

#66 Re: Open Discussion » Http --> Https » 2017-01-29 20:53:49

your welcome wink
Ill hope so.
good luck
greetz
Jaco

#67 Re: Open Discussion » Http --> Https » 2017-01-29 20:45:37

correct embed is not working here also

#68 Re: Open Discussion » Http --> Https » 2017-01-29 20:41:39

hmmmm i got no experience with embed sad ill try it quick on mine site

#69 Re: Open Discussion » Http --> Https » 2017-01-29 20:37:58

and did you change the url in the config.php

#70 Re: Open Discussion » Http --> Https » 2017-01-29 20:28:36

here is a copy of mine hopes it help

<IfModule mod_rewrite.c>
    RewriteEngine On
   
    RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
    RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
    RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
    RewriteCond %{QUERY_STRING} SELECT(=|\[|\%[0-9A-Z]{0,2}) [OR]
    RewriteCond %{QUERY_STRING} UNION(=|\[|\%[0-9A-Z]{0,2}) [OR]
    RewriteCond %{QUERY_STRING} UPDATE(=|\[|\%[0-9A-Z]{0,2}) [OR]
    RewriteRule ^(.*)$ index.php [L,QSA]
   
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R=301,L]
   
    RewriteRule ^file/([0-9]+)/([0-9]+)/([^/]*)/([0-9]+)/(.*)$ file.php?id=$1&server=$2&hash=$3&expire=$4&file=$5 [L,QSA]
   
    RewriteRule ^embed/(.*)$ embed.php?id=$1 [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !\.(flv|mp4|gif|jpg|jpeg|png|css|js|html)$
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>

#71 Re: Open Discussion » Http --> Https » 2017-01-29 20:17:22

and try this in your .htaccess file

    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R=301,L]

this works for me

#72 Re: Open Discussion » Http --> Https » 2017-01-29 20:14:08

in the config.php in the root look for this line 'base_url' => 'http://www.yourwebdomain.com',
change it in this 'base_url' => 'https://www.yourwebdomain.com',

i think thats your problem wink

#74 Re: Installation » Did anyone have the french language pack? » 2017-01-29 19:52:09

yep i got it send me a message with your email and ill send it to you wink

#75 Re: Open Discussion » Http --> Https » 2017-01-29 19:49:18

Did you edit the config.php in the root also?

Board footer

Powered by FluxBB