Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Protect Your Images!
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

@tomic
Senior Member

USA
1790 Posts

Posted - 16 September 2002 :  15:13:12  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
That is readily available in your logs. Storing it elsewhere would take up a huge amount of space if you wanted to store that for each and every image request. It wouldn't be so bad, i suppose, if you filtered out local requests.

@tomic

SportsBettingAcumen.com
Go to Top of Page

Aaron S.
Average Member

USA
985 Posts

Posted - 16 September 2002 :  15:22:35  Show Profile  Visit Aaron S.'s Homepage
Again the feature would be for folks that use an ISP to host their pages... and don't really want to dig thru the logs.

And yes, it would only track non-local URLs.

--Aaron


DOWNLOAD GREAT NEW MODS HERE
Go to Top of Page

CaNgo
Starting Member

15 Posts

Posted - 16 September 2002 :  15:44:45  Show Profile
I stored important images outsite of "www" folder, so even they know the path, they just can't link to it.
http://dactrung.net/NHAC/khungnhac.asp?id=1148

<%    strReferer = lcase(Request.ServerVariables("HTTP_REFERER")) 

    if instr(strReferer, lcase("yourdomain"))>0 OR instr(strReferer, lcase("your.website.ip"))>0  then 
		If Request.QueryString("scr") <> "" then
			ten = Request.QueryString("scr")
		Else
			ten = "leech.gif"
		End If
    end if 
 
    FilePath = "E:\your\physical\path\" & ten  
    Set adoStream = Server.CreateObject("ADODB.Stream")  
    adoStream.Open()  
    adoStream.Type = 1  
    adoStream.LoadFromFile(FilePath)  
    Response.BinaryWrite adoStream.Read()  
    adoStream.Close: Set adoStream = Nothing  
    Response.End  
%>

Edited by - CaNgo on 16 September 2002 15:45:57
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07