Lately I've been seeing a lot of weird variables being passed through my URL's and being processed through the php on my site. Examples are below:
/valuebucket.besthomemadedogfoodrecipes.com/stores/storefront.php?VID=http%3A%2F%2Fwww.pattibus.it%2Fphplib-7.2b%2Fpages%2Fgodot%2Fecemi%2F
/stores/stores.php?LETTER=http%3A%2F%2Fwww.service-exposants.com%2Fstore%2Fiyi%2Fifiduw%2F
VID would normally be the vendor ID#
CID would normally be the category ID#
Does anyone know how these variables are being placed into the URL and what the effect might be? I'm not seeing anything weird going on in my database, but I'm a newb to AM and php so I don't really have a clue.
/valuebucket.besthomemadedogfoodrecipes.com/stores/storefront.php?VID=http%3A%2F%2Fwww.pattibus.it%2Fphplib-7.2b%2Fpages%2Fgodot%2Fecemi%2F
/stores/stores.php?LETTER=http%3A%2F%2Fwww.service-exposants.com%2Fstore%2Fiyi%2Fifiduw%2F
VID would normally be the vendor ID#
CID would normally be the category ID#
Does anyone know how these variables are being placed into the URL and what the effect might be? I'm not seeing anything weird going on in my database, but I'm a newb to AM and php so I don't really have a clue.