PDA

View Full Version : Help! +rep!



xBenxx
18-10-2007, 06:45 PM
Hey!

I Need help!

Can someone find me the HTML code for computer information?

so like it says,

pc make, internet etc etc?

+rep!!

ben x

Jamie.
18-10-2007, 06:52 PM
Isn't that php I believe I may be wrong but if you have cpanel check the error pages and some of the functions you can use in there thats the only thing that I can think of off the top of my head.

VPSwow
18-10-2007, 07:07 PM
I know the one for IP but im not sure and havnt come across the PC make one.

xBenxx
18-10-2007, 07:07 PM
or php w/e! i just need the code :(

Tomm
18-10-2007, 07:18 PM
You can't get the computer manufacture or anything like that using PHP or anyother serverside/clientside technology.

xBenxx
18-10-2007, 07:21 PM
Umm..

Im sure you can like ip information and what browser your using and stuff like that?

:Edzy
18-10-2007, 07:59 PM
Do you mean for web stats or a stats signature?

Florx
18-10-2007, 08:23 PM
<?php
echo $_SERVER['HTTP_USER_AGENT'] . "\n\n";

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

The above example will output something similar to:

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3

Array
(
[browser_name_regex] => ^mozilla/5\.0 (windows; .; windows nt 5\.1; .*rv:.*) gecko/.* firefox/0\.9.*$
[browser_name_pattern] => Mozilla/5.0 (Windows; ?; Windows NT 5.1; *rv:*) Gecko/* Firefox/0.9*
[parent] => Firefox 0.9
[platform] => WinXP
[browser] => Firefox
[version] => 0.9
[majorver] => 0
[minorver] => 9
[css] => 2
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[vbscript] =>
[javascript] => 1
[javaapplets] => 1
[activexcontrols] =>
[cdf] =>
[aol] =>
[beta] => 1
[win16] =>
[crawler] =>
[stripper] =>
[wap] =>
[netclr] =>
)



Quoted from php.net

LegendOfNoob
18-10-2007, 09:18 PM
i suppose he means the one with YOU GOT HACKED
System
IP
Browser

FlorX is that the script u posted?

Florx
18-10-2007, 11:19 PM
No that script is mearly off php.net ive not made it or anything.

LegendOfNoob
19-10-2007, 06:34 PM
ah i c

Naruto!
19-10-2007, 06:35 PM
What would it do on a website anyway?

Scania
19-10-2007, 06:49 PM
i suppose he means the one with YOU GOT HACKED
System
IP
Browser

FlorX is that the script u posted?

No - Thats a signature for leetsig.net or something.

You mean like.

You IP is: 129.168.00.00.001
Your browser is: Mozilla
Operating Sytem: Windows XP Professional
Your ISP is: AOL
You have been hacked kfnx

etc?

Want to hide these adverts? Register an account for free!