if ($details[2] eq "down") {
if ($refferer =~ m"$corehost[0]" || $refferer =~ m"$corehost[1]") { &download; }
}
for some reason when i have the if statements alone they work fine but when there together like this it acts as if its false, when it actually should return true??
ALSO: i have executed the script through the meta refresh tag. does this effect the refferer in any way?
it seems that when i have this tag -
<META HTTP-EQUIV=Refresh CONTENT="0; URL=$leech_url?$name&$file&down">
- no refferer shows up, ive tried to print it but its just blank?? why dosent it show where its coming from, also is there another way to automatically redirect cause javascript dont have refferer niether?
Bookmarks