![]() |
Quote:
What about IE6 wich doesn't allow cookies by default ? Quote:
I don't know if it works but I surely can't do this myself.. I don't know shit about PHP... If it is the only solution, I'll have to hire someone. |
why not just change the rewrite rules to umm... not allow blank referers from mozilla? I dunno something like that
|
something like this might work:
Code:
RewriteEngine On |
Quote:
LMAO...too funny:1orglaugh |
Quote:
Quote:
|
Quote:
I am no programmer but this is the kind of .htaccess code I was waiting for... Don't know if it will be effective tough... |
Quote:
All that nonsense about constantly renaming your folders, and redirecting non-ref-url traffic.. do any of you guys discussing this actually submit free sites or galleries? jeeez.... |
Quote:
so at least replace Code:
$query="SELECT mime, file FROM images WHERE id=".$_GET["id"]; Code:
$query="SELECT mime, file FROM images WHERE id=".mysql_real_escape_string($_GET["id"]); |
OK, this js shit works - no dbase no nothing, just javascript. Call it from an iframe or whatever you want...not sure, but prolly able to call it as a header to all images from htaccess....either way the code works and is simple
Code:
<script language=javascript> |
a firewall?
|
Quote:
1 ixtractor parses that gallery http://www.teamnude.com/twistys511/al4a.html 2 grabs image links and creates that page in their system http://www.ixtractor.com/display335248.html 3. images are directly linked from host. like http://www.teamnude.com/twistys511/01.jpg As you can see, they are hotlinking images not the page itself. So, in 35 minutes that folder (image) won't be there. Images will be broken unless they re-parse the gallery page to grab new image links. But those will be broken again after 30 mins.. I hope this helps... :) |
Quote:
Regarding MySQL solution, do you know what would happen under heavy load? Apache executes php which connects to MySql to grab binary data for every single image? I wouldn't submit that to the hun :helpme |
Quote:
|
Any 1/2 way decent host should solve this for you:2 cents: :2 cents: If yours can't or won't then I would say it's time to move..:2 cents:
|
Quote:
And I definitely would not submit a gallery that changes one little bit to thehun either. Wouldn't be much point in that since it would be removed from the list within 30 minutes. Unless you mean something really clever with a symbolic link, no matter what, to make it effective, there would have to be some change to the gallery/pic page. Not looking to start a discussion... each to his own :) |
Quote:
Then I thought of the javascript solution below. You could maybe only implement the javascript if there was no referer value, that way not locking out those that have javascript turned off...unless you have javascript off and referer set to zero, but then in that case scenario, you're prolly up to no good anyways.... Quote:
|
Split had it above .Just drop the fucking route people, its NOT rocket science.
|
I love all the "it's not rocket science..." comments, who don't realize what they're saying.. or how simple it is to get around. :)
|
All times are GMT -7. The time now is 11:57 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123