Registrieren | Passwort vergessen |
Benutzername    Passwort    Eingeloggt bleiben    
Seitenaufbau in 0.25 Sekunden - 363 DB-Abfragen | Mitglieder: 2398 | Forum: 15719 | Downloads: 127 | Insgesamt runtergeladen: 41574 | Insgesamt: 16,361,430 eindeutige Besuche
Guten Abend [Gast]
Wenn Sie bereits Registriert sind loggen Sie sich einfach ein
©
Charly3000 (07.06.2025 22:39): Charlys-Funradio wünsch frohe Pfingsten hexer (01.02.2025 16:43): hallo DerEinsame2 (04.01.2024 13:19): Hallo ihr lieben ich wünsche euch ein Frohes und es Gesundes neues jahr. Chat-Radio24 (02.01.2024 17:36): Ein Frohes neues Jahr wünsche ich allen JP_ONAIR (01.01.2024 15:33): Frohes neues ^^ DerEinsame2 (17.12.2023 17:24): liebe leute ich wünsche euche tolle feiertage, und das beste fürs neue jahr 2024 Radiotv (18.11.2023 18:39): Liebe Grüsse Von www.radiotvmg.de Charly3000 (18.05.2023 16:09): Happy Vatertag wünscht www.Charlys-Funradio.de Charly3000 (08.05.2023 00:41): Wünsche eine erfolgreiche Woche RadioNightlineStudios (05.10.2022 07:27): RADIO-NIGHTLINE-STUDIOS WÜNSCHT EINEN GOLDENEN OKTOBER
Datum: Sonntag, 28. September 2025 Diese Seite Geladen Am: 20:31:36Aktuelle Zeit: Zeit
 Wer ist online
Gäste & Bots online: 3
Mitglieder online: 0
Neuestes Mitglied: Tim

DeviceMarioPremium bis 01.08.2026 - 02:52 UhrPunkte
10Min
DeviceArminPremium bis 23.02.2026 - 12:05 UhrPunkte
30Min
Device21MatzePunkte
Offline
DeviceHarlekinPunkte
Offline
DevicepartybremenPunkte
Offline
DeviceRolly8-HLPunkte
Offline
DeviceJP_ONAIR
Offline
DeviceEsoxPunkte
Offline
DeviceTim
Offline
DeviceAndreahPunkte
Offline
Gast
gast
Gast
gast
DotBot
bot
Mehr anzeigen

     - SuperAdmin|         - Admin ©
     - Forum Mod |         - Mitglied


 Unwetterwarnung

 Server uptime
Serverchecks bei http://www.my-cronjob.de - Ihr kostenloser Cronjob- und Serverüberwachungsdienst mit Uptime-Statistik für Ihre Homepage

Suche
Durchsuchen Sie die gesamte Website:
Themen-Autor: Th4d
Thema ID: 1295
Thema Info
Es gibt 6 Beiträge zu diesem Thema, und es wurde angesehen 1584 mal.
Thema ansehen
..::www.DeeoNe.de-D1Infusionen::.. » Supportbereich phpFusion v7 » Codeschnipsel
Wer ist hier? 1 Gäste
 Thema drucken
Ad blocker
Th4d
Hello deeone maybe you can add here code how to add that litle red table like in your website "*** Bitte deaktiviere deinen Werbeblocker oder deaktiviere ihn für deeone.de um unsere Seite zu Unterstützen! DANKE Wink ***"
Best regards ilblud.
Verwarnstatus: warningwarningwarningwarning
 
http://www.th4d.xyz
JP_ONAIR
Hello! There is this code done here as addon! D1_adblock_panel or so ... Look in the DL area after.
Für Rückfragen stehe ich gerne zur Verfügung.

Mit freundlichen Grüßen
JP
Verwarnstatus: warningwarningwarningwarning
 
https://www.radiorheinland.de
Th4d
I understand but i whant to remove that panel and only make that like in this website
Best regards ilblud.
Verwarnstatus: warningwarningwarningwarning
 
http://www.th4d.xyz
DeeoNe
Use the Code from the Panel File at D1_adblock_panel and use it in the Theme.php
Edit the CSS for another Style.
www.deeone.de/signaturen/deeone_1.png
Verwarnstatus: warningwarningwarningwarning
 
https://www.deeone.de
Th4d
Ok i have that table but meybe you can add here easy code pleasePfft
Best regards ilblud.
Verwarnstatus: warningwarningwarningwarning
 
http://www.th4d.xyz
wely
sorry ich einfach nur geholfen.
Download Code  Code

/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright © 2002 - 2011 Nick Jones
| http://www.php-fu...
+--------------------------------------------------------+
| Filename: D1_anti_adblock_panel.php
| Author: DeeoNe
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licen... Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (!defined("IN_FUSION")) { die("Access Denied"); }

add_to_head("<style type='text/css'>
            #adblock_style {
              Top: 0px;
              display: block;
              height: 0px;
              margin: 0;
              //position: fixed;
              left: 20px;
              //width: 1010px;
              //text-align : center;
              z-index:9999;
            
            }
            
            .backgr {
               font-size : 11px;
               background : #990000;
               padding : 1px;
               color : #fff;
                   border-radius: 5px;
                   -moz-border-radius: 5px;
                   -webkit-border-radius: 5px;
               border-width:2px;
                 border-style:solid;
                 border-color:withe;
               padding:2px;
               //box-shadow: 7px 7px 8px #818181;
               //-webkit-box-shadow: 7px 7px 8px #818181;
               //-moz-box-shadow: 7px 7px 8px #818181;
               opacity: .8;
                 -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
                 filter: alpha(opacity=80);
            
            }
               </style>");

         
echo "<div class='adblock_style'>";
//echo "<div class='adblock'></div>";
echo "</div>";

?>
<script type="text/javascript">
<!--
   var adblock = true;
//-->
</script>
<script type="text/javascript" src="/infusions/D1_anti_adblock_panel/js/adframe.js"></script>
<script type="text/javascript">
<!--
   if(adblock) {
      var allElements = document.getElementsByTagName('div');
      for (var i = 0; i < allElements.length; i++) {
         if (allElements[i].className == 'adblock_style') {

            allElements[i].innerHTML = '<center><table class="backgr" width="100%" align="center" cellpadding="0" cellspacing="0"><tr><td align="center"><a title="D1 Anti AdBlock v1.0.1 &copy; 2011 by DeeoNe" href="http://www.deeone.de" target="_blank"><img border=0 src=/infusions/D1_anti_adblock_panel/images/adblock_plus.png title="D1 Anti AdBlock v1.0.1 &copy; 2011 by DeeoNe"></a></td><td align="center"><b>Bitte deaktiviere deinen Werbeblocker f&uuml;r unsere Seite, VIELEN DANK ;)</b></td><td align="center"><a title="D1 Anti AdBlock v1.0.1 &copy; 2011 by DeeoNe" href="http://www.deeone.de" target="_blank"><img border=0 src=/images/dl_info.png title="D1 Anti AdBlock v1.0.1 &copy; 2011 by DeeoNe"></a></td></tr></table></center><br>';

          }
      }
   }
//-->
</script>




Entschuldigung mein schlechtes Deutsch Sprache
Verwarnstatus: warningwarningwarningwarning
 
http://www.jbmmusical.com
Springe ins Forum:
Sämtliche Grafiken und Texte dieser Seite unterliegen dem Urheberrecht und dürfen nicht ohne Erlaubnis kopiert werden!!!