It seems that these files do not exist inside /public_html/wi/include directory.
Please double check by going to the wi directory, then include directory, you should have: common.php, default.php, doc_head.php, styles.php files. They are not there, thats why you see this error.
For this error:
Warning: Cannot modify header information - headers already sent by (output started at /home/clanctu/domains/ezfilehosting.com/public_html/wi/index.php:7) in /home/clanctu/domains/ezfilehosting.com/public_html/wi/index.php on line 36
It seems that headers already sent and you are trying to modify header information. Maybe If you use sessions, put the session_start() above the includes, or put it at the very top of your index page to avoid this error.