The option to change the image from within deepbot is a legacy option from when it used to give desktop popups. To change the cheque displayed on OBS you need to change a part of the CSS in the CLR browser for your donation layer to the following;
#donor-notification {
background-image: url("http://db.deep.sg/ChequeEUR.png") !important;
}
This should then change the image displayed to the Euro cheque.
As for the text files, these should be located in the OBS folder where you installed Deepbot.
Hope that works,
Dante557