qiuai / GoogleMirror

a php program to set up a mirror image of Google

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Mirror

for Chinese version,click here. A PHP program to set up a mirror server of Google search service in minutes.


Guide for Setting up

Deploy:

  • Before setting up, you need :
    • PHP 5.4+ runtime environment (outside China mainland and etc)
    • a wildcard certificate for the domain you want to set mirror up on
    • SSL configured for the domain to be used (only available on 443 port)
  • Download all the file included in the repo (except README.md and LISENCE)
  • Open the public.php, and replace the default domain to yours ($pHost = "yourdomain.com";)
  • Upload files to your host
  • It works!

Notice:

  • About DNS record: (@.)yourdomain.com & *.yourdomain.com point to your host

About

a php program to set up a mirror image of Google

License:GNU General Public License v2.0


Languages

Language:PHP 98.5%Language:ApacheConf 1.5%