Hello everyone,
I need a script created with these specifications:
I need to submit entries into a database through a form submission.
The fields will include TITLE, DESCRIPTION, URL, TAGS.
and an image upload box. The uploaded images will be automatically resized to 160 X 120 and saved.
These entries will be stored in database from oldest to newest (like a queue).
I will then need a files or files that can be executed as cron jobs. The first will take the first database entry and place the information in a file called config.txt.
This is an example of config.txt.
{“plug_name”:”Amazing babe”,”plug_url”:”http://google.com”,”plug_tags”:”teen, babe”,”plug_remote_url”:”http://foodcourtlunch.com/wp-content/uploads/2008/06/hot-chick.jpg”,”plug_description”:”Amazing babe”,”save”:”Save Settings”}
This is currently used by one of my sites. As you can see there are areas where the above fields will go into. It has to maintain the current format.
The next cronjob will delete the first entry in the database, so the following day it will create a new config.txt.
This will allow me to use config.txt to run several scripts off of.
There can be no files called index.php or config.php in this script so I can place it in the same directory as these other scripts I have.
PLEASE ASK ANY AND ALL QUESTION BEFORE BIDDING