Installation is a SNAP!
We strive to make the installation of our turnkey systems as easy as possible!
In order to perform the installation yourself, you should be familiar with:
Code Editing with a Text Editor and Transferring Files with an FTP Client.
If you are not familiar with these concepts, we highly recommend our installation services.
Our requirements are very lean. They vary slightly between PHP and ASP versions.
Web Disclaimer for PHP – Installation Instructions
The only server requirement:
- Allow for server side php script execution
- If the files you wish to protect end with the “.php” extension, you don’t need to change a thing!
- Go on to Install and Configure.
- If your files don’t end with “.php” – Do one of two things…
- Ask your hosting provider to enable php script execution for the file extension(s) that your website uses.
- Example extensions: “.htm”, “.html”, etc
- Example letter to hosting provider:(copy and paste – be sure and change this message to include the file extension(s) for all page(s) you wish to protect)
- or Rename your files so that they end with “.php”
- Ask your hosting provider to enable php script execution for the file extension(s) that your website uses.
- If the files you wish to protect end with the “.php” extension, you don’t need to change a thing!
Install and Configure:
- Unzip the file to your hard drive and browse into the folder labeled “floridalawtools”
- Locate the file named “config.php” and open it in your favorite text editor. (notepad, dreamweaver, etc)
- Type the URL for your company’s logo file. (Recommended file types: gif, jpeg or png)
- ie: http://www.yourwebsite.com/yourlogo.jpg
- Type the name of your company.
- ie: My Law Firm
- Type the URL for your company’s website.
- ie: http://www.yourwebsite.com
- Specify the location of the “floridalawtools” directory.
- If it is in your site root, this line should read
- $floridalawtools_location = “/”;
- If it is in a folder named “your_folder”, this line should read
- $floridalawtools_location = “/your_folder/”;
- If it is in a folder named “sub_folder” within a folder named “your_folder”, this line should read
- $floridalawtools_location = “/your_folder/sub_folder/”
- If it is in your site root, this line should read
- Save and close the file.
- Type the URL for your company’s logo file. (Recommended file types: gif, jpeg or png)
- Upload the folder labeled “floridalawtools” to the desired directory using your favorite FTP client.
- Add a single line of code to the first line of each document you wish to protect.
- Example: <?php include “floridalawtools/protect.php”; ?>
- You can then hit “enter” so that the rest of each page starts on line 2.
- That’s it! Enjoy.
Our requirements are very lean. They vary slightly between PHP and ASP versions.
Web Disclaimer for ASP – Installation Instructions
The only server requirement:
- Allow for server side asp script execution
- If the files you wish to protect end with the “.asp” extension, you don’t need to change a thing!
- Go on to Install and Configure.
- If your files don’t end with “.asp” – Do one of two things…
- Ask your hosting provider to enable asp script execution for the file extension(s) that your website uses.
- Example extensions: “.htm”, “.html”, “.shtml”, etc
- Example letter to hosting provider:(copy and paste – be sure and change this message to include the file extension(s) for all page(s) you wish to protect)
- or Rename your files so that they end with “.asp”
- Ask your hosting provider to enable asp script execution for the file extension(s) that your website uses.
- If the files you wish to protect end with the “.asp” extension, you don’t need to change a thing!
Install and Configure:
- Unzip the file to your hard drive and browse into the folder labeled “floridalawtools”
- Locate the file named “config.asp” and open it in your favorite text editor.
(notepad, dreamweaver, etc)- Type the URL for your company’s logo file. (Recommended file types: gif, jpeg or png)
- ie: http://www.yourwebsite.com/yourlogo.jpg
- Type the name of your company.
- ie: My Law Firm
- Type the URL for your company’s website.
- ie: http://www.yourwebsite.com
- Optionally, specify the location of the “floridalawtools” directory.
- If it is in your site root, this line should read
- $floridalawtools_location = “/”;
- If it is in a folder named “your_folder”, this line should read
- $floridalawtools_location = “/your_folder/”;
- If it is in a folder named “sub_folder” within a folder named “your_folder”, this line should read
- $floridalawtools_location = “/your_folder/sub_folder/”
- If it is in your site root, this line should read
- Save and close the file.
- Type the URL for your company’s logo file. (Recommended file types: gif, jpeg or png)
- Upload the folder labeled “floridalawtools” to your root directory using your favorite FTP client.
- Add a single line of code to the first line of each document you wish to protect.
- Example: <!–#include file=”floridalawtools/protect.asp”–>
- You can then hit “enter” so that the rest of each page starts on line 2.
- That’s it! Enjoy.
