Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
FCKW

PHP Box

Recommended Posts

würde ich gerne einbauen, nutze aber kein portal.

was muss ich machen das im forum (beispielsweise im header oder im footer)

eine solche box erscheint?

dieser code :

<?PHP $host=gethostbyaddr($_SERVER['REMOTE_ADDR']);

$datum=date("d.m.Y",time());

print "Your Browser: [b]$_SERVER[HTTP_USER_AGENT][/b]<br />

your IP is: [b]$_SERVER[REMOTE_ADDR][/b]<br />

and your Hostname is called: [b]$host[/b]<br />

"; ?>

soll dann ordnungsgem. angezeigt werden.

danke für die hilfe

Edited by FCKW

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×