SearchRadius - Geographic Dealer-Product Locator

NEW RELEASE: SearchRadius V2.0 now available with the following new functions:

Overview
SearchRadius is a web server software program that can be installed on almost any Web Site, enabling users to find the locations of your organization's product or service. Designed to work like a standard HTML document, SearchRadius allows users to search for locations near a point of interest by entering a specific city or zip code. With SearchRadius Geo-Map, users can find locations that are close to their home or office by simply clicking on a map.

SearchRadius Geo-Map Dealer Locator
Designed for continental US and/or Canada
Click Here for Geo-Map Demo Click Here for Geo-Map Admin
& Program Documentation
  username: admin
  pass: demo
   

United States

Canada


Businesses Using SearchRadius Geo-Map


SearchRadius Basic Dealer Locator
Designed for continental US and/or Canada
username: admin
pass: demo
   


Find Locations by
City or Postal Code.





Businesses Using SearchRadius Basic

All SearchRadius locators can return the following:

NOTE: The third party mapping examples constructed within the SearchRadius street map interface are provided for your convenience and illustrate how SearchRadius may be interfaced to other third party software products. Escape Radius is not affiliated with any of the third party mapping vendors, does not endorse or control any advertising displayed, and is not responsible for the continuance of their service.

Users can search for locations by:

Features
Searching Capabilities and Interface

Page Layout Templates

Program Administration and Data Management

Open-Source Based

Data Coverage

System Requirements
All you need to run SearchRadius is a Web Site that uses two very common Open Source web server utilities:

  1. PHP a server-side scripting language.
  2. MySql a relational database.

These resources are found on most web servers and are often included with commercial hosting plans. If you don't have PHP and MySql you can still integrate SearchRadius into your web site by implementing one of our hosting options.

-----> Download and Test <-----
To find out if your web server can run SearchRadius, just download our resource detector and place it on your web site. The resource detector is a web page that will determine if your web server uses PHP and MySql. Once the web page is uploaded to your web site, view the page resource_info.php with your favorite web browser (i.e., http://www.yourdomain.com/resource_info.php). If your web site has PHP and MySql our resource_info.php web page will list information about them.

  1. Download the and unzip resource_info.zip
  2. Upload resource_info.php to your web site.
  3. View resource_info.php with your web browser, like any other page on your web site.
[ Previous Page ]
 > 1 < [ 2 ] > [ 3 ] <

 

Dealer Locator Software

 

[ Previous Page ]
> 1 < [
2 ] [ 3 ]
[
Next Page ]

 

What is PHP?
PHP is a freely available "scripting language", similar to Perl or CGI, that works on the server-end of web pages rather than the browser end. It is a full programming language and was designed to create dynamic web page content. When a web page created with PHP is sent to a web browser the client usually does not even realize that they are dealing with a PHP script. It always appears as just "Plain HTML".

Rather than having the usual .html extension, web pages created with PHP end with a .php3 or .php extension.

PHP Web Site: www.php.net

What is MySql?
MySql is a very popular Open Source SQL relational database program that is very fast, reliable and easy to use. Besides having a practical set of features, it is highly suited for storing and accessing data on the Internet.

MySql Web Site: www.mysql.com