• 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"

phpRank - SEO Reports & Tools Platform (SaaS)

phpRank - SEO Reports & Tools Platform (SaaS) V12

No permission to download
tuton012 updated phpRank - SEO Reports & Tools Platform (SaaS) with a new update entry:

V1.4.0

Clean Version Not Nulled

1.4.0 - 21 April 2022
  • Added Keyword Research Tool
  • Added the ability to fetch sitemap links that are not necessarily ending with XML format
  • Added the ability to enable detailed Reports on Export or Print
  • Added the ability to set the Plan's position on the Pricing listings
  • Added the ability to set custom CSS code based on the color scheme
  • Added the ability to customize the Crawler's User-Agent
  • Fixed...

Read the rest of this update entry...
 
Can anyone tell me how to install this script? I have got 404 error when i try to mydomain.com or mydomain.com/public
 

Attachments

  • Screenshot_2022-05-07-19-54-27-209_com.android.chrome.jpg
    Screenshot_2022-05-07-19-54-27-209_com.android.chrome.jpg
    112.4 KB · Views: 17
Can anyone tell me how to install this script? I have got 404 error when i try to mydomain.com or mydomain.com/public

The DocumentRoot for the domain needs to be set direct to the public directory in apache
E.g. DocumentRoot "domain_directory/public"
 
The DocumentRoot for the domain needs to be set direct to the public directory in apache
E.g. DocumentRoot "domain_directory/public"
hello i am new can you please write the code i want to install here sitespy.in please
 
Hi to all .. i just want you to know that if php version on hosting server is lover then 7.2 u will get some errors.. Sometime u will get 404 and sometime u will get http error 500 it dipends what u are doing.. so just set php on 7.2 and it should work fine
 
  • Like
Reactions: baba8o
changed the php version too but still showing like this https://sitespy.in/public/install
I don't know what u did and how u setup rest of things.. but i'm pretty sure that this is not because of php.. Let's try this. in env file edit APP_URL='https://sitespy.in/public/" then go to htaccess file and enter this
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://sitespy.in/$1 [R,L]

#RewriteCond %{HTTP_HOST} ^sitespy\.in
#RewriteRule ^(.*)$ /public/$1 [R=301]
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^ ^$1 [N]

RewriteCond %{REQUEST_URI} (\.\w+$) [NC]
RewriteRule ^(.*)$ public/$1

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ server.php
after this clean cesh memory and try again
 
I don't know what u did and how u setup rest of things.. but i'm pretty sure that this is not because of php.. Let's try this. in env file edit APP_URL='https://sitespy.in/public/" then go to htaccess file and enter this
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://sitespy.in/$1 [R,L]

#RewriteCond %{HTTP_HOST} ^sitespy\.in
#RewriteRule ^(.*)$ /public/$1 [R=301]
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^ ^$1 [N]

RewriteCond %{REQUEST_URI} (\.\w+$) [NC]
RewriteRule ^(.*)$ public/$1

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ server.php
after this clean cesh memory and try again
and pls before this pls check did u extract all files from rar or zip ..
 
To make public folder main-root u just need to copypaste this to htaccess
RewriteEngine on
RewriteCond %{HTTP_HOST} ^sitespy.in$ [NC,OR]
RewriteCond %{HTTP_HOST} ^www.sitespy.in$
RewriteCond %{REQUEST_URI} !public/
RewriteRule (.*) /public/$1 [L] but pls save first htaccess .. u can't mess nothing, just delete whole file if something goes wrong..
 
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