PakistanDatabase.com

Web Development Website proxying script for various needs

Joined
Dec 29, 2021
Messages
29
Hellcoins
♆711
What can be done with the script:

  • Proxy any sites and services;
  • Change any text and images on the site;
  • Intercept data from authorization and other forms.

What works and script tips:

  • On most sites, all functionality works (registration / authorization / cabinets);
  • If some functionality is on a subdomain, add subdomains with our domain in the config in the ServerAlias line, for example: test.domen.ru app.domen.ru panek.domen.ru;
  • Be sure to enable .htaccess on the server, otherwise additional pages will not work;
  • In the index.php and index-static.php files in 'ORIGIN_HOST' we write the domain that we are proxying, and in 'OUR_HOST' the domain where the script is located;
  • If you need to change something on the site, use $body = str_replace('What we change', 'What we change for', $body); it's in index.php after line 230.
You must reply before you can see the hidden data contained here.
 
Top