Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 3 |
lars |
1 |
<?php
|
|
|
2 |
error_reporting(E_ALL & ~E_NOTICE);
|
|
|
3 |
ini_set("register_globals", "On");
|
|
|
4 |
|
|
|
5 |
require_once('module/Email_Safe/Email_Safe.class.php');
|
|
|
6 |
|
|
|
7 |
$eSafe = &new Email_Safe();
|
|
|
8 |
|
|
|
9 |
if (!$_GET['email'] || !$_GET['font'] || !$_GET['fontcolor'] || !$_GET['bgcolor'] || !$_GET['fromimage']) {
|
|
|
10 |
die();
|
|
|
11 |
}
|
|
|
12 |
?>
|
|
|
13 |
<image src="emailImage.php?email=<?= $_GET['code'] ?>&font=<?= $elem ?>&bgcolor=255,255,255&fontcolor=0,0,0&fromimage=0" border="0"><br />
|