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)
-   -   Hotlink protection on movies (https://gfy.com/showthread.php?t=256303)

beemk 03-21-2004 10:23 PM

Hotlink protection on movies
 
Whats the best solution for this? I'm going to try submitting a movie gallery instead of picture galleries to see if it converts any better. I know my htaccess wont work so what should i use?

FreeHugeMovies 03-21-2004 10:45 PM

Movies convert better than pics. Also, ask Juicy for the a script. He posted the zip file a few months back after he got pissed off at the company. lol

Juicy D. Links 03-21-2004 10:48 PM

Quote:

Originally posted by FreeHugeMovies
Movies convert better than pics. Also, ask Juicy for the a script. He posted the zip file a few months back after he got pissed off at the company. lol

one sec let me get the url

Juicy D. Links 03-21-2004 10:49 PM

http://www.juicylinks.com/hotlink.zip

pass for zip file : hotlink

beemk 03-21-2004 11:19 PM

awesome thanks

sixxxth_sense 03-21-2004 11:20 PM

yeah, I'm using hotlink 2 for free

Juicy's da man!

sexsup 03-22-2004 05:11 AM

Quote:

Originally posted by juicylinks
http://www.juicylinks.com/hotlink.zip

pass for zip file : hotlink

Thank you juicy I didnt have it :thumbsup

jimmyf 03-22-2004 06:59 AM

Quote:

Originally posted by sexsup
Thank you juicy I didnt have it :thumbsup
yep thanks

integrated 03-22-2004 07:01 AM

i cant believe what im seeing

theft

i dont care what happened it does not justify this

its still stealing

radical 03-22-2004 07:04 AM

Quote:

Originally posted by juicylinks
http://www.juicylinks.com/hotlink.zip

pass for zip file : hotlink

Cheers for the link Juicy!! helpful :thumbsup

integrated 03-22-2004 07:04 AM

classic thread to show what kind of ppl are here

Rorschach 03-22-2004 07:05 AM

Yeah I'll STEAL that too, cheers. :thumbsup

Bassab 03-22-2004 07:28 AM

Relax here.. this script doesnt work (unless you can twist it up a bit) so dont get too excited.

Get anti-hotlinking:thumbsup

Krille 03-22-2004 07:44 AM

Anti Hotlinking

latinasojourn 03-22-2004 01:33 PM

antihotlinking.com

Phoenix66 03-22-2004 02:55 PM

The simpliest way to prevent movie hotlinking is just to place a "set cookie" java script code into your gallery page and use RewriteCond %{HTTP_COOKIE} directive in the htaccess. As far as I know it works with any browser that supports cookies.

beemk 03-25-2004 09:02 PM

Quote:

Originally posted by Bassab
Relax here.. this script doesnt work (unless you can twist it up a bit) so dont get too excited.

Get anti-hotlinking:thumbsup

you're right, it didnt work.... is there anything else cheaper than $200?

beemk 03-25-2004 09:03 PM

Quote:

Originally posted by Phoenix66
The simpliest way to prevent movie hotlinking is just to place a "set cookie" java script code into your gallery page and use RewriteCond %{HTTP_COOKIE} directive in the htaccess. As far as I know it works with any browser that supports cookies.
im sure a bunch of tgps have js banned

Juicy D. Links 03-25-2004 09:04 PM

Quote:

Originally posted by integrated
i cant believe what im seeing

theft

i dont care what happened it does not justify this

its still stealing


Stick a cork in it

beemk 03-25-2004 09:06 PM

http://www.idthumbs.com/et/01r/1.MPG <- script installed

MickeyG 02-28-2006 07:42 AM

just what I was looking for, Thanks Juicy :thumbsup

doh the link is bad.. anyone care to post a fresh one? :Oh crap

SmokeyTheBear 02-28-2006 09:09 AM

ok heres a simple way , feel free to modify it..

Save the following as index.php and put it in a folder with your videos

Code:

<?php
$mov = $_GET['x'];

echo "<center><embed src=$mov.wmv></embed>";
?>

( if your using mpg/avi videos change the code to mpg/avi in both files)

ok now make a new folder in your main directory, save the following as .htaccess ( modify the url to point to the directory with your videos )
Code:

Options +FollowSymlinks
 RewriteEngine on
 RewriteRule ^(.*)\.wmv http://yoursite.com/videos/index.php?x=$1 [nc]

ok now what this will do is , when you call a video or someone hotlinks a video it will call the video and display it in an html page so you can add advertising and such..

Now keep in mind this doesnt actually prevent hotlinking all it does is rewrite the request to a different folder , so if you try to get http://yourserver.com/protected/video.wmv it would get the video from a different folder and write it into an html file.. the end video is still unprotected , so if someone views source of the html they can simply get the redirected movie url

BUT heres what you do.. you can simply rename the folder with your protected videos then change the .htaccess file to reflect that every so often , you dont have to change any of your links as they will just be redirected to the new folder without any changes on your part

SmokeyTheBear 02-28-2006 09:12 AM

if you have trouble installing it just let me know ( p.s. personally i think this is better than true protection because it allows you to profit from any hotlinking

mrsmut 03-07-2006 02:13 PM

But this would not be accepted by MGP sites, their scripts will see a file with few bytes, algo for people whose browsers open the video player when clicking the link, because video player doesn't understand html

SmokeyTheBear 03-07-2006 02:18 PM

Quote:

Originally Posted by mrsmut
But this would not be accepted by MGP sites, their scripts will see a file with few bytes, algo for people whose browsers open the video player when clicking the link, because video player doesn't understand html

theres anothr thread on this topic i went into more details about how to do it so mgp's will accept it.. try a search


All times are GMT -7. The time now is 06:00 AM.

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