CINXE.COM

Area51 @ 4seven.de • Index page

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-gb" xml:lang="en-gb"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-style-type" content="text/css" /> <meta http-equiv="content-language" content="en-gb" /> <meta http-equiv="imagetoolbar" content="no" /> <meta name="resource-type" content="document" /> <meta name="distribution" content="global" /> <meta name="keywords" content="" /> <meta name="description" content="" /> <link rel="shortcut icon" href="http://www.4seven.de/forum/6test/favicon.ico" /> <link rel="icon" href="http://www.4seven.de/forum/6test/animated_favicon.gif" type="image/gif" /> <title>Area51 @ 4seven.de &bull; Index page</title> <link rel="alternate" type="application/atom+xml" title="Feed - Area51 @ 4seven.de" href="http://4seven.bplaced.net/forum/6test/feed.php" /><link rel="alternate" type="application/atom+xml" title="Feed - New Topics" href="http://4seven.bplaced.net/forum/6test/feed.php?mode=topics" /> <!-- phpBB style name: prosilver Based on style: prosilver (this is the default phpBB3 style) Original author: Tom Beddard ( http://www.subBlue.com/ ) Modified by: --> <script type="text/javascript"> // <![CDATA[ var jump_page = 'Enter the page number you wish to go to:'; var on_page = ''; var per_page = ''; var base_url = ''; var style_cookie = 'phpBBstyle'; var style_cookie_settings = '; path=/; domain=.4seven.bplaced.net'; var onload_functions = new Array(); var onunload_functions = new Array(); /** * Find a member */ function find_username(url) { popup(url, 760, 570, '_usersearch'); return false; } /** * New function for handling multiple calls to window.onload and window.unload by pentapenguin */ window.onload = function() { for (var i = 0; i < onload_functions.length; i++) { eval(onload_functions[i]); } }; window.onunload = function() { for (var i = 0; i < onunload_functions.length; i++) { eval(onunload_functions[i]); } }; // ]]> </script> <script type="text/javascript" src="./styles/prosilver/template/styleswitcher.js"></script> <script type="text/javascript" src="./styles/prosilver/template/forum_fn.js"></script> <script type="text/javascript"> // <![CDATA[ writeCookie(); function writeCookie() { var the_date = new Date(); the_date.setTime(the_date.getTime()+(24*60*60*1000)); var the_cookie_date = the_date.toGMTString(); var the_cookie = "users_resolution="+ screen.width +"x"+ screen.height; var the_cookie = the_cookie + ";expires=" + the_cookie_date; document.cookie = the_cookie; } // ]]> </script> <script type="text/javascript"> // <![CDATA[ !window.jQuery && document.write('<script type="text\/javascript" src="http:\/\/code.jquery.com\/jquery.min.js"><\/script>'); // ]]> </script> <!-- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> https://gist.github.com/1cad77097804c11cfdc2 peterblazejewicz / gist:1cad77097804c11cfdc2 https://gist.github.com/peterblazejewicz --> <script type="text/javascript"> // <![CDATA[ /* // when page is loaded $(document).ready(function() { // assign handler to link clicks $("a").click(function() { // checks where this link leads var linkHost = this.href.split("/")[2]; // checks what server we are var thisHost = document.location.href.split("/")[2]; // if link leads to different server // force opening link in new window if (linkHost != thisHost) { window.open(this.href); // and prevent default link action for this link return false; } }); }); */ // ]]> </script> <script type="text/javascript" src="./styles/prosilver/template/ntip.js"></script> <!-- jQuery [img] Upload / (c) 4seven / 2011 --><!-- jQuery [img] Upload / (c) 4seven / 2011 --> <link href="./styles/prosilver/theme/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" /> <link href="./style.php?id=1&amp;lang=en&amp;sid=d45ce59465bf1853fd41b43a364c7850" rel="stylesheet" type="text/css" media="screen, projection" /> <link href="./styles/prosilver/theme/normal.css" rel="stylesheet" type="text/css" title="A" /> <link href="./styles/prosilver/theme/medium.css" rel="alternate stylesheet" type="text/css" title="A+" /> <link href="./styles/prosilver/theme/large.css" rel="alternate stylesheet" type="text/css" title="A++" /> <script type='text/javascript'> // <![CDATA[ function cd(num7,num1,num2,num3,num5,num6){ // function cd() { var end = new Date(num1,num2,num3,num5,num6); // new Date(2012,08,10,0,0,0); d = new Date(); amount = Math.floor(end.getTime() - d.getTime()); if(amount > 0) { years=0;weeks=0;days=0;hours=0;mins=0;secs=0;out=""; ms = (""+((amount%1000)+1000)).substr(1,3); amount = Math.floor(amount/1000);//kill the "milliseconds" so just secs years=Math.floor(amount/31536000);//years (no leapyear support) amount=amount%31536000; weeks=Math.floor(amount/604800);//weeks amount=amount%604800; days=Math.floor(amount/86400);//days amount=amount%86400; hours=Math.floor(amount/3600);//hours amount=amount%3600; mins=Math.floor(amount/60);//minutes amount=amount%60; secs=Math.floor(amount);//seconds if(years != 0){out += years +" "+((years==1)?"Jahr":"Jahre")+", ";} if(weeks != 0){out += weeks +" "+((weeks==1)?"Woche":"Wochen")+", ";} if(days != 0){out += days +" "+((days==1)?"Tag":"Tage")+", ";} if(hours != 0){out += hours +" "+((hours==1)?"Stunde":"Stunden")+", ";} out += mins +" "+((mins==1)?"Minute":"Minuten")+", "; out += secs +("."+ms)+" "+((secs==1)?"Sekunde":"Sekunden")+", "; out = out.substr(0,out.length-2); document.getElementById(num7).innerHTML=out; setTimeout(function(){cd(num7,num1,num2,num3,num5,num6);}, 500); } else{ document.getElementById(num7).innerHTML = "Ziel erreicht"; setTimeout(function(){cd(num7,num1,num2,num3,num5,num6);}, 500); } } // ]]> </script> <!-- nivo-phpbb3-slider by 4seven --> <link rel="stylesheet" href="./styles/prosilver/theme/nivo_slider/themes/default/default.css" type="text/css" media="screen" /> <link rel="stylesheet" href="./styles/prosilver/theme/nivo_slider/themes/pascal/pascal.css" type="text/css" media="screen" /> <link rel="stylesheet" href="./styles/prosilver/theme/nivo_slider/themes/orman/orman.css" type="text/css" media="screen" /> <link rel="stylesheet" href="./styles/prosilver/theme/nivo_slider/themes/nivo-slider.css" type="text/css" media="screen" /> <!-- nivo-phpbb3-slider by 4seven --> <link rel="stylesheet" href="pcss.php?css=file.css" type="text/css"/> <script type="text/javascript" src="http://www.geoplugin.net/javascript.gp"></script> <script type="text/javascript"> // <![CDATA[ /* $( document ).ready(function() { // $('.pxp_com').attr('href', location.href); }); */ // ]]> </script> </head> <body id="phpbb" class="section-index ltr"> <!-- --> <script type="text/javascript" src="./styles/prosilver/template/wz_tooltip.js"></script> <!-- <script type="text/javascript"> // <![CDATA[ document.write("<div style='text-align:center;'>Welcome to our visitor from "+geoplugin_city()+", "+geoplugin_countryName()+"<br /><br /></div>"); // ]]> </script> --> <div id="wrap"> <a id="top" name="top" accesskey="t"></a> <div id="page-header"> <div class="headerbar"> <div class="inner"><span class="corners-top"><span></span></span> <div id="site-description"> <a href="./index.php?sid=d45ce59465bf1853fd41b43a364c7850" title="Board index"><img src="images/area_51_at_4seven.png" alt="" /></a> <!-- <a href="./index.php?sid=d45ce59465bf1853fd41b43a364c7850" title="Board index" id="logo"><img src="./styles/prosilver/imageset/site_logo.gif" width="149" height="52" alt="" title="" /></a> <h1>Area51 @ 4seven.de</h1> <p>Mod Base and Testarea</p> --> <p class="skiplink"><a href="#start_here">Skip to content</a></p> </div> <div id="search-box"> <form action="./search.php?sid=d45ce59465bf1853fd41b43a364c7850" method="get" id="search"> <fieldset> <input name="keywords" id="keywords" type="text" maxlength="128" title="Search for keywords" class="inputbox search" value="Search…" onclick="if(this.value=='Search…')this.value='';" onblur="if(this.value=='')this.value='Search…';" /> <input class="button2" value="Search" type="submit" /><br /> <a href="./search.php?sid=d45ce59465bf1853fd41b43a364c7850" title="View the advanced search options">Advanced search</a> <input type="hidden" name="sid" value="d45ce59465bf1853fd41b43a364c7850" /> </fieldset> </form> </div> <span class="corners-bottom"><span></span></span></div> </div> <div class="navbar"> <div class="inner"><span class="corners-top"><span></span></span> <ul class="linklist navlinks"> <li class="icon-home"><a href="./index.php?sid=d45ce59465bf1853fd41b43a364c7850" accesskey="h">Board index</a> </li> <li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="return fontsizeup(event);" class="fontsize" title="Change font size">Change font size</a></li> <li class="rightside"><a href="" title="{ PRINT_TOPIC }" accesskey="p" class="print">{ PRINT_TOPIC }</a></li> </ul> <ul class="linklist rightside"> <!-- style="text-decoration: blink;" --> <!-- <li><a href="./viewforum.php?f=6&amp;sid=d45ce59465bf1853fd41b43a364c7850" title="Donate">Donate</a> &bull; </li> --> <li><a href="./js_example.php?sid=d45ce59465bf1853fd41b43a364c7850" title="JS Example">JS Example</a> &bull; </li> <li><a href="./jq_example.php?sid=d45ce59465bf1853fd41b43a364c7850" title="JQ Example">JQ Example</a></li> <li class="icon-faq"><a href="./faq.php?sid=d45ce59465bf1853fd41b43a364c7850" title="Frequently Asked Questions">FAQ</a></li> <li class="icon-members"><a href="./memberlist.php?sid=d45ce59465bf1853fd41b43a364c7850" title="View complete list of members">Members</a></li><li> | <a href="./memberlist_date.php?sid=d45ce59465bf1853fd41b43a364c7850" title="Unfrequently User Manager">Unfrequently User Manager</a> | </li><li class="icon-register"><a href="./ucp.php?mode=register&amp;sid=d45ce59465bf1853fd41b43a364c7850">Register</a></li> <li class="icon-logout"><a href="./ucp.php?mode=login&amp;sid=d45ce59465bf1853fd41b43a364c7850" title="Login" accesskey="x">Login</a></li> </ul> <span class="corners-bottom"><span></span></span></div> </div> </div> <a name="start_here"></a> <div id="page-body"> <p class="right">It is currently 17 Feb 2025, 02:00</p> <ul class="linklist"> <li><a href="./search.php?search_id=unanswered&amp;sid=d45ce59465bf1853fd41b43a364c7850">View unanswered posts</a> &bull; <a href="./search.php?search_id=active_topics&amp;sid=d45ce59465bf1853fd41b43a364c7850">View active topics</a></li> </ul> <div class="forabg"> <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> <li class="header"> <dl class="icon"> <dt><a href="./viewforum.php?f=1&amp;sid=d45ce59465bf1853fd41b43a364c7850">Category</a></dt> <dd class="topics">Topics</dd> <dd class="posts">Posts</dd> <dd class="lastpost"><span>Last post</span></dd> </dl> </li> </ul> <ul class="topiclist forums"> <li class="row"> <dl class="icon" style="background-image: url(./styles/prosilver/imageset/forum_read.gif); background-repeat: no-repeat;"> <dt title="No unread posts"> <!-- <a class="feed-icon-forum" title="Feed - Support Forum" href="http://4seven.bplaced.net/forum/6test/feed.php?f=2"><img src="./styles/prosilver/theme/images/feed.gif" alt="Feed - Support Forum" /></a> --> <a href="./viewforum.php?f=2&amp;sid=d45ce59465bf1853fd41b43a364c7850" class="forumtitle">Support Forum</a><br /> Mod Support <!-- <br /><strong>Moderators:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=2&amp;sid=d45ce59465bf1853fd41b43a364c7850" style="color: #AA0000;" class="username-coloured">BNa</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=54&amp;sid=d45ce59465bf1853fd41b43a364c7850" style="color: #00AA00;" class="username-coloured">Sekuro</a>, <a href="./memberlist.php?mode=viewprofile&amp;u=609&amp;sid=d45ce59465bf1853fd41b43a364c7850" style="color: #00AA00;" class="username-coloured">4seven</a> --> <br /> <!-- <select style="background-color:#CADCEB;" onmouseover="this.style.backgroundColor='#F6F4D0';" onmouseout="this.style.backgroundColor='#CADCEB';" onchange="location = this.options[this.selectedIndex].value;"> --> <select style="background-color:transparent;" onchange="location = this.options[this.selectedIndex].value;"> <option selected="selected">Moderators</option> <option style="color: #AA0000; font-weight: bold;" value="./memberlist.php?mode=viewprofile&amp;u=2&amp;sid=d45ce59465bf1853fd41b43a364c7850">BNa</option> <option style="color: #00AA00; font-weight: bold;" value="./memberlist.php?mode=viewprofile&amp;u=54&amp;sid=d45ce59465bf1853fd41b43a364c7850">Sekuro</option> <option style="color: #00AA00; font-weight: bold;" value="./memberlist.php?mode=viewprofile&amp;u=609&amp;sid=d45ce59465bf1853fd41b43a364c7850">4seven</option> </select> </dt> <dd class="topics">100 <dfn>Topics</dfn></dd> <dd class="posts">729 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> by <a href="./memberlist.php?mode=viewprofile&amp;u=916&amp;sid=d45ce59465bf1853fd41b43a364c7850">doanmanh18973</a> <a href="./viewtopic.php?f=2&amp;p=1482&amp;sid=d45ce59465bf1853fd41b43a364c7850#p1482"><img src="./styles/prosilver/imageset/icon_topic_latest.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />28 Oct 2024, 09:43</span> </dd> </dl> </li> <li class="row"> <dl class="icon" style="background-image: url(./styles/prosilver/imageset/forum_read.gif); background-repeat: no-repeat;"> <dt title="No unread posts"> <!-- <a class="feed-icon-forum" title="Feed - Test Forum" href="http://4seven.bplaced.net/forum/6test/feed.php?f=14"><img src="./styles/prosilver/theme/images/feed.gif" alt="Feed - Test Forum" /></a> --> <a href="./viewforum.php?f=14&amp;sid=d45ce59465bf1853fd41b43a364c7850" class="forumtitle">Test Forum</a><br /> Code Tests <!-- <br /><strong>Moderator:</strong> <a href="./memberlist.php?mode=viewprofile&amp;u=54&amp;sid=d45ce59465bf1853fd41b43a364c7850" style="color: #00AA00;" class="username-coloured">Sekuro</a> --> <br /> <!-- <select style="background-color:#CADCEB;" onmouseover="this.style.backgroundColor='#F6F4D0';" onmouseout="this.style.backgroundColor='#CADCEB';" onchange="location = this.options[this.selectedIndex].value;"> --> <select style="background-color:transparent;" onchange="location = this.options[this.selectedIndex].value;"> <option selected="selected">Moderator</option> <option style="color: #00AA00; font-weight: bold;" value="./memberlist.php?mode=viewprofile&amp;u=54&amp;sid=d45ce59465bf1853fd41b43a364c7850">Sekuro</option> </select> </dt> <dd class="topics">13 <dfn>Topics</dfn></dd> <dd class="posts">43 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> by <a href="./memberlist.php?mode=viewprofile&amp;u=945&amp;sid=d45ce59465bf1853fd41b43a364c7850">KitaNiken</a> <a href="./viewtopic.php?f=14&amp;p=1484&amp;sid=d45ce59465bf1853fd41b43a364c7850#p1484"><img src="./styles/prosilver/imageset/icon_topic_latest.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />19 Nov 2024, 06:49</span> </dd> </dl> </li> </ul> <span class="corners-bottom"><span></span></span></div> </div> <div class="forabg"> <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> <li class="header"> <dl class="icon"> <dt>Forum</dt> <dd class="topics">Topics</dd> <dd class="posts">Posts</dd> <dd class="lastpost"><span>Last post</span></dd> </dl> </li> </ul> <ul class="topiclist forums"> <li class="row"> <dl class="icon" style="background-image: url(./styles/prosilver/imageset/forum_read.gif); background-repeat: no-repeat;"> <dt title="No unread posts"> <!-- <a class="feed-icon-forum" title="Feed - phpBB RC's" href="http://4seven.bplaced.net/forum/6test/feed.php?f=10"><img src="./styles/prosilver/theme/images/feed.gif" alt="Feed - phpBB RC's" /></a> --> <a href="./viewforum.php?f=10&amp;sid=d45ce59465bf1853fd41b43a364c7850" class="forumtitle">phpBB RC's</a><br /> Ready Projects </dt> <dd class="topics">8 <dfn>Topics</dfn></dd> <dd class="posts">13 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> by <a href="./memberlist.php?mode=viewprofile&amp;u=54&amp;sid=d45ce59465bf1853fd41b43a364c7850" style="color: #00AA00;" class="username-coloured">Sekuro</a> <a href="./viewtopic.php?f=10&amp;p=1230&amp;sid=d45ce59465bf1853fd41b43a364c7850#p1230"><img src="./styles/prosilver/imageset/icon_topic_latest.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />06 Dec 2013, 02:12</span> </dd> </dl> </li> <li class="row"> <dl class="icon" style="background-image: url(./styles/prosilver/imageset/forum_read_subforum.gif); background-repeat: no-repeat;"> <dt title="No unread posts"> <!-- <a class="feed-icon-forum" title="Feed - phpbb 3.0.* St@ff" href="http://4seven.bplaced.net/forum/6test/feed.php?f=3"><img src="./styles/prosilver/theme/images/feed.gif" alt="Feed - phpbb 3.0.* St@ff" /></a> --> <a href="./viewforum.php?f=3&amp;sid=d45ce59465bf1853fd41b43a364c7850" class="forumtitle">phpbb 3.0.* St@ff</a><br /> [DEV] 3.0.* Mod Base </dt> <dd class="topics">34 <dfn>Topics</dfn></dd> <dd class="posts">117 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> by <a href="./memberlist.php?mode=viewprofile&amp;u=54&amp;sid=d45ce59465bf1853fd41b43a364c7850" style="color: #00AA00;" class="username-coloured">Sekuro</a> <a href="./viewtopic.php?f=3&amp;p=1450&amp;sid=d45ce59465bf1853fd41b43a364c7850#p1450"><img src="./styles/prosilver/imageset/icon_topic_latest.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />15 Oct 2016, 12:29</span> </dd> </dl> </li> <li class="row"> <dl class="icon" style="background-image: url(./styles/prosilver/imageset/forum_read.gif); background-repeat: no-repeat;"> <dt title="No unread posts"> <!-- <a class="feed-icon-forum" title="Feed - phpbb 3.2.* St@ff" href="http://4seven.bplaced.net/forum/6test/feed.php?f=19"><img src="./styles/prosilver/theme/images/feed.gif" alt="Feed - phpbb 3.2.* St@ff" /></a> --> <a href="./viewforum.php?f=19&amp;sid=d45ce59465bf1853fd41b43a364c7850" class="forumtitle">phpbb 3.2.* St@ff</a><br /> [DEV] 3.2.* Mod Base </dt> <dd class="topics">5 <dfn>Topics</dfn></dd> <dd class="posts">9 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> by <a href="./memberlist.php?mode=viewprofile&amp;u=2&amp;sid=d45ce59465bf1853fd41b43a364c7850" style="color: #AA0000;" class="username-coloured">BNa</a> <a href="./viewtopic.php?f=19&amp;p=1464&amp;sid=d45ce59465bf1853fd41b43a364c7850#p1464"><img src="./styles/prosilver/imageset/icon_topic_latest.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />15 Oct 2019, 23:56</span> </dd> </dl> </li> <li class="row"> <dl class="icon" style="background-image: url(./styles/prosilver/imageset/forum_read.gif); background-repeat: no-repeat;"> <dt title="No unread posts"> <!-- <a class="feed-icon-forum" title="Feed - Snip Cl@ss I" href="http://4seven.bplaced.net/forum/6test/feed.php?f=6"><img src="./styles/prosilver/theme/images/feed.gif" alt="Feed - Snip Cl@ss I" /></a> --> <a href="./viewforum.php?f=6&amp;sid=d45ce59465bf1853fd41b43a364c7850" class="forumtitle">Snip Cl@ss I</a><br /> Little Mods and Snips 1 </dt> <dd class="topics">25 <dfn>Topics</dfn></dd> <dd class="posts">34 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> by <a href="./memberlist.php?mode=viewprofile&amp;u=54&amp;sid=d45ce59465bf1853fd41b43a364c7850" style="color: #00AA00;" class="username-coloured">Sekuro</a> <a href="./viewtopic.php?f=6&amp;p=752&amp;sid=d45ce59465bf1853fd41b43a364c7850#p752"><img src="./styles/prosilver/imageset/icon_topic_latest.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />29 Nov 2012, 15:44</span> </dd> </dl> </li> <li class="row"> <dl class="icon" style="background-image: url(./styles/prosilver/imageset/forum_read.gif); background-repeat: no-repeat;"> <dt title="No unread posts"> <!-- <a class="feed-icon-forum" title="Feed - Snip Cl@ss II" href="http://4seven.bplaced.net/forum/6test/feed.php?f=12"><img src="./styles/prosilver/theme/images/feed.gif" alt="Feed - Snip Cl@ss II" /></a> --> <a href="./viewforum.php?f=12&amp;sid=d45ce59465bf1853fd41b43a364c7850" class="forumtitle">Snip Cl@ss II</a><br /> Little Mods and Snips 2 </dt> <dd class="topics">15 <dfn>Topics</dfn></dd> <dd class="posts">23 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> by <a href="./memberlist.php?mode=viewprofile&amp;u=54&amp;sid=d45ce59465bf1853fd41b43a364c7850" style="color: #00AA00;" class="username-coloured">Sekuro</a> <a href="./viewtopic.php?f=12&amp;p=674&amp;sid=d45ce59465bf1853fd41b43a364c7850#p674"><img src="./styles/prosilver/imageset/icon_topic_latest.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />01 Oct 2012, 22:07</span> </dd> </dl> </li> <li class="row"> <dl class="icon" style="background-image: url(./styles/prosilver/imageset/forum_read.gif); background-repeat: no-repeat;"> <dt title="No unread posts"> <!-- <a class="feed-icon-forum" title="Feed - Snip Cl@ss III" href="http://4seven.bplaced.net/forum/6test/feed.php?f=18"><img src="./styles/prosilver/theme/images/feed.gif" alt="Feed - Snip Cl@ss III" /></a> --> <a href="./viewforum.php?f=18&amp;sid=d45ce59465bf1853fd41b43a364c7850" class="forumtitle">Snip Cl@ss III</a><br /> Little Mods and Snips 3 </dt> <dd class="topics">11 <dfn>Topics</dfn></dd> <dd class="posts">13 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> by <a href="./memberlist.php?mode=viewprofile&amp;u=54&amp;sid=d45ce59465bf1853fd41b43a364c7850" style="color: #00AA00;" class="username-coloured">Sekuro</a> <a href="./viewtopic.php?f=18&amp;p=1445&amp;sid=d45ce59465bf1853fd41b43a364c7850#p1445"><img src="./styles/prosilver/imageset/icon_topic_latest.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />17 May 2016, 14:29</span> </dd> </dl> </li> <li class="row"> <dl class="icon" style="background-image: url(./styles/prosilver/imageset/forum_read.gif); background-repeat: no-repeat;"> <dt title="No unread posts"> <!-- <a class="feed-icon-forum" title="Feed - phpBB BB St@ff" href="http://4seven.bplaced.net/forum/6test/feed.php?f=7"><img src="./styles/prosilver/theme/images/feed.gif" alt="Feed - phpBB BB St@ff" /></a> --> <a href="./viewforum.php?f=7&amp;sid=d45ce59465bf1853fd41b43a364c7850" class="forumtitle">phpBB BB St@ff</a><br /> BBCode Base </dt> <dd class="topics">8 <dfn>Topics</dfn></dd> <dd class="posts">12 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> <dfn>Last post</dfn> by <a href="./memberlist.php?mode=viewprofile&amp;u=54&amp;sid=d45ce59465bf1853fd41b43a364c7850" style="color: #00AA00;" class="username-coloured">Sekuro</a> <a href="./viewtopic.php?f=7&amp;p=1456&amp;sid=d45ce59465bf1853fd41b43a364c7850#p1456"><img src="./styles/prosilver/imageset/icon_topic_latest.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />30 May 2017, 20:15</span> </dd> </dl> </li> <li class="row"> <dl class="icon" style="background-image: url(./styles/prosilver/imageset/forum_link.gif); background-repeat: no-repeat;"> <dt title="No unread posts"> <a href="./viewforum.php?f=15&amp;sid=d45ce59465bf1853fd41b43a364c7850" class="forumtitle">Repository</a><br /> Archived Forum </dt> <dd class="redirect"><span>Total redirects: 5054</span></dd> </dl> </li> <li class="row"> <dl class="icon" style="background-image: url(./styles/prosilver/imageset/forum_link.gif); background-repeat: no-repeat;"> <dt title="No unread posts"> <a href="./viewforum.php?f=4&amp;sid=d45ce59465bf1853fd41b43a364c7850" class="forumtitle">Media Demo</a><br /> [attachment] / [img] mods </dt> <dd class="redirect"><span>Total redirects: 6358</span></dd> </dl> </li> <li class="row"> <dl class="icon" style="background-image: url(./styles/prosilver/imageset/forum_link.gif); background-repeat: no-repeat;"> <dt title="No unread posts"> <a href="./viewforum.php?f=9&amp;sid=d45ce59465bf1853fd41b43a364c7850" class="forumtitle">jQ Title Edit</a><br /> Demo for jQ TE / jQ User Map api3 / jQ User Weather </dt> <dd class="redirect"><span>Total redirects: 7071</span></dd> </dl> </li> <li class="row"> <dl class="icon" style="background-image: url(./styles/prosilver/imageset/forum_link.gif); background-repeat: no-repeat;"> <dt title="No unread posts"> <a href="./viewforum.php?f=20&amp;sid=d45ce59465bf1853fd41b43a364c7850" class="forumtitle">Area51@4seven</a><br /> 3.2.* Reloaded </dt> <dd class="redirect"><span>Total redirects: 2925</span></dd> </dl> </li> <li class="row"> <dl class="icon" style="background-image: url(./styles/prosilver/imageset/forum_read.gif); background-repeat: no-repeat;"> <dt title="No unread posts"> <!-- <a class="feed-icon-forum" title="Feed - Snippets for 3.3.*" href="http://4seven.bplaced.net/forum/6test/feed.php?f=22"><img src="./styles/prosilver/theme/images/feed.gif" alt="Feed - Snippets for 3.3.*" /></a> --> <a href="./viewforum.php?f=22&amp;sid=d45ce59465bf1853fd41b43a364c7850" class="forumtitle">Snippets for 3.3.*</a><br /> </dt> <dd class="topics">0 <dfn>Topics</dfn></dd> <dd class="posts">0 <dfn>Posts</dfn></dd> <dd class="lastpost"><span> No posts<br />&nbsp;</span> </dd> </dl> </li> <li class="row"> <dl class="icon" style="background-image: url(./styles/prosilver/imageset/forum_link.gif); background-repeat: no-repeat;"> <dt title="No unread posts"> <a href="./viewforum.php?f=23&amp;sid=d45ce59465bf1853fd41b43a364c7850" class="forumtitle">Area 51 New 3.3.10</a><br /> </dt> <dd class="redirect"><span>Total redirects: 2141</span></dd> </dl> </li> </ul> <span class="corners-bottom"><span></span></span></div> </div> <div class="navbar" style="background-color:#F6F4D0;"> <div class="inner"><span class="corners-top"><span></span></span> <form method="post" action="./ucp.php?mode=login&amp;sid=d45ce59465bf1853fd41b43a364c7850" class="headerspace"> <h3><a href="./ucp.php?mode=login&amp;sid=d45ce59465bf1853fd41b43a364c7850">Login</a>&nbsp; &bull; &nbsp;<a href="./ucp.php?mode=register&amp;sid=d45ce59465bf1853fd41b43a364c7850">Register</a></h3> <fieldset class="quick-login"> <label for="username">Username:</label>&nbsp;<input type="text" name="username" id="username" size="10" class="inputbox" title="Username" /> <label for="password">Password:</label>&nbsp;<input type="password" name="password" id="password" size="10" class="inputbox" title="Password" /> | <label for="autologin">Log me on automatically each visit <input type="checkbox" name="autologin" id="autologin" /></label> <input type="submit" name="login" value="Login" class="button2" /> <input type="hidden" name="redirect" value="./index.php?sid=d45ce59465bf1853fd41b43a364c7850" /> </fieldset> </form> <span class="corners-bottom"><span></span></span></div> </div> <script type="text/javascript"> // <![CDATA[ !window.jQuery && document.write('<script type="text\/javascript" src="http:\/\/code.jquery.com\/jquery-latest.min.js"><\/script>'); // ]]> </script> <script type="text/javascript"> // <![CDATA[ function set_280(){ $('.navbar11').css({ 'max-height' : '280px' }); $('.navbar22').css({ 'max-height' : '270px', 'overflow-x' : 'hidden', 'overflow-y' : 'auto' });} function set_360(){ $('.navbar11').css({ 'max-height' : '360px' }); $('.navbar22').css({ 'max-height' : '350px', 'overflow-x' : 'hidden', 'overflow-y' : 'auto' });} function set_440(){ $('.navbar11').css({ 'max-height' : '440px' }); $('.navbar22').css({ 'max-height' : '430px', 'overflow-x' : 'hidden', 'overflow-y' : 'auto' });} function set_0(){ $('.navbar11').css({ 'max-height' : '100%' }); $('.navbar22').css({ 'max-height' : '100%', 'overflow' : 'visible' });} $(document).ready(function() { $('#who_is_online_total').load('./who_is_online_total.php?sid=d45ce59465bf1853fd41b43a364c7850', {dol : '1'}); $('#who_is_online_reg').load('./who_is_online_reg.php?sid=d45ce59465bf1853fd41b43a364c7850', {dol : '1'}); $('#who_is_where').load('./who_is_where.php?sid=d45ce59465bf1853fd41b43a364c7850'); var refreshId = setInterval(function() { $('#who_is_online_total').load('./who_is_online_total.php?sid=d45ce59465bf1853fd41b43a364c7850', {dol : '1'}); $('#who_is_online_reg').load('./who_is_online_reg.php?sid=d45ce59465bf1853fd41b43a364c7850', {dol : '1'}); $('#who_is_where').load('./who_is_where.php?sid=d45ce59465bf1853fd41b43a364c7850'); }, 5000); $.ajaxSetup({ cache: false }); }); // ]]> </script> <div style="padding-top:3px;"> </div> <div class="navbar"> <div class="inner"><span class="corners-top"><span></span></span> <h3><a href="./viewonline.php?sid=d45ce59465bf1853fd41b43a364c7850">Who is online</a></h3> <p><span id="who_is_online_total"></span><!-- In total there are <strong>2</strong> users online :: 0 registered, 0 hidden and 2 guests (based on users active over the past 5 minutes)--><br />Most users ever online was <strong>599</strong> on 07 Jan 2025, 20:17<br /> <br /><span id="who_is_online_reg"></span><!-- Registered users: No registered users --><br /><em>Legend: <a style="color:#AA0000" href="./memberlist.php?mode=group&amp;g=5&amp;sid=d45ce59465bf1853fd41b43a364c7850">Administrators</a>, <a style="color:#00AA00" href="./memberlist.php?mode=group&amp;g=4&amp;sid=d45ce59465bf1853fd41b43a364c7850">Global moderators</a>, <a style="color:#660099" href="./memberlist.php?mode=group&amp;g=15&amp;sid=d45ce59465bf1853fd41b43a364c7850">Media 1</a>, <a href="./memberlist.php?mode=group&amp;g=13&amp;sid=d45ce59465bf1853fd41b43a364c7850">Media 2</a>, <a href="./memberlist.php?mode=group&amp;g=14&amp;sid=d45ce59465bf1853fd41b43a364c7850">Media 3</a></em></p> <span class="corners-bottom"><span></span></span></div> </div> <div style="padding-top:5px;"> </div> <!-- 40er steps --> <div class="navbar navbar11" style="max-height:280px;"><span class="corners-top"><span></span></span> <div class="inner navbar22" style="max-height:270px; overflow-x:hidden; overflow-y:auto;"> <span style="cursor:pointer; color:white;" title="Set max-height to 280px (default)" onclick="set_280()">280</span> <span style="cursor:pointer; color:white;" title="Set max-height to 360px" onclick="set_360()">360</span> <span style="cursor:pointer; color:white;" title="Set max-height to 440px" onclick="set_440()">440</span> <span style="cursor:pointer; color:white;" title="No Limit, no max-height" onclick="set_0()">^</span> <h3 style="position:relative; top:-10px;">Who is where</h3> <table class="table1" cellspacing="1" style="margin-top:10px; margin-bottom:5px;"> <thead> <tr style="font-size:11px;"> <th class="name" style="width:15%; padding-left:5px; color:#536482;">Username</th> <th class="name" style="width:5%; padding-left:5px; color:#536482; text-align:center;">Country</th> <th class="info" style="width:40%; padding-left:5px; color:#536482;">Location</th> <th class="active" style="width:15%; padding-left:5px; color:#536482;">Arrived</th> <th class="active" style="width:25%; padding-left:5px; color:#536482;">Browser</th> </tr> </thead> <tbody id="who_is_where" style="font-size:10px; color:grey;"><tr style="display:none;"><td style="display:none;"></td></tr></tbody> </table> </div><span class="corners-bottom"><span></span></span> </div> <span class="corners-bottom"><span></span></span> <div class="navbar"> <div class="inner"><span class="corners-top"><span></span></span> <h3>Statistics</h3> <p>Total posts <strong>1025</strong> &bull; Total topics <strong>241</strong> &bull; Total members <strong>138</strong> &bull; Our newest member <strong><a href="./memberlist.php?mode=viewprofile&amp;u=952&amp;sid=d45ce59465bf1853fd41b43a364c7850">ArkarinoTuan</a></strong></p> <span class="corners-bottom"><span></span></span></div> </div> <div style="padding-top:3px;"> </div> <div style="padding-top:3px;"> </div> <div class="navbar" style="background-color:#F6F4D0;"> <div class="inner"><span class="corners-top"><span></span></span> <h3 style="position:relative;top:-10px;">Counter</h3> <span class="corners-bottom"><span></span></span></div> </div> </div> <div id="page-footer"> <div class="navbar"> <div class="inner"><span class="corners-top"><span></span></span> <ul class="linklist"> <li class="icon-home"><a href="./index.php?sid=d45ce59465bf1853fd41b43a364c7850">Board index</a></li> <li class="rightside"><a href="./memberlist.php?mode=leaders&amp;sid=d45ce59465bf1853fd41b43a364c7850">The team</a> &bull; <a href="./ucp.php?mode=delete_cookies&amp;sid=d45ce59465bf1853fd41b43a364c7850">Delete all board cookies</a> &bull; All times are UTC + 1 hour </li> </ul> <span class="corners-bottom"><span></span></span></div> </div> <div class="copyright">Powered by <a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group | Geolocation by <a href="http://www.geoplugin.com/">geoPlugin</a> <br />Time : 0.028s | 16 Queries | GZIP : Off | Board-Version: 3.0.14 <hr /> <a href="http://www.digitalfotografie-foren.de" title="Digitalfotografie-Forum | die etwas andere Plattform im Netz">Digitalfotografie-Forum | die etwas andere Plattform im Netz</a> <hr /> </div> </div> </div> <div> <a id="bottom" name="bottom" accesskey="z"></a> <img src="./cron.php?cron_type=tidy_cache&amp;sid=d45ce59465bf1853fd41b43a364c7850" width="1" height="1" alt="cron" /> </div> <!-- nivo-phpbb3-slider by 4seven --> <script src="./styles/prosilver/template/jquery.nivo.slider.pack.js" type="text/javascript"></script> <script type="text/javascript"> // <![CDATA[ $(window).load(function() { $('.slider').nivoSlider(); }); // ]]> </script> <!-- nivo-phpbb3-slider by 4seven --> </body> </html>

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