Thread: [Solved] mediafire not working in jd
View Single Post
  #5  
Old 02.03.2010, 06:15
drbits's Avatar
drbits drbits is offline
JD English Support (inactive)
 
Join Date: Sep 2009
Location: Physically in Los Angeles, CA, USA
Posts: 4,434
Default

The server could have been off-line. I am now getting a Plugin Error (out of date).
Link: **External links are only visible to Support Staff****External links are only visible to Support Staff**
It works in Firefox.
Spoiler:

Code:
------------------------  Thread: 121  -----------------------
121 3/1/10 8:59:11 PM - INFO [jd.controlling.DownloadWatchDog(startDownloadThread)] -> Start new Download: mediafire.com

------------------------  Thread: 122  -----------------------
122 3/1/10 8:59:12 PM - INFO [jd.controlling.SingleDownloadController(run)] -> Start working on lethanh-PSP-Smallville - 516 - Hypnotic.part2.rar
122 3/1/10 8:59:16 PM - WARNING [jd.plugins.download.DownloadInterface(setResume)] -> Resumepoint not valid
122 3/1/10 8:59:16 PM - FINER [jd.plugins.download.DownloadInterface(connect)] -> Connect...
122 3/1/10 8:59:17 PM - WARNING [jd.plugins.download.DownloadInterface(setResume)] -> Resumepoint not valid
122 3/1/10 8:59:17 PM - FINER [jd.plugins.download.DownloadInterface(connect)] -> Connect...
122 3/1/10 8:59:19 PM - INFO [jd.plugins.hoster.MediafireCom(handleFree)] -> Error (3)
122 3/1/10 8:59:19 PM - INFO [jd.plugins.PluginForHost(handle)] -> jd.plugins.PluginException
	at jd.plugins.hoster.MediafireCom.handleFree(MediafireCom.java:340)
	at jd.plugins.PluginForHost.handle(Unknown Source)
	at jd.controlling.SingleDownloadController.handlePlugin(Unknown Source)
	at jd.controlling.SingleDownloadController.run(Unknown Source)

122 3/1/10 8:59:19 PM - INFO [jd.plugins.PluginForHost(handle)] -> Plugin outdated
122 3/1/10 8:59:19 PM - WARNING [jd.controlling.SingleDownloadController(handlePlugin)] -> 
Error occured- latest: ERROR_PLUGIN_DEFECT
00100000010001000000000000000001 <Statuscode
00000000000000000000000000000001 |TODO
00000000000001000000000000000000 |PLUGIN_IN_PROGRESS
00000000010000000000000000000000 |ERROR_PLUGIN_DEFECT
00100000000000000000000000000000 |PLUGIN_ACTIVE
StatusText: Download

122 3/1/10 8:59:19 PM - WARNING [jd.controlling.SingleDownloadController(onErrorPluginDefect)] -> The Plugin for mediafire.com seems to be out of date(rev10123). Please inform the Support-team http://jdownloader.org/support.
122 3/1/10 8:59:19 PM - FINEST [jd.controlling.SingleDownloadController(onErrorPluginDefect)] -> -->**External links are only visible to Support Staff**----------------Request------------------
GET /?url=cxjyzx%2Fvzwhnzbbdzxg%2Fnyzdie4zlzn%2Flethanh-PSP-Smallville-516-Hypnotic.part2.rar HTTP/1.1
Accept-Language: de, en-gb;q=0.9, en;q=0.8
Host: guide.opendns.com
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Referer: **External links are only visible to Support Staff**Accept-Encoding: 
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10
Connection: close
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Pragma: no-cache
Cache-Control: no-cache

----------------Response------------------
HTTP/1.0 200 OK
Date: Tue, 02 Mar 2010 04:59:11 GMT
Content-Length: 2684
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Set-Cookie: t=x-0; expires=Thu, 01-Apr-2010 04:59:11 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Server: OpenDNS Guide
Cache-Control: no-cache, must-revalidate
Pragma: no-cache


122 3/1/10 8:59:19 PM - FINEST [jd.controlling.SingleDownloadController(onErrorPluginDefect)] -> <html>
	<head>
		<title>OpenDNS</title>
	</head>

	<body id="mainbody" onLoad="testforbanner();" style="margin: 0px;">
		<script language="JavaScript">
			function testforbanner() {
				var width;
				var height;
				var isbanner = false;
				var banispop = false;
				// width x height, is pop
				var bannersizes = [
					[300,	250,	false],
					[250,	250,	false],
					[240,	400,	false],
					[336,	280,	false],
					[180,	150,	false],
					[468,	60,		false],
					[234,	60, 	false],
					[88,	31, 	false],
					[120,	90, 	false],
					[120,	60, 	false],
					[120,	240, 	false],
					[125,	125, 	false],
					[728,	90, 	false],
					[160,	600, 	false],
					[120,	600, 	false],
					[300,	600, 	false],
					[300,	125, 	false],
					[530,	300, 	false],
					[190,	200, 	false],
					[470,	250, 	false],
					[720,	300, 	true],
					[500, 	350, 	true],
					[550, 	480, 	true]
				];

				if(typeof(window.innerHeight) == 'number') {
					height = window.innerHeight;
					width = window.innerWidth;
				} else if(typeof(document.body.offsetHeight) == 'number') {
					height = document.body.offsetHeight;
					width = document.body.offsetWidth;
				};
				var arrSize = bannersizes.length;
				for (var i = 0; i < arrSize; i++) {
					var b = bannersizes[i];
					widthdiff = Math.abs(width - b[0]);
					heightdiff = Math.abs(height - b[1]);
					if(widthdiff <= 2 && heightdiff <= 2) {
						isbanner = true;
						banispop = b[2];
					};
				};
				if(isbanner || (width < 100 && width != 0) || (height < 100 && height != 0)) {
					if(banispop && self == parent) {
						self.close();
						return;
					};
					window.location = '/b' + 'anner.php?w=' + width + '&h=' + height + '&d=cxjyzx&u=cxjyzx%2Fvzwhnzbbdzxg%2Fnyzdie4zlzn%2Flethanh-PSP-Smallville-516-Hypnotic.part2.rar&r=http%253A%252F%252Fcxjyzx%252Fvzwhnzbbdzxg%252Fnyzdie4zlzn%252Flethanh-PSP-Smallville-516-Hypnotic.part2.rar&view=';
				} else {
					var mainbody = document.getElementById('mainbody');
					mainbody.style.margin = '0px';
					mainbody.scroll = 'no';
					mainbody.innerHTML = '<iframe frameborder="0" src="/controller.php?url=cxjyzx%2Fvzwhnzbbdzxg%2Fnyzdie4zlzn%2Flethanh-PSP-Smallville-516-Hypnotic.part2.rar&ref=http%3A%2F%2Fcxjyzx%2Fvzwhnzbbdzxg%2Fnyzdie4zlzn%2Flethanh-PSP-Smallville-516-Hypnotic.part2.rar" width="100%" height="100%"></iframe>';
				};
			};
		</script>
		<noscript>
			<iframe frameborder="0" src="/controller.php?url=cxjyzx%2Fvzwhnzbbdzxg%2Fnyzdie4zlzn%2Flethanh-PSP-Smallville-516-Hypnotic.part2.rar&ref=http%3A%2F%2Fcxjyzx%2Fvzwhnzbbdzxg%2Fnyzdie4zlzn%2Flethanh-PSP-Smallville-516-Hypnotic.part2.rar" width="100%" height="100%"></iframe>
		</noscript>
	</body>
</html>


------------------------  Thread: 32  -----------------------
32 3/1/10 9:01:48 PM - INFO [jd.controlling.ByteBufferController(printDebug)] -> ByteBufferController: Used: 0 B Free: 0 B
32 3/1/10 9:11:50 PM - INFO [jd.controlling.ByteBufferController(printDebug)] -> ByteBufferController: Used: 0 B Free: 0 B

Last edited by pspzockerscene; 03.03.2010 at 14:09.
Reply With Quote