"Duplicate Post" 1.1 and "Smooth Slider" 2.2 are causing a fatal error as they both use the same name for 2 local functions: register_mysettings()
You will have to rename (and change the function calls where renamed) in one plugin to make wp3 restart and your site show up
example: change register_mysettings() to register_mysettings_dp() in /wp-content/plugins/duplicate-post/duplicate-post.php