PHP Automation Script ====================== ** INCLUDE YOUR EMAIL IN YOUR PM OR I WILL NOT RESPOND ** INPUTS * reads in settings from a configuration text file for path locations and any other settings * reads in small text files (less than 200 words) from a defined directory PERFORMS - parses the file - 1st line is title, rest is the body - removes any extra lines (if present) - validates the input file (must contain one and only one pair of square brackets in the proper sequence - opening bracket, followed by a closing bracket) & logs any errors - Will do dynamic substitution of a keyword phrase that will be denoted in [square brackets] against a CSV file which will contain the substitution data - logs into a site with username and password and uploads the files with a random, user controlled delay OUTPUTS - error log file - summary file in CSV that lists the project, keyword and number of posts uploaded (project and keyword will be read in from the input CSV file) OTHER - needs to be execute via a simple webpage - later I may pay additional to turn the webpage into a more feature robust app and expand the features