Netload.in

Behobene Probleme und abgeschlossene Themen
User avatar
Vash
CandiSoft Support
Posts: 1334
Joined: 25 Feb 2009 20:11
Netload.in

Post by Vash »

Bitte alle Bugreports bzgl. des Netload-Plugins hier rein!
Load! - The Best Way To Load Your Files

Nero FX
90% Load!er
Posts: 295
Joined: 19 Nov 2008 20:12
Contact:
Re: Netload.in

Post by Nero FX »

Wenn Netload.in@myload.cc dann:

Code: Select all

07.09.2011 21:34:21   -   cs3.part37.rar: Download wird eingeleitet.
07.09.2011 21:34:21   -   cs3.part37.rar: Unbekannter Fehler im Plugin[netload.in]: !
07.09.2011 21:34:21   -   cs3.part37.rar: Neuer Downloadversuch (1)
07.09.2011 21:34:21   -   cs3.part37.rar: Download wird eingeleitet.
07.09.2011 21:34:21   -   cs3.part37.rar: Unbekannter Fehler im Plugin[netload.in]: !
07.09.2011 21:34:21   -   cs3.part37.rar: Neuer Downloadversuch (2)
07.09.2011 21:34:21   -   cs3.part37.rar: Download wird eingeleitet.
07.09.2011 21:34:22   -   cs3.part37.rar: Unbekannter Fehler im Plugin[netload.in]: !
07.09.2011 21:34:22   -   cs3.part37.rar: Neuer Downloadversuch (3)
07.09.2011 21:34:22   -   cs3.part37.rar: Download wird eingeleitet.
07.09.2011 21:34:22   -   cs3.part37.rar: Unbekannter Fehler im Plugin[netload.in]: !
07.09.2011 21:34:22   -   cs3.part37.rar: Neuer Downloadversuch (4)
07.09.2011 21:34:22   -   cs3.part37.rar: Download wird eingeleitet.
http://www.relink.us/view.php?id=5f377f ... 3e82ebb8a3

DLC laden, und in Load laden dann kommen die links. Direktlinks leider net verfügbar.

Netload free funzt. netload Premium: keine Ahnung.
Momentan Aktive Premium ACC:
- Filestore.to


Im Auslaufen:
keiner

Alle Accounts stehen zur Load!-PlugIn-Entwicklung zur Verfügung einfach eine PN an mich

Nero FX
90% Load!er
Posts: 295
Joined: 19 Nov 2008 20:12
Contact:
Re: Netload.in

Post by Nero FX »

gleiche Links wie oben

Code: Select all

08.09.2011 17:08:53   -   CandiSoft - Load! 0.7.1 wurde gestartet.
08.09.2011 17:08:55   -   cs3.part37.rar: Download wird eingeleitet.
08.09.2011 17:08:58   -   MyLoad@netload.in[6265]
08.09.2011 17:08:58   -   cs3.part37.rar: Unbekannter Fehler im Plugin[myload.me]: No location (2) - 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 http-equiv="cache-control" content="no-cache" />
	
	
<!--./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 preconfirm(objLink, strHREF){
    if(confirm("L�schen?")) {
        objLink.href = strHREF;
    }
}

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[i].name == name)
		{
			f.elements[i].checked = masterbox.checked;
		}
	}
}

function checkFilesmanagerOption(el) {
	
	if(el.value != 'export_popup')
		return false;
	
	var w = 500; 
	var h = 400;
	x = screen.availWidth/2-w/2;
	y = screen.availHeight/2-h/2;
	
	var str_files = '';
	for (var x = 0; x < (document.getElementsByName("files[]").length); x++) {
		if(document.getElementsByName("files[]")[x].checked) {
			str_files = str_files + "," + document.getElementsByName("files[]")[x].value;
	    }
	}

	var popupWindow = window.open('index.php?id=36&action=export_popup&list='+str_files,'Export','width='+w+',height='+h+',left='+x+',top='+y+',screenX='+x+',screenY='+y+',scrollbars=yes');
	
}

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;
	}
	//alert(amount + ' ' + eur_usd + ' ' + amount_USD);
	total_amount_USD = parseFloat(document.getElementById('total_amount').innerHTML);
	//alert(total_amount_USD + ' - ' + amount_USD);
	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('F1').value ||
		!document.getElementById('F2').value ||
		!document.getElementById('F3').value ||
		!document.getElementById('F4').value ||
		!document.getElementById('F5').value ||
		!document.getElementById('F6').value ||
		!document.getElementById('F7').value) {
		alert("Please insert residential address of the beneficiary, we cant do a payout without these information.");
		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 id="WMspecialContainer"></div>
</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/control.tpl-->
<map name="Control">
	<area shape="rect" coords="20,30,76,60" href="index.php?id=2" />
	<area shape="rect" coords="90,30,160,60" href="index.php?id=36" />
	<area shape="rect" coords="176,30,218,60" href="index.php?logout=1" />
</map>
	
<div id="Control"><img usemap="#Control" src="/share/images/lang/en/header_control_background.gif" alt="" /></div>
<!--./share/templates/control.tpl-->


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

	

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

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

<!--./share/templates/error2.tpl-->
<br/>

<div style="float: left; width: 200px;">
	<img src="share/images/achtung.jpg" alt="" style="vertical-align: middle;" />
</div>
<div style="float: left; width: 500px; padding-top: 30px;">
	<h1 style="font-family: Arial; font-size: 2em; color: #000000;">Error</h1>
	<h2 style="font-family: Arial; font-size: 1.2em; color: #000000;">Code: ER_NFF_090820111709</h2>
	Possible reasons for that:<br/>* you have a mistake in the link<br/>* The file was deleted in case of a abuse report.<br/>* The file was deleted by the uploader.
</div>
<br style="clear: both;" />



Please contact the <a href="index.php?id=14">administrator</a> if you have any questions.<br/><br/>

You will be forwarded in <script type="text/javascript">countdown(1800,'refresh(/index.php)');</script> to the homepage.
(<a href="/index.php">instant forwarding</a>)

<meta http-equiv="refresh" content="20; URL=/index.php" />
<!--./share/templates/error2.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> 

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

	
	
	
</div>

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-423376-1']);
  _gaq.push(['_setDomainName', '.netload.in']);
  _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>
</center>
</body>
</html>

<!--./share/templates/footer.tpl-->
!
08.09.2011 17:08:59   -   myload.me: Wechsle von Premium- auf Free-Modus!
08.09.2011 17:08:59   -   cs3.part37.rar: Download wird eingeleitet.
08.09.2011 17:08:59   -   cs3.part37.rar: Unbekannter Fehler im Plugin[netload.in]: !
08.09.2011 17:08:59   -   cs3.part37.rar: Neuer Downloadversuch (1)
08.09.2011 17:08:59   -   cs3.part37.rar: Download wird eingeleitet.
08.09.2011 17:08:59   -   cs3.part37.rar: Unbekannter Fehler im Plugin[netload.in]: !
08.09.2011 17:08:59   -   cs3.part37.rar: Neuer Downloadversuch (2)
08.09.2011 17:08:59   -   cs3.part37.rar: Download wird eingeleitet.
08.09.2011 17:08:59   -   cs3.part37.rar: Unbekannter Fehler im Plugin[netload.in]: !
08.09.2011 17:08:59   -   cs3.part37.rar: Neuer Downloadversuch (3)
08.09.2011 17:09:00   -   cs3.part37.rar: Download wird eingeleitet.
08.09.2011 17:09:00   -   cs3.part37.rar: Unbekannter Fehler im Plugin[netload.in]: !
08.09.2011 17:09:00   -   cs3.part37.rar: Neuer Downloadversuch (4)
08.09.2011 17:09:00   -   cs3.part37.rar: Download wird eingeleitet.
08.09.2011 17:09:00   -   cs3.part37.rar: Unbekannter Fehler im Plugin[netload.in]: !
08.09.2011 17:09:00   -   cs3.part37.rar: Neuer Downloadversuch (5)
08.09.2011 17:09:00   -   cs3.part37.rar: Download wird eingeleitet.
08.09.2011 17:09:00   -   cs3.part37.rar: Unbekannter Fehler im Plugin[netload.in]: !

Momentan Aktive Premium ACC:
- Filestore.to


Im Auslaufen:
keiner

Alle Accounts stehen zur Load!-PlugIn-Entwicklung zur Verfügung einfach eine PN an mich

Nero FX
90% Load!er
Posts: 295
Joined: 19 Nov 2008 20:12
Contact:
Re: Netload.in

Post by Nero FX »

hi

scheinbar braucht das netload.in Plugin mal wieder eine überarbeitung.

Testlink: http://netload.in/dateiQuDrSCn3aW.htm

Code: Select all

03.02.2012 10:41:08   -   lie2me.s02e08.xvid.dl.part1.rar: Download wird eingeleitet.
03.02.2012 10:41:09   -   MyLoad@netload.in[527]
03.02.2012 10:41:10   -   lie2me.s02e08.xvid.dl.part1.rar: Download initialisiert.
03.02.2012 10:41:10   -   lie2me.s02e08.xvid.dl.part1.rar: @
03.02.2012 10:41:10   -   Fehler beim Download: Unknown Protocol
03.02.2012 10:41:10   -   lie2me.s02e08.xvid.dl.part1.rar: Neuer Downloadversuch (1)
03.02.2012 10:41:10   -   lie2me.s02e08.xvid.dl.part1.rar: Download wird eingeleitet.
03.02.2012 10:41:11   -   MyLoad@netload.in[527]
03.02.2012 10:41:11   -   lie2me.s02e08.xvid.dl.part1.rar: Download initialisiert.
03.02.2012 10:41:11   -   lie2me.s02e08.xvid.dl.part1.rar: @
03.02.2012 10:41:11   -   Fehler beim Download: Unknown Protocol
03.02.2012 10:41:11   -   lie2me.s02e08.xvid.dl.part1.rar: Neuer Downloadversuch (2)
03.02.2012 10:41:11   -   lie2me.s02e08.xvid.dl.part1.rar: Download wird eingeleitet.
03.02.2012 10:41:12   -   MyLoad@netload.in[527]
03.02.2012 10:41:13   -   lie2me.s02e08.xvid.dl.part1.rar: Download initialisiert.
03.02.2012 10:41:13   -   lie2me.s02e08.xvid.dl.part1.rar: @
03.02.2012 10:41:13   -   Fehler beim Download: Unknown Protocol
03.02.2012 10:41:13   -   lie2me.s02e08.xvid.dl.part1.rar: Neuer Downloadversuch (3)
03.02.2012 10:41:13   -   lie2me.s02e08.xvid.dl.part1.rar: Download wird eingeleitet.
03.02.2012 10:41:14   -   MyLoad@netload.in[527]
03.02.2012 10:41:15   -   lie2me.s02e08.xvid.dl.part1.rar: Download initialisiert.
03.02.2012 10:41:15   -   lie2me.s02e08.xvid.dl.part1.rar: @
03.02.2012 10:41:15   -   Fehler beim Download: Unknown Protocol
03.02.2012 10:41:15   -   lie2me.s02e08.xvid.dl.part1.rar: Neuer Downloadversuch (4)
03.02.2012 10:41:15   -   lie2me.s02e08.xvid.dl.part1.rar: Download wird eingeleitet.
03.02.2012 10:41:16   -   MyLoad@netload.in[527]
03.02.2012 10:41:17   -   lie2me.s02e08.xvid.dl.part1.rar: Download initialisiert.
03.02.2012 10:41:17   -   lie2me.s02e08.xvid.dl.part1.rar: @
03.02.2012 10:41:17   -   Fehler beim Download: Unknown Protocol
03.02.2012 10:41:17   -   lie2me.s02e08.xvid.dl.part1.rar: Neuer Downloadversuch (5)
03.02.2012 10:41:17   -   lie2me.s02e08.xvid.dl.part1.rar: Download wird eingeleitet.
03.02.2012 10:41:18   -   MyLoad@netload.in[527]
03.02.2012 10:41:18   -   lie2me.s02e08.xvid.dl.part1.rar: Download initialisiert.
03.02.2012 10:41:18   -   lie2me.s02e08.xvid.dl.part1.rar: @
03.02.2012 10:41:18   -   Fehler beim Download: Unknown Protocol
03.02.2012 10:41:18   -   lie2me.s02e08.xvid.dl.part1.rar: Neuversuch in 60 Sekunden...
03.02.2012 10:41:18   -   Fehler in Download-Thread: Zugriffsverletzung bei Adresse 0066D3F4 in Modul 'Load.exe'. Lesen von Adresse 00000004
03.02.2012 10:41:18   -   lie2me.s02e08.xvid.dl.part1.rar: Neuer Downloadversuch (1)
03.02.2012 10:41:18   -   lie2me.s02e08.xvid.dl.part1.rar: Download wird eingeleitet.
03.02.2012 10:41:19   -   MyLoad@netload.in[527]
03.02.2012 10:41:20   -   lie2me.s02e08.xvid.dl.part1.rar: Download initialisiert.
03.02.2012 10:41:20   -   lie2me.s02e08.xvid.dl.part1.rar: @
03.02.2012 10:41:20   -   Fehler beim Download: Unknown Protocol
03.02.2012 10:41:20   -   lie2me.s02e08.xvid.dl.part1.rar: Neuer Downloadversuch (2)
03.02.2012 10:41:20   -   lie2me.s02e08.xvid.dl.part1.rar: Download wird eingeleitet.
03.02.2012 10:41:20   -   Download vom Benutzer gestoppt.
Probleme macht vorallen die Zugriffsverletzung

Zugriffsverletzung bei Adresse 0066D3F4 in Modul 'Load.exe'. Lesen von Adresse 00000004

Es wird eben keine 60 sek gewartet sondern einfach weiter gemacht. Die Meldung kommt zu 70% auch nochmal als richtige "Meldung" hoch. Load muss dann neu gestartet werden damit wieder alles Funktioniert.
Momentan Aktive Premium ACC:
- Filestore.to


Im Auslaufen:
keiner

Alle Accounts stehen zur Load!-PlugIn-Entwicklung zur Verfügung einfach eine PN an mich

User avatar
caN
CandiSoft Developer
Posts: 505
Joined: 25 Jul 2008 15:03
Re: Netload.in

Post by caN »

Funktioniert bestens, tippe auf Netload.in Serverprobleme.
Load! - The Best Way To Load Your Files

DLX
Posts: 6
Joined: 17 Feb 2012 17:27
Re: Netload.in

Post by DLX »

Hi,

ich hab heute euer Programm gefunden und wollte es mal mit Netload ausprobieren, allerdings läuft da garnix...

Code: Select all

17.02.2012 16:23:37   -   Eureka.S03E07.German.DD51.Dubbed.DL.720p.iTunesHD.AVC-TVS.part01.rar: Unbekannter Fehler im Plugin[netload.in]: !
17.02.2012 16:23:37   -   Eureka.S03E07.German.DD51.Dubbed.DL.720p.iTunesHD.AVC-TVS.part01.rar: Neuer Downloadversuch (3)
17.02.2012 16:23:37   -   Eureka.S03E07.German.DD51.Dubbed.DL.720p.iTunesHD.AVC-TVS.part01.rar: Download wird eingeleitet.
17.02.2012 16:23:38   -   --------- Automatische Captcha-Erkennung durch Catcher!
17.02.2012 16:23:38   -   [Info]    C:\Dokumente und Einstellungen\XPMUser\Desktop\CandiSoft_Load!_0.7.1\ocr\Methods\netload.in\
17.02.2012 16:23:38   -   [Finer]   SET PARAMETER: [imageType] = png
17.02.2012 16:23:38   -   [Fine]    Parsing Script.jas
17.02.2012 16:23:38   -   [Fine]    Script.jas - Setting script parameters
17.02.2012 16:23:38   -   [Finer]   simplifyFaktor - 1
17.02.2012 16:23:38   -   [Finer]   trainOnlyUnknown - true
17.02.2012 16:23:38   -   [Finer]   borderVarianceX - 5
17.02.2012 16:23:38   -   [Finer]   borderVarianceY - 5
17.02.2012 16:23:38   -   [Finer]   scanVarianceX - 5
17.02.2012 16:23:38   -   [Finer]   scanVarianceY - 5
17.02.2012 16:23:38   -   [Finer]   intersectionDimensionWeight - 6.0
17.02.2012 16:23:38   -   [Finer]   scanAngleLeft - 0
17.02.2012 16:23:38   -   [Finer]   scanAngleRight - 0
17.02.2012 16:23:38   -   [Finer]   scanAngleSteps - 0
17.02.2012 16:23:38   -   [Finer]   errorAWeight - 4
17.02.2012 16:23:38   -   [Finer]   errorBWeight - 4
17.02.2012 16:23:38   -   [Finer]   coverageFaktorAWeight - 1
17.02.2012 16:23:38   -   [Finer]   coverageFaktorBWeight - 0.2
17.02.2012 16:23:38   -   [Finer]   LetterSearchLimitPerfectPercent - 4
17.02.2012 16:23:38   -   [Finer]   quickScanReliabilityLimit - 3.0
17.02.2012 16:23:38   -   [Finer]   quickScanValityLimit - 6
17.02.2012 16:23:38   -   [Finer]   preScanFilter - 100
17.02.2012 16:23:38   -   [Finer]   preScanFaktor - 3
17.02.2012 16:23:38   -   [Finer]   preScanEmergencyFilter - 80
17.02.2012 16:23:38   -   [Finer]   objectColorContrast - 0.3
17.02.2012 16:23:38   -   [Finer]   objectDetectionContrast - 0.5
17.02.2012 16:23:38   -   [Finer]   relativecontrast - 0.85
17.02.2012 16:23:38   -   [Finer]   autoLetterNum - true
17.02.2012 16:23:38   -   [Finer]   useSpecialGetLetters - NtLdN.getLetters
17.02.2012 16:23:38   -   [Fine]    Letter DB loaded: Buchstaben: 42
17.02.2012 16:23:38   -   [Fine]    74 | 29
17.02.2012 16:23:38   -   [Fine]    Script.jas - Preparing Letter
17.02.2012 16:23:38   -   [Fine]    Script.jas - Preparing Letter
17.02.2012 16:23:38   -   [Fine]    Script.jas - Preparing Letter
17.02.2012 16:23:38   -   [Fine]    Script.jas - Preparing Letter
17.02.2012 16:23:38   -   [Info]    Work on Letter:  [][0/0]
17.02.2012 16:23:38   -   [Info]    Do quickscan
17.02.2012 16:23:38   -   [Finer]   Normal Match: 6 9.045826368644 good:12 bad: 0
17.02.2012 16:23:38   -   [Warning] Letter nicht ausreichend erkannt. Try Extended 9.38 - 3.00 | 9.05 - 6.00
17.02.2012 16:23:38   -   [Info]    Extended Scan
17.02.2012 16:23:38   -   [Finer]   Normal Match: 6 9.045826368644 good:12 bad: 0
17.02.2012 16:23:38   -   [Info]    Work on Letter:  [][0/0]
17.02.2012 16:23:38   -   [Info]    Do quickscan
17.02.2012 16:23:38   -   [Finer]   Normal Match: 9 23.1578801715788 good:41 bad: 1
17.02.2012 16:23:38   -   [Warning] Letter nicht ausreichend erkannt. Try Extended 10.71 - 3.00 | 23.16 - 6.00
17.02.2012 16:23:38   -   [Info]    Extended Scan
17.02.2012 16:23:38   -   [Finer]   Normal Match: 9 23.1578801715788 good:41 bad: 1
17.02.2012 16:23:38   -   [Info]    Work on Letter:  [][0/0]
17.02.2012 16:23:38   -   [Info]    Do quickscan
17.02.2012 16:23:38   -   [Finer]   Normal Match: 5 26.5308047259204 good:1 bad: 0
17.02.2012 16:23:38   -   [Warning] Letter nicht ausreichend erkannt. Try Extended 3.70 - 3.00 | 26.53 - 6.00
17.02.2012 16:23:38   -   [Info]    Extended Scan
17.02.2012 16:23:38   -   [Finer]   Normal Match: 5 26.5308047259204 good:1 bad: 0
17.02.2012 16:23:38   -   [Info]    Work on Letter:  [][0/0]
17.02.2012 16:23:38   -   [Info]    Do quickscan
17.02.2012 16:23:38   -   [Finer]   Normal Match: 7 26.3772686823534 good:80 bad: 0
17.02.2012 16:23:38   -   [Warning] Letter nicht ausreichend erkannt. Try Extended 7.84 - 3.00 | 26.38 - 6.00
17.02.2012 16:23:38   -   [Info]    Extended Scan
17.02.2012 16:23:38   -   [Finer]   Normal Match: 7 26.3772686823534 good:80 bad: 0
17.02.2012 16:23:38   -   Recognition done - Vality: 21.28; Code: 6957
17.02.2012 16:23:38   -   --------------------------------------------------
17.02.2012 16:23:39   -   Eureka.S03E07.German.DD51.Dubbed.DL.720p.iTunesHD.AVC-TVS.part01.rar: Unbekannter Fehler im Plugin[netload.in]: !
17.02.2012 16:23:39   -   Eureka.S03E07.German.DD51.Dubbed.DL.720p.iTunesHD.AVC-TVS.part01.rar: Neuer Downloadversuch (4)
17.02.2012 16:23:39   -   Eureka.S03E07.German.DD51.Dubbed.DL.720p.iTunesHD.AVC-TVS.part01.rar: Download wird eingeleitet.
17.02.2012 16:23:40   -   --------- Automatische Captcha-Erkennung durch Catcher!
17.02.2012 16:23:40   -   [Info]    C:\Dokumente und Einstellungen\XPMUser\Desktop\CandiSoft_Load!_0.7.1\ocr\Methods\netload.in\
17.02.2012 16:23:40   -   [Finer]   SET PARAMETER: [imageType] = png
17.02.2012 16:23:40   -   [Fine]    Parsing Script.jas
17.02.2012 16:23:40   -   [Fine]    Script.jas - Setting script parameters
17.02.2012 16:23:40   -   [Finer]   simplifyFaktor - 1
17.02.2012 16:23:40   -   [Finer]   trainOnlyUnknown - true
17.02.2012 16:23:40   -   [Finer]   borderVarianceX - 5
17.02.2012 16:23:40   -   [Finer]   borderVarianceY - 5
17.02.2012 16:23:40   -   [Finer]   scanVarianceX - 5
17.02.2012 16:23:40   -   [Finer]   scanVarianceY - 5
17.02.2012 16:23:40   -   [Finer]   intersectionDimensionWeight - 6.0
17.02.2012 16:23:40   -   [Finer]   scanAngleLeft - 0
17.02.2012 16:23:40   -   [Finer]   scanAngleRight - 0
17.02.2012 16:23:40   -   [Finer]   scanAngleSteps - 0
17.02.2012 16:23:40   -   [Finer]   errorAWeight - 4
17.02.2012 16:23:40   -   [Finer]   errorBWeight - 4
17.02.2012 16:23:40   -   [Finer]   coverageFaktorAWeight - 1
17.02.2012 16:23:40   -   [Finer]   coverageFaktorBWeight - 0.2
17.02.2012 16:23:40   -   [Finer]   LetterSearchLimitPerfectPercent - 4
17.02.2012 16:23:40   -   [Finer]   quickScanReliabilityLimit - 3.0
17.02.2012 16:23:40   -   [Finer]   quickScanValityLimit - 6
17.02.2012 16:23:40   -   [Finer]   preScanFilter - 100
17.02.2012 16:23:40   -   [Finer]   preScanFaktor - 3
17.02.2012 16:23:40   -   [Finer]   preScanEmergencyFilter - 80
17.02.2012 16:23:40   -   [Finer]   objectColorContrast - 0.3
17.02.2012 16:23:40   -   [Finer]   objectDetectionContrast - 0.5
17.02.2012 16:23:40   -   [Finer]   relativecontrast - 0.85
17.02.2012 16:23:40   -   [Finer]   autoLetterNum - true
17.02.2012 16:23:40   -   [Finer]   useSpecialGetLetters - NtLdN.getLetters
17.02.2012 16:23:40   -   [Fine]    Letter DB loaded: Buchstaben: 42
17.02.2012 16:23:40   -   [Fine]    74 | 29
17.02.2012 16:23:40   -   [Fine]    Script.jas - Preparing Letter
17.02.2012 16:23:40   -   [Fine]    Script.jas - Preparing Letter
17.02.2012 16:23:40   -   [Fine]    Script.jas - Preparing Letter
17.02.2012 16:23:40   -   [Fine]    Script.jas - Preparing Letter
17.02.2012 16:23:40   -   [Info]    Work on Letter:  [][0/0]
17.02.2012 16:23:40   -   [Info]    Do quickscan
17.02.2012 16:23:40   -   [Finer]   Normal Match: 4 27.6460356945432 good:22 bad: 0
17.02.2012 16:23:40   -   [Warning] Letter nicht ausreichend erkannt. Try Extended 2.51 - 3.00 | 27.65 - 6.00
17.02.2012 16:23:40   -   [Info]    Extended Scan
17.02.2012 16:23:40   -   [Finer]   Normal Match: 4 27.6460356945432 good:22 bad: 0
17.02.2012 16:23:40   -   [Info]    Work on Letter:  [][0/0]
17.02.2012 16:23:40   -   [Info]    Do quickscan
17.02.2012 16:23:40   -   [Finer]   Normal Match: 3 28.9090038314176 good:4 bad: 0
17.02.2012 16:23:40   -   [Warning] Letter nicht ausreichend erkannt. Try Extended 0.07 - 3.00 | 28.91 - 6.00
17.02.2012 16:23:40   -   [Info]    Extended Scan
17.02.2012 16:23:40   -   [Finer]   Normal Match: 3 28.9090038314176 good:4 bad: 0
17.02.2012 16:23:40   -   [Info]    Work on Letter:  [][0/0]
17.02.2012 16:23:40   -   [Info]    Do quickscan
17.02.2012 16:23:40   -   [Finer]   Normal Match: 4 20.8817358988192 good:56 bad: 0
17.02.2012 16:23:40   -   [Warning] Letter nicht ausreichend erkannt. Try Extended 15.43 - 3.00 | 20.88 - 6.00
17.02.2012 16:23:40   -   [Info]    Extended Scan
17.02.2012 16:23:40   -   [Finer]   Normal Match: 4 20.8817358988192 good:56 bad: 0
17.02.2012 16:23:40   -   [Info]    Work on Letter:  [][0/0]
17.02.2012 16:23:40   -   [Info]    Do quickscan
17.02.2012 16:23:40   -   [Finer]   Normal Match: 4 24.908026567601 good:2 bad: 0
17.02.2012 16:23:40   -   [Warning] Letter nicht ausreichend erkannt. Try Extended 0.97 - 3.00 | 24.91 - 6.00
17.02.2012 16:23:40   -   [Info]    Extended Scan
17.02.2012 16:23:40   -   [Finer]   Normal Match: 4 24.908026567601 good:2 bad: 0
17.02.2012 16:23:40   -   Recognition done - Vality: 25.59; Code: 4344
17.02.2012 16:23:40   -   --------------------------------------------------
17.02.2012 16:23:41   -   Eureka.S03E07.German.DD51.Dubbed.DL.720p.iTunesHD.AVC-TVS.part01.rar: Unbekannter Fehler im Plugin[netload.in]: !
17.02.2012 16:23:41   -   Fehler in Download-Thread: Zugriffsverletzung bei Adresse 006CC54E in Modul 'Load.exe'. Lesen von Adresse 0000005C
17.02.2012 16:23:41   -   Eureka.S03E07.German.DD51.Dubbed.DL.720p.iTunesHD.AVC-TVS.part01.rar: Neuer Downloadversuch (5)
17.02.2012 16:23:41   -   Eureka.S03E07.German.DD51.Dubbed.DL.720p.iTunesHD.AVC-TVS.part01.rar: Download wird eingeleitet.
17.02.2012 16:23:42   -   --------- Automatische Captcha-Erkennung durch Catcher!
17.02.2012 16:23:42   -   [Info]    C:\Dokumente und Einstellungen\XPMUser\Desktop\CandiSoft_Load!_0.7.1\ocr\Methods\netload.in\
Versteht Load die Wartezeit nicht, oder was ist da los?

System:
XP-Modus von Windows 7 Professional -> also Windows XP Prof

Nachtrag: Ich hab jetzt die Waittime manuell abgewartet und jetzt läuft die erste Datei.

coolman
20% Load!er
Posts: 25
Joined: 20 Nov 2009 09:31
Re: Netload.in

Post by coolman »

Hallo Leute könntet ihr bitte die Plugins erneuren,wollte gerade über Premium Accont laden
geht leider nicht. im Log erscheint

08.03.2012 17:24:38 - CandiSoft - Load! 0.7.2 wurde gestartet.
08.03.2012 17:24:52 - theArt.part01.rar: Download wird eingeleitet.
08.03.2012 17:24:52 - Content-Type: text/html
Content-Length: 345
Date: Fri, 09 Mar 2012 16:24:05 GMT
Server: lighttpd/1.5.0

08.03.2012 17:24:52 - theArt.part01.rar: Unbekannter Fehler im Plugin[netload.in]: No location! Please report at candisoft.com!
08.03.2012 17:24:52 - netload.in: Wechsle von Premium- auf Free-Modus!
08.03.2012 17:24:52 - theArt.part01.rar: Download wird eingeleitet.

Vielen Dank im Vorraus
Gruß coolman

User avatar
Vash
CandiSoft Support
Posts: 1334
Joined: 25 Feb 2009 20:11
Re: Netload.in

Post by Vash »

Hi,

Leider haben wir derzeit keinen NL-Account. Würdest Du uns Deinen kurz ausleihen, damit wir das Problem beheben können? Daten dann einfach per PM an mich.
Load! - The Best Way To Load Your Files

coolman
20% Load!er
Posts: 25
Joined: 20 Nov 2009 09:31
Re: Netload.in

Post by coolman »

Hi,

habe dir die Daten geschickt

Gruß coolman

User avatar
Vash
CandiSoft Support
Posts: 1334
Joined: 25 Feb 2009 20:11
Re: Netload.in

Post by Vash »

Hmm also bei mir funktioniert Dein Account einwandfrei. Der Fehler müsste daher woanders liegen...

Vielleicht ist auch Dein Link defekt gewesen. Kannst Du ihn mir mal per PM schicken?
Load! - The Best Way To Load Your Files


Locked