Post Reply 
Issue with megaupload
Oct. 18, 2009, 04:35 AM
Post: #3
RE: Issue with megaupload
MU have now implemented a server-side timer check, so there's no longer any point in killing the 45sec timer.

changing sidkis filter from this

Code:
[Patterns]
Name = "Megaupload - Skip Download Timer, Enlarge Captcha [sidki]"
Active = TRUE
URL = "$TYPE(htm)(www.|)megaupload.com/"
Limit = 64
Match = "count=[#2:*](^(^; function))$SET(1=count=1)"
        "|<img(^(^ src=$AV(*/gencap.*)))$SET(1=<img width="129" height="65")"
Replace = "\1"

to this

Code:
[Patterns]
Name = "Megaupload - Skip Download Timer, Enlarge Captcha [sidki]"
Active = TRUE
URL = "$TYPE(htm)(www.|)megaupload.com/"
Limit = 64
Match = "<img(^(^ src=$AV(*/gencap.*)))$SET(1=<img width="129" height="65")"
Replace = "\1"

works

but i expect there's a better way

you clever filter makers might even include this captcha code

it works in firefox but not in opera, even with this gm emulator

i don't know if it's even possible with proxo though
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Issue with megaupload - maxbaggi - Oct. 17, 2009, 12:35 AM
RE: Issue with megaupload - JJoe - Oct. 17, 2009, 10:32 PM
RE: Issue with megaupload - proxylikey - Oct. 18, 2009 04:35 AM
RE: Issue with megaupload - whenever - Oct. 18, 2009, 08:07 AM
RE: Issue with megaupload - Kye-U - Oct. 18, 2009, 08:05 AM
RE: Issue with megaupload - Kye-U - Oct. 18, 2009, 08:45 AM
RE: Issue with megaupload - proxylikey - Oct. 19, 2009, 02:52 AM
RE: Issue with megaupload - ProxRocks - Oct. 19, 2009, 09:18 AM
RE: Issue with megaupload - sidki3003 - Oct. 28, 2009, 07:16 PM

Forum Jump: