|
|
||||||||||||||||||
| 1) Posted by: Vera August 26, 2003 2:12 AM I wonder how you got the idea for this hack. ;-) |
| 2) Posted by: Jim September 2, 2003 5:50 PM Of course, this is only a minor deterrent to those truly annoying posters who know how to circumvent this... in addition to the fact that the vast majority of ISPs dole out dynamic IPs. Otherwise, it's a great idea! :/ |
| 3) Posted by: Christian September 3, 2003 4:11 AM Um... there is no such thing as 666.xxx.xxx.xxx . You should brush up on your TCP/IP Networking. You are exposing privite information by doing this. Good idea but at least hide the first two octates. Dude, what happened to the Matrix postings? We are now 2 months away!! I can't wait! |
| 4) Posted by: Christian September 3, 2003 4:17 AM Also, Scott -- tweak it so there is always 3 xxx's. |
| 5) Posted by: Scott Manning September 3, 2003 6:56 AM Christian, The "666" is just an example; it's not real. The code is written so there will be two or three x's depending on whether or not there are two or three numbers before the first period. RE: Matrix Scott |
| 6) Posted by: Dan November 1, 2003 3:05 AM I run a message board with php and mysql. The board displays the users: name, e-mail(optional on my site), subject, and comments. It also displays the date and time of each the post. I would like to display the full IP and proxy of the users who post. Any suggestions? |
| 7) Posted by: J December 25, 2003 11:02 PM I would like to display the full IP Address of Clients who post messages to webboard (my network use proxy server ). Please suggest. |
| 8) Posted by: john May 18, 2004 4:30 PM hey, i managed to find out your website IP |
| 9) Posted by: Humberto November 8, 2004 1:56 PM You start displaying IP addresses on a site running pHp or any other community message board and watch your members drop like flies. |
| 10) Posted by: Aji December 8, 2004 8:26 PM I want to find the ip of any website (using input box) how can I do that, in dos I can say ping http://www.idealwebtools.com how can I do that using php. Thanks |
| 11) Posted by: Chris March 29, 2005 11:01 PM An easy way to display the IP Address on your web page on any web page....No Special Server Needed Using javascript. Now view source on explorer and copy and paste all the HTML code it into your own html file. |
| 12) Posted by: Raio February 17, 2006 3:56 PM Not always because there is many methods to hide ip 1-method Install Firewall on your machine and restrict all the connections to the Internet (except for the anonymous proxy server) from a browser. It's also recommended to use port mapping for this free anonymous proxy server and define the browser's proxy as 127.0.0.1 with the local port from port mapping. 2-method Use socksification in your browser. This will enable relaying all the information your browser or any other software sends and transfers to the proxy server. 3�- THE Best Method You need to set up LAN, local IP addresses (192.168.1.x or alike). A corporate proxy server should forwards ALL requests to a free anonymous proxy server (you need to have skills and rights of a system administrator in order to do that). It's impossible to connect to the Internet bypassing a corporate proxy, as long as external IP address is not assigned to local machines. It's also impossible to scan local machine's settings: even if Java/ActiveX applets detects and gives out your local IP address (192.168.1.x) to the web server, your anonymity will remain unbroken. So, basically, you can rate this option as 100% anonymity. And "crackers" use chained of remotes cumputers for cracking , so very good system to stay anonymous. |