CINXE.COM

Rock Hard Forum - Foren-Übersicht

<!DOCTYPE html> <html dir="ltr" lang="de"> <head> <!-- Werbung Start --> <!-- SDK integration--> <!-- <script type="text/javascript" data-description="sourcepoint stub code"> function _typeof(t){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}!function(){for(var t,e,o=[],n=window,r=n;r;){try{if(r.frames.__tcfapiLocator){t=r;break}}catch(t){}if(r===n.top)break;r=n.parent}t||(function t(){var e=n.document,o=!!n.frames.__tcfapiLocator;if(!o)if(e.body){var r=e.createElement("iframe");r.style.cssText="display:none",r.name="__tcfapiLocator",e.body.appendChild(r)}else setTimeout(t,5);return!o}(),n.__tcfapi=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];if(!n.length)return o;"setGdprApplies"===n[0]?n.length>3&&2===parseInt(n[1],10)&&"boolean"==typeof n[3]&&(e=n[3],"function"==typeof n[2]&&n[2]("set",!0)):"ping"===n[0]?"function"==typeof n[2]&&n[2]({gdprApplies:e,cmpLoaded:!1,cmpStatus:"stub"}):o.push(n)},n.addEventListener("message",(function(t){var e="string"==typeof t.data,o={};if(e)try{o=JSON.parse(t.data)}catch(t){}else o=t.data;var n="object"===_typeof(o)?o.__tcfapiCall:null;n&&window.__tcfapi(n.command,n.version,(function(o,r){var a={__tcfapiReturn:{returnValue:o,success:r,callId:n.callId}};t&&t.source&&t.source.postMessage&&t.source.postMessage(e?JSON.stringify(a):a,"*")}),n.parameter)}),!1))}(); </script> <script type="text/javascript" data-description="sourcepoint configuration"> window._sp_ = { config: { // Please include your existing accountId as provided by Sourcepoint accountId: 1061, // Sourcepoint base endpoint, no change needed – Sourcepoint recommends to only use a single endpoint // https://documentation.sourcepoint.com/implementation/web-implementation/multi-campaign-web-implementation/best-practices-improve-gdpr-tcf-v2-message-loading#leverage-single-server-endpoint baseEndpoint: 'https://cdn.privacy-mgmt.com', // other possible Sourcepoint configurations // ... // New: The isSPA setting is needed to make sure the Sourcepoint scenario starts after executeMessaging() is called below isSPA: true, // New: This "acps" targeting parameter is being used to not display the wall for contentpass users // If you already use targetingParams, please make sure to extend the object accordingly gdpr: { targetingParams: { acps: 'false' }, }, } }; </script> <script type="text/javascript" src="https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js"></script> <script type="text/javascript" data-description="contentpass integration"> (function() { var cpBaseUrl = 'https://cp.rockhard.de'; var cpController = cpBaseUrl + '/now.js'; var cpPropertyId = '89edc578'; !function(C,o,n,t,P,a,s){C.CPObject=n,C[n]||(C[n]=function(){ C[n].q||(C[n].q=[]),C[n].q.push(arguments)}),C[n].l=+new Date,a=o.createElement(t), s=o.getElementsByTagName(t)[0],a.src=P,s.parentNode.insertBefore(a,s) }(window,document,"cp","script",cpController); // Extension that mocks the authenticate command for first-party integration. // In some cases this allows execution of the callback before our SDK has been loaded. // If the extension finds the current user guaranteed to not be a logged-in user, it // mimics the SDK response by returning a fake user object with `isLoggedIn` and // `hasValidSubscription` returning false. If the user might be a contentpass user with // valid subscription, we wait for the SDK to load and verify it. // The callback is guaranteed to be called at most once. !function(C,o,n,t,P,a,s){C[n]&&!C[n].patched&&(C[n]("extension","authenticate"), P=C[n].q.push,C[n].q.push=function(e){if("authenticate"===e[0]){try{ t=-1===(o.cookie||"").indexOf("_cpauthhint=")&&!(C.localStorage||{})._cpuser&& -1===C.location.href.toLowerCase().indexOf("cpauthenticated")}catch(e){t=!1}if(t) return a={isLoggedIn:function(){return!1},hasValidSubscription:function(){return!1}}, "function"==typeof e[1]&&e[1](null,a),C[n].afp=!0,P.apply(C[n].q,[["authenticate",null]]),a} return P.apply(C[n].q,[e])}) }(window,document,"cp"); // Will activate contentpass and initialize basic interfaces for // communicating with contentpass. cp('create', cpPropertyId, { baseUrl: cpBaseUrl }); // This function will trigger rendering of the Sourcepoint consent layer. First, it will check // whether the current user is an authenticated contentpass user. If so, the targeting parameter // acps is set to the string value 'true' (important: the value is not a bool, but a string!). // If the user is not an authenticated contentpass user, the targeting parameter is set to // 'false'. Make sure to not show the consent layer when the targeting parameter is set to 'true' // in your Sourcepoint scenario. When login status is determined, Sourcepoint is automatically // triggered by calling window._sp_.executeMessaging(). cp('render', { onFullConsent: function() { console.log('[DEMO] onFullConsent'); // Init advertising here // // Attention: // When you update your vendor list without asking for re-consent // then Sourcepoint does not signal full consent for previously // fully consented visitors. Thus this callback is not executed, // and partially consented impressions are not monetized at all! // // We therefore strongly recommend to configure your Sourcepoint // scenario setup to always ask for re-consent on vendor updates. // // Alternatively you can always load vendors specifically based // on their respective consent status according to the TCF API. // You can find a sample integration for this on // https://docs.contentpass.net/docs/3rdparty } }) })() </script> <script type="text/javascript" data-description="contentpass sourcepoint fast path"> (function () { // Make sure to include the authenticate fast path extension above to // allow this code to run without waiting for the now.js SDK to load. cp('authenticate', function(err, user) { if (err || (!user.isLoggedIn() && !user.hasValidSubscription())) { console.log('[SPCP] Taking fast path'); (function spExecMsg() { if (window._sp_ && window._sp_.executeMessaging) { if (!window._sp_.config.isSPA) { console.warn('[SPCP] Sourcepoint not in SPA mode!'); } else if (window._sp_.version) { console.log('[SPCP] Sourcepoint already running'); } else { console.log('[SPCP] Starting Sourcepoint'); window._sp_.executeMessaging(); } } else { console.log('[SPCP] Sourcepoint not loaded yet. Retrying.'); setTimeout(spExecMsg, 10); } })(); } }); })(); </script> <script> __tcfapi("addEventListener", 2, (tcData, success) => { if (success) { if (tcData.eventStatus === "cmpuishown") { return true; } else if ( (tcData.eventStatus === "useractioncomplete" || tcData.eventStatus === "tcloaded") && Object.keys(tcData.purpose.consents).length > 0 && tcData.purpose.consents[1] == true && tcData.vendor.consents[755] == true) { var symplr = document.createElement("script"); symplr.type = "text/javascript"; symplr.defer = true; symplr.src = "https://cdns.symplr.de/forum.rockhard.de/forum.rockhard.js"; document.head.appendChild(symplr); // Tag manager starten startGTM(); } else { console.log("No user consent"); } } }); </script> --> <!-- Werbung Ende --> <script> function param(name) { return (location.search.split(name + '=')[1] || '').split('&')[0]; } </script> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Rock Hard Forum - Foren-Übersicht</title> <link rel="canonical" href="https://forum.rockhard.de/"> <!-- phpBB style name: black Based on style: prosilver Original author: Arty ( https://www.artodia.com ) Modified by: MrGaby --> <!-- Custom --> <script language="JavaScript" type="text/javascript" src="/assets/javascript/jquery-3.7.1.min.js"></script> <link rel="shortcut icon" href="images/favicon.ico" /> <script type="text/javascript"> maxIframeId = 0; function getIframeId() { maxIframeId = maxIframeId + 1; return maxIframeId; } </script> <!-- Custom end --> <link href="./assets/css/font-awesome.min.css?assets_version=31" rel="stylesheet"> <link href="./styles/black/theme/stylesheet.css?assets_version=31" rel="stylesheet"> <!--[if lte IE 9]> <link href="./styles/black/theme/tweaks.css?assets_version=31" rel="stylesheet"> <![endif]--> </head> <body id="phpbb" class="nojs notouch section-index ltr " data-online-text="Online"> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WK47G3T" height="0" width="0" style="display:none;visibility:hidden"> </iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <div id="body-wrapper"> <a id="top" class="top-anchor" accesskey="t"></a> <div id="page-header" class="page-width"> <div class="headerbar" role="banner"> <div class="inner"> <div id="site-description" class="site-description"> <a id="logo" class="logo" href="./index.php?sid=6df227ec64032661a25442b620dc5d77" title="Foren-Übersicht"> <img src="./styles/black/theme/images/logo.png" data-src-hd="./styles/black/theme/images/logo_hd.png" alt="Rock Hard Forum"/> </a> <p class="sitename">Rock Hard Forum</p> <p></p> <p class="skiplink"><a href="#start_here">Zum Inhalt</a></p> </div> <div id='rockhard.de_mr_1' id="werbung"></div> <div id="search-box" class="search-box search-header" role="search"> <form action="./search.php?sid=6df227ec64032661a25442b620dc5d77" method="get" id="search"> <fieldset> <input name="keywords" id="keywords" type="search" maxlength="128" title="Suche nach Wörtern" class="inputbox search tiny" size="20" value="" placeholder="Suche…" /> <button class="button button-search" type="submit" title="Suche"> <i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">Suche</span> </button> <a href="./search.php?sid=6df227ec64032661a25442b620dc5d77" class="button button-search-end" title="Erweiterte Suche"> <i class="icon fa-cog fa-fw" aria-hidden="true"></i><span class="sr-only">Erweiterte Suche</span> </a> <input type="hidden" name="sid" value="6df227ec64032661a25442b620dc5d77" /> </fieldset> </form> </div> </div> </div> </div> <div id="wrap" class="page-width"> <div> <div class="navbar tabbed not-static" role="navigation"> <div class="inner page-width"> <div class="nav-tabs" data-current-page="index"> <ul class="leftside"> <li id="quick-links" class="quick-links tab responsive-menu dropdown-container"> <a href="#" class="nav-link dropdown-trigger">Schnellzugriff</a> <div class="dropdown"> <div class="pointer"><div class="pointer-inner"></div></div> <ul class="dropdown-contents" role="menu"> <li class="separator"></li> <li> <a href="./search.php?search_id=unanswered&amp;sid=6df227ec64032661a25442b620dc5d77" role="menuitem"> <i class="icon fa-file-o fa-fw icon-gray" aria-hidden="true"></i><span>Unbeantwortete Themen</span> </a> </li> <li> <a href="./search.php?search_id=active_topics&amp;sid=6df227ec64032661a25442b620dc5d77" role="menuitem"> <i class="icon fa-file-o fa-fw icon-blue" aria-hidden="true"></i><span>Aktive Themen</span> </a> </li> <li class="separator"></li> <li> <a href="./search.php?sid=6df227ec64032661a25442b620dc5d77" role="menuitem"> <i class="icon fa-search fa-fw" aria-hidden="true"></i><span>Suche</span> </a> </li> </ul> </div> </li> <li class="tab forums selected" data-responsive-class="small-icon icon-forums"> <a class="nav-link" href="./index.php?sid=6df227ec64032661a25442b620dc5d77">Foren</a> </li> </ul> <ul class="rightside" role="menu"> <li class="tab faq" data-select-match="faq" data-responsive-class="small-icon icon-faq"> <a class="nav-link" href="/app.php/help/faq?sid=6df227ec64032661a25442b620dc5d77" rel="help" title="Häufig gestellte Fragen" role="menuitem"> <i class="icon fa-question-circle fa-fw" aria-hidden="true"></i><span>FAQ</span> </a> </li> <li class="tab login" data-skip-responsive="true" data-select-match="login"><a class="nav-link" href="./ucp.php?mode=login&amp;redirect=index.php&amp;sid=6df227ec64032661a25442b620dc5d77" title="Anmelden" accesskey="x" role="menuitem">Anmelden</a></li> <li class="tab register" data-skip-responsive="true" data-select-match="register"><a class="nav-link" href="./ucp.php?mode=register&amp;sid=6df227ec64032661a25442b620dc5d77" role="menuitem">Registrieren</a></li> </ul> </div> </div> </div> <div class="navbar secondary"> <ul role="menubar"> <li class="small-icon icon-search"><a href="./search.php?sid=6df227ec64032661a25442b620dc5d77">Suche</a></li> <li class="small-icon icon-login"><a href="./ucp.php?mode=login&amp;redirect=index.php&amp;sid=6df227ec64032661a25442b620dc5d77" title="Anmelden">Anmelden</a></li> <li class="small-icon icon-register"><a href="./ucp.php?mode=register&amp;sid=6df227ec64032661a25442b620dc5d77">Registrieren</a></li> </ul> </div> <div class="navbar"> <ul id="nav-breadcrumbs" class="nav-breadcrumbs linklist navlinks" role="menubar"> <li class="breadcrumbs" itemscope itemtype="http://schema.org/BreadcrumbList"> <span class="crumb" itemtype="http://schema.org/ListItem" itemprop="itemListElement" itemscope><a href="./index.php?sid=6df227ec64032661a25442b620dc5d77" itemtype="https://schema.org/Thing" itemscope itemprop="item" accesskey="h" data-navbar-reference="index"><i class="icon fa-home fa-fw"></i><span itemprop="name">Foren-Übersicht</span></a><meta itemprop="position" content="1" /></span> </li> <li class="rightside responsive-search"> <a href="./search.php?sid=6df227ec64032661a25442b620dc5d77" title="Zeigt die erweiterten Suchoptionen an" role="menuitem"> <i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">Suche</span> </a> </li> <li class="rightside dropdown-container icon-only"> <a href="#" class="dropdown-trigger time" title="Aktuelle Zeit: 28.11.2024 17:33"><i class="fa fa-clock-o"></i></a> <div class="dropdown"> <div class="pointer"><div class="pointer-inner"></div></div> <ul class="dropdown-contents"> <li>Aktuelle Zeit: 28.11.2024 17:33</li> <li>Alle Zeiten sind <span title="UTC+1">UTC+01:00</span></li> </ul> </div> </li> </ul> </div> </div> <a id="start_here" class="top-anchor"></a> <div id="page-body" class="page-body" role="main"> <div class="forabg category-23" data-hide-description="0"> <div class="inner"> <ul class="topiclist"> <li class="header"> <dl class="row-item"> <dt><div class="list-inner"><a href="./viewforum.php?f=23&amp;sid=6df227ec64032661a25442b620dc5d77" data-id="23">RockHard</a></div></dt> <dd class="topics">Themen</dd> <dd class="posts">Beiträge</dd> <dd class="lastpost"><span>Letzter Beitrag</span></dd> </dl> </li> </ul> <ul class="topiclist forums"> <li class="row forum-1"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=1&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="1">RockHard - Das Megazine</a> <div class="forum-description">Alle Themen zum Heft kommen hier rein</div> <div class="responsive-show" style="display: none;"> Themen: <strong>196</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4859093&amp;sid=6df227ec64032661a25442b620dc5d77#p4859093" title="Re: Das neue Heft #450" class="lastsubject">Re: Das neue Heft #450</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=2657&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">M.o.D.</a>, 28.11.2024 10:41</span> </div> </div> </dt> <dd class="topics">196 <dfn>Themen</dfn></dd> <dd class="posts">17608 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4859093&amp;sid=6df227ec64032661a25442b620dc5d77#p4859093" title="Re: Das neue Heft #450" class="lastsubject">Re: Das neue Heft #450</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=2657&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">M.o.D.</a> <a href="./viewtopic.php?p=4859093&amp;sid=6df227ec64032661a25442b620dc5d77#p4859093" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-11-28T09:41:19+00:00">28.11.2024 10:41</time> </span> </dd> </dl> </li> <li class="row forum-2"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=2&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="2">RockHard - Das Festival</a> <div class="forum-description">Hier dreht sich alles um unser Festival</div> <div class="responsive-show" style="display: none;"> Themen: <strong>198</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4859089&amp;sid=6df227ec64032661a25442b620dc5d77#p4859089" title="Re: Wunsch und Speku 2025" class="lastsubject">Re: Wunsch und Speku 2025</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=53942&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Projecto</a>, 28.11.2024 10:03</span> </div> </div> </dt> <dd class="topics">198 <dfn>Themen</dfn></dd> <dd class="posts">6032 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4859089&amp;sid=6df227ec64032661a25442b620dc5d77#p4859089" title="Re: Wunsch und Speku 2025" class="lastsubject">Re: Wunsch und Speku 2025</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=53942&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Projecto</a> <a href="./viewtopic.php?p=4859089&amp;sid=6df227ec64032661a25442b620dc5d77#p4859089" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-11-28T09:03:44+00:00">28.11.2024 10:03</time> </span> </dd> </dl> </li> <li class="row forum-28"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=28&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="28">RockHard.de - Die Community</a> <div class="forum-description">Rockhard.de: Forum, Chat, Shop, etc... kann hier diskutiert werden</div> <div class="responsive-show" style="display: none;"> Themen: <strong>13</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4858787&amp;sid=6df227ec64032661a25442b620dc5d77#p4858787" title="Re: RockHardForum Update Log" class="lastsubject">Re: RockHardForum Update Log</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=30505&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Frank2</a>, 25.11.2024 19:52</span> </div> </div> </dt> <dd class="topics">13 <dfn>Themen</dfn></dd> <dd class="posts">6074 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4858787&amp;sid=6df227ec64032661a25442b620dc5d77#p4858787" title="Re: RockHardForum Update Log" class="lastsubject">Re: RockHardForum Update Log</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=30505&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Frank2</a> <a href="./viewtopic.php?p=4858787&amp;sid=6df227ec64032661a25442b620dc5d77#p4858787" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-11-25T18:52:50+00:00">25.11.2024 19:52</time> </span> </dd> </dl> </li> </ul> </div> </div> <div class="forabg category-24" data-hide-description="0"> <div class="inner"> <ul class="topiclist"> <li class="header"> <dl class="row-item"> <dt><div class="list-inner"><a href="./viewforum.php?f=24&amp;sid=6df227ec64032661a25442b620dc5d77" data-id="24">Die Musik</a></div></dt> <dd class="topics">Themen</dd> <dd class="posts">Beiträge</dd> <dd class="lastpost"><span>Letzter Beitrag</span></dd> </dl> </li> </ul> <ul class="topiclist forums"> <li class="row forum-15"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=15&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="15">Musik allgemein</a> <div class="forum-description">Alles über Musik im Allgemeinen und ohne Bezug zu einem speziellen Genre</div> <div class="responsive-show" style="display: none;"> Themen: <strong>679</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4859148&amp;sid=6df227ec64032661a25442b620dc5d77#p4859148" title="Re: Gerade im Player (evtl. mit Kurz-Kommentar) VIII" class="lastsubject">Re: Gerade im Player (evtl. m…</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=15935&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Henry169</a>, 28.11.2024 17:06</span> </div> </div> </dt> <dd class="topics">679 <dfn>Themen</dfn></dd> <dd class="posts">185294 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4859148&amp;sid=6df227ec64032661a25442b620dc5d77#p4859148" title="Re: Gerade im Player (evtl. mit Kurz-Kommentar) VIII" class="lastsubject">Re: Gerade im Player (evtl. m…</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=15935&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Henry169</a> <a href="./viewtopic.php?p=4859148&amp;sid=6df227ec64032661a25442b620dc5d77#p4859148" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-11-28T16:06:46+00:00">28.11.2024 17:06</time> </span> </dd> </dl> </li> <li class="row forum-5"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=5&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="5">Traditionell</a> <div class="forum-description">Das Forum für die traditionellen Spielarten des Metal</div> <div class="responsive-show" style="display: none;"> Themen: <strong>781</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4859082&amp;sid=6df227ec64032661a25442b620dc5d77#p4859082" title="Re: Alpha Tiger - Alpha Tiger (bereits erschienen)" class="lastsubject">Re: Alpha Tiger - Alpha Tiger…</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=2657&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">M.o.D.</a>, 28.11.2024 09:29</span> </div> </div> </dt> <dd class="topics">781 <dfn>Themen</dfn></dd> <dd class="posts">54284 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4859082&amp;sid=6df227ec64032661a25442b620dc5d77#p4859082" title="Re: Alpha Tiger - Alpha Tiger (bereits erschienen)" class="lastsubject">Re: Alpha Tiger - Alpha Tiger…</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=2657&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">M.o.D.</a> <a href="./viewtopic.php?p=4859082&amp;sid=6df227ec64032661a25442b620dc5d77#p4859082" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-11-28T08:29:39+00:00">28.11.2024 09:29</time> </span> </dd> </dl> </li> <li class="row forum-18"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=18&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="18">Hard Rock</a> <div class="forum-description">Das Hard Rock, AOR, Sleaze-und Glam Rock Forum. Tummelplatz der RH-Hairmetal-Brigade</div> <div class="responsive-show" style="display: none;"> Themen: <strong>360</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4859103&amp;sid=6df227ec64032661a25442b620dc5d77#p4859103" title="Re: Aktuell im Player? Vol. II" class="lastsubject">Re: Aktuell im Player? Vol. II</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=76020&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Professor Longbeard</a>, 28.11.2024 11:13</span> </div> </div> </dt> <dd class="topics">360 <dfn>Themen</dfn></dd> <dd class="posts">23759 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4859103&amp;sid=6df227ec64032661a25442b620dc5d77#p4859103" title="Re: Aktuell im Player? Vol. II" class="lastsubject">Re: Aktuell im Player? Vol. II</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=76020&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Professor Longbeard</a> <a href="./viewtopic.php?p=4859103&amp;sid=6df227ec64032661a25442b620dc5d77#p4859103" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-11-28T10:13:14+00:00">28.11.2024 11:13</time> </span> </dd> </dl> </li> <li class="row forum-6"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=6&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="6">Knüppeln</a> <div class="forum-description">Das Knüppelforum für alle Death/Black/Thrash/Grind Fans</div> <div class="responsive-show" style="display: none;"> Themen: <strong>1136</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4858968&amp;sid=6df227ec64032661a25442b620dc5d77#p4858968" title="Re: Sodom - Genesis XIX (27.11.2020)" class="lastsubject">Re: Sodom - Genesis XIX (27.1…</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=54615&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">BlackMassReverend</a>, 27.11.2024 09:12</span> </div> </div> </dt> <dd class="topics">1136 <dfn>Themen</dfn></dd> <dd class="posts">47654 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4858968&amp;sid=6df227ec64032661a25442b620dc5d77#p4858968" title="Re: Sodom - Genesis XIX (27.11.2020)" class="lastsubject">Re: Sodom - Genesis XIX (27.1…</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=54615&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">BlackMassReverend</a> <a href="./viewtopic.php?p=4858968&amp;sid=6df227ec64032661a25442b620dc5d77#p4858968" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-11-27T08:12:41+00:00">27.11.2024 09:12</time> </span> </dd> </dl> </li> <li class="row forum-30"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=30&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="30">Progressive</a> <div class="forum-description">Das Forum für Progrock und Progmetal</div> <div class="responsive-show" style="display: none;"> Themen: <strong>327</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4859150&amp;sid=6df227ec64032661a25442b620dc5d77#p4859150" title="Re: OPETH - The Last Will And Testament (11.10.2024)" class="lastsubject">Re: OPETH - The Last Will And…</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=55268&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Hyronimus</a>, 28.11.2024 17:26</span> </div> </div> </dt> <dd class="topics">327 <dfn>Themen</dfn></dd> <dd class="posts">16448 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4859150&amp;sid=6df227ec64032661a25442b620dc5d77#p4859150" title="Re: OPETH - The Last Will And Testament (11.10.2024)" class="lastsubject">Re: OPETH - The Last Will And…</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=55268&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Hyronimus</a> <a href="./viewtopic.php?p=4859150&amp;sid=6df227ec64032661a25442b620dc5d77#p4859150" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-11-28T16:26:58+00:00">28.11.2024 17:26</time> </span> </dd> </dl> </li> <li class="row forum-7"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=7&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="7">Alternative</a> <div class="forum-description">Punk, Rock, Nu Metal und Konsorten toben sich hier aus</div> <div class="responsive-show" style="display: none;"> Themen: <strong>3479</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4858946&amp;sid=6df227ec64032661a25442b620dc5d77#p4858946" title="Re: Neon Nightmare - Faded Dream (ffo: Type O Negative)" class="lastsubject">Re: Neon Nightmare - Faded Dr…</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=4453&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">playloud308</a>, 27.11.2024 04:42</span> </div> </div> </dt> <dd class="topics">3479 <dfn>Themen</dfn></dd> <dd class="posts">80041 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4858946&amp;sid=6df227ec64032661a25442b620dc5d77#p4858946" title="Re: Neon Nightmare - Faded Dream (ffo: Type O Negative)" class="lastsubject">Re: Neon Nightmare - Faded Dr…</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=4453&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">playloud308</a> <a href="./viewtopic.php?p=4858946&amp;sid=6df227ec64032661a25442b620dc5d77#p4858946" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-11-27T03:42:14+00:00">27.11.2024 04:42</time> </span> </dd> </dl> </li> <li class="row forum-14"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=14&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="14">Alive</a> <div class="forum-description">Alles zu Live Clubshows und Festivals</div> <div class="responsive-show" style="display: none;"> Themen: <strong>6738</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4859136&amp;sid=6df227ec64032661a25442b620dc5d77#p4859136" title="Re: Konzerte 2024" class="lastsubject">Re: Konzerte 2024</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=41578&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">GoTellSomebody</a>, 28.11.2024 15:49</span> </div> </div> </dt> <dd class="topics">6738 <dfn>Themen</dfn></dd> <dd class="posts">77169 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4859136&amp;sid=6df227ec64032661a25442b620dc5d77#p4859136" title="Re: Konzerte 2024" class="lastsubject">Re: Konzerte 2024</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=41578&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">GoTellSomebody</a> <a href="./viewtopic.php?p=4859136&amp;sid=6df227ec64032661a25442b620dc5d77#p4859136" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-11-28T14:49:54+00:00">28.11.2024 15:49</time> </span> </dd> </dl> </li> <li class="row forum-27"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=27&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="27">Tonezone</a> <div class="forum-description">Alles zum Thema Musikinstrumente, Equipment und Musik machen im allgemeinen</div> <div class="responsive-show" style="display: none;"> Themen: <strong>7</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4798195&amp;sid=6df227ec64032661a25442b620dc5d77#p4798195" title="Re: RHF Lebenshilfe: Gitarrenumbau" class="lastsubject">Re: RHF Lebenshilfe: Gitarren…</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=29177&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">LadyVader</a>, 14.10.2023 19:06</span> </div> </div> </dt> <dd class="topics">7 <dfn>Themen</dfn></dd> <dd class="posts">88 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4798195&amp;sid=6df227ec64032661a25442b620dc5d77#p4798195" title="Re: RHF Lebenshilfe: Gitarrenumbau" class="lastsubject">Re: RHF Lebenshilfe: Gitarren…</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=29177&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">LadyVader</a> <a href="./viewtopic.php?p=4798195&amp;sid=6df227ec64032661a25442b620dc5d77#p4798195" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2023-10-14T18:06:16+00:00">14.10.2023 19:06</time> </span> </dd> </dl> </li> </ul> </div> </div> <div class="forabg category-25" data-hide-description="0"> <div class="inner"> <ul class="topiclist"> <li class="header"> <dl class="row-item"> <dt><div class="list-inner"><a href="./viewforum.php?f=25&amp;sid=6df227ec64032661a25442b620dc5d77" data-id="25">Off Topic</a></div></dt> <dd class="topics">Themen</dd> <dd class="posts">Beiträge</dd> <dd class="lastpost"><span>Letzter Beitrag</span></dd> </dl> </li> </ul> <ul class="topiclist forums"> <li class="row forum-17"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=17&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="17">Dark Eye Inn</a> <div class="forum-description">Das gute alte Dark Eye Inn - die Heimat der Stammposter</div> <div class="responsive-show" style="display: none;"> Themen: <strong>4072</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4859151&amp;sid=6df227ec64032661a25442b620dc5d77#p4859151" title="Re: Allgemeiner Politik/Zeitgeschehen-Thread, Teil 3" class="lastsubject">Re: Allgemeiner Politik/Zeitg…</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=45338&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Rotstift</a>, 28.11.2024 17:27</span> </div> </div> </dt> <dd class="topics">4072 <dfn>Themen</dfn></dd> <dd class="posts">400562 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4859151&amp;sid=6df227ec64032661a25442b620dc5d77#p4859151" title="Re: Allgemeiner Politik/Zeitgeschehen-Thread, Teil 3" class="lastsubject">Re: Allgemeiner Politik/Zeitg…</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=45338&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Rotstift</a> <a href="./viewtopic.php?p=4859151&amp;sid=6df227ec64032661a25442b620dc5d77#p4859151" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-11-28T16:27:56+00:00">28.11.2024 17:27</time> </span> </dd> </dl> </li> <li class="row forum-8"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=8&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="8">Dieses und Jenes</a> <div class="forum-description">Hier kommt alles rein, was nichts mit dem Rock Hard oder mit Musik zu tun hat</div> <div class="responsive-show" style="display: none;"> Themen: <strong>1588</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4859102&amp;sid=6df227ec64032661a25442b620dc5d77#p4859102" title="Re: Rasieren nach alter Schule" class="lastsubject">Re: Rasieren nach alter Schule</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=3503&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">NegatroN</a>, 28.11.2024 11:06</span> </div> </div> </dt> <dd class="topics">1588 <dfn>Themen</dfn></dd> <dd class="posts">111324 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4859102&amp;sid=6df227ec64032661a25442b620dc5d77#p4859102" title="Re: Rasieren nach alter Schule" class="lastsubject">Re: Rasieren nach alter Schule</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=3503&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">NegatroN</a> <a href="./viewtopic.php?p=4859102&amp;sid=6df227ec64032661a25442b620dc5d77#p4859102" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-11-28T10:06:40+00:00">28.11.2024 11:06</time> </span> </dd> </dl> </li> <li class="row forum-20"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=20&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="20">Das Multimedia Forum</a> <div class="forum-description">Hier gehts um Spiele, Film und Fernsehen, Software und ähnliches</div> <div class="responsive-show" style="display: none;"> Themen: <strong>152</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4859037&amp;sid=6df227ec64032661a25442b620dc5d77#p4859037" title="Re: Suche: Kopfhörer für Daheim" class="lastsubject">Re: Suche: Kopfhörer für Dahe…</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=55268&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Hyronimus</a>, 27.11.2024 19:20</span> </div> </div> </dt> <dd class="topics">152 <dfn>Themen</dfn></dd> <dd class="posts">73661 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4859037&amp;sid=6df227ec64032661a25442b620dc5d77#p4859037" title="Re: Suche: Kopfhörer für Daheim" class="lastsubject">Re: Suche: Kopfhörer für Dahe…</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=55268&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Hyronimus</a> <a href="./viewtopic.php?p=4859037&amp;sid=6df227ec64032661a25442b620dc5d77#p4859037" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-11-27T18:20:03+00:00">27.11.2024 19:20</time> </span> </dd> </dl> </li> <li class="row forum-19"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=19&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="19">Das Fußball Forum</a> <div class="forum-description">Das Forum zum Thema Fußball und allem was dazugehört</div> <div class="responsive-show" style="display: none;"> Themen: <strong>14</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4858720&amp;sid=6df227ec64032661a25442b620dc5d77#p4858720" title="Re: WM 2026 in den USA, Mexiko und Kanada" class="lastsubject">Re: WM 2026 in den USA, Mexik…</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=2222&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">monochrom</a>, 25.11.2024 12:22</span> </div> </div> </dt> <dd class="topics">14 <dfn>Themen</dfn></dd> <dd class="posts">23882 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4858720&amp;sid=6df227ec64032661a25442b620dc5d77#p4858720" title="Re: WM 2026 in den USA, Mexiko und Kanada" class="lastsubject">Re: WM 2026 in den USA, Mexik…</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=2222&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">monochrom</a> <a href="./viewtopic.php?p=4858720&amp;sid=6df227ec64032661a25442b620dc5d77#p4858720" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-11-25T11:22:40+00:00">25.11.2024 12:22</time> </span> </dd> </dl> </li> <li class="row forum-29"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=29&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="29">Das Museum</a> <div class="forum-description">Hier sammeln sich nur die Perlen an Threads, die niemals im Datennirvana verschwinden dürfen.</div> <div class="responsive-show" style="display: none;"> Themen: <strong>94</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4823043&amp;sid=6df227ec64032661a25442b620dc5d77#p4823043" title="Re: Threadvorschläge" class="lastsubject">Re: Threadvorschläge</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=85859&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">kev2punkt0</a>, 28.03.2024 22:27</span> </div> </div> </dt> <dd class="topics">94 <dfn>Themen</dfn></dd> <dd class="posts">157854 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4823043&amp;sid=6df227ec64032661a25442b620dc5d77#p4823043" title="Re: Threadvorschläge" class="lastsubject">Re: Threadvorschläge</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=85859&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">kev2punkt0</a> <a href="./viewtopic.php?p=4823043&amp;sid=6df227ec64032661a25442b620dc5d77#p4823043" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-03-28T21:27:12+00:00">28.03.2024 22:27</time> </span> </dd> </dl> </li> <li class="row forum-21"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=21&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="21">Die Spielwiese bei Langeweile</a> <div class="forum-description">Hier kommen ab sofort alle Aufzähl-, Ketten- und Spielethreads rein</div> <div class="responsive-show" style="display: none;"> Themen: <strong>1</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4815593&amp;sid=6df227ec64032661a25442b620dc5d77#p4815593" title="Re: YOUTUBE+DAILY-THREAD: Dein(e) Song(s) des Tages | Inselplatten | Dauerläufer &amp; Co." class="lastsubject">Re: YOUTUBE+DAILY-THREAD: Dei…</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=85613&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">56er</a>, 13.02.2024 07:17</span> </div> </div> </dt> <dd class="topics">1 <dfn>Themen</dfn></dd> <dd class="posts">4 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4815593&amp;sid=6df227ec64032661a25442b620dc5d77#p4815593" title="Re: YOUTUBE+DAILY-THREAD: Dein(e) Song(s) des Tages | Inselplatten | Dauerläufer &amp; Co." class="lastsubject">Re: YOUTUBE+DAILY-THREAD: Dei…</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=85613&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">56er</a> <a href="./viewtopic.php?p=4815593&amp;sid=6df227ec64032661a25442b620dc5d77#p4815593" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-02-13T06:17:36+00:00">13.02.2024 07:17</time> </span> </dd> </dl> </li> </ul> </div> </div> <div class="forabg category-26" data-hide-description="0"> <div class="inner"> <ul class="topiclist"> <li class="header"> <dl class="row-item"> <dt><div class="list-inner"><a href="./viewforum.php?f=26&amp;sid=6df227ec64032661a25442b620dc5d77" data-id="26">Kleinanzeigen</a></div></dt> <dd class="topics">Themen</dd> <dd class="posts">Beiträge</dd> <dd class="lastpost"><span>Letzter Beitrag</span></dd> </dl> </li> </ul> <ul class="topiclist forums"> <li class="row forum-9"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=9&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="9">Verkäufe</a> <div class="forum-description">CD/LP/DVD/INSTRUMENTE alles was ihr verkaufen wollt</div> <div class="responsive-show" style="display: none;"> Themen: <strong>210</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4859004&amp;sid=6df227ec64032661a25442b620dc5d77#p4859004" title="verkaufe CDs bei eBay" class="lastsubject">verkaufe CDs bei eBay</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=84194&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Sven!</a>, 27.11.2024 13:09</span> </div> </div> </dt> <dd class="topics">210 <dfn>Themen</dfn></dd> <dd class="posts">1495 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4859004&amp;sid=6df227ec64032661a25442b620dc5d77#p4859004" title="verkaufe CDs bei eBay" class="lastsubject">verkaufe CDs bei eBay</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=84194&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Sven!</a> <a href="./viewtopic.php?p=4859004&amp;sid=6df227ec64032661a25442b620dc5d77#p4859004" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-11-27T12:09:12+00:00">27.11.2024 13:09</time> </span> </dd> </dl> </li> <li class="row forum-10"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=10&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="10">Tausch</a> <div class="forum-description">Die Rock Hard-Tauschbörse</div> <div class="responsive-show" style="display: none;"> Themen: <strong>1</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4639647&amp;sid=6df227ec64032661a25442b620dc5d77#p4639647" title="Tausche Machine Head Tourshirt 2019 Gr. XL in Gr. L" class="lastsubject">Tausche Machine Head Tourshir…</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=81167&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Lutz</a>, 29.01.2021 21:49</span> </div> </div> </dt> <dd class="topics">1 <dfn>Themen</dfn></dd> <dd class="posts">1 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4639647&amp;sid=6df227ec64032661a25442b620dc5d77#p4639647" title="Tausche Machine Head Tourshirt 2019 Gr. XL in Gr. L" class="lastsubject">Tausche Machine Head Tourshir…</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=81167&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Lutz</a> <a href="./viewtopic.php?p=4639647&amp;sid=6df227ec64032661a25442b620dc5d77#p4639647" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2021-01-29T20:49:41+00:00">29.01.2021 21:49</time> </span> </dd> </dl> </li> <li class="row forum-11"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=11&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="11">Gesuche</a> <div class="forum-description">Ihr sucht CDs/LPs/DVDs oder einen Mitmusiker</div> <div class="responsive-show" style="display: none;"> Themen: <strong>27</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4844249&amp;sid=6df227ec64032661a25442b620dc5d77#p4844249" title="Edguy-Hoodie mit Rückentext von Tears of a Mandrake gesucht" class="lastsubject">Edguy-Hoodie mit Rückentext v…</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=85949&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Plasmastruktur</a>, 16.08.2024 15:13</span> </div> </div> </dt> <dd class="topics">27 <dfn>Themen</dfn></dd> <dd class="posts">89 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4844249&amp;sid=6df227ec64032661a25442b620dc5d77#p4844249" title="Edguy-Hoodie mit Rückentext von Tears of a Mandrake gesucht" class="lastsubject">Edguy-Hoodie mit Rückentext v…</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=85949&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Plasmastruktur</a> <a href="./viewtopic.php?p=4844249&amp;sid=6df227ec64032661a25442b620dc5d77#p4844249" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-08-16T14:13:06+00:00">16.08.2024 15:13</time> </span> </dd> </dl> </li> <li class="row forum-12"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=12&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="12">Mitfahrgelegenheit</a> <div class="forum-description">Ihr wollt wohin und wisst nicht wie?</div> <div class="responsive-show" style="display: none;"> Themen: <strong>2</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4813914&amp;sid=6df227ec64032661a25442b620dc5d77#p4813914" title="Judas Priest Dortmund 27.03.24" class="lastsubject">Judas Priest Dortmund 27.03.24</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=75908&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">töns</a>, 03.02.2024 20:46</span> </div> </div> </dt> <dd class="topics">2 <dfn>Themen</dfn></dd> <dd class="posts">2 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4813914&amp;sid=6df227ec64032661a25442b620dc5d77#p4813914" title="Judas Priest Dortmund 27.03.24" class="lastsubject">Judas Priest Dortmund 27.03.24</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=75908&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">töns</a> <a href="./viewtopic.php?p=4813914&amp;sid=6df227ec64032661a25442b620dc5d77#p4813914" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-02-03T19:46:42+00:00">03.02.2024 20:46</time> </span> </dd> </dl> </li> <li class="row forum-13"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=13&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="13">Kontaktecke</a> <div class="forum-description">Kontakte aller Art könnt ihr hier herstellen</div> <div class="responsive-show" style="display: none;"> Themen: <strong>9</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4827607&amp;sid=6df227ec64032661a25442b620dc5d77#p4827607" title="Re: Suche Karuna" class="lastsubject">Re: Suche Karuna</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=85883&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Christian76</a>, 26.04.2024 04:42</span> </div> </div> </dt> <dd class="topics">9 <dfn>Themen</dfn></dd> <dd class="posts">17 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4827607&amp;sid=6df227ec64032661a25442b620dc5d77#p4827607" title="Re: Suche Karuna" class="lastsubject">Re: Suche Karuna</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=85883&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Christian76</a> <a href="./viewtopic.php?p=4827607&amp;sid=6df227ec64032661a25442b620dc5d77#p4827607" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-04-26T03:42:07+00:00">26.04.2024 04:42</time> </span> </dd> </dl> </li> <li class="row forum-16"> <dl class="row-item forum_read"> <dt title="Keine ungelesenen Beiträge"> <div class="list-inner"> <a href="./viewforum.php?f=16&amp;sid=6df227ec64032661a25442b620dc5d77" class="forumtitle" data-id="16">Promote your Band or Event</a> <div class="forum-description">Hier könnt ihr eure Band oder euren Event (Konzert, Festival etc.) vorstellen</div> <div class="responsive-show" style="display: none;"> Themen: <strong>48</strong> </div> <div class="forum-lastpost" style="display: none;"> <span><strong>Letzter Beitrag:</strong> <a href="./viewtopic.php?p=4857648&amp;sid=6df227ec64032661a25442b620dc5d77#p4857648" title="Re: NEUER TERMIN! ROCK &amp; METAL PUB QUIZNIGHT IM RUHRPOTT - 13.12.24" class="lastsubject">Re: NEUER TERMIN! ROCK &amp; META…</a></span> <span>von <a href="./memberlist.php?mode=viewprofile&amp;u=85943&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Thrash Crash</a>, 17.11.2024 09:51</span> </div> </div> </dt> <dd class="topics">48 <dfn>Themen</dfn></dd> <dd class="posts">183 <dfn>Beiträge</dfn></dd> <dd class="lastpost"> <span> <dfn>Letzter Beitrag</dfn> <a href="./viewtopic.php?p=4857648&amp;sid=6df227ec64032661a25442b620dc5d77#p4857648" title="Re: NEUER TERMIN! ROCK &amp; METAL PUB QUIZNIGHT IM RUHRPOTT - 13.12.24" class="lastsubject">Re: NEUER TERMIN! ROCK &amp; META…</a> <br /> von <a href="./memberlist.php?mode=viewprofile&amp;u=85943&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Thrash Crash</a> <a href="./viewtopic.php?p=4857648&amp;sid=6df227ec64032661a25442b620dc5d77#p4857648" title="Neuester Beitrag"> <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">Neuester Beitrag</span> </a> <br /><time datetime="2024-11-17T08:51:03+00:00">17.11.2024 09:51</time> </span> </dd> </dl> </li> </ul> </div> </div> <form method="post" action="./ucp.php?mode=login&amp;sid=6df227ec64032661a25442b620dc5d77" class="headerspace"> <h3><a href="./ucp.php?mode=login&amp;redirect=index.php&amp;sid=6df227ec64032661a25442b620dc5d77">Anmelden</a>&nbsp; &bull; &nbsp;<a href="./ucp.php?mode=register&amp;sid=6df227ec64032661a25442b620dc5d77">Registrieren</a></h3> <fieldset class="quick-login"> <label for="username"><span>Benutzername:</span> <input type="text" tabindex="1" name="username" id="username" size="10" class="inputbox" title="Benutzername" /></label> <label for="password"><span>Passwort:</span> <input type="password" tabindex="2" name="password" id="password" size="10" class="inputbox" title="Passwort" autocomplete="off" /></label> <a href="/app.php/user/forgot_password?sid=6df227ec64032661a25442b620dc5d77">Ich habe mein Passwort vergessen</a> <span class="responsive-hide">|</span> <label for="autologin">Angemeldet bleiben <input type="checkbox" tabindex="4" name="autologin" id="autologin" /></label> <input type="submit" tabindex="5" name="login" value="Anmelden" class="button2" /> <input type="hidden" name="redirect" value="./index.php?sid=6df227ec64032661a25442b620dc5d77" /> <input type="hidden" name="creation_time" value="1732811602" /> <input type="hidden" name="form_token" value="1800d9c5b55cb4456b3bc96c7a29c3e5c85e017c" /> </fieldset> </form> <div class="stat-block online-list"> <h3>Wer ist online?</h3> <p> Insgesamt sind <strong>79</strong> Besucher online :: 3 sichtbare Mitglieder, 5 unsichtbare Mitglieder und 71 Gäste (basierend auf den aktiven Besuchern der letzten 15 Minuten)<br />Der Besucherrekord liegt bei <strong>4238</strong> Besuchern, die am 26.09.2024 10:17 gleichzeitig online waren.<br /> </p> </div> <div class="stat-block statistics"> <h3>Statistik</h3> <p> Beiträge insgesamt <strong>2775941</strong> &bull; Themen insgesamt <strong>20590</strong> &bull; Mitglieder insgesamt <strong>55111</strong> &bull; Unser neuestes Mitglied: <strong><a href="./memberlist.php?mode=viewprofile&amp;u=86041&amp;sid=6df227ec64032661a25442b620dc5d77" class="username">Gorio</a></strong> </p> </div> </div> <div class="navbar" role="navigation"> <div class="inner"> <ul id="nav-footer" class="nav-footer linklist" role="menubar"> <li class="breadcrumbs"> <span class="crumb"><a href="./index.php?sid=6df227ec64032661a25442b620dc5d77" data-navbar-reference="index"><i class="icon fa-home fa-fw" aria-hidden="true"></i><span>Foren-Übersicht</span></a></span> </li> <li class="rightside">Alle Zeiten sind <span title="UTC+1">UTC+01:00</span></li> <li class="rightside"> <a href="/app.php/user/delete_cookies?sid=6df227ec64032661a25442b620dc5d77" data-ajax="true" data-refresh="true" role="menuitem"> <i class="icon fa-trash fa-fw" aria-hidden="true"></i><span>Alle Cookies löschen</span> </a> </li> <li class="rightside" data-last-responsive="true"> <a href="./memberlist.php?mode=contactadmin&amp;sid=6df227ec64032661a25442b620dc5d77" role="menuitem"> <i class="icon fa-envelope fa-fw" aria-hidden="true"></i><span>Kontakt</span> </a> </li> </ul> </div> </div> </div> <div id="page-footer" class="page-width" role="contentinfo"> <div class="copyright"> <p class="footer-row"> <span class="footer-copyright">Powered by <a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Limited</span> </p> <p class="footer-row"> <span class="footer-copyright">Style von <a href="https://www.artodia.com/">Arty</a> - phpBB 3.3 von MrGaby</span> </p> <p class="footer-row"> <span class="footer-copyright">Deutsche Übersetzung durch <a href="https://www.phpbb.de/">phpBB.de</a></span> </p> <p class="footer-row" role="menu"> <a class="footer-link" href="./ucp.php?mode=privacy&amp;sid=6df227ec64032661a25442b620dc5d77" title="Datenschutz" role="menuitem"> <span class="footer-link-text">Datenschutz</span> </a> | <a class="footer-link" href="./ucp.php?mode=terms&amp;sid=6df227ec64032661a25442b620dc5d77" title="Nutzungsbedingungen" role="menuitem"> <span class="footer-link-text">Nutzungsbedingungen</span> </a> <!-- CUSTOM SourcePoint --> | <a class="footer-link" href="#" onclick="window._sp_.gdpr.loadPrivacyManagerModal(236621)"; return false;" title="Cookie-Einstellungen" role="menuitem"> <span class="footer-link-text">Cookie-Einstellungen</span> </a> <!-- END CUSTOM SourcePoint --> </p> </div> <div id="darkenwrapper" class="darkenwrapper" data-ajax-error-title="AJAX-Fehler" data-ajax-error-text="Bei der Verarbeitung deiner Anfrage ist ein Fehler aufgetreten." data-ajax-error-text-abort="Der Benutzer hat die Anfrage abgebrochen." data-ajax-error-text-timeout="Bei deiner Anfrage ist eine Zeitüberschreitung aufgetreten. Bitte versuche es erneut." data-ajax-error-text-parsererror="Bei deiner Anfrage ist etwas falsch gelaufen und der Server hat eine ungültige Antwort zurückgegeben."> <div id="darken" class="darken">&nbsp;</div> </div> <div id="phpbb_alert" class="phpbb_alert" data-l-err="Fehler" data-l-timeout-processing-req="Bei der Anfrage ist eine Zeitüberschreitung aufgetreten."> <a href="#" class="alert_close"> </a> <h3 class="alert_title">&nbsp;</h3><p class="alert_text"></p> </div> <div id="phpbb_confirm" class="phpbb_alert"> <a href="#" class="alert_close"> </a> <div class="alert_text"></div> </div> </div> <div> <a id="bottom" class="top-anchor" accesskey="z"></a> </div> <script src="./assets/javascript/jquery-3.7.1.min.js?assets_version=31"></script> <script src="./assets/javascript/core.js?assets_version=31"></script> <script src="./styles/black/template/forum_fn.js?assets_version=31"></script> <script src="./styles/black/template/ajax.js?assets_version=31"></script> <div id='rockhard.de_sky_forum' style="position:fixed;width:170px;right:5px;top:126px;text-align:center;display:none;"> <script type='text/javascript'> if (window.innerWidth >= 1005) { newWidth=($(window).width()-220); $('.page-width').width(newWidth); } </script> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10