Iphone App With Barcode Reader

Iphone App With Barcode Reader
Hi Guys,
[iphone app] I need an iPhone app Building with mainly specific forms for the user to login and then input client details and address etc…
This must also grab data from a mysql db over the internet.
Other functions needed is to be able to use the camera to scan barcodes and input the barcode code into the form for submitting and take photos to be added to the db/web server.
The user must be able to click a button to view a route from their current location to the postcode provided by the database via the iphones inbuilt google maps (possibly to be later used with a gps app such as tomtom).

[HTML] There will also be a requirement for admins to be able to add and remove users for the system, and add jobs to the system for the users to retrieve and view and for the admins to view the result of jobs that have been finished by the users.
THIS ADMIN PART CAN BE WEB BASED (preferably PHP forms) as admins will be on dektop machines/laptops.

I can provide mySQL database and webspace for testing, info and screenshots of what exactly is required, a full route for each button and form.
This will be an improved version of a system that is already in place and as i am a developer myself i can provide clear instructions.

I will require full rights to the app so that i am the owner and i will require the source for the app so that i can make edits to the app myself and distrobute it as i wish.
There will most likely be future work needed with this app as we find improvements and ammendments.
I look forward to working with someone 🙂
Adam.

THIS IS FOR THE IPHONE 3GS / 3G

Adult Video Uploading Bot

Adult Video Uploading Bot
Hello

I need a bot that will be able to search websites that i provide such as, pornhub.com, xvideos.com ect.

It will need to search for videos via niche, teen, lesbian ect

Once it has found some videos it will need to click the video in order to grab the location of the video. eg: http://www.pornhub.com/video.flv

There is an addon for firefox called Live HTTP Headers that it can use in order to do this, this will also give back other URLs that the site is calling to, such as image locations and other script locations and things, so the bot will need to be able to look for the correct URL eg: http://www.pornhub.com/video.flv

Also, if using Live HTTP Headers, it will give you information at the start of the URL like “Request Get ## www.pornhub.com/video.flv” The bot will need to filter out this part at the start of the URL as its not needed.

Next the bot will need to be able to upload this video to the site i specify which allows videos to be uploaded via a URL address. The bot will also need to take the video title from the tube site it just grabbed the location URL from and submit it into the title box of the tube site that it will upload to.

Other boxes such as tags, can be already preset, but will still need to be automatically filled in each time.

There are a couple of other boxes it will need to fill in, with information that i can specify, so this also will be preset.

This bot will need to upload multiple videos at once, which is possible to do on the site i am looking to upload too.

So once it has grabbed one video and uploaded, it will need to go and find another video ( the next video on the page ) and upload again to the tube site that allows uploading via URLs.

It will be handy if the bot can remember which page of videos it was up to last, as using this bot daily, i wouldn’t want it to upload the same videos as the day before.

I can MANUALLY log into an account at the tube site i wish to upload to and run the bot so it runs on that account, or it can be made so it will AUTOMATICALLY log into different accounts. I don’t mind.

I think it is possible to make a server side bot or one that can run on windows XP, using the PHP emulator platform and the MySQL thing for windows or something similar.

Not too sure which is the best scripting language for this, but i would prefer the less time consuming option for you.

Im pretty sure server side scripts are easier and i would prefer this bot to not be disrupting my normal work, so therefore it cant be doing all of this via on screen actions through FireFox. UNLESS OF COURSE THIS IS EASIER FOR YOU, I HAVE ANOTHER PC THAT I CAN RUN THIS ON, IM JUST TRYING TO GET THE LESS TIME CONSUMING OPTION FOR YOU.

Please let me know if this is possible and we can discuss this further. I will be looking for users with good feedback and reviews.

Thanks

Fix My Mysql Query

Fix My Mysql Query
I need someone to provide me with the proper MySQL syntax for the query described below.

When running my current query code (listed below), I’m receiving the following error in MySQL:

[Err] 1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘) and entry_horse.entryID = T2.entryID(+) and entry_horse.entryID = T3.entryID(‘ at line 13

### My query code:

SELECT student.studentID, student_name, count_of_tests_started_by_student, count_of_tests_failed_by_student,
count_of_tests_passed_by_student, count_of_tests_currently_incomplete_by_student
FROM
( SELECT COUNT(*) AS count_of_tests_started_by_student, studentID FROM test GROUP BY studentID ) AS T1,
( SELECT COUNT(*) AS count_of_tests_failed_by_student , studentID FROM test WHERE test_result = ‘failed’ GROUP BY studentID ) AS T2,
( SELECT COUNT(*) AS count_of_tests_passed_by_student , studentID FROM test WHERE test_result = ‘passed’ GROUP BY studentID ) AS T3,
( SELECT COUNT(*) AS count_of_tests_incomplete_by_student , studentID FROM test WHERE test_result = ‘incomplete’
GROUP BY studentID ) AS T4 ,
student
where
student.studentID = T1.studentID(+) and student.studentID = T2.studentID(+) and student.studentID = T3.studentID(+)
and student.studentID = T4.studentID(+)

Here’s the details for what I need:

i have two myisam mysql tables (student and test). i need the query to return a row for every student in the student table and each returned row should contain the following columns:

* studentID
* student_name
* count_of_tests_started_by_student
* count_of_tests_failed_by_student
* count_of_tests_passed_by_student
* count_of_tests_currently_incomplete_by_student

The STUDENT table contains:
* studentID primary key (1234)
* student_name (john doe)

The TEST table contains:
* testID primary key (1234)
* studentID (1234)
* test_result (“passed”, “failed”, “incomplete”)

Each student may have any number of TEST table records (zero or more).

In my quest to debug the error in my query code, I’ve tried to get the following simpler query code to work. But, I can not even get the following query to work without getting the MySQL syntax error message:

SELECT student.studentID, student_name
FROM
test ,
student
where
student.studentID = test.studentID(+)

WordPress Plugin (guestlist)

WordPress Plugin (guestlist)
I need a wordpress plugin that allows visitors to submit their names to a guestlist. The guestlist plugin must have an administration section and must be database driven.

The point of the guest list would be for the first x number of customers to add their names to a list so that they can enter the event without waiting in line. A new guest list would be created every week.

Front-End
Users would login and then fill out a simple form (Name, email address and phone number, and how many additional guests they would be bringing).

If a limit has been added to the guest list, for example, only 100 names can be on a guest list, then the plugin would inform the applicant if the guest list is full.

The total number for the guest list should include the actual applicant and his/her guests. A limit should also exist for how many guests an applicant can bring.

Back-End

Ideally, all entries should be accessible from the back-end so that it can be printed off for use the night of the event.

The administrator should be able to add names to the guest list manually too.

A ‘Guest List’ should be treated as an event based on the date it was created.

All entries should be editable. Meaning the administrator should be able to edit each entry in a Guest List.

The plugin should be expandable to include future features that would integrate Customer Loyalty programs and marketing.

Streaming Flash/php Site

Streaming Flash/php Site
PLEASE READ THE ENTIRE DESCRIPTION.

We need an experienced TEAM to do this project at a very reasonable cost. I specify TEAM because in the event, someone is “out”, the project will continue on schedule. If the product is functional and satisfactory, we have many other projects to post.

The project is the complete build of a functional website with a custom flash application or use of an existing script w/ modifications. Either way, the flash app has to be custom built.

The site is a version of uStream.com where live video feeds are streamed from webcams to produce a show. The flash video will have to be recorded for immediate playback. The language you use to code should enable cross-platform use and load very quickly as there will be 40+ live feeds per page instead of just one.

Alternatively, I’ve found a Youtube clone written in AJAX with all the payment modules, membership scripts, and functionality already built into the script (http://www.mediascripts.com/social_features.html). If this would make it easier (and cheaper), and you have the skill to incorporate the flash script, then do it! I will leave the programming language to your team.

The video (below and is NOT our site) shows exactly the type of functionality we need; the site is not ours so pay no attention to the design of the site in the video as it is hideous! We can buy this application for you to modify if you would like.

http://snempire.com/demo

We are working with a dedicated Linux server with Red 5 installed. You may access the server via Plesk control panel or Shell Access upon approval of your bid. Which ever is most comfortable.

The site includes membership functionality (users cannot participate unless they are registered), payment gateways (PayPal is fine), and database usage for email marketing (mass emailing to users with their permission).

We would like for users to be able to inform friends easily via the use of tell-a-friend built-in about our site. The users can just type in their username and password from Yahoo, Gmail, or MSN and imports contacts (similar) to Myspace. There should be space to incorporate ads from the admin control panel (advertising banners and boxes).

There is a complete write-up and mock site available to visually show you the site look and feel, as well as the functionality. This will be available when the NDA is signed (attached).

I need everything done, all-inclusive. This means once we have agreed on price, there will be no adjustments. You are professional programmers. Once I have given you the full specs, I will be fair in allowing you to adjust for additional software needed or specialized work. However, after this point, we need an on-time, completed, and fully-functioning website. If you need to adjust the time line, make sure you do so IN THE BEGINNING.

Let me know the answers to the questions that follow…

How many programmers will you designate to my project?
Can you perform within my time line (30 days)?
Do you understand all aspects of English well?
How many American companies have you done work for?
How many times have you been over budget?
How many times have you been over the deadline?
Are you comfortable using the escrow service of SL.com?

Just to be clear, the site is not flash-based. I would like the site built in some other quick-loading language with flash incorporated. I want the site to be auto-optimizing for SEO keywords that are created within the blogs. Again, I will leave programming languages up to you.

Please let me know your answers to the above questions. I would like to get started soon.

Thank you.

I can’t wait to hear from some honest hard working programmers!

Flash Player & Tasks

Flash Player & Tasks
I require a programmer to complete the following tasks, working in both IE and Firefox. Assuring the website works in both, i will of course test in both and point out any errors. Bidding on this project means a chance for you to work on future projects.

– In Contact Options for artists/studios/stores accounts, for the website links, i require add a drop down menu before each one. This being Http:// or Https:// which when updated should update on the their profile pages. If this is updated on a product this should update the Divert page. Please be careful that you don’t change any of the divert payment files. This should also be added to Quick Links for each link for studios and stores.

– In tracks, genres, tags and products make sure they’re set to ‘Latest Featured’, if there are no Featured tracks or products this should be set to ‘Random’.

– In the news section of the admin area, instead of the drop down menu for each news post can we have 5 tick boxes? One for each account this being store, studio, artist, listener and public. This makes it easier for me to post one news post to multiple accounts.

– In firefox if you click the print product button it doesn’t show the contact details like it does in IE? For some reason it stops at the stores description? If you’ve already worked on this please download the latest file.

– Add in studios profile Number of rooms. This should link to the rooms page for the studio if they’ve added roons, for example ‘Rooms 5 Added’, 5 Added would be the link.

– Add in studio and store profile page ‘News’ displaying the latest 5 news posts. Below this will be ‘View all News’ taking them to the news for that store/studio. Of course if no news posted this shouldn’t appear.

– Make sure the Product Sample Tracks a store adds are deleted if they remove it from a product. At the moment the files still remain?

– For some reason it isn’t displaying the twitter image on the products page?
http://upcomingbeats.com/product/1410/

– Add Telephone number to the apply form. If entered on studio or store sign up form and they click apply it should appear on the apply form. The telephone number should also appear on the email I receive.

– With the new drop down menu for some reason when you hover of an instrument the scroll bar seems to flash? This only appears in IE as it seems fine in Firefox; please take a look at this.

– In the admin area you’ll notice ‘Send Mail’. I need to create an option here to select certain accounts to send an email to. If I selected studios for example the email would be sent to all the recording studios signed up. I also need to be able to select multiple options so maybe tick boxes? Please let me test this as I don’t want to send unnecessary emails to registered users.

– Add the email form for the account renewal into the mail template in the admin area so I can edit this quickly.

TRACK PAGE

Create a new mp3 player based around the example image provided. The Track Details and image are not included in the player; these can just be added into the .tpl. The image should only be set to 75% of the actual image size.

The player will only play one track. After the track has played the track page will change to the next tracks page if a track is ticked or the user has clicked play all? If only one track is uploaded then it shouldn’t refresh and the player options shouldn’t appear.

Tick boxes for each track the user has uploaded should all be un-ticked will and appear below the player, this could be done using javascript the same as comments appears, dissappears? If they click the Play all link this will tick all the boxes and will continue to play through the uploaded tracks, one after each other. When changing track the page should change as well to the track being played track page, this showing the details for that track.

The player should display the current playing time and the actual length of the track.

I’ve tested the current player in Firefox and there seems to be a sound issue? If you could just have a listen with the current player and try to fix this in the new player that would be great also try and improve the security of the tracks as discussed.

Internal Browser & Chat Board

Internal Browser & Chat Board
Is it possible to have someone create a webpage that will act as a internet browser/portal on Cpanel that would allow a user to watch videos on hulu.com (using flash 10) and netflix.com (using silverlight) and any other internet videos from my own private domain?

Or at least create a browser within a webpage that will allow me to view and use other pages. This webpage/server would need to be able contain flash 10 and silverlight on the server. Meaning users will not have to upload flash or silverlight to individual computers.

The software would need to be able to update itself from the server. I need this to use while at work because I do not have administrator rights to update work computers with silverlight or Flash software updates.

I would also like to have a password protected suite for web-based chat and discussion board area where i can send private messages to individuals that will allow copy and paste. There would be a max of 5 users for the chat/discussion board area that would need screen name and password.

I need this script web-based chat and discussion board section to NOT be blocked by various networks.

Fix And Redisigng Our Website

Fix And Redisigng Our Website
WEBSITE CORRECTIONS and REDESIGN
We are looking for an experienced programmer who uses the latest technology stays up to date AND has a functioning example of this type of program already. If you have not already completed a project we cannot consider your bid due to time constraints.

Requirements:
Features/Version
Full Source Code license for multiple sites and right to distribute

Script languages used
Products used
Third party apps used
Is this an Adobe Flex, .NET framework/Silverlight, open source or curl based product
Enhanced user experience with ability to CUSTOM design multiple promotional products with text, color and images
Free support # of months
Production mockup
Product (s) selection
Product color selection
Multiple text objects
Text colors
True Type font style selection
Administrator restrict design area
Dynamic uploading of true type fonts
Text re size
Rotate and/or curve text
Graphics gallery
Graphics gallery search based on category and subcategory
Drag and Drop onto product
Drag and Drop off of product
Distressed effect
Drop shadow effect
Stroke effect
Select design product
Add additional product with same design
Save/Load/Share Design
Integration with website
Warranty
1 year maintenance
Training
Admin end allowing editing of properties such as products. colors, content and importing of new vector files
Upgrade potential
Support hours
Bug recovery and fix
Response time
Order storage in system for reordering
Each order is stored within system along with specification of design. Specification indicates what texts were entered and which font, color and effects are used. In addition, we can generate PDF or PNG file of the design, which is attached to the order and can be also sent as receipt to your Customer.
Order can be added shopping car
Order sent to production with specifications of product (s), text, font, font size font color, font effects, font placement, graphic, graphic color, uploaded image if any
Order sent to production also includes layout file
Uploaded Customer images stored in system

HOME PAGE

*

Change logo – the size of the “e” and the tape measure is not clear.
*

Add the “TM” at the end of the name

Add a tab for retailers
*

we need a log in or members? Shopping cart In the home page
*

Words below the boxes- change to a nicer font or color or background and add the words missing form page
*

CUSTOMIZED JEANS TAB

Customize Your Jeans Customized online store modules

– Customize Your Product
– Design Your Jeans section
– input fields for measurements, select material, cut, color, accessories, etc.
– custom quote based on option selected
– save design feature
– payment option (via PayPal or other means) including confirmation number
– design preview with edit option or direct to order

– Product Catalog section
– Products Online – inventory store
– display products for sale by product category, style, color, etc. or design their own jeans or copy jeans
– product will be displayed with images in thumbnail with large view option

– Product Customization
– feature to upload customized or standard image
– instant price modification based on selections
– add design notes (i.e. select embroidery, name on zipper/back pocket, etc) or enter general comments
– save design feature or order
– order option will include login to account or create an account
– design preview with edit option or direct to order

Design Your Jeans

The process involves developing an application to design jeans and integrating it in the website. Using this application customers can design jeans by adding images, text etc. Customers will get a custom quote based on the design and the quantity ordered. Customers can save the design and order by making payments through the payment gateway.

Product Catalogue

The product catalogue section will display the product according to manufactures, product category, style, color etc.

*

Brands

Users can select products according to various Brands listed in the website.

*

Categories

Through this section users can navigate through the products according to various product categories like women’s, mens, kids etc.

*

Styles

Users can select products according to boot cut, straight fit etc.

*

Product

The product display section will display products according to product model, size, fabric, description etc. The product will be displayed with images in thumbnail and large view option.

*

Color

From this section users have the option to select the color for the product according to the details uploaded by the admin.

Product Customization

In the product customization section users have the option to customize products. The product customization includes the following

*

Add Image

In this section users can add images in two ways either from the clip art library provided within the website or users can upload images from his hard drive. The clip art library includes different categories of images and user can select image and upload it to the selected product.

Each image in the clip art library is set with a price so that user can view the price of the product at the time of customization.

If user is uploading products from his hard drive then the pricing is calculated according to the color in the uploaded image. So for selecting the color there is a color section in the customization part where users can select color for the uploaded image

After selecting the image users have the option to edit the images uploaded. User can choose the color, resize image, position image etc.

*

Add Text

In this section users have the option to add text to the selected product. Users have the option to select the font for the text and users can make edits like size, shape, spacing, order etc.

*

Add Design Notes

Users can enter comments from this section.

*

Save Design

After customization user ca save the design or order the design. For to save or order the design created user needs to login to the account. If the user doesn’t have an account then user needs to create a new account from there and user will get the details of the customization after login.

At the user login has the options like password retrieval, order history, view designs etc.

Design Preview

The preview of the design will be displayed in this section based on the customization done by the user. The user can make edits form this section also. At this area user can flip or rotate the design, zoom the product etc.

From this section user can finish the product and have the option to send order request.

Shopping Cart

*

Option To Add Products To Shopping Cart
*

Enter Shipping Details
*

Payment Options

This section contains the display of products in categories and subcategories. Each product listing contains its details. Registered user can select products needed and can add the products to shopping cart. Then the user can order the products by entering the shipping and payment details.

Stores

In this section user is given a map and from the map user can select the stores located at different states. Then user can click on the stores and can view the address details of the stores.

User Home

User can login to the website and can manage his account. User has the option to manage his/her profile, view the details of purchased products, option to know the status of the purchased product etc.

Order Status/History

In this section users have the option to view the order status and history of the products purchased by the user. Users can check the order status by entering the order id in the specific field.
Products Online

*

In Products online, user can view the products are displayed by category and sub category.
*

For each product user can view image, product name and price is displayed.
*

User can view list of products are displayed in a page.
*

If user clicks on the products a detailed specification of each product with image and other details.
*

For each product user will have a link to shopping cart.
*

User can add products to wish list and continue for shopping.

Customizing the Product

*

In customizing the product, user can select a product and can design.
*

In this section, users will be instructed on how to take their measurements and follow specific steps to select material, cut, color, accessories, etc.
*

Based on the designed work user will receive a custom quote.
*

User can save their designs and make payment and then receive a confirmation number.
*

For customizing user has to follow the steps as
#

In Adding image, user can add any image in the jean that the user is selected either of the users own design or select from the list.
*

In Adding Design, user can view two sections as
*

Design Notes
*

Save Design
o

In Design Notes, user can select embroidery, their name on the inside of the zipper on a back pocket, etc or shopper can enter general comments
o

In Save design, user can save or order the design. If user choose to order they required to log into their account or create an account if they do not already have an account
#

In Design preview, based on all the selections, the user can view the final design.
*

In this section user can edit and reset the design and then order the product.

Shopping Cart

*

In shopping cart, the products added in the cart are displayed in this section.
*

In this page, user can view image of selected product, the name of the product, price, quantity, total price of a product.
*

User can view “Delete” link were the user can click on it to delete the product from cart.
*

User can view order sub total is displayed at the bottom of the page.
*

Three buttons are displayed at the top of the page such as empty cart, continue shopping and check out.
*

If user clicks “Empty cart”, the products are displayed in cart are cleared from this list and if user clicks on “Continue Shopping”, user can purchase more products were shop categories page is displayed.
*

If “Check out’ button is clicked, the page is redirected to checkout page.

Checkout/ Payment

*

Once the products are conformed, user has to enter the payment details.
*

User can pay the amount through credit card and pay pal.
*

If user clicks credit card, user has to enter payment details such as

+

Credit card number
+

Credit card type
+

Credit card validity date
+

Security Code

*

The types of credit cards are master card, visa and may be Amex.

Or,

*

If user clicks Pay pal, user has to enter user name and password if it created already or if the user do not have account, user has to register in the following URL www.paypal.com
*

Once the details are entered, user checks for verification process and if the details are valid then user has to enter the shipping details.
*

All the payments are tracked.

Shipping Info

*

Shipping details has to be entered by the user after the payment verification completed.
*

User has to enter details for the following fields such as,

+

Contact Information for order
#

First name
#

Last Name
#

Telephone
#

Email
#

Re-enter Email address
+

Shipping Address for this Order
#

Address 1
#

Address 2
#

City
#

State
#

ZIP Code
#

Country

Search

*

User can view search functionality in all the pages.
*

User has to enter keyword and select category from the list.
*

Based on the entered text and selected category, user can view the results are displayed in result page.

Static pages

*

User can view the following are the static page links are displayed in all the pages.
*

The following are the footer links as

o

FAQ
o

Privacy policy
o

Terms of Services
o

Contact Us & Enquiry form
o

About us
o

Feedback form

6.
ADMIN FUNCTIONALITIES

This admin panel is categorized in to following things,

*

User Management
*

Content Management
*

Category Management
*

Products Management
*

Invoice Management
*

Newsletter Management
*

Reviews and Rating Management

USER MANAGEMENT

*

Admin can Approve or Reject the Registration of Users.
*

Admin can manage the list of Users in the Site.
*

Admin can View the list of all Users in the Site.
*

Admin can search the list of all Users in the Site.
*

Admin can Activate / Deactivate any Users in the Site.

CONTENT MANAGEMENT

*

Admin can manage the content.
*

Admin can add / delete / edit the content.
*

Admin can search for the content.
*

Admin activate / deactivate the content.
*

Admin can update dynamic pages.

CATEGORY MANAGEMENT

*

Admin can view the categories/ sub categories are displayed in this site
*

Admin can edit and update the categories / sub categories
*

Admin can delete the categories / sub categories
*

Admin can activate/ deactivate the categories / sub categories list
*

Admin can view the search result once the categories / sub categories is selected

PRODUCT MANAGEMENT

*

Admin can view the products are listed.
*

Admin can activate/ deactivate the product section
*

Admin can view the list products.
*

Admin can add/ delete the product
*

Admin can edit / update the products
*

Admin can manage all the shipping information details.

INVOICE MANAGEMENT

*

Admin can generate invoice for each product.
*

Admin can view and manage the invoices.
*

Admin can activate/ deactivate the invoices.

NEWSLETTER MANAGEMENT

*

Admin can send newsletter to the sales person
*

Admin can view the newsletters
*

Admin can manage the newsletter
*

Admin can activate/ deactivate the newsletter

REVIEWS AND RATING MANAGEMENT

*

Admin can view reviews and ratings
*

Admin can view highest rating product
*

Admin can list the number of ratings and reviews
*

Admin can activate/ deactivate reviews and ratings.

7.
TESTING

This module will involve following features.

*

Integration testing
1.

QA Release
2.

QA Testing and feedback
3.

Int Testing Bug fixes and delivery

*

User Acceptance testing
1.

Release to staging server
2.

Staging Testing and feedback
3.

User Acceptance Testing
4.

Bug fixes and Delivery

*

Security Testing

The user is provided with the following functionalities:

Home Page

*

Welcome Note
*

Register/ Login
o

Registration
o

Sign In

Users Home Page

*

My account
*

Products Online
*

Product Catalogue
*

Customizing the Products
*

Offers
*

Product Reviews and Ratings
*

Shopping cart
*

Payment
*

Shipping
*

Best Sellers/ Featured Sellers
*

News letter
*

Press Release
*

Search
*

Static Pages
o

FAQ
o

Privacy policy
o

Terms of Services
o

Contact Us & Enquiry form
o

About us
o

Feedback form
ALL THE WEBSITE IS MADE IN JOOMLA
Translation to French and Spanish ,

i will like to know first if you can give me a sample test , to see your work , because i have bad experiences in the past , so i will like to see a example or sample test on my project before we proceed …

Let me know if you have any other question …
Thanks

Adult Webiste 2

Adult Webiste 2
Good Morning
In need an adult website built. I want the layout and functionality of the site to be simular to www.borderbangers.com

With in the admin section I need a way easily manage
Users
Payments
Content
admin section sould be simular to a Oscomerce template admin section

Also a tool that makes uploading videos and images easy

Repair Article Database

Repair Article Database
Fix ArticleDashboard almost installed, and add this flash player where a photo now is:
http://www.afcomponents.com/components/flv_list_gallery/
Remove the photo and add the video player.

You will make a sub-folder for the videos used by the .xml for the above flv_list_gallery/. The .xml file will be in the main folder, same as index.php

This component will have anoter CDATA line, so that clicking the video takes you to an external URL. You will find a tutorial at the above URL when you download the flv_list_gallery.

You can see here the code that was used to take the viewer to the external URL:
<video>
<path><![CDATA[videos/help_wanted/BiographyofGoogleTVAds.flv]]></path>
<title><![CDATA[BiographyofGoogleTVAds]]></title>
<url><![CDATA[http://www.infomercialarticles.com]]></url>
</video>

You will put into the .xml file 2-3 of the sample videos you find at the flv_list_gallery/ download site.

This player will appear on each article, instead of some adsense codes. You can modify the correct Article templates for it.

You will find some code already done, in the folder at the old article site, use it to modify your new Article script, and you will use as much as you can with the navigation bar, header & footer, in a SSI (server side includes) to make future updates easy.

Program Type: What kind of software should the seller create (and/or install)?

* An internet web-site: This software runs on a web server and users will access it using their internet browser.

Internet web-site info
Design and functionality: What does the programming of this project involve?

* Program Functionality: Making the website “work”.

Modeling another site: Do I wish to model another site?
Yes: You can see the flash working at:
http://www.afcomponents.com/components/flv_list_gallery/

Another line of code will be inserted into the coding by you, so that in the .xml file a link to an external URL will operate.

You can click onto “affiliate news” at www.VideoClassifiedAds.info to see this same flash player has a link to external URL.

And you can see the website you will repair, at:
www.infomercial-articles.com Instead of playing with that code, it may be easier to let you have a new directory and you install the script again.

You will use the current database, with the authors and articles and other data. I will provide to you FTP access so you can do your job.

========================= SUMMARY ==============================
Re-install the Article software
Add a flash video player
Use the database we already have.

Thank you for bidding on this project and good luck.