GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   DMCA for URLS you dont know the source too? (https://gfy.com/showthread.php?t=1032472)

fris 08-01-2011 09:40 AM

DMCA for URLS you dont know the source too?
 
How do people know who to DMCA say if the urls are encrypted.

example

Code:

download.php?s=dGVzdC56aXAsMTMxMjE5NDIxNywyNC4xNDEu/filename.zip
which could be on a local server or hotlinking to an external url.

curious about this.

:helpme

u-Bob 08-01-2011 09:41 AM

click them and follow the redirect?

Brujah 08-01-2011 09:43 AM

hm.. maybe curl -IL ( headers only, follow redirects )

fris 08-01-2011 10:13 AM

cant seem to find the encrypted url location curl -IL doesnt show the url

Brujah 08-01-2011 10:26 AM

Quote:

Originally Posted by fris (Post 18322068)
cant seem to find the encrypted url location curl -IL doesnt show the url

Might have to fake the referer, or useragent, etc...

fris 08-01-2011 10:38 AM

Quote:

Originally Posted by Brujah (Post 18322167)
Might have to fake the referer, or useragent, etc...

Code:

<?

$ch = curl_init($link);
curl_setopt($ch, CURLOPT_URL, $link);
curl_setopt($ch, CURLOPT_HEADER, true);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_REFERER, 'http://google.com');
curl_setopt($ch, CURLOPT_USERAGENT,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13');
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
$data = curl_exec($ch);
curl_close($ch);
print_r($data);
 
?>

didnt show the link.

Brujah 08-01-2011 10:41 AM

May also need cookies? It's just too hard to diagnose without having the link to test variations. There may not even be a remote link.

epitome 08-01-2011 11:15 AM

Contact their host and tell them their customer is making it difficult to track down your pirated content and ask for help?

DWB 08-01-2011 12:25 PM

Quote:

Originally Posted by epitome (Post 18322811)
Contact their host and tell them their customer is making it difficult to track down your pirated content and ask for help?

:2 cents:

Deal with the host.

fris 08-01-2011 12:30 PM

Quote:

Originally Posted by epitome (Post 18322811)
Contact their host and tell them their customer is making it difficult to track down your pirated content and ask for help?

ya thats what i will end up having to do.

Half man, Half Amazing 08-01-2011 01:41 PM

Copy the redirect URLs into a list, paste into firefox bookmarks folder, open all as tabs, let the redirect happen, then bookmark all tabs into folder, copy and paste urls into notice.

nextri 08-01-2011 03:07 PM

use live http headers. should show what files are being requested.
https://addons.mozilla.org/en-US/fir...-http-headers/

fris 08-01-2011 05:21 PM

Quote:

Originally Posted by Half man, Half Amazing (Post 18324631)
Copy the redirect URLs into a list, paste into firefox bookmarks folder, open all as tabs, let the redirect happen, then bookmark all tabs into folder, copy and paste urls into notice.

the actual links are expiring a new one gets regenerated every minute, and the old one no longer works.

fris 08-01-2011 05:40 PM

Quote:

Originally Posted by nextri (Post 18324969)
use live http headers. should show what files are being requested.
https://addons.mozilla.org/en-US/fir...-http-headers/

pretty good job of hiding it.

http://i.imgur.com/ZN6TC.jpg

http://i.imgur.com/rCtAz.jpg

epitome 08-01-2011 05:53 PM

The reason for doing that is so that people cannot download and/or hotlink/embed the videos, right?

If so, it's ironic considering it sounds like its pirated content. They want to steal but God forbid somebody steal from them.


All times are GMT -7. The time now is 04:58 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123