I have a very weird issue with one of my sites. very, very weird. Lets see if anyone can figure it out.
I have a website where I had installed Drupal with weblink module at one time using the fantastico. Later on I removed Drupal from that domain and installed a cgi script that pulls amazon data and displays in a search engine friendly format using a mod_rewrite script.
If I go to the main site like typing http://www.findthedeal.com and browse throuh the categories etc, everything is fine.
However recently I noticed that if I go to MSN search and type site:findthedeal.com (This actually happened before with yahoo and google as well, and now they are no longer listing pages from this site) I get a lot of links like this as result:
http://findthedeal.com/weblink/view/stuffed_animals-toys-171992-0.html
as you may have noticed , even though there is no Drupal installation there at this domain links look like a weblink module URL
normally it looks like
http://findthedeal.com/stuffed_animals-toys-171992-0.html
My current script does not use any database by the way, it pulls XML and parses and generates pages on the fly.
When I checked my phpMyAdmin, there are no databases listed, however, in the textfield to type a database name to create a new one, there is this info populated without me typing anything "findthed_drpl1" .
This was the name of my database when there was a Drupal installation, but there is no Drupal anymore.