• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Adult Script Pro

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
 
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
 
I use Nginx to build, how to write pseudo-static? The pseudo-static rule converted by apache cannot play the video
 
Arkadaşlar, siteyi ben başlattım. homeprfilm.tk.
Ancak ana sayfa dışındaki tüm sayfalarda 404 hatası var.
 
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
Does not contain an .htaccess file. Or I could not figure it out. I do not know.
 
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
 
I created the .htaccess file and pasted the line of code you sent me. There was no change.
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock