|
RapidShare (moved into "Website Customization")...
|
|
Feb. 11, 2012, 01:05 PM
(This post was last modified: May. 04, 2012 09:10 AM by ProxRocks.)
Post: #1
|
|||
|
|||
|
RapidShare (moved into "Website Customization")...
anyone noticing any error dialogs when visiting any RapidShare download link? such as - http://rapidshare.com/files/2491816916/F...ne.paf.exe
but happens with ANY RapidShare download... half-ssl usually gets around them, but not with RapidShare... any ideas? |
|||
|
Feb. 11, 2012, 08:47 PM
Post: #2
|
|||
|
|||
|
RE: proxcerts/certs...
rapidshare isn't working for me. I'll see what I can do later.
You could try bypassing the domains or setting the browser to allow the insecure connections to the domains, example https://images3.rapidshare.com/ . Regarding Half-SSL, the dom source of the page shows Code: if(bStartPage) {I don't see where the "https:" in the links is coming from. I'll guess that the problem you see is caused by (unfiltered source) Code: rsConfig={For Half-SSL you'd want something like Code: rsConfig={Maybe Code: [Patterns]However, IE9 doesn't like this filter's output and the site still doesn't work for me. Note: Since Code: <link rel="shortcut icon" href="https://images3.rapidshare.com/img/favicon.ico">is created in the browser by javascript, we can't filter it. We modify the code that creates it. |
|||
|
Feb. 11, 2012, 09:07 PM
Post: #3
|
|||
|
|||
|
RE: proxcerts/certs...
sweet! that test filter got us three fourths of the way there...
from what i've been seing, going to any RapidShare download would present THREE ssl warnings on the site itself and then a FOURTH for when the actual "green download button" 'javascripts' to the actual download link... i now no longer get the "first" THREE... but still get that "fourth"... i'll post back if i can pinpoint better specifics... |
|||
|
Feb. 12, 2012, 12:47 AM
Post: #4
|
|||
|
|||
|
RE: proxcerts/certs...
i've noticed a strange oddity...
my default setup is to BLOCK scripts by default... so my Exc-U has the "i_script:0." entry for RapidShare... the oddity is (without the new test filter, that is) that by using the "a_js." keyword instead of (or in addition to, can't remember which i did) "i_script:0.", the site lands in an infinite loop where it keeps prefixing "https-px-." and keeps going... a few seconds in, looking up to the address bar shows similar to this - http :// https-px-.https-px-.https-px-.https-px-.https-px-.xyz.rapidshare.et-cetera (in that Half-SSL is my default also, of course...) i haven't tried the "a_js." keyword 'with' the new test filter (haven't tried since the site is WORKING with the test filter and with my regular ol' "i_script:0." entry)... can try if it helps debug anything... with three of four "nag screens" removed, i'm quite happy ![]() i'll revisit that fourth "nag screen", just doesn't seem "as important" now that 75% of the nagging has been "fixed" (GREATLY appreciated)
|
|||
|
Feb. 12, 2012, 03:54 PM
Post: #5
|
|||
|
|||
|
RE: proxcerts/certs...
Try these instead
Code: [HTTP headers]HTH |
|||
|
Feb. 12, 2012, 04:58 PM
Post: #6
|
|||
|
|||
|
RE: proxcerts/certs...
Wow!...
I would have never stumbled into that in three fort nights... Tested with a few downloads and seems to be working flawlessly... MANY thanks
|
|||
|
Feb. 13, 2012, 10:12 AM
Post: #7
|
|||
|
|||
|
RE: RapidShare (renamed from "proxcerts/certs")...
oops, i spoke too soon...
yesterday's "test" was visually inspecting the browser status bar to ensure that the download "button" had the correct link associated with it and that we got that far without any browser ssl nag screens... turns out though that actually "clicking" the download button doesn't bring in the download... it "tries" to download but then RapidShare redirects to a "can't download" page instead... what i've found is that of the three filters we now have, the header filter needs enabled while the page loads, enabled until the javascripted download button is "written", so to speak, but then needs DISABLED *before* clicking on the download link button... upon DISABLING the header filter and THEN clicking on the download button, that will bring in the download just fine and dandy... |
|||
|
Feb. 13, 2012, 03:38 PM
Post: #8
|
|||
|
|||
|
RE: RapidShare (renamed from "proxcerts/certs")...
Sorry, I assumed https for all.
Try Code: [HTTP headers]We may need to change Code: [^/]++.rapidshare.com/cgi-bin/*\&cbf=rs.jsonp.callbackHTH |
|||
|
Feb. 13, 2012, 03:47 PM
Post: #9
|
|||
|
|||
|
RE: RapidShare (renamed from "proxcerts/certs")...
sweet! that did the trick!
(i'm positive this time, went all the way through to a complete download, lol...) Much Appreciated!
|
|||
|
Feb. 19, 2012, 05:15 AM
Post: #10
|
|||
|
|||
|
RE: RapidShare (renamed from "proxcerts/certs")...
ProxRocks;
Try FreeRapidDownloader, at www.wordrider.net/freerapid. Basically it's nothing more than a screen scraper, giving you the goodies without all the folderol. If you have a premium account, you can fill in the information at the appropriate config screen, otherwise you get the same bennie as any other non-premium visitor (one at a time, slow, etc.) But not having to be a "clicking monkey", that's worth the price of admission right there. (Did I mention that it's free?!) I guess I should mention also that it handles more than a hundred other d/l sites..... and that it can be proxied (to get around those pesky "one at a time" limits)..... and that it captures directly from a webpage, by simply right-clicking a desired link. Worth considering...... HTH Oddysey I'm no longer in the rat race - the rats won't have me! |
|||
|
Mar. 03, 2012, 12:17 PM
Post: #11
|
|||
|
|||
RE: RapidShare (renamed from "proxcerts/certs")...
(Feb. 19, 2012 05:15 AM)Oddysey Wrote: ProxRocks; thanks, will give that a try one of these days
|
|||
|
Mar. 03, 2012, 12:18 PM
(This post was last modified: Mar. 03, 2012 12:19 PM by ProxRocks.)
Post: #12
|
|||
|
|||
|
RE: RapidShare (renamed from "proxcerts/certs")...
these stopped working a few days ago or so and try as i might, i've been unable to figure out "why" they no longer work...
JJoe, any thoughts? (Feb. 13, 2012 03:38 PM)JJoe Wrote: Sorry, I assumed https for all. |
|||
|
Mar. 03, 2012, 11:33 PM
(This post was last modified: Mar. 05, 2012 02:25 AM by JJoe.)
Post: #13
|
|||
|
|||
RE: RapidShare (renamed from "proxcerts/certs")...
(Mar. 03, 2012 12:18 PM)ProxRocks Wrote: JJoe, any thoughts? Huh... Try Code: [HTTP headers]HTH BTW, for those not using half-SSL, the "Show ? Scripts <" option in sidki's set can help you set browser exceptions. Edit: Changed all url matches to ([^/]++.|). |
|||
|
Mar. 04, 2012, 12:00 AM
(This post was last modified: Mar. 04, 2012 12:04 AM by ProxRocks.)
Post: #14
|
|||
|
|||
|
RE: RapidShare (renamed from "proxcerts/certs")...
didn't work
![]() is that one correct, match and replace both being ":location" ? also, for the "test5" one, i'm only seeing matches for the first line of the match, not the second line, the if !location part... is that correct, i'm not quite following the second line of the match... |
|||
|
Mar. 04, 2012, 01:07 AM
Post: #15
|
|||
|
|||
|
RE: RapidShare (renamed from "proxcerts/certs")...
Tested against http://rapidshare.com/files/2491816916/Firefox_Portable_MultiVersion_Multilingual_Online.paf.exe.
Worked in Firefox, Opera, ChromePlus, IE7. Didn't work IE9. Quote:is that one correct, match and replace both being ":location" ? Yes. It hides the code from "Block/Modify: Sel. JS Methods 10.09.07 [sd] (d.r)" Quote:also, for the "test5" one, I'm trying to remove the two IF statements in Code: <Match: rapidshare.com test5 >Which browser and link are you using? |
|||
|
« Next Oldest | Next Newest »
|

Search
Member List
Calendar
Help





![[-]](images/ONi/collapse.gif)

