They sent me an email, I dont know even unsubscribe page is not working, surprise to me I can see all DB details over here. Tears in my eyes on seeing these details are exposed to public.
http://hastrk1.com/serve?action=click&publisher_id=59998&sit..., true, 302);
11
12 $link = mysql_connect('geniushire-real-1.cbuqrrbjabbr.us-east-1.rds.amazonaws.com', 'geniushire', ';kcvGayqe05t4!?');
13 if (!$link) {
14 die('Could not connect: ' . mysql_error());
15 }
16
17 mysql_select_db("geniushire_real_new", $link) or die('Could not select database.');$sql = "UPDATE gh_central SET cookie_id = '".$hash."' WHERE email = '".$email."'";
18 if($email != ""){
19 $sql = "UPDATE gh_central SET cookie_id = '".$hash."' WHERE email = '".$email."'";
20 $r = mysql_query($sql);
21 }
22 ?>