mirror of
https://github.com/telephone/LookingGlass.git
synced 2026-04-25 07:56:01 +03:00
[PR #11] [CLOSED] Added dig tool (with paramaters) and whois tool support #50
Labels
No labels
enhancement
enhancement
enhancement
pull-request
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LookingGlass#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/telephone/LookingGlass/pull/11
Author: @babarnazmi
Created: 2/6/2013
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
182e194Update ajax.phpb0cb70cUpdate index.phpf78730aUpdate assets/js/LookingGlass.js9a14ccbCreate jquery.watermarkinput.jsc62bc10Update LookingGlass/LookingGlass.php12f43abUpdate assets/js/LookingGlass.min.jsa6bdba7Update README.md48bafb0Update LookingGlass/configure.sh49b96a6Update ajax.php22725afUpdate 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.