Make a site like MXtoolbox/dnsgoodies
If I wanted to produce a site like MX Toolbox/DNS Goodies (ie a site you can do connection tests with, dns looksup etc) how would this be done?
For example how does clicking a 'search' button interact with the web server to run the required script and then display the output to the webpage.
Thanks,
2 Replies
There are a number of scripts and pre-built modules that can help you do what you want, or you can create your own from scratch. Either way, you need to learn web programming. PHP is a pretty standard way, but other languages can be used as well, like perl, ruby, python, java, and the list goes on. Not to mention what kind of web server you want to deploy on, let alone which OS…
You have much to learn, and the journey starts with google…