JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #41  
Old 30.10.2017, 17:34
Agnostos Agnostos is offline
JD VIP
 
Join Date: Dec 2014
Posts: 312
Default

What???????

What you mean exactly and how we do that?

And is necessary to do that?
Reply With Quote
  #42  
Old 30.10.2017, 17:38
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

You have to install Browser Extension (Account is not required) Firefox 53+ is required.
Without this you will no longer be able to solve RecaptchaV2 captchas (*I'm not a robot*)
__________________
JD-Dev & Server-Admin
Reply With Quote
  #43  
Old 01.11.2017, 20:01
kdean kdean is offline
Black Hole
 
Join Date: Jul 2010
Posts: 282
Default

Jiaz, have you looked into also making the extension as a userscript so people running TamperMonkey on other browsers like Safari could go back to running it there (if it's possible with a userscript)? Just wondering.
Reply With Quote
  #44  
Old 02.11.2017, 09:59
Agnostos Agnostos is offline
JD VIP
 
Join Date: Dec 2014
Posts: 312
Default

You can't do this script INSIDE the jd2beta?

As you do with youtube plugin for 1080 videos download INSIDE the jd2beta so doesn't need to download anything else except jd2beta and all extras.
Reply With Quote
  #45  
Old 02.11.2017, 10:21
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@kdean: When our web developer will be back, I will ask him to check if this is possible. Can't tell if userscript is able to do that.

@Agnostos: RecaptchaV2 is processed in browser, so no it is not possible.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #46  
Old 05.11.2017, 20:36
Statter Statter is offline
JD Legend
 
Join Date: Aug 2010
Posts: 541
Default

Quote:
Originally Posted by Jiaz View Post
You have to install Browser Extension (Account is not required) Firefox 53+ is required.
Without this you will no longer be able to solve RecaptchaV2 captchas (*I'm not a robot*)
Sigh it is not resolved for such as me .... I can't update to that version of Firefox yet on my Current work horse machine OS for a while until I find other solutions for some other apps I'm currently forced to use also.

I also tried changing the Browser Captcha Command Line for Firefox and also downloaded the JD extension. Neither worked properly of course and I still get the same problems posted earlier in the other post of mine regarding the issue. It seems to me maybe that the extension itself if not JD itself might be able to somehow tell JD and what ever Browser it is built for to not use local host at all. for initial connections ... as when it does pop up the google Recaptcha v2 the referal at the end still shows the referer as the local host.
__________________
OS X !0.6.8 Mac Pro Intel (Workhorse)
OS X 10.13.6 MBP Intel 17" (Secondary)
OS X MBP Intel 15" Dual boot 10.6.8 and 10.13.6 (as needed)
Reply With Quote
  #47  
Old 06.11.2017, 19:02
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@Statter: Unable to use Firefox53+, Chrome or Opera?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #48  
Old 07.11.2017, 00:48
Statter Statter is offline
JD Legend
 
Join Date: Aug 2010
Posts: 541
Default

Quote:
Originally Posted by Jiaz View Post
@Statter: Unable to use Firefox53+, Chrome or Opera?
Correct Those Browsers have all stopped supporting my current Mac OS 10.6.8 which is on my workhorse machine which I can not update at this time until I find other solutions for other apps and data that I have to have access to for various reasons at this time.

Once I can find the other solutions for those items then I can at least update the machine to a later OS.

I also do not like Chrome as it is a Google product and they have had too many back doors in the past for me to feel comfortable with. Doesn't really matter though as I can not update it to the latest Chrome anyway.

The laptop does not have the hd space for what is needed with JD either. Yes I could use external drives on it but that gets to be a pain having to disconnect and reconnect when traveling etc.

Since JD is using Java as its base it seems to me there should be a way to have a switch or something that does not allow links to use the host ip when needing browser support. Not sure if it would need to be a JD app setting or in the JD Browser extension but one of the two places should be able to do such I would think.
__________________
OS X !0.6.8 Mac Pro Intel (Workhorse)
OS X 10.13.6 MBP Intel 17" (Secondary)
OS X MBP Intel 15" Dual boot 10.6.8 and 10.13.6 (as needed)
Reply With Quote
  #49  
Old 07.11.2017, 17:58
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

RecaptchaV2 happens completely inside browser. JDownloader has no influence on it and that's why the browser extension is mandatory to provide a way to solve those RecaptchaV2.

Without the browser extension there is only the Android/iOS App and captcha solver services left.
You could also try to use a VirtualMachine and install lightweight Linux Distro in it.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #50  
Old 07.11.2017, 23:59
Heinzelmann Heinzelmann is offline
Modem User
 
Join Date: Nov 2017
Posts: 3
Default

Quote:
Originally Posted by Jiaz View Post
RecaptchaV2 happens completely inside browser. JDownloader has no influence on it and that's why the browser extension is mandatory to provide a way to solve those RecaptchaV2.

Without the browser extension there is only the Android/iOS App and captcha solver services left.
You could also try to use a VirtualMachine and install lightweight Linux Distro in it.
Hey @Jiaz,

You could use your own browser with API support and ship it with JDownloader. Eg. in C# there is the WebBrowser class. It supports javascript and can use cookies.

You can open the captcha page in that browser via the API, only display the captcha, or alternatively and even better: Hide the browser window and do everything automatically.

I'm not sure what kind of captcha you get on these browsers, but I have used this before to bypass bot checks successfully. You can also offer a "Google Account Login" feature so you have a higher trust value.

That feature should even be relatively easy to do and I hope you'll consider this/do some simple tests.

Regards

Even if the in-built browsers don't work there is some hope to use your own compiled version of Chromium or some sorts. If you get some "version" error you could also check out: **External links are only visible to Support Staff****External links are only visible to Support Staff**

Last edited by Heinzelmann; 08.11.2017 at 00:07.
Reply With Quote
  #51  
Old 08.11.2017, 02:41
Statter Statter is offline
JD Legend
 
Join Date: Aug 2010
Posts: 541
Default

Quote:
Originally Posted by Jiaz View Post
RecaptchaV2 happens completely inside browser. JDownloader has no influence on it and that's why the browser extension is mandatory to provide a way to solve those RecaptchaV2.

Without the browser extension there is only the Android/iOS App and captcha solver services left.
You could also try to use a VirtualMachine and install lightweight Linux Distro in it.
I already have the browser extension installed. If this is the case then can't the extension remove the referrer somehow that seems to show up in the browser window when it opens and awaits the captcha solving?

As per a VM and another OS running yes that is feasible but not highly efficient. It uses more memory and resources than I would like to have used on the Workhorse machine when it is crunching other things it needs to do on a regular basis.

@Heinzelmann Great idea and thought there .... A JD browser which would only really be needed for such as Googles Captcha v2 cwap. It would not need to be too memory intensive and if others wished to us it for other things well hopefully not so JD doesnt have to keep updating it too often. They would of course have to make one for all Base OS's (Winblows, Mac, *nix) and would hope that they would be able to also make them backwardly compatible for situations like mine.

There are of course some Java based web browser stuff out there too such as the Lobo Browser project sourceforge.net/projects/xamj/ which they might wish to look into if they decided to do something with such. this one is also Open Source. although it has not been updated for a while.

stackoverflow.com/questions/3064732/using-java-to-create-a-web-browser they discuss such there a tad at least and they also have a couple of recomendations one being the xamj above.

Doing a search for java based web browser shows a few options and discussions too.

They would not need to make it with a "Google Account Login" feature as that is currently only for the web admins that use the Google Captcha V2 so they can make adjustments on their web servers.
__________________
OS X !0.6.8 Mac Pro Intel (Workhorse)
OS X 10.13.6 MBP Intel 17" (Secondary)
OS X MBP Intel 15" Dual boot 10.6.8 and 10.13.6 (as needed)

Last edited by Statter; 08.11.2017 at 02:44.
Reply With Quote
  #52  
Old 08.11.2017, 03:34
Heinzelmann Heinzelmann is offline
Modem User
 
Join Date: Nov 2017
Posts: 3
Default

Quote:
Originally Posted by Statter View Post
I already have the browser extension installed. If this is the case then can't the extension remove the referrer somehow that seems to show up in the browser window when it opens and awaits the captcha solving?

As per a VM and another OS running yes that is feasible but not highly efficient. It uses more memory and resources than I would like to have used on the Workhorse machine when it is crunching other things it needs to do on a regular basis.

@Heinzelmann Great idea and thought there .... A JD browser which would only really be needed for such as Googles Captcha v2 cwap. It would not need to be too memory intensive and if others wished to us it for other things well hopefully not so JD doesnt have to keep updating it too often. They would of course have to make one for all Base OS's (Winblows, Mac, *nix) and would hope that they would be able to also make them backwardly compatible for situations like mine.

There are of course some Java based web browser stuff out there too such as the Lobo Browser project sourceforge.net/projects/xamj/ which they might wish to look into if they decided to do something with such. this one is also Open Source. although it has not been updated for a while.

stackoverflow.com/questions/3064732/using-java-to-create-a-web-browser they discuss such there a tad at least and they also have a couple of recomendations one being the xamj above.

Doing a search for java based web browser shows a few options and discussions too.

They would not need to make it with a "Google Account Login" feature as that is currently only for the web admins that use the Google Captcha V2 so they can make adjustments on their web servers.
Thanks for your input. I've suggested the login feature because I think it actually delivers easy captchas if you are logged into a legit Google account. That was my experience, but I guess I'd need to verify that by using Tor with my Google account.

Btw, the "slow" fade in/out captchas have been there since they added thoses puzzles, you often get them with Tor. The worse your reputation is, the slower those captchas and sometimes you need to solve 2 in a row.
Reply With Quote
  #53  
Old 08.11.2017, 10:11
dabrown dabrown is offline
Black Hole
 
Join Date: Jun 2015
Location: North America
Posts: 281
Default

Quote:
Originally Posted by Heinzelmann View Post
and sometimes you need to solve 2 in a row.
I've had to solve up to 5 in a row just to get the "Verify" button (the prior ones just say "next"). But it's totally dependent on site. Filejoker takes 2 sets of 5 each for me, Keep2share it's usually one set of puzzles and done. Doesn't matter for me if I'm logged into my Google account or not.
Reply With Quote
  #54  
Old 08.11.2017, 12:09
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@statter/Heinzelmann:
I'm sorry but at the moment there are no more plans for a *JD browser*. There are several reasons like required time to get it work and keep it supported because Google is working on their RecaptchaV2, not supported on all platforms, easily detectable by google (and they already do this) and required manpower.

We already had a JD browser (phantomJS) in place and Google doesn't stop working on RecaptchaV2. They can easily detect such *dummy* browsers. And they do!

The browser extension is a solution that works very good and as soon as Edge/Safari do support webextensions, we will be able to provide an extension for those browsers as well.
You will achieve the best RecaptchaV2 experience with your daily browser with *good* google cookies.
Incognito/private mode and/or no google cookies will always end up in bad google reputation and result in harder/more captcha rounds. Only google knows how their reputation system works.
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 08.11.2017 at 12:11.
Reply With Quote
  #55  
Old 09.11.2017, 11:10
Statter Statter is offline
JD Legend
 
Join Date: Aug 2010
Posts: 541
Default

Quote:
Originally Posted by Jiaz View Post
@statter/Heinzelmann:
The browser extension is a solution that works very good and as soon as Edge/Safari do support webextensions, we will be able to provide an extension for those browsers as well.
You will achieve the best RecaptchaV2 experience with your daily browser with *good* google cookies..
Safari does allow extensions, they have for quite some time when Safari V5 was introduced ...
Safari Version 5.1.10 (Current Browser on Mac OS 10.6.8) through Safari 10.1.2 (Current Browser on Mac OS 10.10.5) does as I have some various ones installed on both versions.

Of course one has to have a Developer Certificate which is needed in order to use Extension Builder. I'm are there are other ways to make the extension but of course being apple they like to add a tad more security and the Developer Certificate allows one to add a tad more security ot the extensions.
__________________
OS X !0.6.8 Mac Pro Intel (Workhorse)
OS X 10.13.6 MBP Intel 17" (Secondary)
OS X MBP Intel 15" Dual boot 10.6.8 and 10.13.6 (as needed)
Reply With Quote
  #56  
Old 09.11.2017, 11:12
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Safari does not (yet) support webextension standard.
When Marco comes back from holiday, he will check if it is possible to backport extension to be supported on firefox 48
__________________
JD-Dev & Server-Admin
Reply With Quote
  #57  
Old 09.11.2017, 13:12
Erdapfel Erdapfel is offline
Mega Loader
 
Join Date: Mar 2015
Posts: 60
Default

You should have just let it be and not created a "solution". So certain websites would have been forced to not use the hated google recaptcha system anymore because of way fewer users using their service. It was always and will always be a bad system which no one should use. There are better solutions.
Reply With Quote
  #58  
Old 09.11.2017, 13:22
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@Erdapfel: I'm sorry but not providing a solution to solve RecaptchaV2 is no solution!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #59  
Old 15.11.2017, 13:16
jdsdrb
Guest
 
Posts: n/a
Default

Apologies if this isn't the right place to post this but as it's captcha related I thought it may add to the data.

Currently the problem I have is that the autocaptcha window opens but closes immediately before I (or JD2) have ticked the box/selected images or entered the required text.

My current solution is to (hopefully) copy the captcha url before the tab closes & then repaste into a new tab which then allows me to deal with the captcha.

I've searched around the forum but haven't found anything similar to suggest a solution.

I'm not aware of any changes I've made which could cause this - it just started happening a few days ago. I've tried deleting & reinstalling JD2 and the plugin but to no avail. I've also tried disabling the browser auto-open & auto-tick features but again to no avail.

I'm running windows 10 and use Chrome (Version 62.0.3202.94 (Official Build) (32-bit))

I'm not tech savvy enough to know how to get logs etc and my temp 'fix' sorta works but from the posts on the forum it looks like the captcha process has been messed up by Google etc., so I figured I'd add my issue to the thread if it helps in any way to fix things.

Thanks
Reply With Quote
  #60  
Old 15.11.2017, 13:18
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@jdsdrb: Please create a logfile, https://support.jdownloader.org/Know...d-session-logs and post the shown logID. Then we can check what has happened and why the tab closes so fast
__________________
JD-Dev & Server-Admin
Reply With Quote
  #61  
Old 17.11.2017, 14:12
Loa Loa is offline
JD Alpha
 
Join Date: Oct 2012
Posts: 24
Default

Hello,

Using Firefox 56 (just for jdownloader) on mac OS 10.12 and entered this in the advanced settings:

"/Applications/Firefox.app/Contents/MacOS/Firefox", "-app=%s"

When a recaptcha happens, Firefox loads but it brings me to a webpage about Flash video downloader (another extension).

Any solution?

Thanks
Reply With Quote
  #62  
Old 17.11.2017, 14:19
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Can you provide a screenshot? what host does this happen?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #63  
Old 17.11.2017, 15:57
anneaukillx
Guest
 
Posts: n/a
Default

Hello,

I am using firefox 50.1.0 because the newer version is making it unusable. I also installed the JD app.
What happens is that firefox opens a little captcha window, I click Open Browser, it opens the captcha page, I validate it and then the little JD captcha window doesn't close and the download doens't start...(see attachement)

Do I have to update it ?

Can I use another browser instead of firefox since I really don't want to update it ??

What do I need to do ??
Attached Images
File Type: png 1.PNG (131.6 KB, 0 views)
Reply With Quote
  #64  
Old 17.11.2017, 16:03
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Extension requires minimum FF 53+
Yes you can, see https://board.jdownloader.org/showpo...29&postcount=3
__________________
JD-Dev & Server-Admin
Reply With Quote
  #65  
Old 17.11.2017, 16:14
anneaukillx
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
Extension requires minimum FF 53+
Yes you can, see **External links are only visible to Support Staff**...
Oh god, oh god, oh god...
I am using opera now with the JD app...
looks like it's working now...hopefully it will stay that way.


Thanks

Edit: now I need to solve like 10 images before I can have a validated captcha but at least it's working...

Last edited by anneaukillx; 17.11.2017 at 16:21.
Reply With Quote
  #66  
Old 17.11.2017, 16:16
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

You're welcome!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #67  
Old 20.11.2017, 01:02
Marantz8B
Guest
 
Posts: n/a
Default

Mac user here. I installed mydownloader extension to firefox and...
Jdownloader opens safari instead. So I made Firefox the default browser instead and it Firefox now opens but when I check the box nothing happens. Files still won't download.

I Just noticed this...
"You have to install Browser Extension (Account is not required) Firefox 53+ is required."

As a 10.8.5 user I can't upgrade Firefox to that version. Why then did Mydownloader extension installed on Firefox 48.0.2. if it's not compatible... and more importantly why can't you make a version that IS compatible with older firefox browsers? For that matter why not make an extension compatible with Safari?

Am I to be believe that simply because of some anticaptcha issues that mac 10.8.5 users with slightly older OS and browsers are no longer able to use JD? Since virtually all my downloads ask for captchas that means Jdownlaoder is utterly useless to me now. I can't believe it. Microsoft already screwed us by throwing us off Skype. Is Google following suit?. Can't someone and JD find a solution for those of us who can't afford to the very newest computers?
Reply With Quote
  #68  
Old 20.11.2017, 01:08
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@Marantz8B
If you read up, Jiaz mentioned that he will ask the application developer if it can be back ported (current dev is away).

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #69  
Old 20.11.2017, 11:34
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

Our extension developer is back from work and checking backport possibility of firefox extension to version 48. I suggest to contact support@jdownloader.org so I can forward directly to him
__________________
JD-Dev & Server-Admin
Reply With Quote
  #70  
Old 20.11.2017, 21:56
benny2007
Guest
 
Posts: n/a
Default

I am working with Seamonkey as browser and have installed the Firefox browser extension app (MyJdownloader).
In Seamonkey I can see, that the app is installed and working.
But when i click on some DL-links I get the "To solve this kind of captcha, you have to use either the Android app via 'my.jdownloader', or our My.JDownloader browser extension......"

Can someone help here?
Thanks in advance
benny

Last edited by benny2007; 20.11.2017 at 21:59.
Reply With Quote
  #71  
Old 20.11.2017, 23:52
Statter Statter is offline
JD Legend
 
Join Date: Aug 2010
Posts: 541
Default

@Jiaz Thanks for staying on top of this Email sent

@benny2007 Far as I know Seamonkey extentions are not all straight forward drop-ins from firefox. They usually have to be tweaked or hacked so to speak to make them work in Seamonkey
__________________
OS X !0.6.8 Mac Pro Intel (Workhorse)
OS X 10.13.6 MBP Intel 17" (Secondary)
OS X MBP Intel 15" Dual boot 10.6.8 and 10.13.6 (as needed)

Last edited by Statter; 20.11.2017 at 23:58.
Reply With Quote
  #72  
Old 20.11.2017, 23:59
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@benny2007
install the webextension/addon for firefox it should work according to the documentation I read just now. They link to mozilla dev page _**External links are only visible to Support Staff**s what they reference
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #73  
Old 21.11.2017, 07:57
benny2007
Guest
 
Posts: n/a
Default

yes, the browser extension seems to work in Seamonkey.
But I still get the message: ""To solve this kind of captcha, you have to use either the Android app via 'my.jdownloader', or our My.JDownloader browser extension......""

What is wrong, any idea?
Thanks for help
benny
Reply With Quote
  #74  
Old 21.11.2017, 10:52
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

The extension requires Firefox 53+ to work. I guess your Seamonkey uses older Firefox Code Base.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #75  
Old 21.11.2017, 23:15
benny2007
Guest
 
Posts: n/a
Default

I have installed the recent Firefox browser now as well as the mydownloader app in Firefox.

But currently my Seamonkey browser is the standard in Jdownloader 2.

How to change this? (I read something about this question in this thread, but have to admit, did not understand completely...)

Thanks for detailed help in advance
benny

Last edited by benny2007; 21.11.2017 at 23:24.
Reply With Quote
  #76  
Old 22.11.2017, 00:20
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@benny2007

support artcile https://support.jdownloader.org/Know...splay-captchas
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #77  
Old 22.11.2017, 00:36
benny2007
Guest
 
Posts: n/a
Default

Hi raztoki,
thanks for the information.
I have read it carefully, but, sorry, I do not understand.
would be great to help a bit more
Reply With Quote
  #78  
Old 22.11.2017, 10:46
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

@benny2007: see here
https://board.jdownloader.org/showpo...29&postcount=3
__________________
JD-Dev & Server-Admin
Reply With Quote
  #79  
Old 22.11.2017, 21:50
benny2007
Guest
 
Posts: n/a
Default

Yes, thanks!
It's running!!

benny
Reply With Quote
  #80  
Old 23.11.2017, 11:46
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,290
Default

You're welcome!
__________________
JD-Dev & Server-Admin
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 22:11.
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.