Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Problem]Patcher


Rekomendowane odpowiedzi

Opublikowano (edytowane)

Witam mam problem

 

zrobiłem patcher przez virtual basic,dałem kod i tp włanczam go czekam chwilke jak sie spaczuje okej koniec

 

teraz uruchami mi sie metin ale pochwili wywala bład w pack/locale_pl

 

wszedłem tam i pisze takie cos:

 

 

<!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">

<head>

 

<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>

<title>Hotfile.com: Łatwy hosting plików jednym kliknięciem: locale_pl.eix</title>

<link href="/images/other/favicon.ico" type="image/ico" rel="Shortcut Icon" />

 

<link href="/styles/master.css" rel="stylesheet" type="text/css" media="screen" />

 

<link rel="meta" href="http://www.hotfile.com/labels.rdf" type="application/rdf+xml" title="ICRA labels" />

<meta http-equiv="pics-Label" content='(pics-1.1 "http://www.icra.org/pics/vocabularyv03/" l gen true for "http://hotfile.com" r (n 0 s 3 v 0 l 0 oa 0 ob 0 oc 0 od 0 oe 0 of 0 og 0 oh 0 c 0) gen true for "http://www.hotfile.com" r (n 0 s 3 v 0 l 0 oa 0 ob 0 oc 0 od 0 oe 0 of 0 og 0 oh 0 c 0))' />

 

<script type="text/javascript" src="/scripts/jquery-1.3.2.min.js"></script>

<script language="javascript" type="text/javascript">

//<![CDATA[

var $j = jQuery.noConflict();

window.onerror = function () { return true; }

 

$j('#form').hover(function(){$('#form').addClass('formhoverjs')});

if (top.location != self.location)

top.location = self.location;

 

//]]>

</script>

 

<!--[if IE 6]>

<link rel="stylesheet" type="text/css" href="styles/ie6.css" media="screen" />

<script src="scripts/png_fix.js"></script>

<script>DD_belatedPNG.fix('.pngfix');</script>

<![endif]-->

 

<!--[if IE 7]>

<link rel="stylesheet" type="text/css" href="styles/ie7.css" media="screen" />

<![endif]-->

 

 

</head>

 

<body id="no_title">

<div id="wrapper">

<div class="wrapper">

 

<!-- HEADER - Start -->

<div id="header">

 

<!-- Logo -->

<h1><a href="/" title="Hot File" class="pngfix">Hot File</a></h1>

 

<script type="text/javascript">

function statsBox(){

 

var box = document.getElementById('statsBox');

 

if (box.style.display == 'none'){

$j("#statsTab").addClass("active");

$j("#headStatBtn").addClass('openDropBox');

document.getElementById("statsBox").style.display = 'block';

}else{

$j("#statsTab").removeClass("active");

$j("#headStatBtn").removeClass('openDropBox');

document.getElementById("statsBox").style.display = 'none';

}

}

 

function langMenu(){

if (document.getElementById('langDropMenu').style.display == 'none'){

document.getElementById('langDropMenu').style.display = 'block';

$j("#langTab").addClass('openLangMenu');

 

var centerBoxHeight = $j("#langBoxCenter").height()

document.getElementById('langBoxLeft').style.height = (centerBoxHeight + 5) +"px";

document.getElementById('langBoxRight').style.height = (centerBoxHeight + 5) +"px";

 

}else{

document.getElementById('langDropMenu').style.display = 'none';

$j("#langTab").removeClass('openLangMenu');

document.getElementById('langBoxLeft').style.height = "30px";

document.getElementById('langBoxRight').style.height = "30px";

}

}

 

function hoverFuncAdd(el){

$j(el).addClass('hover');

}

 

function hoverFuncRemove(el){

$j(el).removeClass('hover');

}

 

$j(document).ready(function() {

$j('#signup').bind("mouseenter", function () {

document.getElementById('loginBoxLeft').style.display = 'none';

document.getElementById('loginBoxRight').style.display = 'none';

document.getElementById('loginFormMenu').style.display = 'block';

$j("#loginBoxCenter").addClass("hover");

});

 

$j('#signup').bind("mouseleave", function () {

document.getElementById('loginBoxLeft').style.display = 'block';

document.getElementById('loginBoxRight').style.display = 'block';

document.getElementById('loginFormMenu').style.display = 'none';

$j("#loginBoxCenter").removeClass("hover");

});

 

});

 

</script>

 

<!-- Login form & languages -->

<ul id="login">

 

 

<li id="signup">

<div class="headAccountCont">

<div class="leftSide" id="loginBoxLeft"> </div>

<div class="centerSide" id="loginBoxCenter"><p><span class="loginTab">Login / Sign up</span></p></div>

<div class="rightSide" id="loginBoxRight"> </div>

</div>

 

<div id="loginFormMenu" class="form_login" style="display:none;">

<form action="/login.php" method="POST">

<input type=hidden name="returnto" value="/">

<p><label>Nazwa użytkownika:</label><input name="user" type="text" class="textfield" /></p>

<p><label>Hasło:</label><input name="pass" type="password" class="textfield" /></p>

 

<p><a href="/forgotpassword.html">Zapomniałem hasło</a><input name="" type="submit" class="button" value="Login" /></p>

</form>

<a href="/register.html" title="" class="free">Zarejestruj się</a>

</div>

</li>

 

<li id="lang">

<label>Language:</label>

<div class="headAccountCont" onmouseover="langMenu();" onmouseout="langMenu();" id="langTab">

<div class="leftSide" id="langBoxLeft">

<div class="topLeftCorner"> </div>

<div class="bottomLeftCorner"> </div>

</div>

 

 

<div class="centerSide" id="langBoxCenter">

<p class="currentLang" style="width: 82px;"><a href="javascript:;" title="" class="lang">Polish</a><img src="/i/flags/pl.gif" height="11" width="16" alt="Polish" ></p>

<div id="langDropMenu" style="display:none;">

 

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" class="gray"><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=en" title="English">English</a><img src="/i/flags/gb.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" ><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=ru" title="Russian">Russian</a><img src="/i/flags/ru.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" class="gray"><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=es" title="Spanish">Spanish</a><img src="/i/flags/es.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" ><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=fr" title="Français">Français</a><img src="/i/flags/fr.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" class="gray"><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=ar" title="Arabic">Arabic</a><img src="/i/flags/eg.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" ><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=bg" title="Bulgarian">Bulgarian</a><img src="/i/flags/bg.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" class="gray"><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=it" title="Italian">Italian</a><img src="/i/flags/it.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" ><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=de" title="Deutsch">Deutsch</a><img src="/i/flags/de.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" class="gray"><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=pt" title="Portuguese">Portuguese</a><img src="/i/flags/pt.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" ><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=tr" title="Turkish">Turkish</a><img src="/i/flags/tr.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" class="gray"><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=nl" title="Dutch">Dutch</a><img src="/i/flags/nl.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" ><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=jp" title="Japanese">Japanese</a><img src="/i/flags/jp.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" class="gray"><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=hu" title="Hungarian">Hungarian</a><img src="/i/flags/hu.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" ><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=ro" title="Romanian">Romanian</a><img src="/i/flags/ro.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" class="gray"><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=chs" title="简体字">简体字</a><img src="/i/flags/cn.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" ><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=cht" title="繁體字">繁體字</a><img src="/i/flags/cn.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" class="gray"><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=rs" title="Serbian">Serbian</a><img src="/i/flags/rs.gif" width="16" height="11" alt="" /></p>

<p onmouseover="hoverFuncAdd(this)" onmouseout="hoverFuncRemove(this)" ><a href="/dl/114405491/f4cb1ca/locale_pl.eix.html?lang=cz" title="Czech">Czech</a><img src="/i/flags/cz.gif" width="16" height="11" alt="" /></p> <div class="closeShadow"> </div>

</div>

</div>

<div class="rightSide" id="langBoxRight">

<div class="topRightCorner"> </div>

<div class="bottomRightCorner"> </div>

</div>

</div>

</li>

 

</ul>

 

<div style="height: 5;"><img src="/i/s.gif" width="1" height="5" /></div>

 

 

<!-- Main navigation -->

<ul id="main_navigation">

<li><a href="/news.html" class="mainNavBtn">Nowości</a></li>

<li><a href="/" class="mainNavBtn">Wyślij pliki</a></li>

<li><a href="/premium.html" class="mainNavBtn">Premium</a></li>

<li><a href="/hotlink.html" class="mainNavBtn">Hotlink</a></li>

<li ><a href="/affiliate.html" class="mainNavBtn">Program partnerski</a></li>

 

 

<li ><a href="/faq.html" class="mainNavBtn">FAQ</a></li>

</ul>

<div class="clear"></div>

 

</div>

<!-- HEADER - End -->

 

 

<!-- MAIN CONTENT - Start -->

<div id="main_content">

 

 

<table border="0" cellpadding="0" cellspacing="0" id="download_file" style="margin-bottom: 0;">

<tr>

<td colspan="3" class="first_row"><div class="arrow_down"><strong>Pobieranie:</strong> locale_pl.eix <span>|</span> <strong>0 MB</strong></div></td>

</tr>

</table>

<script language=JavaScript>

var timerend=0;

 

function showtimer(){

d=new Date();

t=d.getTime();

if (t>=timerend){

document.getElementById('dwltmr').innerHTML='';

document.getElementById('dwltxt').innerHTML='';

document.forms.f.submit();

}

else{

document.getElementById('dwltmr').innerHTML='<strong><span class="red">Proszę czekać '+Math.round((timerend-t)/1000)+' sekund</span> albo <a href=\"/premium.html\">kliknij tutaj</a> aby przyśpieszyć natychmiastowe pobranie!</strong>'

setTimeout('showtimer()', 1000);

}

}

 

function starttimer(){

d=new Date();

timerend=d.getTime()+15000;

document.getElementById('dwltxt').innerHTML="Pobierzesz plik jako Darmowy Użytkownik.Użytkownicy Premium nie muszą czekać i pobierają z bardzo dużą prędkością.";

showtimer();

}

 

function showhtimer(){

d=new Date();

t=d.getTime();

document.getElementById('dwltxt').style.display='';

document.getElementById('dwltmr').style.display='';

if (t>=timerend){

document.getElementById('dwltmr').innerHTML='';

document.getElementById('dwltxt').innerHTML='';

document.getElementById('freebut').innerHTML='<input type="button" value=" REGULARNE POBIERANIE " style="width:183px; margin: 0; font-weight: bold; height: 32px; padding: 5px 5px 6px 5px;" onclick="starttimer();">';

}

else{

if ((timerend-t)/1000>180)

document.getElementById('dwltxt').innerHTML='<strong>Możesz poczekać <span class="red">'+Math.round((timerend-t)/60000)+' minut</span> lub <a href="/premium.html?id=114405491">Ulepsz do konta premium</a></strong>';

else

document.getElementById('dwltxt').innerHTML='<strong>Możesz poczekać <span class="red">'+Math.round((timerend-t)/1000)+' sekund</span> lub <a href="/premium.html?id=114405491">Ulepsz do konta premium</a><strong>';

setTimeout('showhtimer()', 1000);

}

}

 

function starthtimer(){

d=new Date();

timerend=d.getTime()+0;

document.getElementById('dwltmr').innerHTML="Osiągnąłeś swój godzinny limit.";

showhtimer();

}

 

</script>

 

<table border="0" cellpadding="0" cellspacing="0" id="download_file" style="margin-top:0;">

<form style="margin:0;padding:0;" action="/dl/114405491/f4cb1ca/locale_pl.eix.html" method=post name=f>

<input type=hidden name=action value=capt>

<input type=hidden name=tm value=1302798337>

<input type=hidden name=tmhash value=e78926a27e885f5588e8abff523b95aec7b0dc0b>

<input type=hidden name=wait value=15>

<input type=hidden name=waithash value=7f7fa0daa1d672599aa2a359594d78d2f7790966>

<input type=hidden name=upidhash value=42cb55e43a96650c3310e6c01c9982c4da800aba>

 

 

<tr> <td colspan="3" class="second_row">

<p id="dwltmr" style="margin-bottom: 2px;"> </p>

<p id="dwltxt"> </p>

</td>

</tr>

 

<tr class="bottom">

<td class="first">Wybierz typ pobierania:</td>

<td><input type="button" value=" REGULARNE POBIERANIE " style="width:183px; margin: 0; font-weight: bold; height: 32px; padding: 5px 5px 6px 5px;" onclick="starttimer();"></td>

<td><input type="button" style="width:183px; margin: 0; height: 32px; font-weight: bold; padding: 5px 5px 6px 5px;" value=" Premium pobieranie " onclick="location='/premium.html?id=114405491'" /></td>

</tr>

<tr>

<td class="title">Typ pobierania:</td>

<td class="second">Darmowy</td>

<td class="blim"><strong>Premium</strong></td>

</tr>

<tr>

<td class="title">Prędkość pobierania:</td>

<td class="second">Limitowane</td>

<td><strong>Nieograniczony</strong></td>

</tr>

<tr>

<td class="title">Maksymalna liczba jednoczesnych pobierań.:</td>

<td class="second">1</td>

<td><strong>Nieograniczony</strong></td>

</tr>

<tr>

<td class="title">Ograniczone pobieranie:</td>

<td class="second">1 plik na 30 minut</td>

<td><strong>No</strong></td>

</tr>

<tr>

<td class="title">Direct/Hot Linking:</td>

<td class="second"><div class="no">No</div></td>

<td><div class="yes">Yes</div></td>

</tr>

<tr>

<td class="title">Pobieranie rozpocznie się natychmiast:</td>

<td class="second"><div class="no">No</div></td>

<td><div class="yes">Yes</div></td>

</tr>

<tr>

<td class="title">Szybkie pobieranie nawet jeśli serwery są zajęte.:</td>

<td class="second"><div class="no">No</div></td>

<td><div class="yes">Yes</div></td>

</tr>

<tr>

<td class="title">Wspomaganie programów przyśpieszających ściąganie.:</td>

<td class="second"><div class="no">No</div></td>

<td><div class="yes">Yes</div></td>

</tr>

<tr>

<td class="title">Możliwość używania programów przyśpieszających ściąganie.:</td>

<td class="second"><div class="no">No</div></td>

<td><div class="yes">Yes</div></td>

</tr>

<tr>

<td class="title">Przybliżony czas pobierania: </td>

<td class="second">0 seconds</td>

<td><strong>0 seconds</strong></td>

</tr>

</form>

</table>

 

 

 

 

 

 

</div>

<div id="welcome">

<p><strong>Witamy w Hotfile.com - Darmowym hostingu plików! Z nami możesz udostępniać duże pliki łatwo i bezpiecznie:</strong></p>

<p>Wystarczy że wybierzesz plik, klikniesz na guzik "<strong>Wyślij</strong>" i wyślesz link do twoich przyjaciół i do każdego kogo znasz. </p>

</div>

 

 

<table align="center" style="margin:auto;">

<tr>

<td nowrap>

<ul id="sub_navigation" style="margin-left: 0; margin-right: 0; padding-left: 0;">

<li><a href="/">Strona Główna</a></li>

<li><a href="/premium.html">Premium</a></li>

<li><a href="/reportabuse.html">Zgłoś nadużycie</a></li>

<li><a href="/imprint.html">Imprint</a></li>

<li><a href="/checkfiles.html">Sprawdzanie Plików</a></li>

<li><a href="/reseller.html">Reseller</a></li>

<li><a href="/contacts.html?upload=http%3A%2F%2Fhotfile.com%2Fdl%2F114405491%2Ff4cb1ca%2Flocale_pl.eix.html" class="last">Kontakt</a></li>

</ul>

</td>

</tr>

</table>

 

</div>

<!-- MAIN CONTENT - END -->

 

</div>

 

<!-- FOOTER - Start -->

<div id="footer">

<div class="wrapper">

<div class="copyrights pngfix">Wszelkie prawa zastrzeżone; 2008-2011 hotfile.com.</div>

<div class="privacy"><a href="/privacy-policy.html">Polityka prywatności</a><a href="/ippolicy.html" style="margin-left: 12px;">Polityka własności intelektualnej</a><a href="/terms-of-service.html" class="last">Regulamin</a></div>

</div>

</div>

<!-- FOOTER - End -->

 

<script type="text/javascript">

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

</script>

<script type="text/javascript">

try {

var pageTracker = _gat._getTracker("UA-467190-9");

pageTracker._trackPageview();

} catch(err) {}</script>

 

</body></html>

 

 

 

Pordrawiam

 

Ps.pliki dawałem na hotfile

 

 

Problem rozwiązany można zamknąc

Edytowane przez narutob22

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...