naja, framebrecher sind wohl der hauptgrund, und evtl pornographische inhalte etc.

den link hab ich so eingebaut:
HTML-Code:
    <td align="center" width="50%">
    <a href="?content=/interfacebanner/gollox&amp;loeschen=true&amp;tan='.$anzeigen['tan'].'" target="_self">Löschen</a> / 
    <a href="?content=/interfacebanner/gollox&amp;blacklist=true&amp;tan='.$anzeigen['tan'].'" target="_self">Blacklist</a>
    </td>
da wo gollox steht natürlich dann den entsprechenden sponsor/dateinamen einsetzen.

und bei
PHP-Code:
if ($_GET['blacklist']=='true' && $_GET['kid']) {
db_query("UPDATE ".$db_prefix."_gebuchte_werbung SET status = '2' WHERE kid='".$_GET['kid']."' and sponsor='........'  LIMIT 1");

hab ich auch alles auf tan geändert:

PHP-Code:
if ($_GET['blacklist']=='true' && $_GET['tan'])
{
    
db_query("UPDATE ".$db_prefix."_gebuchte_werbung SET status = '2' WHERE tan='".$_GET['tan']."' and sponsor='......' LIMIT 1");