WordPress Website Featured Image Replacement Issue

You are offered to use:

get_post_meta($post_id, $key, $single); 

instead of:

get_thumbnail($width,$height,$classtext,$titletext,$titletext,false,'Pageimage'); 

and then process this meta value.