Archive

Posts Tagged ‘the uploader’

Photo Upload/search (complete)

July 13th, 2009 Comments off

Recently this code was written for me by a programmer on this site. Unfortunately the code is not working correctly. I have attached a zip file containing the code for the uploader.php in the main directory and the viewer.php in the 2009 directory. I can give you access to the CPanel. Database and tables are created. The uploader does work but I am not convinced that the data is getting to the sql database. When i run the viewer the photos are there but the search feature is not finding any of the photos.

Here is the list of items I need completed on this project:

1 – Make sure that the uploader.php code is correctly working including storing the data in the sql database.

2 – Make sure that the viewer.php code is correctly working. The viewer does work but it automatically showing all photos stored in the directory called 2009. At the top of the viewer is has to options, [HOME] and [SEARCH]. I would like the option [HOME] changed to [ALL].

Viewer should not show any directories until user selects [ALL] which shows all subdirectories located in the 2009 directory which is the way we currently view all photos. If the user selects [SEARCH] then the criteria diplayed in the search form would be viewed only based on the data stored in the sql database.

3 – The search form is not correct. Should be set up that user could select just the date and all photos in sql database with that date would be viewed. Right now the LOCATION field is always populated with one of our office locations. Need to have it blank.

I have tested the search feature and it unable to locate any photos matching my search criteria. I uploaded a few photos and went back and searched for them with no luck.

To be my programmer choice you must communicate very well and must allow me to test the code to ensure it is working before I release any escrow money to you. I can give you access to the Cpanel to work with the sql database.

This project is 98% complete already with the code and a good programmer should be able to complete this quickly. I need a programmer to tweak it. I do have other projects coming up soon using this database.

Need Php Programmer

April 6th, 2009 Comments off

I have a FILEHOSTING SITE, and I want to add a system to it, so when members arrive at the download page, they have to complete an offer before they can download the file. After they complete the offer, then they can download the file.

For each offer that the user complete, the UPLOADER gets $X amount of money in his account. And the system should keep track of each user uploads and how much they are earning. When they reach $10, they can request a Payout from us.

I already have a filehosting website and i need this system integrated into my current script.

Here is how the system will work:

1. The downloader will reach the download page.

2. The page will check to see if the user has completed the offer before or not. DONT USE COOKIE CHECKER. USE the system that Sharecash.org uses.

3. If User has completed no offer before, a popup will appear. The popup will have an iframe that links to a file in the system (ex. checker.php) that will serve as a way to communicate with the offer url and as a way to verify completed offers (algorithm).

4. If the downloader proceeds to fill out the offer and completes it, the file that checks for completion will return successful and the download prompt will appear.

5. The database will be updated and $x money will be added to what the uploader already had.

6. If the uploader reaches $10, the backend will move him to a ready to pay list with his details.

7. All the money goes into the PENDING EARNINGS of userpanel account and i put them in the APPROVED EARNINGS on the 15th of every month

BACKEND
- A user list that will allow you to filter by username, email, etc.
- A user list of ones who have $10 or more in their account.
- A list that allows you to add urls of offer pages according to Region or Country
- A list that allows you to change how much each offer is worth.
-Referals

Bear