milchbubix (07.04.2012)
Thema: Dynamische Signatur
-
06.04.2012, 17:48 #1
Dynamische Signatur
Arbeit von 3 Minuten:
PHP-Code:<?php
header ("Content-type: image/png");
$bild = imagecreatetruecolor(300, 50);
$weiss = imagecolorallocate($bild, 255, 255, 255);
$rot = imagecolorallocate($bild, 255, 0, 0);
$ip = $_SERVER['REMOTE_ADDR'];
$text = 'Deine IP: ' . $ip;
imagefilledrectangle($bild, 10, 10, 290, 40, $rot);
imagestring($bild, 5, 30, 15, $text, $weiss);
imagepng($bild);
imagedestroy($bild);
?>
LG
-
07.04.2012, 17:09 #2
AW: Dynamische Signatur
Man sieht nichts in deiner Signatur.
Zitat von GerMaN-DeLuXe
-
The Following User Says Thank You to Waterpolo For This Useful Post:
-
07.04.2012, 17:16 #3
AW: Dynamische Signatur
BILD ANZEIGEN [Warum wird das Bild nicht angezeigt?]
Habs auch entfernt.
Ähnliche Themen
-
Dynamische Signatur mit Infos über Teeworlds-Server
Von Snees im Forum PHPAntworten: 0Letzter Beitrag: 15.08.2013, 16:37 -
Dynamische in statische URL
Von SleVer im Forum WebmasterAntworten: 6Letzter Beitrag: 26.12.2012, 17:00 -
[S]: Dynamische LoL Signatur.
Von Bossgen im Forum Sonstige GamesAntworten: 6Letzter Beitrag: 15.06.2012, 14:25 -
[Kritik] Bug: Dynamische Signatur
Von Pimf MC im Forum FeedbackAntworten: 2Letzter Beitrag: 24.04.2012, 14:28 -
Dynamische Signaturen für alle
Von DMW007 im Forum News und AnkündigungenAntworten: 0Letzter Beitrag: 20.03.2012, 23:22
Diese Seite nutzt Cookies, um das Nutzererlebnis zu verbessern. Klicken Sie hier, um das Cookie-Tracking zu deaktivieren.