[Fixed] Unbekannter Fehler im Plugin[netload.in]!

Behobene Probleme und abgeschlossene Themen
Fritz123
10% Load!er
Posts: 10
Joined: 04 Jan 2010 20:11
Re: Unbekannter Fehler im Plugin[netload.in]!

Post by Fritz123 »

Hier der Log
06.01.1980 02:10:43 - CandiSoft - Load! 0.5.3 wurde gestartet.
06.01.1980 02:10:44 - Führe Events aus: Programmstart
06.01.1980 02:10:44 - Events ausgeführt.
06.01.1980 02:10:47 - EntVerFal720.part01.rar: Download wird eingeleitet.
06.01.1980 02:10:47 - Führe Events aus: Downloadstart
06.01.1980 02:10:47 - Events ausgeführt.
06.01.1980 02:10:47 - [Netload Debug] uJax5owsip
06.01.1980 02:10:47 - [Netload Debug] LenHTML: 35440
06.01.1980 02:10:47 - [Netload Debug] HTML:
<!--./share/templates/header.tpl-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
<head>
<title>Netload Serious Filehosting - Netload</title>
<link href="/share/styles/standard.css" rel="stylesheet" type="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="keywords" content="netload,downloads,uploads,sharehoster,filehosting,hosting,webhosting,storage,premium,unmlimited,earn money,cash,wolrdwide,mirror,ftp,ftp hosting,ftp upload,remote,remote upload,fileshareing,share,pay" />

<!--./share/templates/javascript.tpl-->
<script type="text/javascript">
var intObjs=0;

function frmt(intNbr) {
return (intNbr<10 ? '0' : '') + Math.floor(intNbr) +':';
}
function fillnum(i, j) {
if (i.indexOf('.') == -1) i = i + '.';
while (i.length < j)
i = i + '0';

return i;
}
var sss = -10;
var timelimit;
var timevalue;

function countdown(intSec,strTgt,strCmd) {
if (sss == -10)
sss = intSec.toString().length + 1;
if(document.getElementById) {
try {
var args = countdown.arguments;
var disp1 = intSec;
var disp = disp1;

if(args.length > 2)
{
if(disp > 60000)
{
timelimit = fillnum((disp/6000).toString(), sss);
timevalue = 'Minuten';
}
else
{
timelimit = fillnum((disp/100).toString(), sss);
timevalue = 'Sekunden';
}

document.getElementById('count_'+strTgt).firstChild.data = timelimit +' '+ timevalue;
}
else {
strCmd = (args.length>1) ? args[1] : '';
strTgt = intObjs;
var Teil = disp;

document.write('<span id="count_'+ intObjs++ +'">'+ Teil +'<\/span>');
}

if (intSec > 0)
window.setTimeout('countdown('+(intSec-9)+','+strTgt+',\''+strCmd+'\')',90);
else
eval(strCmd);
}
catch(e){}
}
}

function change()
{
document.getElementById('changeDiv').style.display = 'none';
document.getElementById('downloadDiv').style.display = 'inline';
}

function showUploadOption(strDiv)
{
switch(strDiv)
{
case 'Upload_Normal':
document.getElementById('Upload_Remote').style.display = 'none';
document.getElementById('Upload_Multi').style.display = 'none';

document.getElementById('Upload_Normal').style.display = 'inline';

document.getElementById('Upload_Submit_Container').style.display = 'inline';
document.getElementById('Upload_Folder_Container').style.display = 'none';

document.getElementById('Form_Submit').className = 'Upload_Submit';

break;

case 'Upload_Remote':
document.getElementById('Upload_Multi').style.display = 'none';
document.getElementById('Upload_Normal').style.display = 'none';

document.getElementById('Upload_Remote').style.display = 'inline';

document.getElementById('Upload_Submit_Container').style.display = 'inline';
document.getElementById('Upload_Folder_Container').style.display = 'none';

document.getElementById('Form_Submit').className = 'Upload_Submit';

break;

case 'Upload_Multi':
document.getElementById('Upload_Remote').style.display = 'none';
document.getElementById('Upload_Normal').style.display = 'none';

document.getElementById('Form_Submit').className = 'Upload_Multi_Submit';

document.getElementById('Upload_Submit_Container').style.display = 'none';
document.getElementById('Upload_Folder_Container').style.display = 'inline';

document.getElementById('Upload_Multi').style.display = 'inline';

break;

default:
document.getElementById('Upload_Remote').style.display = 'none';
document.getElementById('Upload_Multi').style.display = 'none';

document.getElementById('Upload_Normal').style.display = 'inline';

document.getElementById('Upload_Submit_Container').style.display = 'inline';
document.getElementById('Upload_Folder_Container').style.display = 'none';

document.getElementById('Form_Submit').classname = 'Upload_Submit';

break;
}
}

function TextCopy(FeldID)
{
document.getElementById(FeldID).focus();
document.getElementById(FeldID).select();

if(document.all)
{
Bereich = document.getElementById(FeldID).createTextRange();
Bereich.execCommand("Copy");
}
}

function refresh(link)
{
document.location.href = link;
}

function SelectAll(form) {

for(var x=0;x<document.getElementById('form').elements.length;x++) {
var y=document.getElementById('form').elements[x];
if(y.name!='ALL') y.checked=document.getElementById('form').ALL.checked;
}
}

function SelectPart(masterbox, name) {
f = masterbox.form; // ein Pointer zum Formular
for(i=0; i<f.elements.length;i++)
{
if (f.elements.name == name)
{
f.elements.checked = masterbox.checked;
}
}
}

function popupChat(w,h) {

var ch_interface;

if(navigator.product == 'Gecko') {
ch_interface = 'mozilla';
}else if(navigator.appName == 'Microsoft Internet Explorer' &&
navigator.userAgent.indexOf("Mac_PowerPC") > 0) {
ch_interface = 'konqueror';
}else if(navigator.appName == 'Microsoft Internet Explorer') {
ch_interface = 'ie';
}else if(navigator.appName == 'Konqueror') {
ch_interface = 'konqueror';
}else if(window.opera) {
ch_interface = 'opera';
}

x = screen.availWidth/2-w/2;
y = screen.availHeight/2-h/2;
var popupWindow = window.open('index.php?id=11&showChat=true&chat_nickname=' + document.getElementById('chat_nickname').value + '&chat_interface=' + ch_interface,'Chatroom','width='+w+',height='+h+',left='+x+',top='+y+',screenX='+x+',screenY='+y);
}

function showUploadChooseOptions(strDiv) {
switch(strDiv)
{
case 'Choose_Lokal':
document.getElementById('Choose_Lokal').style.display = 'inline';
document.getElementById('Choose_Remote').style.display = 'none';
document.getElementById('_Remote').checked = false;

break;

case 'Choose_Remote':
document.getElementById('Choose_Lokal').style.display = 'none';
document.getElementById('Choose_Remote').style.display = 'inline';
document.getElementById('Lokal').checked = false;

break;
}
}

function showBannerChooseTypes(strDiv) {

document.getElementById('div1').style.display = 'none';
document.getElementById('div2').style.display = 'none';
document.getElementById('div3').style.display = 'none';
document.getElementById('div4').style.display = 'none';
document.getElementById('div5').style.display = 'none';

document.getElementById('div' + strDiv.value).style.display = 'inline';
}

function popUnder(pplink, ppwidth, ppheight, ppcookie)
{
var popunder=pplink;
var winfeatures="width=" + ppwidth + ",height=" + ppheight + ",scrollbars=1,resizable=1,toolbar=0,location=0,menubar=0,status=1,directories=0";
var once_per_session = 0;

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function loadornot(){
if (get_cookie('popunder')==''){
loadpopunder()
document.cookie="popunder=yes"
}
}

function loadpopunder(){
win2=window.open(popunder,"",winfeatures)
win2.blur()
window.focus()
}

if (once_per_session==0)
loadpopunder()
else
loadornot()
}

function jumpMenu(targ,selObj,restore)
{
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}

function runde(x, n) {
if (n < 1 || n > 14) return false;
var e = Math.pow(10, n);
var k = (Math.round(x * e) / e).toString();
if (k.indexOf('.') == -1) k += '.';
k += e.toString().substring(1);
return k.substring(0, k.indexOf('.') + n+1);
}

function changeAmount(loc, eur_usd, usd_eur, usd_egold)
{
var amount = loc.value;
var currency;
if(document.getElementById('currency').value == 'EUR') currency = 'Euro'; else currency = 'USD';

if(isNaN(amount)) {
resetAllAmount();
alert("Bitte nur Zahlen eingeben und als Trennzeichen einen Punkt benutzen!");
return false;
}

if(currency == 'Euro') {
if((parseFloat(amount * eur_usd)) > parseFloat(document.getElementById('total_amount').innerHTML)) {
resetAllAmount();
alert('Sie koennen maximal ' + document.getElementById('total_amount').innerHTML + ' USD oder ' + runde(document.getElementById('total_amount').innerHTML * usd_eur, 2) + ' Euro abheben!');
return false;
}

if(parseFloat(amount * eur_usd) < 50) {
resetAllAmount();
alert("Auszahlung ab 50 USD!");
return false;
}
}
else
{
if(parseFloat(amount) > parseFloat(document.getElementById('total_amount').innerHTML)) {
resetAllAmount();
alert('Sie koennen maximal ' + document.getElementById('total_amount').innerHTML + ' USD oder ' + runde(document.getElementById('total_amount').innerHTML * usd_eur, 2) + ' Euro abheben!');
return false;
}

if(amount < 50) {
resetAllAmount();
alert("Auszahlung ab 50 USD!");
return false;
}
}

// Taxes
var transfer_tax = 0.5;
var eu_transfer_tax = 2.5;
var paypal_transfer_tax = 2.0;
var scheck_transfer_tax = 5.0;
var egold_transfer_tax = 4.5;
// Ende.

if(currency == 'USD') {
transfer_tax = transfer_tax * eur_usd;
eu_transfer_tax = eu_transfer_tax * eur_usd;
paypal_transfer_tax = paypal_transfer_tax * eur_usd;
scheck_transfer_tax = scheck_transfer_tax * eur_usd;
//egold_transfer_tax = egold_transfer_tax * eur_usd;
}

// Betraege
amount_transfer = amount - transfer_tax;
amount_eu_transfer = amount - eu_transfer_tax;
amount_paypal_transfer = amount - paypal_transfer_tax;
amount_scheck_transfer = amount - scheck_transfer_tax;
//amount_egold_transfer = amount - egold_transfer_tax;
// Ende.

document.getElementById('transfer_amount').innerHTML = runde(amount_transfer, 2) + ' ' + currency;
document.getElementById('eu_transfer_amount').innerHTML = runde(amount_eu_transfer, 2) + ' ' + currency;
document.getElementById('paypal_transfer_amount').innerHTML = runde(amount_paypal_transfer, 2) + ' ' + currency;
document.getElementById('scheck_transfer_amount').innerHTML = runde(amount_scheck_transfer, 2) + ' ' + currency;

/*if(amount_egold_transfer) {
amount_egold_transfer = amount_egold_transfer * usd_egold;
}

document.getElementById('egold_transfer_amount').innerHTML = runde(amount_egold_transfer, 4) + ' grams';
*/
if(currency != 'USD') {
amount_USD = amount * eur_usd;
}
else
{
amount_USD = amount;
}

total_amount_USD = parseFloat(document.getElementById('total_amount').innerHTML);
document.getElementById('rest_amount').innerHTML = runde(total_amount_USD - amount_USD, 2);
}
function resetAllAmount()
{
document.getElementById('amount').value = 0;
document.getElementById('transfer_amount').innerHTML = '--- --';
document.getElementById('eu_transfer_amount').innerHTML = '--- --';
document.getElementById('paypal_transfer_amount').innerHTML = '--- --';
document.getElementById('scheck_transfer_amount').innerHTML = '--- --';
//document.getElementById('egold_transfer_amount').innerHTML = '--- --';
}

function changeCurrency(loc, eur_usd, usd_eur, usd_egold) {

var amount = document.getElementById('amount').value;

// Taxes
var transfer_tax = 0.5;
var eu_transfer_tax = 2.5;
var paypal_transfer_tax = 2.0;
var scheck_transfer_tax = 5.0;
var egold_transfer_tax = 4.5;
// Ende.

var currency = loc.value;

if(currency == 'USD') {
transfer_tax = transfer_tax * eur_usd;
eu_transfer_tax = eu_transfer_tax * eur_usd;
paypal_transfer_tax = paypal_transfer_tax * eur_usd;
scheck_transfer_tax = scheck_transfer_tax * eur_usd;
egold_transfer_tax = egold_transfer_tax * eur_usd;
}

// Betraege
amount_transfer = amount - transfer_tax;
amount_eu_transfer = amount - eu_transfer_tax;
amount_paypal_transfer = amount - paypal_transfer_tax;
amount_scheck_transfer = amount - scheck_transfer_tax;
amount_egold_transfer = amount - egold_transfer_tax;
// Ende.

document.getElementById('transfer_amount').innerHTML = runde(amount_transfer, 2) + ' ' + currency;
document.getElementById('eu_transfer_amount').innerHTML = runde(amount_eu_transfer, 2) + ' ' + currency;
document.getElementById('paypal_transfer_amount').innerHTML = runde(amount_paypal_transfer, 2) + ' ' + currency;
document.getElementById('scheck_transfer_amount').innerHTML = runde(amount_scheck_transfer, 2) + ' ' + currency;

if(amount_egold_transfer) {
amount_egold_transfer = amount_egold_transfer * usd_egold;
}

//document.getElementById('egold_transfer_amount').innerHTML = runde(amount_egold_transfer, 4) + ' grams';

if(currency != 'USD') {
amount_USD = amount * eur_usd;
}
else
{
amount_USD = amount;
}

total_amount_USD = parseFloat(document.getElementById('total_amount').innerHTML);
document.getElementById('rest_amount').innerHTML = runde(total_amount_USD - amount_USD, 2);
}

function checkAmountMethods()
{
if(document.getElementById('amount').value <= 0) {
alert("Geben Sie bitte einen Betrag an!");
return false;
}

if(isNaN(document.getElementById('amount').value)) {
alert("Bitte nur Zahlen eingeben und als Trennzeichen einen Punkt benutzen!");
return false;
}

if(!document.getElementById('receptionist_address').value) {
alert("Bitte Empf&auml;ngeranschrift eintragen!");
return false;
}

if(document.payoff.transfer_method[0].checked == true) {

if(!document.getElementById('account_owner').value) {
alert("Bitte Kontoinhaber eintragen!");
return false;
}

if(!document.getElementById('account_number').value) {
alert("Bitte Kontonummer eintragen!");
return false;
}

if(!document.getElementById('bank_code').value) {
alert("Bitte Bankleitzahl eintragen!");
return false;
}

}
else if(document.payoff.transfer_method[1].checked == true) {

if(!document.getElementById('eu_account_owner').value) {
alert("Bitte Kontoinhaber eintragen!");
return false;
}

if(!document.getElementById('ban').value) {
alert("Bitte BAN eintragen!");
return false;
}

if(!document.getElementById('swift').value) {
alert("Bitte SWIFT eintragen!");
return false;
}

}
else if(document.payoff.transfer_method[2].checked == true) {

if(!document.getElementById('paypal_account').value) {
alert("Bitte Paypal Account eintragen!");
return false;
}

}
else if(document.payoff.transfer_method[3].checked == true) {

if(!document.getElementById('receptionist').value) {
alert("Bitte Empfaenger eintragen!");
return false;
}

}
else if(document.payoff.transfer_method[4].checked == true) {

if(!document.getElementById('egold_account').value) {
alert("Bitte e-gold Account eintragen!");
return false;
}
}
else
{
alert("Bitte eine Zahlungsoption waehlen!");
return false;
}

if(!document.getElementById('receptionist_address').value) {
alert("Bitte Empfaengeranschrift eintragen!");
return false;
}

return true;
}

function disableSubmit() {
}

function display( notifier, str, cut ) {
if(cut == 1) {
document.getElementById(notifier).innerHTML = 'Please wait ' + str + ' seconds until you can start the free download.';
} else {
document.getElementById(notifier).innerHTML = 'Please wait ' + str + ' seconds until you can start the free download.';
}
}

function toMinuteAndSecond( x ) {
var sec = (x%60<10?'0':'')+x%60;
return Math.floor(x/60) + ':' + sec.slice(0, 1) + '0';
}

function setTimer( remain, actions, cut ) {
if(!remain)
document.getElementById('download').style.display = 'inline';

(function countdown() {
display('countdown', toMinuteAndSecond(remain), cut);
actions[remain] && actions[remain]();
(remain -= 1) >= 0 && setTimeout(arguments.callee, 1000);
})();
}

</script>
<!--./share/templates/javascript.tpl-->


</head>
<body>
<center>
<div id="Container">
<div style="height: 100px;">

</div>
<div id="Logo"><a href="index.php"><img src="/share/images/spacer.gif" width="100%" height="100%" alt="Netload.in" /></a></div>

<map name="Navigation">
<area shape="rect" coords="35,30,85,60" href="/index.php?id=1" />
<area shape="rect" coords="88,30,155,60" href="/index.php?id=5" />
<area shape="rect" coords="170,30,200,60" href="/index.php?id=11" />
<area shape="rect" coords="213,30,255,60" href="/index.php?id=12" />
<area shape="rect" coords="269,30,292,60" href="/index.php?id=13" />
<area shape="rect" coords="306,30,360,60" href="/index.php?id=14" />
</map>

<div id="Navigation"><img usemap="#Navigation" src="/share/images/lang/en/header_line_background.gif" alt="" /></div>


<!--./share/templates/loginform.tpl-->
<div id="Login" style="background-image: url(share/images/lang/en/header_login_background.gif);">
<form action="index.php" method="post">
<input class="Username" value="username" name="txtuser" type="text" onfocus="if(this.value=='username') this.value=''" onblur="if(this.value=='')this.value='username'" />
<input class="Password" value="********" name="txtpass" type="password" onfocus="if(this.value=='********') this.value=''" onblur="if(this.value=='')this.value='********'" />

<input type="hidden" name="txtcheck" value="login" />
<input class="Submit_Button" name="txtlogin" value="" type="submit" />
<input class="Lost_Pass" onClick="window.location.href='index.php?id=15'"/>
</form>
</div>
<!--./share/templates/loginform.tpl-->


<br style="clear: both;" />



<div id="Content_Container">
<div id="InLine_Content_Container">



<!--./share/templates/header.tpl-->

<!--./share/templates/download_load_fast_xmas.tpl-->


<br/>
<div class="dl_first_bg_container">
<div class="dl_first_bg">

<div class="dl_first_link1" onclick="document.location.href='index.php?id=5'">&nbsp;</div>

<div class="dl_first_link2">
<div class="Free_dl" style="cursor: auto;"><img src="share/images/spacer.gif" alt="" class="whitelink" style="width: 100%; height: 100%;" /></div></div>

<div style="position: absolute; left: 120px; top: 112px;">
<img src="share/images/dl_first_tacho.gif" alt="" /></div>

<div style="position: absolute; left: 393px; top: 112px;">
<img src="share/images/dl_first_tacho2.gif" alt="" /></div>

<div class="dl_first_file_download">
File download</div>

<div class="dl_first_filename">
EntVerFal720.part01.rar<span style="color: #8d8d8d;">, 100 MB</span></div>

<div class="dl_first_duration1">
estimated download time at 16 mbit/s</div>

<div class="dl_first_duration2">
estimated time with a free download</div>

<div class="dl_first_time1">
<span class="dl_first_orange">1</span> minute</div>

<div class="dl_first_time2">
more than <span class="dl_first_orange">20</span> minutes</div>

</div>

<div class="dl_first_btn_bg">
<div class="dl_first_btn1" onclick="document.location.href='index.php?id=5'">
<div class="dl_first_btn_pad">
get your premium account now and start downloading immediately</div></div>
<div class="dl_first_btn2">

<div id="countdown" style="padding-top: 10px;"></div>
<div id="download" style="display: none;">
<div style="padding-top: 15px;">
<a class="download_fast_link" href="index.php?id=10&file_id=uJax5owsip&load=1">Start Free Download</a>
</div>
</div>

<script type="text/javascript">
setTimer(10, {
10: function () { display("countdown", "10"); },
9: function () { display("countdown", "9"); },
8: function () { display("countdown", "8"); },
7: function () { display("countdown", "7"); },
6: function () { display("countdown", "6"); },
5: function () { display("countdown", "5"); },
4: function () { display("countdown", "4"); },
3: function () { display("countdown", "3"); },
2: function () { display("countdown", "2"); },
1: function () { display("countdown", "1"); },

0: function () {
document.getElementById('countdown').style.display = 'none';
document.getElementById('download').style.display = 'inline';
}
});
</script>

</div>
</div>

<div class="dl_first_line">
<div class="dl_line_left"><div class="dl_line_pad">
<div style="float: left;">&raquo; no download limit</div>
<div style="float: left; padding-left: 5px; font-weight: bold; text-decoration: underline; font-size: 0.8em; font-family: Tahoma;">
<a href="#1" class="whitelink">1</a></div>
<br style="clear: both;" />
</div></div>
<div class="dl_line_right"><div class="dl_line_pad">
&raquo; 100MB download limit per hour</div></div>
</div>
<div class="dl_first_line">
<div class="dl_line_left"><div class="dl_line_pad">
&raquo; download speed up to 16 mbit/s</div></div>
<div class="dl_line_right"><div class="dl_line_pad">
&raquo; no guaranteed download speed</div></div>
</div>
<div class="dl_first_line">
<div class="dl_line_left"><div class="dl_line_pad">
&raquo; unlimited parallel downloads</div></div>
<div class="dl_line_right"><div class="dl_line_pad">
&raquo; no parallel downloads</div></div>
</div>
<div class="dl_first_line">
<div class="dl_line_left"><div class="dl_line_pad">
<div style="float: left;">&raquo; uploaded files are mirrored</div>
<div style="float: left; padding-left: 5px; font-weight: bold; text-decoration: underline; font-size: 0.8em; font-family: Tahoma;">
<a href="#2" class="whitelink">2</a></div>
<br style="clear: both;" />
</div></div>
<div class="dl_line_right"><div class="dl_line_pad">
&raquo; inactive files are removed after 30 days</div></div>
</div>
<div class="dl_first_line">
<div class="dl_line_left"><div class="dl_line_pad">
&raquo; instant downloading, no waiting period</div></div>
<div class="dl_line_right"><div class="dl_line_pad">
&raquo; waiting period before every download</div></div>
</div>
<div class="dl_first_line">
<div class="dl_line_left"><div class="dl_line_pad">
<div style="float: left;">&raquo; no advertising, no popups</div>
<div style="float: left; padding-left: 5px; font-weight: bold; text-decoration: underline; font-size: 0.8em; font-family: Tahoma;">
<a href="#3" class="whitelink"></a></div>
<br style="clear: both;" />
</div></div>
<div class="dl_line_right"><div class="dl_line_pad">
&raquo; some advertising and popups</div></div>
</div>
<div class="dl_first_line">
<div class="dl_line_left"><div class="dl_line_pad">
<div style="float: left;">&raquo; FTP & FXP Upload</div>
<div style="float: left; padding-left: 5px; font-weight: bold; text-decoration: underline; font-size: 0.8em; font-family: Tahoma;">
<a href="#3" class="whitelink">3</a></div>
<br style="clear: both;" />
</div></div>
<div class="dl_line_right"><div class="dl_line_pad">
&raquo; Download Accelerator support</div></div>
</div>
<div class="dl_first_line">
<div class="dl_line_left"><div class="dl_line_pad">
<div style="float: left;">&raquo; resume broken downloads</div>
<div style="float: left; padding-left: 5px; font-weight: bold; text-decoration: underline; font-size: 0.8em; font-family: Tahoma;">
<a href="#4" class="whitelink"></a></div>
<br style="clear: both;" />
</div></div>
</div>
<div class="dl_first_line">
<div class="dl_line_left"><div class="dl_line_pad">
<div style="float: left;">&raquo; unlimited storage space</div>
<div style="float: left; padding-left: 5px; font-weight: bold; text-decoration: underline; font-size: 0.8em; font-family: Tahoma;">
<a href="#5" class="whitelink">4</a></div>
<br style="clear: both;" />
</div></div>
</div>
<div class="dl_first_line">
<div class="dl_line_left"><div class="dl_line_pad">
<div style="float: left;">&raquo; no automatic removal of your files</div>
<div style="float: left; padding-left: 5px; font-weight: bold; text-decoration: underline; font-size: 0.8em; font-family: Tahoma;">
<a href="#5" class="whitelink">5</a></div>
<br style="clear: both;" />
</div></div>
</div>
<div class="dl_first_line">
<div class="dl_line_left"><div class="dl_line_pad">
<div style="float: left;">&raquo; preferrential support</div>
<div style="float: left; padding-left: 5px; font-weight: bold; text-decoration: underline; font-size: 0.8em; font-family: Tahoma;">
<a href="#6" class="whitelink">6</a></div>
<br style="clear: both;" />
</div></div>
</div>
<div class="dl_first_line">
<div class="dl_line_left"><div class="dl_line_pad">
<div style="float: left;">&raquo; 2 additional premium days</div>
<div style="float: left; padding-left: 5px; font-weight: bold; text-decoration: underline; font-size: 0.8em; font-family: Tahoma;">
<a href="#7" class="whitelink">7</a></div>
<br style="clear: both;" />
</div></div>
</div>

</div>


<div class="dl_first_buy_container">
<div class="dl_first_buy1_xmas" id="dl_first_buy1_xmas" style="background-image: url(share/images/lang/en/dl_first_buy_xmas.jpg);">

<div class="dl_first_buy2">
Premium Account<br/><span class="dl_first_buy3">order now and start downloading immediately</span></div>

<div class="dl_first_product1">
<div class="dl_first_product_pad">2 days</div></div>
<div class="dl_first_product2">
<div class="dl_first_product_pad">1 month<br/><span class="dl_first_product_bonus">27 Cent each day</span></div></div>
<div class="dl_first_product3">
<div class="dl_first_product_pad">3 months<br/><span class="dl_first_product_bonus">21 Cent each day</span></div></div>
<div class="dl_first_product4">
<div class="dl_first_product_pad">6 months<br/><span class="dl_first_product_bonus">20 Cent each day</span></div></div>
<div class="dl_first_product5">
<div class="dl_first_product_pad">1 year<br/><span class="dl_first_product_bonus">15 Cent each day</span></div></div>

<div class="dl_first_bonus1 dl_first_bonus_text">
12%<br/><span class="dl_first_bonus_text2">DISCOUNT</span></div>

<div class="dl_first_bonus2 dl_first_bonus_text">
25%<br/><span class="dl_first_bonus_text2">DISCOUNT</span></div>

<div class="dl_first_bonus3 dl_first_bonus_text">
44%<br/><span class="dl_first_bonus_text2">DISCOUNT</span></div>


<div class="dl_first_price1 dl_first_price_text">4,50&euro;</div>
<div class="dl_first_price2 dl_first_price_text">8,00&euro;</div>
<div class="dl_first_price3 dl_first_price_text">21,00&euro;</div>
<div class="dl_first_price4 dl_first_price_text">36,00&euro;</div>
<div class="dl_first_price5 dl_first_price_text">54,00&euro;</div>

<div class="dl_first_products1">
<a href="index.php?id=5&action=process&via=paypal&product_id=1">
<img src="/share/images/button_anmeldung_paypal.jpg" alt="" /></a>

<a href="index.php?id=5&action=process&via=eBank&product_id=1">
<img src="/share/images/button_anmeldung_ebank.jpg" alt="" /></a>

<a href="index.php?id=5&action=process&via=phone&product_id=1">
<img src="/share/images/button_anmeldung_phone.jpg" alt="" /></a>

<a href="index.php?id=5&action=process&via=moneybookers&product_id=1">
<img src="/share/images/button_anmeldung_moneybookers.gif" alt="" /></a>

<a href="index.php?id=5&action=process&via=creditcard&product_id=1">
<img src="/share/images/button_anmeldung_creditcard.jpg" alt="" /></a>
</div>

<div class="dl_first_products2">
<a href="index.php?id=5&action=process&via=paypal&product_id=2">
<img src="/share/images/button_anmeldung_paypal.jpg" alt="" /></a>

<a href="index.php?id=5&action=process&via=eBank&product_id=2">
<img src="/share/images/button_anmeldung_ebank.jpg" alt="" /></a>

<a href="index.php?id=5&action=process&via=phone&product_id=2">
<img src="/share/images/button_anmeldung_phone.jpg" alt="" /></a>

<a href="index.php?id=5&action=process&via=moneybookers&product_id=2">
<img src="/share/images/button_anmeldung_moneybookers.gif" alt="" /></a>

<a href="index.php?id=5&action=process&via=creditcard&product_id=2">
<img src="/share/images/button_anmeldung_creditcard.jpg" alt="" /></a>
</div>

<div class="dl_first_products3">
<a href="index.php?id=5&action=process&via=paypal&product_id=3">
<img src="/share/images/button_anmeldung_paypal.jpg" alt="" /></a>

<a href="index.php?id=5&action=process&via=eBank&product_id=3">
<img src="/share/images/button_anmeldung_ebank.jpg" alt="" /></a>

<a href="index.php?id=5&action=process&via=moneybookers&product_id=3">
<img src="/share/images/button_anmeldung_moneybookers.gif" alt="" /></a>

<a href="index.php?id=5&action=process&via=creditcard&product_id=3">
<img src="/share/images/button_anmeldung_creditcard.jpg" alt="" /></a>
</div>

<div class="dl_first_products4">
<a href="index.php?id=5&action=process&via=paypal&product_id=4">
<img src="/share/images/button_anmeldung_paypal.jpg" alt="" /></a>

<a href="index.php?id=5&action=process&via=eBank&product_id=4">
<img src="/share/images/button_anmeldung_ebank.jpg" alt="" /></a>

<a href="index.php?id=5&action=process&via=moneybookers&product_id=4">
<img src="/share/images/button_anmeldung_moneybookers.gif" alt="" /></a>

<a href="index.php?id=5&action=process&via=creditcard&product_id=4">
<img src="/share/images/button_anmeldung_creditcard.jpg" alt="" /></a>
</div>

<div class="dl_first_products5">
<a href="index.php?id=5&action=process&via=paypal&product_id=5">
<img src="/share/images/button_anmeldung_paypal.jpg" alt="" /></a>

<a href="index.php?id=5&action=process&via=eBank&product_id=5">
<img src="/share/images/button_anmeldung_ebank.jpg" alt="" /></a>

<a href="index.php?id=5&action=process&via=moneybookers&product_id=5">
<img src="/share/images/button_anmeldung_moneybookers.gif" alt="" /></a>

<a href="index.php?id=5&action=process&via=creditcard&product_id=5">
<img src="/share/images/button_anmeldung_creditcard.jpg" alt="" /></a>
</div>

</div>



<div style="padding-left: 15px;">
<div style="font-family: 'Tahoma'; font-size: 0.9em; color: #777; line-height: 1.5em; text-align: justify; width: 760px;">
Your netload premium account does not renew automatically. We recommend to extend your account in a timely manner, if you want to keep your premium account. Please order an extension while you are logged in.

<br/><br/>

<div style="font-size: 1em;">

<div style="float: left; width: 15px;">
<span style="font-weight: bold; text-decoration: underline; font-size: 0.8em; font-family: Tahoma;">1</span></div>
<div style="float: left; width: 720px;">
<a name="1"></a>
There is no download limit with a netload premium account. You can download as much as you want.
</div>
<br style="clear: both;"/>

<div style="float: left; width: 15px;">
<span style="font-weight: bold; text-decoration: underline; font-size: 0.8em; font-family: Tahoma;">2</span></div>
<div style="float: left; width: 720px;">
<a name="2"></a>
Your uploaded files are saved on at least 2 different server systems. Because of this it's almost impossible that the files are lost due to single hardware defects. Inactive copies will be removed, if the size of all your uploads exceeds 100GB.
</div>
<br style="clear: both;"/>

<div style="float: left; width: 15px;">
<span style="font-weight: bold; text-decoration: underline; font-size: 0.8em; font-family: Tahoma;">3</span></div>
<div style="float: left; width: 720px;">
<a name="3"></a>
You can upload files comfortably with FTP or FXP to our servers and convert them into netload links with a few clicks. Interrupted uploads can be resumed.
</div>
<br style="clear: both;"/>

<div style="float: left; width: 15px;">
<span style="font-weight: bold; text-decoration: underline; font-size: 0.8em; font-family: Tahoma;">4</span></div>
<div style="float: left; width: 720px;">
<a name="4"></a>
There's no upload limit. You can upload as much as you want.
</div>
<br style="clear: both;"/>

<div style="float: left; width: 15px;">
<span style="font-weight: bold; text-decoration: underline; font-size: 0.8em; font-family: Tahoma;">5</span></div>
<div style="float: left; width: 720px;">
<a name="5"></a>
Files uploaded with a premium account are not removed automatically. Inactive files have not been downloaded for the last 90 days will be removed if the size of your uploads exceed 500GB.
</div>
<br style="clear: both;"/>

<div style="float: left; width: 15px;">
<span style="font-weight: bold; text-decoration: underline; font-size: 0.8em; font-family: Tahoma;">6</span></div>
<div style="float: left; width: 720px;">
<a name="6"></a>
Your e-Mail and support inquiries will be handled preferentially. You will get quicker response times.
</div>
<br style="clear: both;"/>

<div style="float: left; width: 15px;">
<span style="font-weight: bold; text-decoration: underline; font-size: 0.8em; font-family: Tahoma;">7</span></div>
<div style="float: left; width: 720px;">
You will get 2 additional premium days in the next 12 months for every premium order you have placed. You will receive an e-Mail 24 hours before your bonus days begin. Receiving an earlier notice is not possible.
</div>
<br style="clear: both;"/>

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

<!--./share/templates/download_load_fast_xmas.tpl-->

<!--./share/templates/footer.tpl-->
</div>
</div>
<div id="Footer">&nbsp;</div>

<div style="float: right; padding-right: 20px; font-family: Verdana; font-size: 0.7em;">

<a href="index.php?id=39">Earn up to 100$</a> <a href="http://netload.in/index.php?id=10&file_ ... g=de"><img src="/share/images/flags/de.gif" alt="de" /></a> <a href="http://netload.in/index.php?id=10&file_ ... g=en"><img src="/share/images/flags/us.gif" alt="en" /></a> <a href="http://netload.in/index.php?id=10&file_ ... g=fr"><img src="/share/images/flags/fr.gif" alt="fr" /></a> <a href="http://netload.in/index.php?id=10&file_ ... g=sk"><img src="/share/images/flags/sk.gif" alt="sk" /></a>

</div>
<br style="clear: both;"/>




</div>

<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">
var pageTracker = _gat._getTracker("UA-423376-1");
pageTracker._trackPageview();
</script>
</center>
</body>
</html>

<!--./share/templates/footer.tpl-->

06.01.1980 02:10:47 - [Netload Debug] Step 1
06.01.1980 02:10:47 - EntVerFal720.part01.rar: Unbekannter Fehler im Plugin[netload.in]!
06.01.1980 02:10:47 - Führe Events aus: Download fehlgeschlagen
06.01.1980 02:10:47 - Events ausgeführt.


User avatar
Hendi
CandiSoft Developer
Posts: 433
Joined: 27 Jul 2008 13:50
Re: Unbekannter Fehler im Plugin[netload.in]!

Post by Hendi »

Sehr interessant.

<a class="download_fast_link" href="index.php?id=10&file_id=uJax5owsip&load=1">Start Free Download</a>

Warum denn fast_link? Sowas ist bei mir nicht. Ist es im Browser auch so, dass du 10 Sekunden warten musst und dann erst dieser Knopf erscheint? Bei mir kann ich direkt Free auswählen und bekomme dann nach einer Wartezeit das Captcha zu sehen.

Fritz123
10% Load!er
Posts: 10
Joined: 04 Jan 2010 20:11
Re: Unbekannter Fehler im Plugin[netload.in]!

Post by Fritz123 »

Das ist ja komisch. Bei mir sieht es so aus:

Image
Da wird von 10 Sekunden runtergezählt. Dannach erscheint "Start Free Download"

Image

Wenn ich dann da klicke startet der Download sofort, ohne Captcha oder sonstiges.

Hier habe ich mal eine Datei zum testen hochgeladen. Wie sieht es bei dir aus?
http://netload.in/datei3VVwEP5zvJ.htm

User avatar
Hendi
CandiSoft Developer
Posts: 433
Joined: 27 Jul 2008 13:50
Re: Unbekannter Fehler im Plugin[netload.in]!

Post by Hendi »

Bei mir steht da direkt "Fortfahren mit Gratis-Download", klicke ich darauf bekomme ich die Seite mit dem Captcha zu sehen.

Habe mal was ausprobiert, das Plugin ist schon auf dem Updateserver. Wenn du Glück hast funktioniert es sogar ;)

Fritz123
10% Load!er
Posts: 10
Joined: 04 Jan 2010 20:11
Re: Unbekannter Fehler im Plugin[netload.in]!

Post by Fritz123 »

Der Download funktioniert, nur leider wird die Meldung "Download Traffic aufgebraucht" nicht "erkannt" und es wird deswegen kein Reconnect durchgeführt.
Log:
07.01.2010 00:27:13 - CandiSoft - Load! 0.5.3 wurde gestartet.
07.01.2010 00:27:14 - Führe Events aus: Programmstart
07.01.2010 00:27:14 - Events ausgeführt.
07.01.2010 00:27:22 - xyz.part12.rar: Download wird eingeleitet.
07.01.2010 00:27:22 - Führe Events aus: Downloadstart
07.01.2010 00:27:22 - Events ausgeführt.
07.01.2010 00:27:38 - xyz.part12.rar: @netload.in, FastDownload
07.01.2010 00:27:39 - xyz.part12.rar: Download initialisiert.
07.01.2010 00:30:52 - Führe Events aus: Download erfolgreich abgeschlossen
07.01.2010 00:30:52 - Events ausgeführt.
07.01.2010 00:30:52 - xyz.part12.rar: Download abgeschlossen.
07.01.2010 00:30:52 - xyz.part13.rar: Download wird eingeleitet.
07.01.2010 00:30:52 - Führe Events aus: Downloadstart
07.01.2010 00:30:52 - Events ausgeführt.
07.01.2010 00:31:04 - HTML:
<!--./share/templates/header.tpl-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
<head>
<title>Netload Serious Filehosting - Netload</title>
<link href="/share/styles/standard.css" rel="stylesheet" type="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="keywords" content="netload,downloads,uploads,sharehoster,filehosting,hosting,webhosting,storage,premium,unmlimited,earn money,cash,wolrdwide,mirror,ftp,ftp hosting,ftp upload,remote,remote upload,fileshareing,share,pay" />

<!--./share/templates/javascript.tpl-->
<script type="text/javascript">
var intObjs=0;

function frmt(intNbr) {
return (intNbr<10 ? '0' : '') + Math.floor(intNbr) +':';
}
function fillnum(i, j) {
if (i.indexOf('.') == -1) i = i + '.';
while (i.length < j)
i = i + '0';

return i;
}
var sss = -10;
var timelimit;
var timevalue;

function countdown(intSec,strTgt,strCmd) {
if (sss == -10)
sss = intSec.toString().length + 1;
if(document.getElementById) {
try {
var args = countdown.arguments;
var disp1 = intSec;
var disp = disp1;

if(args.length > 2)
{
if(disp > 60000)
{
timelimit = fillnum((disp/6000).toString(), sss);
timevalue = 'Minuten';
}
else
{
timelimit = fillnum((disp/100).toString(), sss);
timevalue = 'Sekunden';
}

document.getElementById('count_'+strTgt).firstChild.data = timelimit +' '+ timevalue;
}
else {
strCmd = (args.length>1) ? args[1] : '';
strTgt = intObjs;
var Teil = disp;

document.write('<span id="count_'+ intObjs++ +'">'+ Teil +'<\/span>');
}

if (intSec > 0)
window.setTimeout('countdown('+(intSec-9)+','+strTgt+',\''+strCmd+'\')',90);
else
eval(strCmd);
}
catch(e){}
}
}

function change()
{
document.getElementById('changeDiv').style.display = 'none';
document.getElementById('downloadDiv').style.display = 'inline';
}

function showUploadOption(strDiv)
{
switch(strDiv)
{
case 'Upload_Normal':
document.getElementById('Upload_Remote').style.display = 'none';
document.getElementById('Upload_Multi').style.display = 'none';

document.getElementById('Upload_Normal').style.display = 'inline';

document.getElementById('Upload_Submit_Container').style.display = 'inline';
document.getElementById('Upload_Folder_Container').style.display = 'none';

document.getElementById('Form_Submit').className = 'Upload_Submit';

break;

case 'Upload_Remote':
document.getElementById('Upload_Multi').style.display = 'none';
document.getElementById('Upload_Normal').style.display = 'none';

document.getElementById('Upload_Remote').style.display = 'inline';

document.getElementById('Upload_Submit_Container').style.display = 'inline';
document.getElementById('Upload_Folder_Container').style.display = 'none';

document.getElementById('Form_Submit').className = 'Upload_Submit';

break;

case 'Upload_Multi':
document.getElementById('Upload_Remote').style.display = 'none';
document.getElementById('Upload_Normal').style.display = 'none';

document.getElementById('Form_Submit').className = 'Upload_Multi_Submit';

document.getElementById('Upload_Submit_Container').style.display = 'none';
document.getElementById('Upload_Folder_Container').style.display = 'inline';

document.getElementById('Upload_Multi').style.display = 'inline';

break;

default:
document.getElementById('Upload_Remote').style.display = 'none';
document.getElementById('Upload_Multi').style.display = 'none';

document.getElementById('Upload_Normal').style.display = 'inline';

document.getElementById('Upload_Submit_Container').style.display = 'inline';
document.getElementById('Upload_Folder_Container').style.display = 'none';

document.getElementById('Form_Submit').classname = 'Upload_Submit';

break;
}
}

function TextCopy(FeldID)
{
document.getElementById(FeldID).focus();
document.getElementById(FeldID).select();

if(document.all)
{
Bereich = document.getElementById(FeldID).createTextRange();
Bereich.execCommand("Copy");
}
}

function refresh(link)
{
document.location.href = link;
}

function SelectAll(form) {

for(var x=0;x<document.getElementById('form').elements.length;x++) {
var y=document.getElementById('form').elements[x];
if(y.name!='ALL') y.checked=document.getElementById('form').ALL.checked;
}
}

function SelectPart(masterbox, name) {
f = masterbox.form; // ein Pointer zum Formular
for(i=0; i<f.elements.length;i++)
{
if (f.elements.name == name)
{
f.elements.checked = masterbox.checked;
}
}
}

function popupChat(w,h) {

var ch_interface;

if(navigator.product == 'Gecko') {
ch_interface = 'mozilla';
}else if(navigator.appName == 'Microsoft Internet Explorer' &&
navigator.userAgent.indexOf("Mac_PowerPC") > 0) {
ch_interface = 'konqueror';
}else if(navigator.appName == 'Microsoft Internet Explorer') {
ch_interface = 'ie';
}else if(navigator.appName == 'Konqueror') {
ch_interface = 'konqueror';
}else if(window.opera) {
ch_interface = 'opera';
}

x = screen.availWidth/2-w/2;
y = screen.availHeight/2-h/2;
var popupWindow = window.open('index.php?id=11&showChat=true&chat_nickname=' + document.getElementById('chat_nickname').value + '&chat_interface=' + ch_interface,'Chatroom','width='+w+',height='+h+',left='+x+',top='+y+',screenX='+x+',screenY='+y);
}

function showUploadChooseOptions(strDiv) {
switch(strDiv)
{
case 'Choose_Lokal':
document.getElementById('Choose_Lokal').style.display = 'inline';
document.getElementById('Choose_Remote').style.display = 'none';
document.getElementById('_Remote').checked = false;

break;

case 'Choose_Remote':
document.getElementById('Choose_Lokal').style.display = 'none';
document.getElementById('Choose_Remote').style.display = 'inline';
document.getElementById('Lokal').checked = false;

break;
}
}

function showBannerChooseTypes(strDiv) {

document.getElementById('div1').style.display = 'none';
document.getElementById('div2').style.display = 'none';
document.getElementById('div3').style.display = 'none';
document.getElementById('div4').style.display = 'none';
document.getElementById('div5').style.display = 'none';

document.getElementById('div' + strDiv.value).style.display = 'inline';
}

function popUnder(pplink, ppwidth, ppheight, ppcookie)
{
var popunder=pplink;
var winfeatures="width=" + ppwidth + ",height=" + ppheight + ",scrollbars=1,resizable=1,toolbar=0,location=0,menubar=0,status=1,directories=0";
var once_per_session = 0;

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function loadornot(){
if (get_cookie('popunder')==''){
loadpopunder()
document.cookie="popunder=yes"
}
}

function loadpopunder(){
win2=window.open(popunder,"",winfeatures)
win2.blur()
window.focus()
}

if (once_per_session==0)
loadpopunder()
else
loadornot()
}

function jumpMenu(targ,selObj,restore)
{
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}

function runde(x, n) {
if (n < 1 || n > 14) return false;
var e = Math.pow(10, n);
var k = (Math.round(x * e) / e).toString();
if (k.indexOf('.') == -1) k += '.';
k += e.toString().substring(1);
return k.substring(0, k.indexOf('.') + n+1);
}

function changeAmount(loc, eur_usd, usd_eur, usd_egold)
{
var amount = loc.value;
var currency;
if(document.getElementById('currency').value == 'EUR') currency = 'Euro'; else currency = 'USD';

if(isNaN(amount)) {
resetAllAmount();
alert("Bitte nur Zahlen eingeben und als Trennzeichen einen Punkt benutzen!");
return false;
}

if(currency == 'Euro') {
if((parseFloat(amount * eur_usd)) > parseFloat(document.getElementById('total_amount').innerHTML)) {
resetAllAmount();
alert('Sie koennen maximal ' + document.getElementById('total_amount').innerHTML + ' USD oder ' + runde(document.getElementById('total_amount').innerHTML * usd_eur, 2) + ' Euro abheben!');
return false;
}

if(parseFloat(amount * eur_usd) < 50) {
resetAllAmount();
alert("Auszahlung ab 50 USD!");
return false;
}
}
else
{
if(parseFloat(amount) > parseFloat(document.getElementById('total_amount').innerHTML)) {
resetAllAmount();
alert('Sie koennen maximal ' + document.getElementById('total_amount').innerHTML + ' USD oder ' + runde(document.getElementById('total_amount').innerHTML * usd_eur, 2) + ' Euro abheben!');
return false;
}

if(amount < 50) {
resetAllAmount();
alert("Auszahlung ab 50 USD!");
return false;
}
}

// Taxes
var transfer_tax = 0.5;
var eu_transfer_tax = 2.5;
var paypal_transfer_tax = 2.0;
var scheck_transfer_tax = 5.0;
var egold_transfer_tax = 4.5;
// Ende.

if(currency == 'USD') {
transfer_tax = transfer_tax * eur_usd;
eu_transfer_tax = eu_transfer_tax * eur_usd;
paypal_transfer_tax = paypal_transfer_tax * eur_usd;
scheck_transfer_tax = scheck_transfer_tax * eur_usd;
//egold_transfer_tax = egold_transfer_tax * eur_usd;
}

// Betraege
amount_transfer = amount - transfer_tax;
amount_eu_transfer = amount - eu_transfer_tax;
amount_paypal_transfer = amount - paypal_transfer_tax;
amount_scheck_transfer = amount - scheck_transfer_tax;
//amount_egold_transfer = amount - egold_transfer_tax;
// Ende.

document.getElementById('transfer_amount').innerHTML = runde(amount_transfer, 2) + ' ' + currency;
document.getElementById('eu_transfer_amount').innerHTML = runde(amount_eu_transfer, 2) + ' ' + currency;
document.getElementById('paypal_transfer_amount').innerHTML = runde(amount_paypal_transfer, 2) + ' ' + currency;
document.getElementById('scheck_transfer_amount').innerHTML = runde(amount_scheck_transfer, 2) + ' ' + currency;

/*if(amount_egold_transfer) {
amount_egold_transfer = amount_egold_transfer * usd_egold;
}

document.getElementById('egold_transfer_amount').innerHTML = runde(amount_egold_transfer, 4) + ' grams';
*/
if(currency != 'USD') {
amount_USD = amount * eur_usd;
}
else
{
amount_USD = amount;
}

total_amount_USD = parseFloat(document.getElementById('total_amount').innerHTML);
document.getElementById('rest_amount').innerHTML = runde(total_amount_USD - amount_USD, 2);
}
function resetAllAmount()
{
document.getElementById('amount').value = 0;
document.getElementById('transfer_amount').innerHTML = '--- --';
document.getElementById('eu_transfer_amount').innerHTML = '--- --';
document.getElementById('paypal_transfer_amount').innerHTML = '--- --';
document.getElementById('scheck_transfer_amount').innerHTML = '--- --';
//document.getElementById('egold_transfer_amount').innerHTML = '--- --';
}

function changeCurrency(loc, eur_usd, usd_eur, usd_egold) {

var amount = document.getElementById('amount').value;

// Taxes
var transfer_tax = 0.5;
var eu_transfer_tax = 2.5;
var paypal_transfer_tax = 2.0;
var scheck_transfer_tax = 5.0;
var egold_transfer_tax = 4.5;
// Ende.

var currency = loc.value;

if(currency == 'USD') {
transfer_tax = transfer_tax * eur_usd;
eu_transfer_tax = eu_transfer_tax * eur_usd;
paypal_transfer_tax = paypal_transfer_tax * eur_usd;
scheck_transfer_tax = scheck_transfer_tax * eur_usd;
egold_transfer_tax = egold_transfer_tax * eur_usd;
}

// Betraege
amount_transfer = amount - transfer_tax;
amount_eu_transfer = amount - eu_transfer_tax;
amount_paypal_transfer = amount - paypal_transfer_tax;
amount_scheck_transfer = amount - scheck_transfer_tax;
amount_egold_transfer = amount - egold_transfer_tax;
// Ende.

document.getElementById('transfer_amount').innerHTML = runde(amount_transfer, 2) + ' ' + currency;
document.getElementById('eu_transfer_amount').innerHTML = runde(amount_eu_transfer, 2) + ' ' + currency;
document.getElementById('paypal_transfer_amount').innerHTML = runde(amount_paypal_transfer, 2) + ' ' + currency;
document.getElementById('scheck_transfer_amount').innerHTML = runde(amount_scheck_transfer, 2) + ' ' + currency;

if(amount_egold_transfer) {
amount_egold_transfer = amount_egold_transfer * usd_egold;
}

//document.getElementById('egold_transfer_amount').innerHTML = runde(amount_egold_transfer, 4) + ' grams';

if(currency != 'USD') {
amount_USD = amount * eur_usd;
}
else
{
amount_USD = amount;
}

total_amount_USD = parseFloat(document.getElementById('total_amount').innerHTML);
document.getElementById('rest_amount').innerHTML = runde(total_amount_USD - amount_USD, 2);
}

function checkAmountMethods()
{
if(document.getElementById('amount').value <= 0) {
alert("Geben Sie bitte einen Betrag an!");
return false;
}

if(isNaN(document.getElementById('amount').value)) {
alert("Bitte nur Zahlen eingeben und als Trennzeichen einen Punkt benutzen!");
return false;
}

if(!document.getElementById('receptionist_address').value) {
alert("Bitte Empf&auml;ngeranschrift eintragen!");
return false;
}

if(document.payoff.transfer_method[0].checked == true) {

if(!document.getElementById('account_owner').value) {
alert("Bitte Kontoinhaber eintragen!");
return false;
}

if(!document.getElementById('account_number').value) {
alert("Bitte Kontonummer eintragen!");
return false;
}

if(!document.getElementById('bank_code').value) {
alert("Bitte Bankleitzahl eintragen!");
return false;
}

}
else if(document.payoff.transfer_method[1].checked == true) {

if(!document.getElementById('eu_account_owner').value) {
alert("Bitte Kontoinhaber eintragen!");
return false;
}

if(!document.getElementById('ban').value) {
alert("Bitte BAN eintragen!");
return false;
}

if(!document.getElementById('swift').value) {
alert("Bitte SWIFT eintragen!");
return false;
}

}
else if(document.payoff.transfer_method[2].checked == true) {

if(!document.getElementById('paypal_account').value) {
alert("Bitte Paypal Account eintragen!");
return false;
}

}
else if(document.payoff.transfer_method[3].checked == true) {

if(!document.getElementById('receptionist').value) {
alert("Bitte Empfaenger eintragen!");
return false;
}

}
else if(document.payoff.transfer_method[4].checked == true) {

if(!document.getElementById('egold_account').value) {
alert("Bitte e-gold Account eintragen!");
return false;
}
}
else
{
alert("Bitte eine Zahlungsoption waehlen!");
return false;
}

if(!document.getElementById('receptionist_address').value) {
alert("Bitte Empfaengeranschrift eintragen!");
return false;
}

return true;
}

function disableSubmit() {
}

function display( notifier, str, cut ) {
if(cut == 1) {
document.getElementById(notifier).innerHTML = 'Please wait ' + str + ' seconds until you can start the free download.';
} else {
document.getElementById(notifier).innerHTML = 'Please wait ' + str + ' seconds until you can start the free download.';
}
}

function toMinuteAndSecond( x ) {
var sec = (x%60<10?'0':'')+x%60;
return Math.floor(x/60) + ':' + sec.slice(0, 1) + '0';
}

function setTimer( remain, actions, cut ) {
if(!remain)
document.getElementById('download').style.display = 'inline';

(function countdown() {
display('countdown', toMinuteAndSecond(remain), cut);
actions[remain] && actions[remain]();
(remain -= 1) >= 0 && setTimeout(arguments.callee, 1000);
})();
}

</script>
<!--./share/templates/javascript.tpl-->


</head>
<body>
<center>
<div id="Container">
<div style="height: 100px;">

</div>
<div id="Logo"><a href="index.php"><img src="/share/images/spacer.gif" width="100%" height="100%" alt="Netload.in" /></a></div>

<map name="Navigation">
<area shape="rect" coords="35,30,85,60" href="/index.php?id=1" />
<area shape="rect" coords="88,30,155,60" href="/index.php?id=5" />
<area shape="rect" coords="170,30,200,60" href="/index.php?id=11" />
<area shape="rect" coords="213,30,255,60" href="/index.php?id=12" />
<area shape="rect" coords="269,30,292,60" href="/index.php?id=13" />
<area shape="rect" coords="306,30,360,60" href="/index.php?id=14" />
</map>

<div id="Navigation"><img usemap="#Navigation" src="/share/images/lang/en/header_line_background.gif" alt="" /></div>


<!--./share/templates/loginform.tpl-->
<div id="Login" style="background-image: url(share/images/lang/en/header_login_background.gif);">
<form action="index.php" method="post">
<input class="Username" value="username" name="txtuser" type="text" onfocus="if(this.value=='username') this.value=''" onblur="if(this.value=='')this.value='username'" />
<input class="Password" value="********" name="txtpass" type="password" onfocus="if(this.value=='********') this.value=''" onblur="if(this.value=='')this.value='********'" />

<input type="hidden" name="txtcheck" value="login" />
<input class="Submit_Button" name="txtlogin" value="" type="submit" />
<input class="Lost_Pass" onClick="window.location.href='index.php?id=15'"/>
</form>
</div>
<!--./share/templates/loginform.tpl-->


<br style="clear: both;" />



<div id="Content_Container">
<div id="InLine_Content_Container">



<!--./share/templates/header.tpl-->

<!--./share/templates/download_limit.tpl-->


<br/>
<div id="Download_Limit">

<div class="Left">
<img src="share/images/lang/en/download_limit.gif" alt="Sorry!" />
</div>

<div class="Right">
<a href="index.php?id=5">
<img src="share/images/lang/en/download_limit_go_on.gif" alt="Werde Premium!" /></a>
</div>

<br style="clear: both;" />
</div>
<br/>
<center>

<div id="changeDiv">
<span style="font-size: 0.8em; color: #999999;">We had a reqeust with the IP <b>188.23.8.21</b> . You could download your next file in <script type="text/javascript">countdown(342000,'change()');</script> .</span>
</div>

<div id="downloadDiv">
You can download now your next file. <a href="index.php?id=10&file_id=vfPBS2w6kQ" class="Orange_Link">Click here for the download</a>
</div>

<br/>
<span style="font-size: 0.8em; color: #999999;"></span>
</center>
<!--./share/templates/download_limit.tpl-->

<!--./share/templates/footer.tpl-->
</div>
</div>
<div id="Footer">&nbsp;</div>

<div style="float: right; padding-right: 20px; font-family: Verdana; font-size: 0.7em;">

<a href="index.php?id=39">Earn up to 100$</a> <a href="http://netload.in/index.php?id=10&file_ ... g=de"><img src="/share/images/flags/de.gif" alt="de" /></a> <a href="http://netload.in/index.php?id=10&file_ ... g=en"><img src="/share/images/flags/us.gif" alt="en" /></a> <a href="http://netload.in/index.php?id=10&file_ ... g=fr"><img src="/share/images/flags/fr.gif" alt="fr" /></a> <a href="http://netload.in/index.php?id=10&file_ ... g=sk"><img src="/share/images/flags/sk.gif" alt="sk" /></a>

</div>
<br style="clear: both;"/>




</div>

<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">
var pageTracker = _gat._getTracker("UA-423376-1");
pageTracker._trackPageview();
</script>
</center>
</body>
</html>

<!--./share/templates/footer.tpl-->

07.01.2010 00:31:04 - xyz.part13.rar: Unbekannter Fehler im Plugin[netload.in]!
07.01.2010 00:31:04 - Führe Events aus: Download fehlgeschlagen
07.01.2010 00:31:04 - Events ausgeführt.
07.01.2010 00:31:04 - xyz.part13.rar: Neuer Downloadversuch (1)
07.01.2010 00:31:04 - xyz.part13.rar: Download wird eingeleitet.
07.01.2010 00:31:04 - Führe Events aus: Downloadstart
07.01.2010 00:31:04 - Events ausgeführt.
07.01.2010 00:31:05 - Download vom Benutzer gestoppt.


Was mir beim probieren mit einem Proxy aufgefallen ist: Wenn ich keinen Proxy nehmen (=eine IP aus Österreich habe) kommt das "Fastload" zeugs, nehme ich einen Deutschen Proxy kommt die Prozedur wie du sie beschrieben hast.

User avatar
Hendi
CandiSoft Developer
Posts: 433
Joined: 27 Jul 2008 13:50
Re: Unbekannter Fehler im Plugin[netload.in]!

Post by Hendi »

So, noch ein Update. Ich hoffe es geht jetzt endgültig.
Ich frage mich jedoch warum Österreicher da bevorzugt werden (keine Captchas), wo netload doch in Deutschland sitzt.

pillo
50% Load!er
Posts: 54
Joined: 24 Jan 2009 13:34
Re: Unbekannter Fehler im Plugin[netload.in]!

Post by pillo »

Es geht wieder nicht

.

Status ständig auf plugin aktiv es dauert Minuten bis ein part anfängt zu laden, und dann muss man wieder minutenlang warten!

User avatar
Hendi
CandiSoft Developer
Posts: 433
Joined: 27 Jul 2008 13:50
Re: Unbekannter Fehler im Plugin[netload.in]!

Post by Hendi »

pillo wrote:Es geht wieder nicht

.

Status ständig auf plugin aktiv es dauert Minuten bis ein part anfängt zu laden, und dann muss man wieder minutenlang warten!
Kann das jemand bestätigen? Du hattest ja schon immer unerklärliche Probleme mit netload die niemand anders hatte...

pillo
50% Load!er
Posts: 54
Joined: 24 Jan 2009 13:34
Re: Unbekannter Fehler im Plugin[netload.in]!

Post by pillo »

100 % ist bei netload was faul in mehreren Foren ärgern sich schon die User ,jetzt habe ich nur noch Verbindungsfehler und noch ne Bestätigung von einem Kumpel der nen anderen Provider hat

User avatar
Hendi
CandiSoft Developer
Posts: 433
Joined: 27 Jul 2008 13:50
Re: Unbekannter Fehler im Plugin[netload.in]!

Post by Hendi »

Jetzt lädt es bei mir auch nicht mehr, scheinen wohl komplett down zu sein.
Sonst läuft der Download aber sofort, alle Wartezeiten, Captchaerkennung etc. werden ohne Verzögerung ausgeführt.


Locked