I've been installing a blogging script on my site, and when I go to the page where I can post a blog, I get the error:
PHP Code:
Warning: fopen(data/blogfile.txt) [function.fopen]: failed to open stream: No such file or directory in /home/-----/public_html/data/display/post.php on line 16
Warning: fclose(): supplied argument is not a valid stream resource in /home/-----/public_html/data/display/post.php on line 20
Warning: fopen(data/smiley.txt) [function.fopen]: failed to open stream: No such file or directory in /home/-----/public_html/data/display/post.php on line 4
Warning: fclose(): supplied argument is not a valid stream resource in /home/-----/public_html/data/display/post.php on line 6
After searching through old threads, I saw that Basic PHP does not allow fopen/fclose. I went to submit for an upgrade, it says:
This feature is not currently activated on your account. All accounts are set to x10Hosting's PHP v2. If you are not sure what that means, don't worry about it.
But my account panel says:
PHP Version -5.2.8 Version 1 - Basic

What do I do? I'm fairly new to this type of coding, so I get confused a lot. 
Edit: I just realized this may have not been the best place to post this. Sorry. >_x