[PR #11] [CLOSED] Added dig tool (with paramaters) and whois tool support #50

Closed
opened 2026-02-28 00:40:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/telephone/LookingGlass/pull/11
Author: @babarnazmi
Created: 2/6/2013
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 182e194 Update ajax.php
  • b0cb70c Update index.php
  • f78730a Update assets/js/LookingGlass.js
  • 9a14ccb Create jquery.watermarkinput.js
  • c62bc10 Update LookingGlass/LookingGlass.php
  • 12f43ab Update assets/js/LookingGlass.min.js
  • a6bdba7 Update README.md
  • 48bafb0 Update LookingGlass/configure.sh
  • 49b96a6 Update ajax.php
  • 22725af Update LookingGlass/LookingGlass.php

📊 Changes

8 files changed (+176 additions, -12 deletions)

View changed files

📝 LookingGlass/LookingGlass.php (+35 -2)
📝 LookingGlass/configure.sh (+8 -1)
📝 README.md (+3 -1)
📝 ajax.php (+9 -2)
📝 assets/js/LookingGlass.js (+2 -2)
📝 assets/js/LookingGlass.min.js (+1 -2)
assets/js/jquery.watermarkinput.js (+81 -0)
📝 index.php (+37 -2)

📄 Description

Added Dig tool
Added Whois tool
Dig supports parameters, like MX, A, ALL, TXT etc.
Fixed placeholder issue with IE6+ (not working with IE9)
Dig parameters will show dynamically on event onchange()


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/telephone/LookingGlass/pull/11 **Author:** [@babarnazmi](https://github.com/babarnazmi) **Created:** 2/6/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`182e194`](https://github.com/telephone/LookingGlass/commit/182e194a6a0306f56b197d5e4754c9c41b3e5da1) Update ajax.php - [`b0cb70c`](https://github.com/telephone/LookingGlass/commit/b0cb70c20cacc0f2c23d715fdb397fd098c4c950) Update index.php - [`f78730a`](https://github.com/telephone/LookingGlass/commit/f78730a81a5c39fa61535814c23bafb9158e7b00) Update assets/js/LookingGlass.js - [`9a14ccb`](https://github.com/telephone/LookingGlass/commit/9a14ccb71464a1c0a81113061e67237f34f06159) Create jquery.watermarkinput.js - [`c62bc10`](https://github.com/telephone/LookingGlass/commit/c62bc10fc02106e8ef0ac6880b9ad966d409af8f) Update LookingGlass/LookingGlass.php - [`12f43ab`](https://github.com/telephone/LookingGlass/commit/12f43ab0e46c5f39cca40f1194136fa5ed0bb7b2) Update assets/js/LookingGlass.min.js - [`a6bdba7`](https://github.com/telephone/LookingGlass/commit/a6bdba73340ba8cfaa6b919a7dfa57c7b79f21c4) Update README.md - [`48bafb0`](https://github.com/telephone/LookingGlass/commit/48bafb0ed2aa5faefff494ab93d408753063069a) Update LookingGlass/configure.sh - [`49b96a6`](https://github.com/telephone/LookingGlass/commit/49b96a6f97dbf81e2f1007522a20056f848e7eb8) Update ajax.php - [`22725af`](https://github.com/telephone/LookingGlass/commit/22725affd250934f799502872c2def3006c0e614) Update LookingGlass/LookingGlass.php ### 📊 Changes **8 files changed** (+176 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `LookingGlass/LookingGlass.php` (+35 -2) 📝 `LookingGlass/configure.sh` (+8 -1) 📝 `README.md` (+3 -1) 📝 `ajax.php` (+9 -2) 📝 `assets/js/LookingGlass.js` (+2 -2) 📝 `assets/js/LookingGlass.min.js` (+1 -2) ➕ `assets/js/jquery.watermarkinput.js` (+81 -0) 📝 `index.php` (+37 -2) </details> ### 📄 Description Added Dig tool Added Whois tool Dig supports parameters, like MX, A, ALL, TXT etc. Fixed placeholder issue with IE6+ (not working with IE9) Dig parameters will show dynamically on event onchange() --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:40:20 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LookingGlass#50
No description provided.