Go Back   Novahq.net Forum > Computers > Web design and Programming
FAQ Community Calendar Today's Posts Search

Web design and Programming Discuss website creation and other programming topics.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-20-2003, 07:29 AM
XenoMorpH is offline XenoMorpH
Registered User

Join Date: Jul 2002
Posts: 194

IP

Hi, like on ur site, I'm looking for a php script to show the visitors'IP within a popup......can u give me the code u used on this site? Tnx in advance.
__________________
XëñøMørÞH
«ALIEN SOLDIER OF DELTAFORCE»

[AMD Phenom 9850][2Gig 1066MHz DDR2 @1100MHz][ATI Radeon 4870X2][19" IIYAMA Prolite E480S Flatpanel]
Reply With Quote
  #2  
Old 08-20-2003, 10:30 AM
Surge is offline Surge
Registered User

Join Date: Jan 2002
Posts: 265

Do you have a server with php? If so the code is quit simple for the script that displays the ip.

Save this as ip.php or whatever you want to call it.
PHP Code:
<?

$ip 
$REMOTE_ADDR
//$remote_addr is PHP variable to get ip address

?>
//Now output some html
<HTML>
<HEAD>
<title>Hello your ip is <? echo $ip ?></title>
</HEAD>
<?

 

// Now show them what there ip is
 
echo "Your IP is: $ip";
?> 

</body>
</html>

There are several methods of doing this, but this just happens to be one of mine. Now for the popup window you could goto this site which has a popup generator. http://javascript.internet.com/gener...up-window.html
__________________
Squad Tag Generator
Take the guessing work out of making you squad tag.
unavailable for re-design
Reply With Quote
  #3  
Old 08-20-2003, 04:08 PM
XenoMorpH is offline XenoMorpH
Registered User

Join Date: Jul 2002
Posts: 194

Many tnx m8! It's working!!
__________________
XëñøMørÞH
«ALIEN SOLDIER OF DELTAFORCE»

[AMD Phenom 9850][2Gig 1066MHz DDR2 @1100MHz][ATI Radeon 4870X2][19" IIYAMA Prolite E480S Flatpanel]
Reply With Quote
  #4  
Old 08-20-2003, 09:54 PM
Surge is offline Surge
Registered User

Join Date: Jan 2002
Posts: 265

yep sure is
__________________
Squad Tag Generator
Take the guessing work out of making you squad tag.
unavailable for re-design
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ip atholon phphq.Net Forums 2 10-11-2007 10:37 PM
IP changes Chrispy Tech Support 3 06-01-2007 07:04 AM
IP Program Rhesha Delta Force 8 03-23-2004 04:34 PM
IP numbers DeDRAGE General Chat 5 03-26-2002 01:12 AM


All times are GMT -5. The time now is 04:28 PM.




Powered by vBulletin®