Cable Forum

Cable Forum (https://www.cableforum.uk/board/index.php)
-   Internet Discussion (https://www.cableforum.uk/board/forumdisplay.php?f=25)
-   -   Need help in finding a code/script! (https://www.cableforum.uk/board/showthread.php?t=33656133)

Keyz333 02-10-2009 02:19

Need help in finding a code/script!
 
Hi, I am looking for the code or script that generates, your IP, OS, Country & Browser like on www.Talkets.com homepage.

I do not want the site you can see yours on, I was wondering if anyone knew the code that would generate this?

Thankyou in advance! :)

Raistlin 02-10-2009 08:51

Re: Need help in finding a code/script!
 
Do you want a local script (bash, python, perl), or something that can be hosted remotely (PHP, erm.....and some others)?

How do you want to present this information? To whom?

Druchii 02-10-2009 09:07

Re: Need help in finding a code/script!
 
PHP: http://www.rohitab.com/discuss/index...dpost&p=161539

It's been done a million times before.

webcrawler2050 03-10-2009 22:28

Re: Need help in finding a code/script!
 
Do it in PHP

Code:

$ip=@$REMOTE_ADDR;
echo "<b>IP Address= $ip</b>"

Browser
Code:

<?php
echo $_SERVER['HTTP_USER_AGENT'] . "\n\n";

$browser = get_browser(null, true);
print_r($browser);
?>



All times are GMT +1. The time now is 17:00.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum