Giter VIP home page Giter VIP logo

epdev-whois's Introduction

NOTE: This is an old project, kept here for archival purposes. The core of the code is over 10 years old with only minor updates.

EP-Dev Whois

EP-Dev Whois is a whois php script that has a multitude of features. It will act an an ordinary whois script, returning whois information
natively on about 200 different extensions with the ability to easily add more. It will also act as a whois script for registrars who plan to pass available domains into a billing system for a customer to order. These two modes contain a many of features: price table, automatic alternative domain searches, ability to pass the full domain and/or extension (tld) to another script, backup nameservers, domain search logging, multiple extension (tld) searches as one time, query limit bypass, custom keyword and query formats for each nameserver, enable/disable nameservers and/or extensions, custom currency support, and much more. All of the configuration can be edited from within control panel. Fully template driven, allowing for one to easily edit almost every element of the display to fit any website.

What's New

  • Version 2.31: Fixed .eu, .info extensions. Added support for .mobi. Fixed foreign language problems with templates.
  • Version 2.30: Multiple bug fixes, improvements, and general maintenance.
  • Version 2.22: A bug has been fixed involving the absolute path not being automatically detected when left blank and the whois script is included within another file.
  • Version 2.21: eu TLD domain support added.

INSTALLATION

New Install

  1. Upload all files to a publically accessible folder.
  2. Visit admin/index.php in your browser and follow the directions.
  3. Visit whois.php in your browser to view whois script.

Upgrade

YOU SHOULD MAKE A BACKUP OF THE /config/ FOLDER.

VERSION (2.x -> 2.x)

  1. Upload/replace everything except for the /config/ folder.
  2. Visit the administration panel /admin/ in your browser and follow the instructions that appear on the screen.

VERSION (1.x -> 2.0)

There isn't an upgrade path due to the new configuration and structure of version 2.0. You will need to reconfigure it all manually using the administration panel.

Old Version History:

2.31 - July 15 2009: UPDATED - Fixed .eu and .info TLD support. UPDATED - Added support for .mobi TLD FIXED BUG - Fixed a bug in admin/display.php preventing UTF-8 strings from being displayed and saved correctly. FIXED BUG - Fixed a bug in global.php preventing custom currency configurations from working.

2.30 - June 25 2009: FIXED BUG - Multiple extensions have been fixed (NOTE: You will not see changes if you upgrade). IMPROVED - Improved validator to display all spaces in whois report. FIXED BUG - Script no longer uses short tags (<?) which are disabled on default systems. FIXED BUG - Fixed a bug in documentation that claimed user search extension to be [user-ext] instead of the correct [user-extension]. FIXED BUG - A bug making keyword case insensitive has been fixed. The keywords are now properly case sensitive. IMPROVED - Added [count] tag for [repeat]...[/repeat] sections in templates to return count of element (starting from 1). IMPROVED - Exception handling is now the default mechanism for handling errors. The script will throw and catch exceptions instead of exiting. FIXED BUG - A bug that prevented whole domain queries (domain=somewhere.com) for Whois Reports has been fixed. Full domain names + extensions can now be passed in via domain= instead of separating domain and extension.

2.22 - April 05 2006: FIXED BUG - Fixed a potential bug when absolute path is left blank and whois script is included within another script.

2.21 - April 03 2006: UPDATED - Added .eu TLD support. (heh... forgot to include in 2.20).

2.20 - April 03 2006: IMPROVED - Object / link references have been improved for better memory management on PHP 4.x systems. ADDED FEATURE - Alternative pre-configured full domains can now be suggested whenever a user domain is unavailable. ADDED FEATURE - Added ability to display all emails found in a report as images, preventing spam bots from abusing the script. ADDED FEATURE - Added ability to enforce image verification for whois reports. FIXED BUG - Fixed a bug in the admin panel's validator that would ignore custom input for secondary servers targeting the same tld. IMPROVED - Script now parses whois reports for html entities. ADDED FEATURE - Added ability to remove common whois database notices from whois report output. FIXED BUG - Fixed missing overall log handling (enable / disable) statements. ADDED FEATURE - Script can now include and process outside PHP header / footer files from within Edit Templates. FIXED BUG - Fixed a major bug that could result in corrupt config.php when deleting a nameserver. FIXED BUG - Fixed a bug that imposed a lower upper-bound for domain length than normal under certain extensions. IMRPOVED - Updated multiple domain logic to be more lenient of improper user input. IMPROVED - Cleaned up some display issues in admin panel. ADDED FEATURE - Script now includes support for Internationalized Domain Names (IDN). IMPROVED - Improved nameserver removal logic to allow for out of order entries. IMPROVED - Restructured classes/engine.php to allow for easy modification of connection / request functions. ADDED FEATURE - Added ability to search whois server for contact or owner information of domain. IMPROVED - Improved inclusion technique to allow for visible errors and better debugging. FIXED BUG - Fixed a bug causing initial connect failure that could cause a decrease in execution speed of the script in engine.php . FIXED BUG - Nameserver keyword NOT reference (^) was not working ;). Not sure how this stayed a bug so long, as ^ is going to match string start as opposed to NOT. The new prefix is !!!. When !!! is found, the following text is matched in the manner of NOT text. No more regex conflicts either. Logic improved. ADDED FEATURE - Added ability to cache whois queries with configuration of time available. ADDED FEATURE - Added advanced configuration options for nameservers including customizable connections and ports. IMPROVED - Added [[SERVER]] tag as recognizable in query formats for nameservers. Tag is replaced by server. FIXED BUG - Fixed a bug that was preventing proper usage of php slashes in query formats. Added proper slash parsing.

2.11 - July 07 2005: FIXED BUG - Fixed a bug in whois.php that was causing all non buy mode queries to fail no_extension. FIXED BUG - Fixed a bug in global.php that was causing some error reports to fail in PHP 4. FIXED BUG - Fixed a bug that caused improper HTML for special currency symbols, including the pound and euro symbol, in global.php (http://www.dev-forums.com/index.php?showtopic=147).

2.1 - May 28 2005: IMPROVED - Improved upgrade process by creating a new upgrade backend to be used during upgrade. Makes for a very easy upgrade. ADDED FEATURE - Added ability to accept multiple domains at one time. Also added new multiple domain check page. FIXED BUG - Fixed bug in admin/display.php that was causing the script's templates to not handle html entities properly. FIXED BUG - Fixed a bug in the administration panel that was not triggering an error when an attempt to add a duplicate nameserver occurs. FIXED BUG - Fixed bug in global.php that was not allowing proper TLD error reporting on systems running PHP 4.x.

2.01 - April 17 2005: IMPROVED - Improved the initial login screen of the administration panel to list the default username and password. FIXED BUG - Fixed a major bug in the administration panel that prevented proper modification/addition of custom config types (ex: string). The bug affected systems < PHP 5.

2.0 - March 29 2005: ADDED FEATURE - Administration panel should now be used in editing all aspects of the script. IMPROVED - Entire code has been rewritten and is now fully object oriented. There are too many new features, etc, to discuss.

1.5 - (Never released): UPDATED - Updated script's price table to look better. IMPROVED - Updated script to be more object-oriented. UPDATED - Updated additional-servers.txt with updated .be whois information (thanks Marc).

1.41 - July 27 2004: ADDED FEATURE - Added exclusion list to exclude TLDs from the price list that you may not want listed. FIXED BUG - Fixed typo in search-whois that prevented whois from displaying on some php configs. IMPROVED - Improved domain submit form to exclude the submit input as a variable. ADDED FEATURE - Added new nameservers_with_special array to accomodate for servers that require special arguments. FIXED BUG - Fixed price on Domain Available page not being formatted. IMPROVED - Improved variable formats being passed into external script. The formats can now be edited from config file. UPDATED - Updated script to work with default PHP5 install. UPDATED - Updated additional-servers.txt with .de update (thanks Christian). ADDED - Added external-script-example.php with explanations & examples of how to use the external_script_url variable in config.php. UPDATED - Updated script to reflect GNU GPL more effectively.

1.4 - February 14 2004: ADDED FEATURE - Logs have been incorporated. You can view them in the /logs folder. UPDATED - Updated additional-servers.txt with .pl dns updates (thanks WELOO) ADDED FEATURE - Added support for whois servers that have limits and request entries via "is" command.

1.3 - November 17 2003: FIXED BUG - Fixed timeout not working with custom setting in whois-class.php . ADDED FEATURE - Added ability to modify price table in template.php.

1.2 - September 20 2003: ADDED FEATURE - Multiple & custom currencies. The script can now form currency into any format. values can be set to US, UK, EU, or a custom setting. ADDED FEATURE - Added template for search TLDs. People with the know-how can edit the search TLD display in the templates.php file.

1.1 - September 16 2003: ADDED FEATURE - Added language control. Now messages can be controlled with a language file in the template folder. Other text can be edited in the template.php file. ADDED FEATURE - Added error checking. Now the domains are checked for length, and invalid characters.

1.0 - September 13 2003: First release, but can already do alot.

TODO:

  • Multiple year domain price/registration recognition (such as co.uk).

epdev-whois's People

Contributors

patiek avatar

Stargazers

Taylor Allen avatar John Doe avatar  avatar  avatar

Watchers

 avatar Marco Zink avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.