Quantcast
Channel: HAKER - Forum Komputerowe
Viewing all articles
Browse latest Browse all 4549

Rozwiązanie prostego kodu html

$
0
0
Czy mógł by ktoś znależć hasło do tego ?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="pl-pl" xml:lang="pl-pl">
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-language" content="pl-pl" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="gry, mass effect, crysis, dragon age, skyrim, the elder scrolls, wiedźmin, witcher, hunted, hosting, risen, fable, gra, forum" />
<meta name="description" content="Forum o grach na platformę PC oraz konsole - Zaloguj." />

<title>GameWalk.pl - Forum o grach &bull; Zaloguj</title>

<!--[if lt IE 7]>
<script src="./styles/twilightBB/template/IE7.js" type="text/javascript"></script>
<![endif]-->
<script type="text/javascript" src="./styles/twilightBB/theme/jquery.min.js"></script>
<!--script type="text/javascript" src="./mobiquo/tapatalkdetect.js"></script-->

<!-- script type="text/javascript" src="./mchat/jquery-1.5.0.min.js"></script -->
<script type="text/javascript" src="./mchat/jquery_cookie_mini.js"></script>
<link rel="stylesheet" href="./mchat/mchat_prosilver.css?1" type="text/css" />
<link rel="stylesheet" type="text/css" href="/slider/style.css" />


<script type="text/javascript">
// <![CDATA[


if (typeof blankImg == 'undefined') var blankImg = './styles/twilightBB/theme/images/spacer.gif';

function popup(url, width, height, name)
{
if (!name)
{
name = '_popup';
}

window.open(url.replace(/&amp;/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
return false;
}

function jumpto()
{
var page = prompt('Wprowadź numer strony, do której chcesz przejść:', '');
var per_page = '';
var base_url = '';

if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0)
{
if (base_url.indexOf('?') == -1)
{
document.location.href = base_url + '?start=' + ((page - 1) * per_page);
}
else
{
document.location.href = base_url.replace(/&amp;/g, '&') + '&start=' + ((page - 1) * per_page);
}
}
}

/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}

/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
var parent = document.getElementById(id);
if (!parent)
{
eval('parent = document.' + id);
}

if (!parent)
{
return;
}

var rb = parent.getElementsByTagName('input');

for (var r = 0; r < rb.length; r++)
{
if (rb[r].name.substr(0, name.length) == name)
{
rb[r].checked = state;
}
}
}



function getPageSize() {

var xScroll, yScroll;

if (window.innerHeight && window.scrollMaxY) {
xScroll = window.innerWidth + window.scrollMaxX;
yScroll = window.innerHeight + window.scrollMaxY;
} else if (document.body.scrollHeight > document.body.offsetHeight){ // all but Explorer Mac
xScroll = document.body.scrollWidth;
yScroll = document.body.scrollHeight;
} else { // Explorer Mac...would also work in Explorer 6 Strict, Mozilla and Safari
xScroll = document.body.offsetWidth;
yScroll = document.body.offsetHeight;
}

var windowWidth, windowHeight;

if (self.innerHeight) { // all except Explorer
if(document.documentElement.clientWidth){
windowWidth = document.documentElement.clientWidth;
} else {
windowWidth = self.innerWidth;
}
windowHeight = self.innerHeight;
} else if (document.documentElement && document.documentElement.clientHeight) { // Explorer 6 Strict Mode
windowWidth = document.documentElement.clientWidth;
windowHeight = document.documentElement.clientHeight;
} else if (document.body) { // other Explorers
windowWidth = document.body.clientWidth;
windowHeight = document.body.clientHeight;
}

// for small pages with total height less then height of the viewport
if(yScroll < windowHeight){
pageHeight = windowHeight;
} else {
pageHeight = yScroll;
}

// for small pages with total width less then width of the viewport
if(xScroll < windowWidth){
pageWidth = xScroll;
} else {
pageWidth = windowWidth;
}

return [pageWidth,pageHeight];
}

function createCookie(name,value,days) {
if (days) {
var date = new Date();
date.setTime(date.getTime()+(days*24*60*60*1000));
var expires = "; expires="+date.toGMTString();
}
else var expires = "";
document.cookie = name+"="+value+expires+"; path=/";
}

function readCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for(var i=0;i < ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
}
return null;
}

function eraseCookie(name) {
createCookie(name,"",-1);
}

var ile = '1'; //ile wierszy pokazać
var arrCookieName = new Array("41","55","61","72","103","3","46","88","123 ","136","152","37");

$(function() {
//$('#zwijana tbody tr:nth-child('+ile+')').nextAll().hide();

$('.przycisk').toggle(function(){
$(this).parents('h3:eq(0)').next('div').hide("slow ");
//$('#'+$(this).parents('h3:eq(0)').next('div').attr ('id')+' tbody').hide("fast"); //.nextAll()
$(this).addClass('pact'); //text("Rozwiń");
createCookie($(this).parents('h3:eq(0)').next('div ').attr('id'),1,60);
return false;
},
function(){
$(this).parents('h3:eq(0)').next('div').slideDown( 'slow'); // tr:nth-child('+ile+')
$(this).removeClass('pact'); //("Zwiń");
eraseCookie($(this).parents('h3:eq(0)').next('div' ).attr('id'));
return false;
});

$('.przycisk2').toggle(function(){
$(this).parents('h3:eq(0)').next('div').slideDown( 'slow'); // tr:nth-child('+ile+')
$(this).removeClass('pact');
eraseCookie($(this).parents('h3:eq(0)').next('div' ).attr('id'));
return false;
},
function(){
$(this).parents('h3:eq(0)').next('div').hide('slow '); //.nextAll()
$(this).addClass('pact');
createCookie($(this).parents('h3:eq(0)').next('div ').attr('id'),1,60);
return false;
});
});

function getStrip()
{
/* $.ajax({
dataType: 'css',
success: function(){
$('<link rel="stylesheet" type="text/css" href="../../../slider/style.css?2" />').appendTo("head");
}
}); */

$.ajax({
type: "POST",
url: "../../../slider/index.php",
data: "action=strip",
dataType: "html",
success: function(dane)
{
$(dane).appendTo("#topNav");
//$('#topNavWrapper').before(dane);

$('#gwlink').mouseenter(function() {
if($('#sites').length)
{
$('#sitesWrapper').slideDown('fast');
return;
}
$.ajax({ type: "POST", url: "../../../slider/index.php", data: "action=urls", dataType: "html", success: function(dane2)
{
if($('#sites').length) return;
$('#sitesWrapper').slideUp('slow');
$(dane2).appendTo("#sitesWrapper");
$('#sitesWrapper').slideDown('fast');
}});


});
$('#loader').remove();
scroller();


}
});
}

function scroller()
{
/* $('#scrollingtext').bind('marquee', function() {
var ob = $(this);
var tw = ob.width();
var ww = ob.parent().width();
ob.css({ left: -tw });
ob.animate({ left: ww }, 75000, 'linear', function() {
ob.trigger('marquee');
});
}).trigger('marquee');
*/

$('#scrollingtext').marquee('pointer').mouseover(f unction () {
$(this).trigger('stop');
}).mouseout(function () {
$(this).trigger('start');
}).mousemove(function (event) {
if ($(this).data('drag') == true) {
this.scrollLeft = $(this).data('scrollX') + ($(this).data('x') - event.clientX);
}
}).mousedown(function (event) {
$(this).data('drag', true).data('x', event.clientX).data('scrollX', this.scrollLeft);
}).mouseup(function () {
$(this).data('drag', false);
});

}
var opera = false;
window.onload = function() {
if (/Opera[\/\s](\d+\.\d+)/.test(navigator.userAgent)){
var div = document.getElementById("container");
div.style.opacity=1;
opera = true;
}

for(x=0; x<arrCookieName.length; x++)
{
var ciacho = readCookie('forum_'+arrCookieName[x]);
if(ciacho)
{
//$('#forum_'+arrCookieName[x]+' tbody tr:nth-child(1) .przycisk').click();
//$('#forum_'+arrCookieName[x]+' tbody tr:nth-child('+ile+')').nextAll().hide();
}
}

if(!readCookie('forum_ov'))
{

createCookie('forum_ov',1,5);

var arrayPageSize = getPageSize();
var over = document.getElementById("overlayWrapper");
over.style.height = arrayPageSize[1] + "px";
}
getStrip();
}

// ]]>
</script>
<link rel="stylesheet" href="./style.php?id=6&amp;lang=pl" type="text/css" />
<!--[if lt IE 8]><link href="./styles/twilightBB/theme/ie.css" rel="stylesheet" type="text/css" /><![endif]-->

<!-- script type="text/javascript" src="./mchat/jquery_core_mini.js"></script -->
<script type="text/javascript" src="./styles/twilightBB/theme/jquery.marquee.js"></script>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-13236401-1']);
_gaq.push(['_setDomainName', 'gamewalk.pl']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</head>
<body id="phpbb" class="ltr">

<!-- NIE and not S_USER_LOGGED_IN -->
<div id="topNavWrapper">
<img src="slider/loader.gif" alt="Wczytywanie" style="margin-top:2px;" id="loader" />
<div id="topNav"></div>
</div>

<table id="container" cellspacing="0" cellpadding="0" border="0">
<tr>
<td id="bgleft"><img src="./styles/twilightBB/theme/images/spacer.gif" width="53px" alt="" /></td>
<td id="middle" valign="top">
<a id="top" name="top" accesskey="t"></a>

<div id="wrapper">

<div id="banner">
<div id="p1wrapper">
<a href="./index.php" title="Strona główna forum" id="logo"><img src="./styles/twilightBB/imageset/logo.png" width="239" height="40" alt="" title="" /></a>
</div>
</div>

<div id="header">

<ul id="topMenu">
<li class="topMenuOver"><a href="http://www.gamewalk.pl" title="GameWalk.pl">GameWalk.<span class="red">pl</span></a></li>
<li class="topMenuOver"><a href="http://www.youtube.com/user/GameWalkTrailers" title="Nasz oficjalny kanał" onclick="window.open(this.href); return false;">Wideoteka</a></li>
<li class="topMenuOver"><a href="http://www.forum.gamewalk.pl/viewtopic.php?f=44&t=39" title="Regulamin">Regulamin</a></li>
<li class="topMenuOver"><a href="./faq.php" title="Najczęściej zadawane pytania">FAQ</a></li>
<li class="topMenuOver"><a href="./memberlist.php" title="Pokaż pełną listę użytkowników">Użytkownicy</a></li><li class="topMenuOver"><a href="./search.php" title="Pokaż zaawansowane opcje wyszukiwania">Szukaj</a></li><li class="topMenuOver"><a href="./ucp.php" title="Twoje konto">Twoje konto</a></li><li class="topMenuOver"><a href="./ucp.php?i=pm&amp;folder=inbox"><strong>0</strong> nowych wiadomości</a></li>
</ul>

<div id="crumbs">


<ul class="breadcrumbs">
<li class="icon-home"><a href="./index.php" accesskey="h">Strona główna forum</a> </li>
</ul>
</div>

<ul id="navlist">

<li><a href="./ucp.php?mode=logout&amp;sid=9ab8cea0116b7358a8b527 8b0535db0e" title="Wyloguj [ Matrixar ]" accesskey="l">Wyloguj [ Matrixar ]</a></li>

</ul>


</div>

<div id="gw_baner">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-3987697896737619";
google_ad_slot = "4585547904";
google_ad_width = 970;
google_ad_height = 90;
//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>

<div id="ct"><div id="ct2"><div id="ctl"><div id="ctr">
<div id="cb"><div id="cbl"><div id="cbr">

<div id="wrapheader">
<table width="100%" cellspacing="0">
<tr>
<td class="gensmall">Ostatnia wizyta: 13 cze 2014, 20:36</td>
<td class="gensmall" align="right">Teraz jest 14 cze 2014, 16:11<br /></td>
</tr>
</table>
</div>

<div id="wrapcentre">

<div id="pagecontent">

<form name="login_forum" method="post" action="./viewforum.php">

<table class="tablebg" width="100%" cellspacing="1" align="center">
<tr>
<th>Zaloguj</th>
</tr>
<tr>
<td class="row3" align="center"><span class="gensmall">Musisz być zalogowanym użytkownikiem, żeby przeglądać ten dział lub pisać w nim nowe posty.</span></td>
</tr>
<tr>
<td class="row1" align="center">

<table cellspacing="1" cellpadding="4" border="0">

<tr>
<td class="gensmall"><b>Hasło:</b></td>
<td><input class="post" type="password" name="password" size="25" tabindex="2" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="cat" colspan="2" align="center"><input type="hidden" name="f" value="362" />
<input type="submit" name="login" class="btnmain" value="Zaloguj" tabindex="3" /></td>
</tr>
</table>

</form>

</div>

<br clear="all" />



<div align="right"></div>




</div>


<br clear="all" />

</div></div></div></div>
</div></div></div>

</div>


<br />
<div id="wrapfooter">
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
forums may be affected.

The phpBB Group : 2006
//-->
<span class="copyright">
Powered by phpBB &copy; 2000, 2002, 2005, 2007 phpBB Group<br />
Style by Daniel St. Jules<br />

</span>
</div>
<br />

</td>
<td id="bgright"><img src="./styles/twilightBB/theme/images/spacer.gif" width="53px" alt="" /></td>
</tr>
</table>
</body>
</html>

Viewing all articles
Browse latest Browse all 4549

Trending Articles


TRX Antek AVT - 2310 ver 2,0


Автовишка HAULOTTE HA 16 SPX


POTANIACZ


Zrób Sam - rocznik 1985 [PDF] [PL]


Maxgear opinie


BMW E61 2.5d błąd 43E2 - klapa gasząca a DPF


Eveline ➤ Matowe pomadki Velvet Matt Lipstick 500, 506, 5007


Auta / Cars (2006) PLDUB.BRRip.480p.XviD.AC3-LTN / DUBBING PL


Peugeot 508 problem z elektroniką


AŚ Jelenia Góra