JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #121  
Old 31.07.2013, 13:47
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

I'd say its something on your side buddy. As its working fine here using 3 chunk * 1 dl or more chunks if I want.

Downloaded your example link album without any dramas

Socket issues are most likely from your side of the network. Considering you can dl with another application kinda proves they haven't blocked your IP.

--ID:108TS:1375261565218-13-07-31 11:06:05 - [] -> java.net.ConnectException: Connection timed out: connect
at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #122  
Old 31.07.2013, 15:26
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

In order not to lie to a similar problem was downloading images from Vkontakte, after numerous amendments pspzockerscene can download much faster and 20 chunk. With imgSrc is a little embarrassing but you would squeeze more or increase the number of attempts (without waiting for however many minutes). Sorry for bad english, just slightly, and I understand you correctly ...??

Last edited by djmakinera; 31.07.2013 at 15:28.
Reply With Quote
  #123  
Old 31.07.2013, 15:29
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Connection timed out - because many request server (overload server)
Reply With Quote
  #124  
Old 31.07.2013, 16:15
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

Just spit balling, maybe you are triggering their firewall with many requests over given period. As I only decrypted one album and downloaded without any problems I could not reproduce. I'd say you would be better off downloading with 1 chunk and increase the amount of images downloaded. Connection starts, connection stops before it really ramp up speed due to images been so small in size, really get no benefit with chunking.

The handling within plugin should deal with socket issues, at least by retrying x times. Still think its something todo with your frequency of requests to them or just network issues on your computer (like you've had many times before).
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #125  
Old 31.07.2013, 17:25
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

I'm thinking. The increased number of retries (new option?) - would solve the problem of "lost connection"




and

Read Timeout (seconds): 45 second... 60 second?

Last edited by djmakinera; 31.07.2013 at 18:30.
Reply With Quote
  #126  
Old 01.08.2013, 02:53
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

I don't see the point, if you fail for JD default max retries/timeouts its more than likely fail for your increases limit also. You need to address the underlying issue.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #127  
Old 01.08.2013, 13:54
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Post has been finished, there is nothing more to say on this topic..
Please *CLOSED*
Reply With Quote
  #128  
Old 02.08.2013, 07:37
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

Thread stays open as its our imgsrc support thread. But sure you can drop your last topic at any time.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #129  
Old 12.09.2013, 10:39
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default JD2 does not save the original name of the photo only the filename from the server

JD2 does not save the original name of the photo only the file name from the server.

imgsrc.ru/jasper1123/33935684.html#bp

example original name
'P1070656 [Desktop Auflцsung].JPG'
Reply With Quote
  #130  
Old 12.09.2013, 18:39
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

JD2 has nothing todo with it, it behaves in the exact same way as the plugins are the same between the different versions of JD!! Which is the beautiful design aspsect of JDownloader. It's been this way since I rewrote this decrypter plugin many moons ago (recent changes, JS work around for best image, and before that hoster plugin to speed up decrypting results). We have also covered this before! Why rehash the same question again? I want to leave it as is, sorry this is not to your liking. Making references to html makes the plugin vulnerable to breaking, also you wont ever get filename dupe issues this way either (without the need to use 'rename' if filenames already exist (I use skip)). So far with this filename implementation I haven't needed to touch since inception. Which means, less work for us now and going forward.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]

Last edited by raztoki; 12.09.2013 at 18:57.
Reply With Quote
  #131  
Old 12.09.2013, 19:04
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Maybe you're right, but rather for sure.
Recent questions (little insignificant)
And what would happen if the file name (filename server + original) {join name}...

Last edited by djmakinera; 12.09.2013 at 19:06.
Reply With Quote
  #132  
Old 12.09.2013, 19:19
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

sigh, same question rehashed slightly differently. If you want to get technical I can play ball.. The original filename of the image we don't even use, as they have stored it differently and dynamically change the filename. For instance real filename for best image possible '/j/jasper1123/5/33935675GLH.jpg' as you can see the filename contains UID then random chars at the end. Paths can also differ for the different qualities on offer. I choose to have one filename regardless of quality available for viewing/download. It also means you do not have to use packages if you choose, soon as you allow more text within filename it allows for dupes. Effectively prevents duplicated downloads from even happening. For example a given image could be present in multiple albums, you wouldn't then download the item multiple times.

Please read my previous response in regards to WHY I declined, as I have adequately covered this already.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #133  
Old 17.09.2013, 23:13
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Very long time download photo albums and again problems connection and again ...

Test
1 - 3 chunk

http://jdownloader.org/pastebin/115138

I understand the "Read Time Out" and "Connection Time Out" - but he is too often been compared to trying to download the browser or another program.

Last edited by djmakinera; 17.09.2013 at 23:44.
Reply With Quote
  #134  
Old 18.09.2013, 19:25
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

I can not reproduce. It's either a issue on your side of the internet, or high server loads on imgsrc.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #135  
Old 26.09.2013, 10:02
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

IMGSRC.ru blocks JD - probably IP or temporary ban.
Test other software that download albums in minutes, with more connections and no error - which he checked and tested.

Last edited by djmakinera; 26.09.2013 at 10:14.
Reply With Quote
  #136  
Old 26.09.2013, 10:19
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

please follow standard error reporting, logs of session that's had issues && example links.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #137  
Old 13.10.2013, 21:25
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Now is a technical problem webpage.
Not found the image (larger sizes) or does not show full-sized images.
Reply With Quote
  #138  
Old 14.10.2013, 08:08
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

once again, why make a post like this without posting example links and logs...
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]

Last edited by raztoki; 15.05.2014 at 12:01.
Reply With Quote
  #139  
Old 17.12.2013, 18:36
StopSpazzing
Guest
 
Posts: n/a
Default

Currently, the imgsrc.ru decrypter produces links that either link to warn page (for 18+ content) or links that do work but give an error when downloading:
Code:
Host Problem? (imgsrc.ru)
Example:
Code:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Should link to frontpage cars offroading, that link gives same error.

Log:
Code:
--ID:292TS:1387298077294-12/17/13 8:34:37 AM -  [jd.http.Browser(loadConnection)] -> 
----------------Request Information-------------
URL: **External links are only visible to Support Staff**Host: imgsrc.ru
HostIP: 87.242.73.60
Connection-Timeout: 180000ms
Read-Timeout: 180000ms
----------------Request-------------------------
GET /avto-tambov/4575186.html HTTP/1.1
Host: imgsrc.ru
User-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:27.0) Gecko/20100101 Firefox/27.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-gb, en;q=0.9
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cache-Control: no-cache
Pragma: no-cache
Connection: close
Cookie: iamlegal=yeah; lang=en; per_page=48

----------------Response Information------------
Connection-Time: 0ms
----------------Response------------------------
HTTP/1.1 200 OK
Server: nginx
Date: Tue, 17 Dec 2013 16:34:20 GMT
Content-Type: text/html; charset=windows-1251
Transfer-Encoding: chunked
Connection: close
Expires: Tue, 17 Dec 2013 16:35:20 GMT
Cache-Control: max-age=60
------------------------------------------------


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<meta name=keywords content="free photo hosting, хостинг фото, 2007-07-14, Джип-триал "Восстание машин", г. Тамбов, (Предпросмотр: кому некогда) on avto-tambov.iMGSRC.RU, zx.gif">
<meta name=description content="2007-07-14, Джип-триал "Восстание машин", г. Тамбов, (Предпросмотр: кому некогда) on avto-tambov.iMGSRC.RU, zx.gif @ iMGSRC.RU">
<meta name="msapplication-config" content="none">
<link rel=stylesheet type="text/css" href="**External links are only visible to Support Staff**>
<link rel="icon" type="image/x-icon" href="**External links are only visible to Support Staff**>
<title>2007-07-14, Джип-триал "Восстание машин", г. Тамбов, (Предпросмотр: кому некогда) on avto-tambov.iMGSRC.RU, zx.gif @ iMGSRC.RU</title>
<link rel=shortlink href='**External links are only visible to Support Staff**>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-950223-1']);
_gaq.push(['_trackPageview']);
 
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? '**External links are only visible to Support Staff** : '**External links are only visible to Support Staff**) + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</head>
<body>
<center>
<table width='100%' border=0 cellspacing=0 cellpadding=5 class=maintd>
<tr valign=middle>
<td class=header><a class=header href='**External links are only visible to Support Staff**>iMGSRC.RU</a> 2007-07-14, Джип-триал "Восст...</td>
<td class=header-s align=right width='33%'><a class=header href='/main/login.php'>login, upload your photos!</a></td>
</tr>
<tr valign=middle class=topmenu>
<td align=left><a target=_top href='/main/user.php?user=avto-tambov'>more photos from avto-tambov</a></td>
<td align=right><a href='/main/join.php'>join free</a>|<a href='/main/search.php'>search</a>|<a href='/main/users.php'>more users</a>|<a href='/main/dudes.php'>FAQ</a>|<a href='/main/switch.php?lang=ru&amp;cnt=%2Favto-tambov%2F4575186.html' target='_top'><font color=red><b>русский</b></font></a></td>
</tr>
<tr><td height='100%' valign=top colspan=2>
<center>
<script src="/js/js.js" type="text/javascript"></script>
<table width='100%' border=0 cellspacing=1 cellpadding=3 align=center><tr height='80' align='center'>
<td width='16%'><img class=cur src='**External links are only visible to Support Staff**></td>
<td width='16%'><a href='/avto-tambov/4400870.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td width='16%'><a href='/avto-tambov/4400880.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td width='16%'><a href='/avto-tambov/4400906.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td width='16%'><a href='/avto-tambov/4400931.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td width='16%'><a href='/avto-tambov/4400946.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
</tr>
<tr height='80' align='center'>
<td><a href='/avto-tambov/4400975.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td><a href='/avto-tambov/4400986.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td><a href='/avto-tambov/4401014.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td><a href='/avto-tambov/4401023.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td><a href='/avto-tambov/4401046.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td><a href='/avto-tambov/4401073.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
</tr>
<tr height='80' align='center'>
<td><a href='/avto-tambov/4401081.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td><a href='/avto-tambov/4401089.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td><a href='/avto-tambov/4401099.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td><a href='/avto-tambov/4401114.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td><a href='/avto-tambov/4401123.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td width='17%'></td>
</tr></table><table width='100%' border=0 cellspacing=1 cellpadding=3 align=center><tr><td align=center>
previews on page: <a href='?pwd=&per_page=42'>less (36)</a> | <a href='?pwd=&per_page=12'>standard (12)</a> | <a rel='nofollow' href='/main/pic_tape.php?ad=123690&pwd='>view all images on one page</a></td></tr>
</table><script>shortcut.add("Left",function() {window.location='**External links are only visible to Support Staff**;});shortcut.add("Right",function() {window.location='**External links are only visible to Support Staff**;});</script><a name='bp'></a><script src="/js/myjs13.js"></script><a id=next_url href='/avto-tambov/4400870.html#bp'><img class=big src='**External links are only visible to Support Staff** alt='2007-07-14, Джип-триал "Восстание машин", г. Тамбов, (Предпросмотр: кому некогда): zx.gif' id='big_pic'><br></a><br>'<strong>zx.gif</strong>'   from '<strong>2007-07-14, Джип-триал "Восстание машин", г. Тамбов, (Предпросмотр: кому некогда)</strong>'. Uploaded 2007-07-26 23:15:14.<br><a href='/main/user.php?user=avto-tambov'>More photos from avto-tambov</a>. 
<script type="text/javascript">
var r='lWm';
var o='avto-tambov';
var n=r.charAt(2)+r.charAt(0)+r.charAt(1);
document.getElementById('big_pic').src='**External links are only visible to Support Staff**+o.charAt(0)+'/'+o+'/6/'+'4575186'+n+'.gif';
</script>
<a href='**External links are only visible to Support Staff** target=_blank>Add <b>avto-tambov</b> to your iMGSRC.RU favorite authors</a>.<br><a href=# onclick='javascript: if (confirm("Report abuse?")) {var u1="9e912842859267c97efaf319f087c887"; window.location="**External links are only visible to Support Staff**+u1;}'><b>report abuse</b></a><br><a href="javascript:void();" onclick="t('down_4575186');"><img border=0 align=absmiddle src='/images/t_down.png' height=19></a>&nbsp;<span id=voter>Cast a vote!</span>&nbsp;<a href="javascript:void();" onclick="t('up_4575186');"><img border=0 align=absmiddle src='/images/t_up.png' height=19></a><hr width='100%' size=1>
<table width='100%' border=0 cellspacing=1 cellpadding=3 align=center>
<tr><td valign=top colspan=2><a name=comments></a>Comments to 'zx.gif':
</td></tr>
<tr valign=top><td width=42><img src='**External links are only visible to Support Staff** width=40 class=prv><br></td><td align=left>
<form name='commentar' action='/main/poster.php?id=4575186Wae887' method=post>
<input type=hidden name='parent_id' id='parent_id' value='0'>
<input type=hidden name='pwd' value=''>
<input type=hidden name='id' value='4575186Wae887'>
<textarea cols=88 rows=3 name=comment></textarea>
<br><br>Tip: if you want to reply to a given comment, use [reply] link next to it. The original author will not be emailed otherwise.<br>NB: if your comment does not appear here immediately you are doing it wrong. <a href=/main/dudes.php>See FAQ</a>.<br><br><input style={width:347px;} type=submit value='post comment as anonymous visitor' onclick='this.disabled=true;document.forms.commentar.submit();'> или <input type=button onclick='top.location="/main/login.php?cnt=%2Favto-tambov%2F4575186.html#comments";' style={width:347px;} value='post comment as registered user'></form></td></tr></table><hr width='100%' size=1>
<table width='100%' border=0 cellspacing=1 cellpadding=3 align=center>
<tr><td><form name='c2b'>
<input name=pl onclick='select();' type=text style='{width:610;}' value='**External links are only visible to Support Staff**>&nbsp;<input type=button style='{width:250px;}' value='Copy link to this page' onclick="javascript:clipboardData.setData('Text',document.c2b.pl.value)"><br>
<input name=pl2 onclick='select();' type=text style='{width:610;}' value='**External links are only visible to Support Staff**>&nbsp;<input type=button style='{width:250px;}' value='Copy twitter style short link' onclick="javascript:clipboardData.setData('Text',document.c2b.pl2.value)"><br>
<input name=lj onclick='select();' type=text style='{width:610;}' value='&lt;a href=**External links are only visible to Support Staff** border=1>&lt;br>еще фото &lt;/a>'>&nbsp;<input type=button style='{width:250px;}' value='Copy HTML code' onclick="javascript:clipboardData.setData('Text',document.c2b.lj.value)"><br>
<input name=lj2 onclick='select();' type=text style='{width:610;}' value='&lt;a href=**External links are only visible to Support Staff** style="{border: 1px solid #606060}">&lt;br>&lt;/a>&lt;a href=**External links are only visible to Support Staff**{color:#606060;font-family:verdana;font-size:12px;}">avto-tambov.imgsrc.ru&lt;/a>&lt;br>'>&nbsp;<input type=button style='{width:250px;}' value='Copy HTML for image only' onclick="javascript:clipboardData.setData('Text',document.c2b.lj2.value)"><br>
<input name=bb onclick='select();' type=text style='{width:610;}' value='"'>&nbsp;<input type=button style='{width:250px;}' value='Copy forum code (BB code)' onclick="javascript:clipboardData.setData('Text',document.c2b.bb.value)"><br></form></td></tr>
</table>
</center><tr><td colspan=2 class=bottomline align=right valign=middle>
iMGSRC.RU - FREE <a href='/'>photo host</a> since 2006, &copy; iMGSRC.RU team. All photos are &copy; their respective posters/owners. <a href='/main/dudes.php'><b>TOS/FAQ</b></a>. <a href='**External links are only visible to Support Staff** target=_blank>Информация для родителей</a>.
</td></tr>
</table>
<br>
<a target=_blank href="**External links are only visible to Support Staff**><img src="**External links are only visible to Support Staff** alt="Rambler's Top100" border="0"><br></a>
<br>
</center>
</body>
</html>


--ID:292TS:1387298077295-12/17/13 8:34:37 AM -  [jd.plugins.hoster.ImgSrcRu(processJS)] -> Error in finding JS pic!
--ID:292TS:1387298077295-12/17/13 8:34:37 AM -  [] -> jd.http.Browser$BrowserException: Null URL
    at jd.http.Browser.getURL(Browser.java:1121)
    at jd.http.Browser.createGetRequest(Browser.java:628)
    at jd.http.Browser.createRequest(Browser.java:799)
    at jd.plugins.BrowserAdapter.openDownload(BrowserAdapter.java:105)
    at jd.plugins.hoster.ImgSrcRu.handleFree(ImgSrcRu.java:164)
    at jd.plugins.PluginForHost.handle(PluginForHost.java:648)
    at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:264)
    at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:352)

--ID:292TS:1387298077295-12/17/13 8:34:37 AM -  [] -> jd.http.Browser$BrowserException: Null URL
    at jd.http.Browser.getURL(Browser.java:1121)
    at jd.http.Browser.createGetRequest(Browser.java:628)
    at jd.http.Browser.createRequest(Browser.java:799)
    at jd.plugins.BrowserAdapter.openDownload(BrowserAdapter.java:105)
    at jd.plugins.hoster.ImgSrcRu.handleFree(ImgSrcRu.java:164)
    at jd.plugins.PluginForHost.handle(PluginForHost.java:648)
    at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:264)
    at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:352)

Last edited by StopSpazzing; 17.12.2013 at 18:50.
Reply With Quote
  #140  
Old 19.12.2013, 17:52
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Fixed!
---
[Please read]=>How/when do I get updates?
Read it carefully BEFORE complaining that something would still be not working!
---
[Bitte lesen]=>Wie/wann bekomme ich Updates?
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!

GreeZ pspzockerscene
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #141  
Old 12.05.2014, 18:43
StopSpazzing
Guest
 
Posts: n/a
Default

Broken again:

Images of buildings and fireworks
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Quote:
------------------------Thread: 89:imgsrc.ru-----------------------
--ID:89TS:1399909073453-5/12/14 8:37:53 AM - [jd.controlling.linkcrawler.LinkCrawler(crawl)] -> Crawling: **External links are only visible to Support Staff****External links are only visible to Support Staff**
--ID:89TS:1399909073950-5/12/14 8:37:53 AM - [jd.http.Browser(connect)] ->
----------------Request Information-------------
URL: **External links are only visible to Support Staff****External links are only visible to Support Staff**
Host: imgsrc.ru
HostIP: 87.242.73.60
Connection-Timeout: 180000ms
Read-Timeout: 180000ms
----------------Request-------------------------
GET /495911/37386254.html HTTP/1.1
Host: imgsrc.ru
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cache-Control: no-cache
Pragma: no-cache
Connection: close
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.70 Safari/537.36
Accept-Language: en-gb, en;q=0.9
Cookie: iamlegal=yeah; lang=en; per_page=48

----------------Response Information------------
Connection-Time: 244ms
----------------Response------------------------
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 12 May 2014 15:36:43 GMT
Content-Type: text/html; charset=windows-1251
Transfer-Encoding: chunked
Connection: close
Expires: Mon, 12 May 2014 15:37:43 GMT
Cache-Control: max-age=60
------------------------------------------------


--ID:89TS:1399909074421-5/12/14 8:37:54 AM - [jd.http.Browser(loadConnection)] ->
----------------Request Information-------------
URL: **External links are only visible to Support Staff****External links are only visible to Support Staff**
Host: imgsrc.ru
HostIP: 87.242.73.60
Connection-Timeout: 180000ms
Read-Timeout: 180000ms
----------------Request-------------------------
GET /495911/37386254.html HTTP/1.1
Host: imgsrc.ru
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cache-Control: no-cache
Pragma: no-cache
Connection: close
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.70 Safari/537.36
Accept-Language: en-gb, en;q=0.9
Cookie: iamlegal=yeah; lang=en; per_page=48

----------------Response Information------------
Connection-Time: 244ms
----------------Response------------------------
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 12 May 2014 15:36:43 GMT
Content-Type: text/html; charset=windows-1251
Transfer-Encoding: chunked
Connection: close
Expires: Mon, 12 May 2014 15:37:43 GMT
Cache-Control: max-age=60
------------------------------------------------


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<META NAME="keywords" CONTENT="free photo hosting, хостинг фото, DSC_9967.jpg, 9 мая День победы @ 495911.iMGSRC.RU">
<META NAME="description" CONTENT="DSC_9967.jpg, 9 мая День победы @ 495911.iMGSRC.RU @ iMGSRC.RU">
<META NAME="msapplication-config" CONTENT="none"/>
<link rel=stylesheet type="text/css" href="**External links are only visible to Support Staff**>
<link rel="icon" type="image/x-icon" href="**External links are only visible to Support Staff**>
<title>DSC_9967.jpg, 9 мая День победы @ 495911.iMGSRC.RU</title>
<link rel=shortlink href='**External links are only visible to Support Staff**>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-950223-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? '**External links are only visible to Support Staff** : '**External links are only visible to Support Staff**) + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</head>
<body>
<center>
<table width='100%' border=0 cellspacing=0 cellpadding=5 class=maintd>
<tr valign=middle>
<td class=header><a class=header href='**External links are only visible to Support Staff**>iMGSRC.RU</a> 9 мая День победы</td>
<td class=header-s align=right width='33%'><a class=header href='/main/login.php'>login, upload your photos!</a></td>
</tr>
<tr valign=middle class=topmenu>
<td align=left><a target=_top href='/main/user.php?user=495911'>more photos from 495911</a></td>
<td align=right><a href='/main/join.php'>join free</a>|<a href='/main/search.php'>search</a>|<a href='/main/users.php'>more users</a>|<a href='/main/dudes.php'>FAQ</a>|<a href='/main/switch.php?lang=ru&amp;cnt=%2F495911%2F37386254.html' target='_top'><font color=red><b>русский</b></font></a></td>
</tr>
<tr><td height='100%' valign=top colspan=2>
<center>
<script src="/js/js.js" type="text/javascript"></script>
<table width='100%' border=0 cellspacing=1 cellpadding=3 align=center><tr height='80' align='center'>
<td width='16%'><a href='/495911/37390624.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td width='16%'><img class=cur src='**External links are only visible to Support Staff**></td>
<td width='16%'><a href='/495911/37385848.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td width='16%'><a href='/495911/37385119.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td width='16%'><a href='/495911/37385118.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td width='16%'><a href='/495911/37374687.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
</tr>
<tr height='80' align='center'>
<td><a href='/495911/37374173.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td><a href='/495911/22980180.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td><a href='/495911/22980185.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td><a href='/495911/22980192.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td><a href='/495911/22980193.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td><a href='/495911/22980194.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
</tr>
<tr height='80' align='center'>
<td><a href='/495911/22980196.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td><a href='/495911/22980197.html#bp'><img class=prv src='**External links are only visible to Support Staff**></a></td>
<td width='17%'></td>
<td width='17%'></td>
<td width='17%'></td>
<td width='17%'></td>
</tr></table><table width='100%' border=0 cellspacing=1 cellpadding=3 align=center><tr><td align=center>
previews on page: <a href='?pwd=&per_page=42'>less (36)</a> | <a href='?pwd=&per_page=12'>standard (12)</a> | <a rel='nofollow' href='/main/pic_tape.php?ad=655787&pwd='>view all images on one page</a></td></tr>
</table><script>shortcut.add("Left",function() {window.location='**External links are only visible to Support Staff**;});shortcut.add("Right",function() {window.location='**External links are only visible to Support Staff**;});</script><a name='bp'></a><script src="/js/myjs13.js"></script><a id=next_url href='/495911/37385848.html#bp'><img class=big src='**External links are only visible to Support Staff** alt='9 мая День победы: DSC_9967.jpg' id='big_pic'><br></a><br>'<strong>DSC_9967.jpg</strong>' from '<strong>9 мая День победы</strong>'. Uploaded 2014-05-11 20:18:25.<br><a href='/main/user.php?user=495911'>More photos from 495911</a>.
<script type="text/javascript">
var r='hpP';
var o='495911';
var n=r.charAt(2)+r.charAt(0)+r.charAt(1);
document.getElementById('big_pic').src='**External links are only visible to Support Staff**+o.charAt(0)+'/'+o+'/4/'+'37386254'+n+'.jpg';
</script>
<a href='**External links are only visible to Support Staff** target=_blank>Add <b>495911</b> to your iMGSRC.RU favorite authors</a>.<br><a href=# onclick='javascript: if (confirm("Report abuse?")) {var u1="b1faa732551de9d9d15201ca70071fc1"; window.location="**External links are only visible to Support Staff**+u1;}'><b>report abuse</b></a><br><a href="javascript:void();" onclick="t('down_37386254');"><img border=0 align=absmiddle src='/images/t_down.png' height=19></a>&nbsp;<span id=voter>Cast a vote!</span>&nbsp;<a href="javascript:void();" onclick="t('up_37386254');"><img border=0 align=absmiddle src='/images/t_up.png' height=19></a><br><a href='**External links are only visible to Support Staff** class='twitter-share-button' data-via='imgsrc_ru'>Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+' ://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script><br><hr width='100%' size=1>
<table width='100%' border=0 cellspacing=1 cellpadding=3 align=center>
<tr><td valign=top colspan=2><a name=comments></a>Comments to 'DSC_9967.jpg':
</td></tr>
<tr valign=top><td width=42><img src='**External links are only visible to Support Staff** width=40 class=prv><br></td><td align=left>
<form name='commentar' action='/main/poster.php?id=37386254p45380' method=post>
<input type=hidden name='parent_id' id='parent_id' value='0'>
<input type=hidden name='pwd' value=''>
<input type=hidden name='id' value='37386254p45380'>
<textarea cols=88 rows=3 name=comment></textarea>
<br><br>Tip: if you want to reply to a given comment, use [reply] link next to it. The original author will not be emailed otherwise.<br>NB: if your comment does not appear here immediately you are doing it wrong. <a href=/main/dudes.php>See FAQ</a>.<br><br><input style={width:347px;} type=submit value='post comment as anonymous visitor' onclick='this.disabled=true;document.forms.commentar.submit();'> или <input type=button onclick='top.location="/main/login.php?cnt=%2F495911%2F37386254.html#comments";' style={width:347px;} value='post comment as registered user'></form></td></tr></table><hr width='100%' size=1>
<table width='100%' border=0 cellspacing=1 cellpadding=3 align=center>
<tr><td><form name='c2b'>
<input name=pl onclick='select();' type=text style='{width:610;}' value='**External links are only visible to Support Staff**>&nbsp;<input type=button style='{width:250px;}' value='Copy link to this page' onclick="javascript:clipboardData.setData('Text',document.c2b.pl.value)"><br>
<input name=pl2 onclick='select();' type=text style='{width:610;}' value='**External links are only visible to Support Staff**>&nbsp;<input type=button style='{width:250px;}' value='Copy twitter style short link' onclick="javascript:clipboardData.setData('Text',document.c2b.pl2.value)"><br>
<input name=lj onclick='select();' type=text style='{width:610;}' value='&lt;a href=**External links are only visible to Support Staff** border=1>&lt;br>еще фото &lt;/a>'>&nbsp;<input type=button style='{width:250px;}' value='Copy HTML code' onclick="javascript:clipboardData.setData('Text',document.c2b.lj.value)"><br>
<input name=lj2 onclick='select();' type=text style='{width:610;}' value='&lt;a href=**External links are only visible to Support Staff** style="{border: 1px solid #606060}">&lt;br>&lt;/a>&lt;a href=**External links are only visible to Support Staff**{color:#606060;font-family:verdana;font-size:12px;}">495911.imgsrc.ru&lt;/a>&lt;br>'>&nbsp;<input type=button style='{width:250px;}' value='Copy HTML for image only' onclick="javascript:clipboardData.setData('Text',document.c2b.lj2.value)"><br>
<input name=bb onclick='select();' type=text style='{width:610;}' value='**External links are only visible to Support Staff**'>&nbsp;<input type=button style='{width:250px;}' value='Copy forum code (BB code)' onclick="javascript:clipboardData.setData('Text',document.c2b.bb.value)"><br></form></td></tr>
</table>
</center><tr><td colspan=2 class=bottomline align=right valign=middle>
iMGSRC.RU - FREE <a href='/'>photo host</a> since 2006, &copy; iMGSRC.RU team. All photos are &copy; their respective posters/owners. <a href='/main/dudes.php'><b>TOS/FAQ</b></a>. </td></tr>
</table>
<br>
<a target=_blank href="**External links are only visible to Support Staff**><img src="**External links are only visible to Support Staff** alt="Rambler's Top100" border="0"><br></a>
<br>
</center>
</body>
</html>


--ID:89TS:1399909074422-5/12/14 8:37:54 AM - [jd.plugins.decrypter.ImgSrcRu(decryptIt)] -> Decrypter broken for link: **External links are only visible to Support Staff****External links are only visible to Support Staff**
--ID:89TS:1399909074422-5/12/14 8:37:54 AM - [jd.plugins.decrypter.ImgSrcRu(decryptIt)] -> Time to decrypt : 0 seconds. Returning 0 DownloadLinks for **External links are only visible to Support Staff****External links are only visible to Support Staff**
--ID:89TS:1399909074423-5/12/14 8:37:54 AM - [jd.plugins.PluginForDecrypt(decryptLink)] -> CrawlerPlugin out of date: jd.plugins.decrypter.ImgSrcRu@d51d1b :24571
--ID:89TS:1399909074423-5/12/14 8:37:54 AM - [jd.plugins.PluginForDecrypt(decryptLink)] -> URL was: **External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #142  
Old 15.05.2014, 08:07
StopSpazzing
Guest
 
Posts: n/a
Default

Unfortunately, this decrypter is broken again. My post was flagged by your anti spam bot, so please allow this post.

**External links are only visible to Support Staff****External links are only visible to Support Staff**

Since log is 31kb, I cant upload it. My last post was flagged as was stated so I wont post the log text.

**External links are only visible to Support Staff****External links are only visible to Support Staff**

Last edited by raztoki; 15.05.2014 at 12:00. Reason: copied log to pastebin
Reply With Quote
  #143  
Old 15.05.2014, 17:11
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

Fixed!

Please wait for my next commit, the plugin update will be available within JD2 shortly after, older versions of JDownloader you will need to wait for the next update cycle to take place. No ETA provided.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #144  
Old 27.05.2014, 02:15
StopSpazzing
Guest
 
Posts: n/a
Default

Worked for a week, then broke it again! :(

New log:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #145  
Old 27.05.2014, 04:53
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

fixed
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #146  
Old 29.05.2014, 21:34
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

If you are program asks password to the album (password protected) and the password is incorrect (I do not know, the password - "if there is no easy password") is when I click "Cancel" it still program asks for the password (you can not stop parsing)

Clicking "Cancel" -> abort the operation -analysis (individual album)

Last edited by djmakinera; 29.05.2014 at 21:41.
Reply With Quote
  #147  
Old 30.05.2014, 02:55
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@dj

wheres example link?
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #148  
Old 31.05.2014, 10:53
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

link and password
http://jdownloader.org/pastebin/129263

Cancel 5 times have to click to stop

I have a question.
If you want to decrypt more albums.
Where to write "one password" for all albums to decrypt? (Without ENTER password for each album individually)

Last edited by djmakinera; 31.05.2014 at 20:47.
Reply With Quote
  #149  
Old 23.07.2014, 05:20
StopSpazzing
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by djmakinera View Post
link and password
**External links are only visible to Support Staff**...

Cancel 5 times have to click to stop

I have a question.
If you want to decrypt more albums.
Where to write "one password" for all albums to decrypt? (Without ENTER password for each album individually)
I also wondering if its possible to maybe use archive password list as link password list also? Or a seperate list for links? As was stated asks many many times for password if you dont have it. And sometimes passwords are the same for different albums and users. Would be great if possible!


Btw, It’s broken again.
Log: **External links are only visible to Support Staff****External links are only visible to Support Staff**


It seriously gets broken every other week, no joke. I havent reported it in about 1 week.
Reply With Quote
  #150  
Old 23.07.2014, 10:27
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

Sorry I changed some of the code around last night and some got lost during copy paste incident. I've fixed that, and it should be live within JD2.

The decrypter has a 'lastusedpassword' feature, this is only a single password, so if it doesn't work it will then ask you. We can not make a list because it will create DDoS events trying them all * each imgsru password protected album. After a decrypter plugin answers a password field correctly it saves to 'lastusedpassword'. Assuming the passwords are common between albums this will work, else it wont and you will be prompted.

If you know they have multiple different passwords and 'lastusedpassword' wont work, you can add links via the add links dialog and set password field 'password for protected links'. Put links of the same password into add links dialog, set password. Sequence of order, 'password for protected links' -> then lastusedpassword -> then prompts user.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]

Last edited by raztoki; 23.07.2014 at 10:30.
Reply With Quote
  #151  
Old 23.07.2014, 21:08
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Set permanently only max. 5 dl?
**External links are only visible to Support Staff****External links are only visible to Support Staff**


Last edited by djmakinera; 23.07.2014 at 21:12.
Reply With Quote
  #152  
Old 23.07.2014, 21:17
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

Code:
    @Override
    public int getMaxSimultanFreeDownloadNum() {
        return 3;
    }
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #153  
Old 23.07.2014, 21:22
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default


These settings are guaranteed download without any blocking!

Please COMPARE all setting

Spoiler:




<script type="text/javascript">
var n='ROK';
var u='slavabogu'+'/3/'+'32580653'+n.charAt(2)+n.charAt(0)+n.charAt(1);
document.getElementById('big_pic').src='**External links are only visible to Support Staff**+u.charAt(0)+'/'+u+'.jpg';
document.getElementById('ori_pic').href='**External links are only visible to Support Staff**+u.charAt(0)+'/'+u+'.jpg';
</script>

o4.eu.icdn.ru/s/slavabogu/3/32580653KRO.jpg (Original FULL Size)

b4.eu.icdn.ru/s/slavabogu/3/32580653KRO.jpg (Large Size)

Direct links visible and do not need html

Last edited by djmakinera; 23.07.2014 at 23:17.
Reply With Quote
  #154  
Old 26.02.2016, 00:35
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

CrawlerPlugin out of date: jd.plugins.decrypter.ImgSrcRu@d72ce6c :30457


**External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #155  
Old 26.02.2016, 00:43
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,922
Default

Fixed!
---
[Please read]=>How/when do I get updates?
Read it carefully BEFORE complaining that something would still be not working!
Update cycles depend on your installed JD version!!

---
[Bitte lesen]=>Wie/wann bekomme ich Updates?
Bitte vollständig lesen bevor ihr euch beschwert, dass etwas immernoch nicht funktionieren würde!
Die Updatezyklen variieren je nach installierter JD Version!!


GreeZ pspzockerscene
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #156  
Old 25.05.2016, 12:18
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Service is blocking access to the site (blocked IP {java.net.SocketTimeoutException: connect timed out]

if:
The album contains password + many sim. (e.g. 14 etc.)

Example test:
"EaZy Password"

The password is the name of the album.
**External links are only visible to Support Staff****External links are only visible to Support Staff**



If the album does not contain a password - there were no blocks (no notice)
Reply With Quote
  #157  
Old 27.05.2016, 11:17
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

I'm sorry but works fine here, do not get any blocks
__________________
JD-Dev & Server-Admin
Reply With Quote
  #158  
Old 09.06.2016, 10:51
oo9wtl
Guest
 
Posts: n/a
Default imgsrc.ru ban after download too many

Hi,

imgsrc.ru ban after download too many files when not logged in. JD2 does not let me add login for imgsrc.ru in account manager. Please add this!

Also, after 9/7/16 JD2 say plugin outdated? for imgsrc.
Reply With Quote
  #159  
Old 09.06.2016, 10:58
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

they firewall ban, based on loads you generate. Far as I'm aware it has nothing todo with login.

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #160  
Old 09.06.2016, 11:42
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@oo9wtl
JD will only decrypt one task at a time, but downloads up to 20 based on your max sim dls setting. Are your bans generated on download tasks, and how many links would you be downloading at a time, and how long would it take for you to get banned?

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 07:53.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.