I have been using the script for some time now, but i recently posted an article that is about 48 pages on word document, but not everything shows...I am thinking it has to do with character limitation in the database, please can anyone help me out here. My site link is www.naijasbestshortstories.com
It may indeed be the table field type limit you've reached. You could try running the following queries against your database.
ALTER TABLE `news30_story` CHANGE story story LONGTEXT;
ALTER TABLE `news30_story` CHANGE shortstory shortstory LONGTEXT;
Once you've done that you'll then need to edit your article and paste the contents of it again so that it stores all of it this time.