Adult Script Pro

Ighalo87

Active member
Jan 18, 2020
400
55
28
please no-one has answered me yet....what's the name of the script..I want to check it out online before I install it
 

jaihwacat

Active member
Jun 10, 2020
139
82
28
well the grabber not work usually there is problem with the cron setting and the storage setting and the dev not give any details on the web manual, maybe the cron should be add manually on cpanel like smart panel cron so the script can work
 

xiaohei

New member
Mar 20, 2021
4
1
1
I use Nginx to build, how to write pseudo-static? The pseudo-static rule converted by apache cannot play the video
 

enesbey

Well-known member
Trusted Uploader
Mar 13, 2021
257
195
83
Arkadaşlar, siteyi ben başlattım. homeprfilm.tk.
Ancak ana sayfa dışındaki tüm sayfalarda 404 hatası var.
 

enesbey

Well-known member
Trusted Uploader
Mar 13, 2021
257
195
83
Sorry chrome plugin automatically translated.. I started the site. homeprfilm.tk.
But there is a 404 error on all pages except the home page.
 
  • Like
Reactions: NostraDamus

enesbey

Well-known member
Trusted Uploader
Mar 13, 2021
257
195
83
Does not contain an .htaccess file. Or I could not figure it out. I do not know.
 

NostraDamus

Active member
May 14, 2020
398
117
43
Sunny Beach
nostry.xyz
Does not contain an .htaccess file. Or I could not figure it out. I do not know.
Code:
Options -Indexes
Options +FollowSymLinks

<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 %{HTTP_HOST} !^www\.
    #RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
    
    #RewriteCond %{HTTPS} off
    #RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
    
    RewriteRule ^embed/(.*)/$ embed.php?id=$1 [L,QSA]
    RewriteRule ^vfile/([0-9]+)/([0-9]+)/([0-9]+)/([0-9a-z]+)/([0-9]+)/(.*)$ filev.php?id=$1&file_id=$2&server=$3&hash=$4&expire=$5&file=$6 [L,QSA]
    RewriteRule ^_[0-9a-zA-Z]{9}/(.*)$ filev.php?u=$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>

<IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
</IfModule>

<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/x-icon "access plus 1 year"
    ExpiresByType image/gif "access plus 1 month"
    ExpiresByType image/png "access plus 1 month"
    ExpiresByType image/jpg "access plus 1 month"
    ExpiresByType image/jpeg "access plus 1 month"
    ExpiresByType text/css "access plus 2 week"
    ExpiresByType text/x-javascript "access 2 week"
    ExpiresByType text/javascript "access plus 2 weeks"
    ExpiresByType application/x-javascript "access plus 2 weeks"
    ExpiresByType text/html "access plus 2 weeks"
    ExpiresByType application/xhtml+xml "access plus 2 weeks"
    ExpiresDefault "access plus 2 week"
</IfModule>

and check rewrite engine url in your server
 

enesbey

Well-known member
Trusted Uploader
Mar 13, 2021
257
195
83
I created the .htaccess file and pasted the line of code you sent me. There was no change.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu