Recipe Writer (indian Recipes)

Recipe Writer (indian Recipes)
I would like someone with excellent cooking skills to contribute recipes to an upcoming site. The Recipes should be unique and ***never copied from some other site***. Right now as a trial I want to start with 50 Recipes. This will be a continous project. Below is what I need for each Recipe.

1. Name of the Food (ex: Dosa)
2. Number of Servings (ex: 2)
3. Prepation Time (ex: 40 min)
4. Category (ex: Snacks, Breakfast, Lunch etc)
5. Ingredients (one per line, clearly marked with qty, name of the ingredient etc)
ex:
1 kg Chicken (pieces)
1 tsp Fenugreek seeds
1 tsp Mustard seeds
5. Preparation Steps.
ex:
• Heat the oil in a heavy-bottomed pan
• Add the onions and fry on high level for a few seconds

6. Pictures from Preparation (atleast 2 images per recipe). Good quality ones.

Let me know your bid. This is perfect for someone passionate about the food (even with no technical skills) and need to expose that.

I will provide you a simple Webpage to upload them.

Set-up Phpdug Or Digg Clone

Set-up Phpdug Or Digg Clone
This project to develop a digg like site focused on a specific industry. We were looking at using the following script:

http://www.kubelabs.com/phpdug/

The project would involved:

1. Installing script on our server, use v2 template as basis for the site
2. Ensure that all basic functionality of the script is operating as it should.
3. Ensure that RSS feeds (incoming) to gather articles to populate categories is working.
4. Customising script and adding some additional features to our specifications

In addition to the standard features we would like to have the following customizations:

1. Set-up RSS feeds for each category (these would be user subscribed feeds from our site)
2. Add drop-down menu to show subcategories (current v2 template doesn’t appear to have drop down menu)
3. Add ability to show thumbnail images along with articles (admin shows that video thumbnails is already possible but not sure if functional).
4. Partner site article submission – ensure that the code to allow for partner sites to submit articles to the site is operational. Plan to provide code/link for sites to use to submit articles.
5. Article submission QC
– add ability to block sites (i.e. specific domains) from showing articles on site. Ability to manage the blocked sites from admin panel.
– check that submitted article hasn’t already been submitted to site (using URL to check article database).
– check that submitted article link is working
6. Add banner ads to template pages and admin banner management (adwords and customers banners)

We look forward to hearing back from you!

Sales And Inventory Cms

Sales And Inventory Cms
I run an online pet store and ebay store. I currently keep track of my sales in a Microsoft Excel file but I would like to hire a few employees soon to process orders. I will need a website that my emplyess can login to and add in the sales each day. I would like the script to be writen in PHP that uses a MySQL database.

I need the ability to add products so that when I sell something, I can choose what was sold from a drop down box. That will save me time from putting in the price, description and transaction fees every time I sell something.

I would like an ebay page and ecommerce page and a page that has them both combined.

My supplier ships the products I sell directly to my customers but I like to do a bulk order to Canada so that my Canadian customers are not charged any duty/brokerage fees. That means I always have inventory that I need to keep track of. Having an inventory page with a list of items I have in stock is required. Then when I sell it, I could choose the in-stock item from a drop down box and it would remove it from my “in-stock” list.

I also need to add 3 different user/pass logins that have different permissions.

1) Full permission to view everything.
2) Access to the ebay page only and no sales stats will be shown
2) Access to the ecommerce page only and no sales stats will be shown.

I will need to be able to sort the data by date/month/year and have a search feature.

Color coding is also required. (Black for complete, blue for waiting to be shipped, red for problem, orange for inventory sold)

Here are the details that I need for each transaction:

Date Sold
Price Sold
Our Cost
eBay Fees
PayPal Fees
Shipping Fees
Tracking Number
Profit
Invoice Number
Description
USA or Canada (surcharges for Canada)
Full Name
User Name
E-mail Address

Simple Ad Rotation Script

Simple Ad Rotation Script
Project Website: http://www.logcabindirectory.com/

I currently use a PHP include to pull this file and display it on my pages: http://www.logcabindirectory.com/ad_banners/_main_index_pages.php

What I want to have created is a simple script that will rotate the placement of all ad blocks.

I want the images (and their hyperlinks, ALT description, etc. to appear in a different spot on every page refresh and with every new page display.

The rotation script needs to be able to expand or shrink to handle however many ad blocks are included (1,2,3…10)

Rotation can be random, no particular sequence is necessary.

I can create individual files for each ad block if necessary, my only requirement is that they appear in random order on page refresh and that all hyperlinks, ALT description, size attributes, etc. follow the correct ad block.

If you have a suggestion that will improve the results I am looking for, I am open to your ideas.

Check Php Code For Copyr ( 3

Check Php Code For Copyr ( 3
Hello,
I need to hire someone that can review 2 websites for me to make sure that there is no copied code from one website to the other.

I had a designer create me a website in PHP similar to a competitor in my industry and i need you to review the code from each site to make sure nothing is copied so that I don\’t get sued by my competitor.

I will provide you with the links and login information to both sites after I hire you.

Theres a total of about 10 pages on each website to review.

Probably 4s hours of work or so!

Html 2 Php Conv Install Scri 2

Html 2 Php Conv Install Scri 2
I need to convert a html site created to php format as the script used is in php.

adbrite.com script so need to recode my design of template into php and install on the server with the new template over the code.

Kindly bid if you are good with php and scripts like adbrite.com and can install this template over the script thanks.

Quick And Simple Php Mailer

Quick And Simple Php Mailer
I need a custom-built PHP function to send text e-mail messages. The function should be a simplified version of the mail() function built into PHP, and it should have the following fields: to, from, subject, message, additional headers. It should return an integer indicating the result of the attempted mailing. The function will be called as follows:

$to = “[email protected]
$from = “[email protected]

$result = send_mail($to, $from, $subject, $message, $headers)

The possible return values should be:

0 – Successful

1 – Temporary error (such as full mailbox or server offline) where the mailing might be successful if tried again later.

2 – Permanent error where the mailing should not be tried again because the e-mail address is invalid and can’t be sent.

This project will just be the basic core of the mailing program, so it shouldn’t have anything complex such as a queue or log file. It should simply connect to the destination mailing server, send the message, and return the result integer.

The function should send mail as quickly and efficiently as possible, since it will be running in a loop to send a large quantity of messages at one time. The primary purpose of this project is that I need something must faster than the mail() function built into PHP.

The function will only send basic text messages, so it shouldn’t worry about any additional functionality that may be needed for images or attachments.

The function needs to be a standalone mailer, and not depend on the built-in mailing functions of PHP or a relay server. I believe the function needs to send using the SMTP protocol, but I’m not completely familiar with the underlying protocols of e-mail so please let me know if there would be a better way.

I would need complete and exclusive ownership of the finished code for this project.

WordPress Php Plugin Changes

WordPress Php Plugin Changes
We have a wordpress plugin we have developed and enhanced over the course of 18 months or so.

Now we need additional enhancements made. This project is for an experienced wordpress plugin code to spend around 10 hours of work making changes that we require.

After the 10 hours work has been completed if you have done a good job we can negotiate on you making more extensive changes.

Effectively we want you to bid for 10 hours of work on making changes to a wordpress plugin.

2 hours of this time we will allow for you to learn the plugin, watch install videos, etc.

Then the remaining 8 hours will be working on the changes.

We will provide detailed instructions on what is required, as well as a “test” site for you to test your changes (a wordpress blog), etc.

There will be no specific deliverables for this project. What we do expect is that after the 10 hours, you will have progressed to a solid understanding of the architecture of the plugin and made some minor changes, and be in a position to give more detailed costs for the other enhancements we want to make.

In other words you will know the plugin “inside out”.

Its possible we may choose more than one coder for this project and pay each one, and then offer the ongoing work to the best coder.

There is a LOT of ongoing work we will want to make so you should be able to dedicate hours to this in the future (and be paid for it obviously!).

Please don’t bid unless you know php very well and have solid wordpress plugin experience.

Please also provide specific details of your past experience in both php and wordpress plugins.

Code examples should be provided.

This is an opportunity for you to be part of a large organization and have a lot of future ongoing regular work in a php / wordpress environment.

Magento Or Oscommerce Powered

Magento Or Oscommerce Powered
YOU MUST HAVE 20+ RATINGS TO BE SELECTED FOR THIS PROJECT.

I am looking for the design and development of an ecommerce website. Please don’t bid if you can’t do both the design and the development.

Details:
– Professional design (I will provide selected bidders with URL that has same look/feel I need)
– SEO friendly URLs (www.Website.com/name-of-web-page.html)
– ability to set meta tags
– WYSIWYG editor for all pages
– Sitemap compliant for google.
– Integration with paypal and google checkout
– Ability for website visitor to pay for an item or send a message to admin regarding that specific item.
– Ability for person to sign-up for automatic monthly payments (whether they bought the item online or not).
– Ability for person to cancel automatic monthly payments.
– Ability for pricing, quantity and special offers to be input/managed by:
X admin (access to all)
X manager (access just to pricing, quantity and special offers for categories/products determined by admin)
– Range of reports to show activities, bookings, payments, etc.
– Installation and configuration of Post Affiliate program (I will provide licensed copy)
– user account to manage rented item and payment and to view payments.
– blog page (can be a wordpress installation if the design conforms to the rest of the website)

Project requirements:
– Can be done in Oscommerce or Magento or other similar system (please indicate which platform, if any you intend to utilize).
– The entire project cost can be escrowed but no funds will be released until everything is 100% complete, tested and working. You can check my reviews/ratings here and on three other freelance websites. You will get paid IF everything works as agreed.
– All rights, software, code, etc. will remain mine and none can be displayed (as a portfolio item or for any other reason), distributed, licensed, sold, etc. to others.

This shouldn’t be too complicated for any individual or group with experience. Please bid appropriately both the time you expect for completion and the cost for completion. This job needs to be completed on time, with no mistakes and clean code.

Please post any project that you think is similar, explain why, indicate what the website was developed with (e.g. oscommerce, magento, from scratch, etc.) and if possible, provide access to similar admin panel so I can judge the quality and structure of work.

Thank you!

Write Articles On Lubricants

Write Articles On Lubricants
12 articles (500 words min.) needed on Octane Booster and other lubricant products. Full list will be sent when your bid is accepted.

Articles must be keyword optimized and SEO friendly.

Articles must pass copyscape 100%

Grammatical blunders will not be accepted.

The ideal programmer should be willing to follow instructions in detail.

Payment shall by escrow only and shall be released after completion of task.

You must write with conversion in mind because our ultimate aim is to get people to buy our products.

Any other questions please ask.

Vbulletin Database Error

Vbulletin Database Error
I had an several Impex imports of another forum done to my Vbulletin 4 CMS. Some user id’s got messed up from me working on the CMS between imports. Now I am getting database error when clicking activation link in email on new registration.

This job is to fix this error so users can receive email and activate account via email. Repair must be not be affected by frequent VB updates.

Thanks,

The error is below.
Database error in vBulletin 4.0.2:

Invalid SQL:

SELECT ipaddress
FROM vb4_user
WHERE userid =;

MySQL Error : 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 ” at line 3
Error Number : 1064
Request Date : Sunday, March 7th 2010 10:59:54 PM
Error Date : Sunday, March 7th 2010 10:59:54 PM
Script : http://xxx.xxx.xxx.xxx/community/register.php?a=act&u=407&i=c61ce4852700af2cec08b81f2efc0fa6670f0ec0
Referrer :
IP Address : xx.xxx.xxx.xx
Username : Another
Classname : vB_Database
MySQL Version :

Expert Cs-cart

Expert Cs-cart
I have CS-Cart in which if a customer selects a product and registers her/his profile, the customer will get an error stating “Your cart is empty, so you cannot proceed to checkout”. We need this fixed ASAP.

Also when I have paypal enabled, the payment request for credit card information before going to paypal. We need this fixed as well.

Please test the first part to make sure you can fix this quickly. If you can not fix quickly then you are not the person for the job.
MUST HAVE JAVA Script and AJAX Experience
Please also note I will not pay for effort, ONLY results. So, if you spend 80 hours on this project and produce nothing – I will pay nothing.

Also please note that this problem is random, does not happen to all users so it may be hard to duplicate, however, I am available for duplicating the issue. The problem occurs on 3 machines I have IE7 and IE8, but the problem does not occur on Firefox browser.

this is a small budget job

URL: http://www.ardysssystem.com