View Single Post
Old 10-27-2004, 08:59 AM  
JayJay
Confirmed User
 
Join Date: Jun 2002
Posts: 3,739
Limit the bandwidth per IP or you could replace links with Jscript:

e.g.

replace
<a href="bigfile.zip">Foo</a>
with :
<script language="javascript">
<!--
document.write('<a h' + 're' + 'f="');
document.write('bigfile' + '.' + 'zip">');
// -->
</script>
Foo
</a>
JayJay is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote