Quote Originally Posted by balihr View Post
The last SQL patch that I gave you should work and remove your entries. If not, you can always do it from phpmyadmin. Browse through configuration_group table and find "ZX Slideshow Configuration" row (probably at the very end of your table) and delete it. Then browse through configuration table and remove all ZX related rows (again, probably at the end of the table).

I can't help you get the slider working now since you've deleted all the files. My guess is that it didn't work because of a jQuery conflict (your site is loading jQuery 1.7.1), but I can't say when the files aren't there. If you want, you can re-upload it and I'll try to help you get it running.
Sorry forgot to tell you the last patch didn't remove them either. I also ran it in my phpmyadmin got the same results.

DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id;# MySQL returned an empty result set (i.e. zero rows).