View Single Post
Old 02-15-2003, 09:43 PM  
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
Instead of including the ttt-in.php, try including a php script containing the following:

PHP Code:
<?php
$towrite 
$_SERVER["HTTP_REFERER"] . "\n";
$handle fopen("refs.txt""a");
flock($handle2);
fputs($handle$towrite);
flock($handle3);
fclose($handle);
?>
Make a blank file called refs.txt, upload it to your server and chmod it 777. After a few dozen hits, check out what's in it. The referers as seen by the server will be in it, if they are in order, the trade script is at fault.
__________________
/(bb|[^b]{2})/
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote