This simple on-line text generator to instantly generate content / text. Easily generate content containing relative keywords or phrases. Generate filler content or text for demo sites. Specify total number or words, words per sentence and sentences per paragraph. The content generator will randomize the keywords.
This is ASP script to enable lookup of country, region, city, ISP and domain name by using IP2Location database.
The script supports several database types such as Microsoft Access, MS SQL and mySQL. Internet geolocation has been widely used in the products or projects below.
1) Select the geographically closest mirror
2) Analyze your web server logs to determine the countries
3) Credit card fraud detection
4) Software export controls
5) Display native language and currency 6) Prevent password sharing and abuse of service 7) Geo-targeting in advertisement
This is ASP script to enable lookup of country, region, city, latitude, longitude, ISP and domain name from IP address by using IP2Location database. The script supports several database types such as Microsoft Access, MS SQL and mySQL. Internet geolocation has been widely used in the products or projects below.
1) Select the geographically closest mirror
2) Analyze your web server logs to determine the countries
3) Credit card fraud detection
4) Software export controls
5) Display native language and currency 6) Prevent password sharing and abuse of service 7) Geo-targeting in advertisement
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris
This is ASP script to enable lookup of country, region, city, latitude, longitude and ZIP Code from IP address by using IP2Location database. The script supports several database types such as Microsoft Access, MS SQL and mySQL. Internet geolocation has been widely used in the products or projects below.
1) Select the geographically closest mirror
2) Analyze your web server logs to determine the countries
3) Credit card fraud detection
4) Software export controls
5) Display native language and currency
6) Prevent password sharing and abuse of service
7) Geo-targeting in advertisement
This function calculates the latitude and longitude coordinates from Vertical and Horizontal (V&H) coordinates. V&H's are used to identify locations and hence relative distances between network elements and between rate centers listed in AreaCodeWorld(tm) Gold Edition.
This sample code is provided to database subscribers "AS IS" without warranty of any kind.
This is ASP script to enable lookup of country, region, city, latitude, longitude, ISP and domain name from IP address by using IP2Location database. Free sample database available at http://www.ip2location.co m.
The script supports several database types such as Microsoft Access, MS SQL and mySQL. Internet geolocation has been widely used in the products or projects below.
1) Select the geographically closest mirror
2) Analyze your web server logs to determine the countries
3) Credit card fraud detection
4) Software export controls
5) Display native language and currency 6) Prevent password sharing and abuse of service 7) Geo-targeting in advertisement
This script uses the ascii values of the characters of the logged on username and adds it a number generated using the date difference in seconds between the current date and 1980-01-01.
Accepts: Any numeric value.
Returns: The same number, correctly rounded to the number of significant digits specified.
Works for negative numbers, whole numbers, decimals, and for numbers smaller than 1.
Example 1: Given 1234567890.1 and specifying 3 significant digits, would return 1230000000 (1.23 billion) Example 2: Given -0.00987654 and specifying 2 significant digits, would return -0.0099