| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #2 (permalink) |
| Senior Member Join Date: Nov 2005 Location: on a oil rig just off Ireland
Posts: 1,408
![]() ![]() ![]() ![]() ![]() | PHP Code:
__________________ You design in photoshop, I code into valid XHTML/CSS. Professional PSD, PNG or HTML to tableless XHTML/CSS designs. For more info, send me a PM. |
| |
| | #4 (permalink) |
| Senior Member Join Date: Nov 2005 Location: on a oil rig just off Ireland
Posts: 1,408
![]() ![]() ![]() ![]() ![]() | That's very customizeable. Just place it wherever your page is, and have the URL as page.php?domain=example.com. You could even have a form on a previous page that would look something like this: HTML Code: <form action="page.php" method="get"> <input type="text" name="domain"><input type="submit" value="Whois?"> </form>
__________________ You design in photoshop, I code into valid XHTML/CSS. Professional PSD, PNG or HTML to tableless XHTML/CSS designs. For more info, send me a PM. |
| |
| | #6 (permalink) | ||||
| NamePros Regular Join Date: Apr 2006
Posts: 363
![]() ![]() ![]() ![]() |
test.com | ls -al | mail youremail@email.com basically gives them shell access to your server. A way you can sanitize it is by doing: Untested PHP Code: | ||||
| |
| | #7 (permalink) |
| Senior Member Join Date: Nov 2005 Location: on a oil rig just off Ireland
Posts: 1,408
![]() ![]() ![]() ![]() ![]() | woops, guess that would have been bad :$
__________________ You design in photoshop, I code into valid XHTML/CSS. Professional PSD, PNG or HTML to tableless XHTML/CSS designs. For more info, send me a PM. |
| |
| | #8 (permalink) |
| Senior Member Join Date: May 2004
Posts: 1,169
![]() ![]() ![]() ![]() | it is better to use a script that has some sort of image authentication to prevent bots from harvesting email addresses and causing server stress... I use Matt's whois. http://www.mattsscripts.co.uk/mwhois.htm However, I currently disabled it for the above mentioned reasons. other than that, it is extremelly good, custumizable (to change some fuctions and display), and fast.
__________________ Seek and you shall find! |
| |
| | #9 (permalink) | ||||
| NamePros Regular Join Date: Apr 2006
Posts: 363
![]() ![]() ![]() ![]() |
just always be careful of anything you pass to exec eval system etc ![]() ????: NamePros.com http://www.namepros.com/showthread.php?t=230999 Bax | ||||
| |
| | THREAD STARTER #10 (permalink) | ||||
| creativeON.com Join Date: Mar 2006 Location: the Planet Earth
Posts: 948
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| ||||
| |
| | THREAD STARTER #13 (permalink) | ||||
| creativeON.com Join Date: Mar 2006 Location: the Planet Earth
Posts: 948
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| ||||
| |
| | #14 (permalink) |
| New Member Join Date: Aug 2005
Posts: 17
![]() | The bes free whois scripts Hi, I used Dev whois for www.toolurl.com it's the best i found, A new one i used for www.woislookup.com you will see where it come from at the end of the webpage after a search. Cheer |
| |
| | THREAD STARTER #15 (permalink) | ||||
| creativeON.com Join Date: Mar 2006 Location: the Planet Earth
Posts: 948
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| ||||
| |
| | #16 (permalink) |
| NamePros Regular Join Date: Aug 2005 Location: NY, USA
Posts: 610
![]() ![]() ![]() ![]() ![]() ![]() | Here's a way that queries an external whois server: (ripped and modified a bit from my domain checker script) PHP Code:
__________________ ask me about the internet |
| |