A Service of Softnik Technologies

Installing Watch My Domains SED

System Requirements

Please make sure that your web server meets the following basic requirements

  • Linux, Windows or Mac OS X
  • SSH (Secure Shell) access or Cron job management
  • Web Server (Apache is recommended)
  • PHP 5.2.0 or above
  • PHP mb_string module
  • MySQL 5.x
  • ionCube Loader installed on server (only for demo, not required for full version) Basic knowledge of Linux, SSH, crontab, server installation, etc.

Download and Install Watch My Domains SED

You can download Watch My Domains SED from here. If you purchased the professional edition, use the download link that was provided to you at the time of purchase.

Unpack the contents of the wmdsed-xx-xx-xx.zip into a folder on your web server. Make sure that the folder is web-accessible.

Make sure that you have access to a MySQL database. You should have the database name, a valid username and a password.

If you are installing for the first time, copy or rename the file config-sample.php in the root of the base folder to config.php.

Open config.php and add the database name, user name and password. Save the configuration file.

Using SSH to install

The fastest way to install is by using a secure shell to connect to your server and using wget to get the download pack. Use unzip to unpack the contents directly into your web site folder.

As an example, you could do something like...

cd /home/softnik/sites/

wget --content-disposition /sed/wmdsed24_trial.zip.php

unzip wmdsed24_trial.zip

cd wmdsed24

cp config-sample.php config.php

nano config.php

Run and Test the application

At this point you should be able to see the application interface at

http://<yourinstallpath>/

You can click the "+" button to add domains.

Add a cron entry for processing the lookup queue

The application processes the lookup queue using the runq.php script. So this should be executed at periodic intervals. You can do this using a cron job.

Please see the 'ReadMe.Txt' file in the root of the base folder for sample crontab entries or see the link below.

The cron Job

Trouble shooting the installation

Use the test script to check your installation. This is located at...

http://<yourinstallpath>/test.php

Please see the trouble shooting guide for more details.