$config['basedir'] = "";
You need to put correct path here.

include($config['basedir'] . "/home/*****/public_html/include/vshare.php");
This is not correct. This should be like

include($config['basedir'] . "/include/vshare.php");