Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tutorial] How to grab IP adress with PHP
#21
Very usfull Smile im not a php coder but ill use this for sure
[Image: blanktemplate.png]
Reply
#22
Another great tutorial from flaming,thanks once again mate.
That's really weird,Ninja
Reply
#23
could this transmit the ip to text, for example, if someone wants to know their ip it shows it?
Reply
#24
This is plain and simple, this would be good for website forums, thanks.
Reply
#25
Nice one. Could be used and the victims could be hacked via Metasploit.

Thanks for it.
Reply
#26
(11-19-2010, 09:42 AM)Kate Wrote: Nice one. Could be used and the victims could be hacked via Metasploit.

Thanks for it.

i don't think that was the intention of this.
Reply
#27
The first way to get IP, could be used for signatures to scare some people. Big Grin
Reply
#28
(11-21-2010, 03:09 PM)flAmingw0rm Wrote: The first way to get IP, could be used for signatures to scare some people. Big Grin

You mean to log their IP? Or display it in their signature?
(11-23-2010, 08:40 PM)Guest Wrote: Alright, did the 'Support' get removed from SupportForums?
You're not a good Emotional Helper.
Reply
#29
Nice tutorial, should help some people.
Reply
#30
This is a good way of recording their IP into an SQL database, along with their username:

PHP Code:
if((isset([action]))) {
        
$sql2="INSERT INTO [table] (username, ip) VALUES ('$_SESSION[SESS_LOGIN]','$_SERVER[REMOTE_ADDR]')";
        
mysql_query($sql2);
        } 
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  PHP Framework List: An Ultimate Guide to 102 PHP Frameworks for Web Developers tk-hassan 0 773 07-27-2020, 11:26 PM
Last Post: tk-hassan
  PHP Video Tutorials (PHP For Beginners) Eleqtriq 4 3,262 10-10-2011, 01:00 PM
Last Post: Greyersting
  Tim's PHP 101 tutorial Tim 22 5,180 10-19-2009, 02:12 PM
Last Post: Tim
  PHP mysql Login Tutorial By MAcar V1.0 MAcar 8 3,463 10-08-2009, 04:57 PM
Last Post: MAcar
  PHP site backup tutorial andrewjs18 6 1,820 10-07-2009, 11:27 PM
Last Post: andrewjs18

Forum Jump:


Users browsing this thread: 1 Guest(s)