Archive

Posts Tagged ‘they have’

Programming Project 1303874599

April 26th, 2011 Comments off

Since Vera Bradley has come about for the scene in 1982 away from Fort Wayne, Indiana, they have used the world by storm using a exceptional assortment of handbags, luggage and accessories. among one of the favored troubles about this producer are on the way to be the actuality that all their merchandise is planned with material materials that arrives in different patterns and styles. These patterns are generally getting updated twelve weeks quickly after year. I merely adore the handbags as well as the matching wallets myself and I find out myself adding to my assortment every one of the time.

Sometimes when I’m passing through Grand middle Station in ny City, I do not recall a time which i do not see a very least one dude with something designed by Vera. They have something for just about everyone as a complete result of the actuality they make many kinds of handbags and factors using several patterns.

If you are into accessories, they have wallets that match up the bags, scarfs, umbrellas coin purses, sunglasses as well as the circumstance to sustain your sunglasses, seaside towels, flip flops and more. for that traveler, <strong><a href=”http://www.cheapandoras.com/cheap-pandora.html” target=_blank>cheap pandora</a></strong> there are on the way to be the huge duffel designed from traditional and there may be also the rolling luggage with patterns of your choice. As for that handbags, there are so several to decide on from. From backpacks, clutches, consumers and more, each and every handbag is planned with their signature material as well as several patterns.

Clipshare Project

March 1st, 2010 Comments off

I would like to have ClipShare Pro 4.1.5 (www.clip-share.com) re-designed with a new template / skin to look like http://www.guitar-tube.com

They have used clipshare and placed all the design elements in different places. The background will be changed to light gray and the rest should be exactly the same with a different logo.

They have extended ClipShare functionality to use Categories for videos, which is not part of Clipshare and you will have to implement that as well. All other add-ons that they have implemented

They have changed the members area and I would like you to look on that as well!

The HTML interface will also have a XHTML template version in a different directory (like ‘/mobile’). The template should be similar to You Tube mobile The experience should only allow to watch those top categories and not having the related links at the bottom.

Please only bid if you can work on this project right away, you have ClipShare experience (that is: you already worked on extending or modifying it). Please include an estimate for delivery.

E-commerce Shoe Shop Website

August 30th, 2009 Comments off

I need a secure dynamic ecommerce website for selling shoes and shoe accessories. I have a good idea what I would like it to look like but I will need someone who can also help me with the design ideas and suggestions. I am not interested in people without reviews or who can’t show me examples of their previous work. There most important thing is that I need this built in less than 1 month. Payment will be in escrow until the site is finished and I will not pay if the site takes longer than a month. While this sounds extreme, time is the most important aspect of this project.
I will need some logos and graphics designed for the site. I will need someone who I can contact regularly and monitor the progress of the site development. I also want someone who is a good communicator and understands my vision for the site, I mean that in the sense that I don’t want to have to keep identifying errors and worrying about the site being done wrong.
I want all the features that this site has: http://www.schuhstore.co.uk/home_normal.asp however I want to avoid any copyright infringements or anything like that. Have a good look at this site and make sure you are able to implement all features before you place a bid.
You will need to connect the site to a database of shoes from a group of shops, and update it when shoes are sold etc. You may need to talk to the company who created the stores current retail system. I have discussed it with them and they have agreed to the hook up for a fee. What they have told me so far is

Custom Portal

August 29th, 2009 Comments off

This is a site where users register themselves. They have to verify their e-mail before their user is active. After registering themselves they will fill out information such as which school they are studying at etc. Users have the following features in their pofile:
- They can make different galleries for images. They can upload .rars, folders from their computer and that will generate galleries. They can add/delete pictures fom galleries. They can move pictures from gallery to gallery. Users can also upload images without adding them to a gallery. They can create categories as well and add videos to those galleries. They can upload any format and it will work.
- Videos. Users can upload videos. They can create categories as well and add videos to those galleries. They can upload any format and it will work.
- Sound recordings. They can upload sound recordings. Here they can make categories as well. They can create categories as well and add videos to those galleries. They can upload any format and it will work.

Users have a blog. They have a profile picture. They can activate a picture from their galleries as their profile picture.

Visitors can see every users information, but they have to log in to contactc them or to see their contact info.

There will be a message system. When a user receives a message an e-mail is sent to him.

Visitors can (without being logged in) search for users. They can search for names, country, occupation etc etc all together to get more accurate results, but they can also just search for name or country or city or occupation etc etc.

Users can create pages for insitutions or schools. In those pages the users will add profile picture, description about institution, gallery (same as users gallery). Whenever users have registered themselves to the site they will get a message: “have you chosen your institution?”. If their institution does not exist, they can create it.

I have graphic design for this. You need to code and do the implementation to the design.

There will be an overall admin who can send out newsletters, delete/edit/add users, block ips, deactivate/reactivate users.

I need good SEO in the portal.

Verify Rights And Add Rights

August 27th, 2009 Comments off

I have a simple problem. I need a php/mysql page done.

What we are working on: A file called send_messages.php that checks “prights” for that user and checks to see if they have rights to send messages. If they do it checks to see how many messages they have sent per month / per day. Problem is that my default member rights are not added to a table called “prights”. I need a workaround.

Here is my problem. I have a table called “prights” that has all the user rights. I had a programmer do a script that looks in the table for a specific rights. Problem happened that default rights are not added to the prights table, only if I modify the rights. So when my script looks at prights, the user does not have the right that they need (even though it is default).

My thinking is adding it to my send_message.php file since that is where the script looks at those values. You can either change the script to do a default value of 4 (messages per day and messages per month). But if i change the value to 10 for that user, it would have to see 10 messages max. Problem with doing a default of 4, people that are not registered should not be allowed to send a message.

If you choose we could do a cron file that changes the table. How we do it is up to you, the programmer. All I know is I need it done. Not a hard project, but I tried explaining everything here.

I have added send_message.php to the download file on this project for you to take a look.

Let me try to explain it.

Table “members” has member ID – Each user
Table prights has “PID” which equals “ID”

Under “prights” table
ID = PID
If RID = “53″ exists do nothing

If RID = 53 does exist, adds following lines (example PID=100). PID is the constant. RID 3 & 4 are also constants.

PID=100
RID=53 (53 = per day)
Value=4 (Able to send 4 messages per day

PID=100
RID=54 (54 = messages per month)
VALUE=4 (Able to send 4 messages per month)

Other problem might be that the script looks at the table right off the bat and if they don’t have the correct rights, it tells them they don’t. So you will have to make a modification to the script that changes it before it tells them that they have sent too many messages.

Bonus: If you add to the page where it tells them how many messages they have sent in last 30 days and how many they have left, I will add a bonus.

Backend For Coaching Website

August 6th, 2009 Comments off

I run a coaching consultancy with a team of teachers and clients who book one-to-one training sessions.
I need a backend to my website that will accomplish the following:

A database to keep track of client enquiries and a booking system to track history of clients booking sessions.

Clients booking sessions with us are given a log-in to the following booking system which contains;

A passworded page for my clients to log-in to which will allow them to make payments online, track appointments made and how many they have left, recommend friends and receive a free credit, see contact details of their coach and click through to email them, change personal details including password. Password reset has an automatic email confirmation. There is an automatic password reminder email if they forget their log-in.

A passworded page for my teachers which will allow them to see which clients they have and their contact details, how many sessions they have paid for and have left, to input dates of sessions taken by their clients, and to see the whole client history. The ability to send out a standard email payment reminder if their clients fall behind.

A passworded admin page which allows me and my admin staff to view all current clients, their tutors, sessions paid/taken. With the teachers it should automatically list all sessions taken with the rate teachers are paid (this varies). This should automatically generate an invoice for those teachers. We need to able to access a database of all past clients and their history with us. Admin page should also be able to add dates of sessions taken to the system and alter all this information in case of need to make refunds.

We also need to be able to use the database to send out newsletter/promotional emails to different groupings of clients.

Admin page should be able to see password of all clients and teachers.

I can show you some example pages from personal training and pilates sites. Basic design should fit in with our website.

I currently want this to work with Google Checkout and/or Paypal. I already have a Google Checkout account and will set up a Paypal one specifically.

Many thanks for your bids.

Morwenna Rowe

Dolphin 6.1.6

July 29th, 2009 Comments off

I am building a dating website using Dolphin 6.1.6. IF YOU HAVE NO EXPERIENCE WITH DOLPHIN 6.1.6 PLEASE DO NOT BID ON THIS PROJECT.

I need someone to implement the Events the same way they do at www.datehookup.com. The way they do it there is they do it in the Forums. In the Forums at datehookup.com they have Groups in their Forums and under Groups they have a “chat” for each state in USA. For example under Alabama Chat posting they have Events listed that they are having for Alabama and when you click on the Event it tells about the Event and then it shows the people’s pictures with their name, age and location who are attending the event. If you are signed in it has a link to click that says “Add me to the event” and then it adds you to the event. If you change your mind after that it says “Remove me from the event” and you are removed. ( you have to be signed in to see the “add me” and “remove me”. Otherwise if you are not signed in it says “Join DateHookup.com today”.

So I need someone to look at this and I need it implemented into Dolphin 6.1.6 just like www.datehookup.com has. Here is the link to the page and if you need to join them you can join as a member to see how it works and then let me know the cost to do this on my site. Here is a link to the page I am talking about: http://www.datehookup.com/Forum-9558.htm and scroll down until you see this example and click on it: *** 8/1/2009 *** Saturday Picnic on Monte Sano Mountain- Huntsville, AL

THIS HAS TO WORK EXACTLY LIKE THEIRS DOES.

Remember, it has to be implemented into each state that I already have in MY forums on MY site and I have a total of 62…this includes states and other regions like Yukon Territory, Ontario, British Columbia, etc.

Teacher Eportfolio Network

July 16th, 2009 Comments off

I would like you or your team to bid on creating a social networking e-portfolio site for teachers.

The website should allow teachers to create an account (after paying) and maintain/update an electronic portfolio and also socialise with others on teh website.

The e-portfolio will allow Teachers to showcase themselves to
1) An Assessor(s)
2) Social friends created on e-portfolios.net &
3) A prospective employer

The Teacher should be able to decide who sees various areas of their eportfolio.

Key areas of the e-portfolio are as follows:

1) Standards Area:

This is where all the teacher standards should be presented.

(Teachers primarily need the site to evidence meeting standards.
To know more about standards and teachers read at the end of this listing.)

a) Next to each standard the teacher should be able to link a file(s) and add a comment on why they placed that file as evidence of meeting that standard.

b) Teachers should be able to choose which set of standards they are working towards. (There are five in total)

b) There should be a fuction to allow all standards along with the linked evidence + comments to be downloaded in one zip file.

2) File area:

This is where teachers will be able to store/upload files

a) In the file area the teachers should be able to:

New Additions To Website

July 9th, 2009 Comments off

The current system I use is CubeCart, if you are not familiar with this system, please move along.

Account Details
User is required to select their vehicle details from the provided list when they register for a new account, or if they are already members without a vehicle selected against their account, they will be prompted when accessing the My Account section.

Search by Vehicle
This system will allow customers to select what vehicle they have, the system will then search for parts to suit customers vehicle. If they are already logged in, and they have a vehicle added to their profile, all they will have to do is click on [Search My Vehicle]

Member Garage
This section will allow customers to add performance parts on their profile which will be advertised to other users as modifications they have done to their vehicle, each user will have their own profile to update and can also upload pictures which will be resized automatically.

As a user signs up to the website, they are required to input what vehicle they have.

Recommended Parts
As soon as a customer logs in, it will show parts specific to their vehicle but if they have already selected these parts as “modifications” for their vehicle, they will be hidden so they are not advertised the same product.

Php Form That Adds To Database

July 9th, 2009 Comments off

I am looking to get a simple project going. I have a website that is not live yet. It is a penpal site for inmates.
I need the following:

I need to get a link added to my Inmate Profile Listings (thats not the part I really need help with).. When they click on it I want it to check a table (mysql) to see if they have writes to “send message”.

If they have don’t have that right or not logged in, I want it to show something about you need to purchase that membership package…etc..

If they do have that right, I need it needs to go to a form. Simple form that would grab the the inmate name, facility address, city, state, zip from a table (from the profile that they just were just viewing) and post it to the form (unchangeable). On that form would also be a spot for their name, address, city, state, zip, and a message box. We would need to put some type of limit to that message field. Then a submit button and it would be entered to the mysql database, emailed to their email address, and copy to me.

One other thing, I want to limit each user to be limited to one letter per day. If they have already sent one letter, it will tell them they are limited to one per day. They would get that before they type the whole letter out. During the first verification maybe.

I would need a screen where I can go to where I can view the information, in the table, from the form. And one extra table field “printed” that I can change so that I can verify that I printed and sent the letter.

In otherwords, I want people that purchased a special right (site already does this part) to be able to send snail mail letters to the inmate (limit one per day). I’ll print out the email and mail it to the inmate. The form that goes to the database would be a backup incase the email doesn’t go through or something.

I am open to ideas on other ways of doing this.

I am not in a rush for this. Not needed till around July 15th.

I can PM other info as needed.

Embed Video Website

June 24th, 2009 Comments off

I purchased this script

http://www.embedmax.com/ with the hopes of having my programer build a celebrity video website utilizing it. My programer decided he did not want to finnish the project . I need someone to finish the site which will include the following modifications to the script / website.

1. modify video player page to show more related videos next to video player and place for 300 x 250 ads and other content ( see example page needs to be modified here – http://tinyurl.com/mhvxs4 )

2. need a main page for each celebrity like this site – http://www.theinsider.com/celebrities/Robert_Pattinson ( also like to pull in basic info for celeb from wikipedia for their page as long as a list of all there videos see example here ( should be legal and fairly easy to scrape wikapedia content) http://en.wikipedia.org/wiki/Robert_Pattinson)

3. like to integrate facebook connect to let users sign in with facebook

4. via facebook connect let users store profiles and pages with celebs they are fans of and videos they have viewed. Also let users become friends with other users and see what celebs they are fan of videos they have viewed, also search users by what celebs they are fans of and video they have viewed so for each celeb you can see all his/her fans same for each video viewed.. this is IMPORTANT if you don’t understand please ask …

5. have a celebrity directory

6. celeb alerts – users can get emails sent to them daily or weekly with new videos of there favorite celebrities

7. have a good site map, rss feeds and be VERY friendly for google bots…

8. leader board for celebs by how popular they are

9 . leader board for videos by how popular they are

10. bread crumb trail for site navigation – each video should be tagged with celeb as an example…

11. if you have other ideas/ features you can add this is a plus for accepting your bid

The script is supposed to be a very good… this is site so far

http://celebavideo.com

I am ready to start ASAP.

Need A Mysql Database Program

June 23rd, 2009 Comments off

I need a mysql database program that will do the following listed below. Member will access this database from within the Members Area in my Revenue Sharing Program. This database will not be connected to the other scripts database in no way.
This is a project that I need done right away, so if you accept it make sure you can devote the time to complete it right away.
It will most likely be an ongoing project and changes will need to be made as our program grows or needs change.

I have a revenue sharing site where Members purchase Ad Levels each week.
At the end of the week the total amount of Ad Levels they have is multiplied by a number the admin enters(Revenue Share).
This will give the Member their Revenue Share Earnings for the week.

The Members number of Ad Levels will decrease each week after the Revenue Share Earnings are posted. The amount the Ad Levels
decreased is determined by this formula. Previous number of Ad Levels – (Revenue Share Earnings divided by 2). This will be their
new Current Ad Level Balance.

Example
——-
Member buys a 10 Ad Levels on Tuesday and buys another 40 Ad Levels on Saturday.
This gives them a total of 50 Ad Levels.(10+40=50)
On Tuesday the Admin wants to pay each member .15 per Ad Level.
So this will give the Member 7.50 in Revenue Share Earnings. (50x.15=7.50)
Members new Ad Level balance will now decrease since they just got earnings.
(Previous number of Ad Levels – (Revenue Share Earnings divided by 2)), which will be (50 – (7.50/2))=46.25
This 46.25 will be the Members new Current Ad Level Balance.

Now, if the Member buys more Ad Levels they will be added to the new Current Ad Level Balance above. Example, if
they buy another 50 Ad Levels it will be (50+46.25=96.25).

The following week the process will repeat again but the calculations will be based on their new Current Ad Level Balance.
Which in the above example would be 96.25. The process will repeat over and over each week.

Commissions
———–
Everytime someone makes a purchase of Ad Levels, I need to give the person who referred them a commission. I will need a field
to enter the commission amount when I enter Members purchases in the database. Will also need an Affiliate ID field.

Withdrawl Feature
—————–
Would like Member to be able to withdrawal from their Revenue Share Earnings if they have at least $5 or more in earnings.
When they make withdrawal I will need the following info from them: Member ID, Payment Processor, and Payment Processor ID.
This amount would be subtracted from their Revenue Share Earnings right away.

Rollover Feature
—————-
Here is another feature I would like added. If Member does not make a withdraw request of Revenue Share Earnings. I want an
Admin Feature that I can click a button and anything in the Members Revenue Share Earnings will be added to their
new Current Ad Level Balance. Once this is added to their balance their Revenue Share Earnings should be cleared.

VERY IMPORTANT—- Before the Members Revenue Share Earnings are moved over to their new Current Ad Level Balance. I need
to give the person who referred this member a commission of 15% on these Revenue Share Earnings. So, we would take .15 and
multiply it times the Members Revenue Share Earnings and post this amount in the Affiliates profile as a commission. Once
this is done we can then move the Members Revenue Share Earnings to their new Current Ad Level Balance.

Admin Functions
—————

Admin enters purchase with the following info:
Members ID, Ad Levels purchased, Date, Payment Processor, Payment Processor ID, Affiliate ID

Admin enters a Revenue Share amount each week. This is multiplied by each Members Current number of Ad Levels they have at the time.

Admin should be able to pull up a Revenue Share Earnings Withdraw Report with all info entered from Member.

Admin should be able to pull up a Commissions Earnings Withdraw Report with all info entered from Member.

Admin should be able to mark withdraw requests as Paid when Admin pays them.

Admin should have report features like total of all new Current Ad Level Balances.

Admin should be able to pull up a member by ID and display all activity of Member.

Admin should be able to list all Ad Level purchased and be able to sort by Member ID or date.

Admin should be able to list all commissions and sort by Member ID.

I want the Admin Functions to be as powerfull and flexible as we can make it.

I do not want Members to be able to access Admin functions.

Member Functions
—————-
Member should be able to enter their Member ID and have it display all their Ad Levels purchased, earnings posted to their account,
withdrawals made, and their new Current Ad Level Balance.

Member should also be able to see any commissions they have and be able to withdraw them if they have at least $5 or more in earnings.
When they make withdrawal I will need the following info from them: Member ID, Payment Processor, and Payment Processor ID.
This amount would be subtracted from their Commission Earnings right away.

Members should see any pending withdraw requests and they should state if they are Pending or Paid.

I only want Member to see their information only.

Closing
——-
I know there is a lot going on with this database, but I’m sure good programmer can do this with ease. So, I need someone who is very good with making database programs. Contact me if you have more questions. I can give you the actual site it will be used on as well if you need to get a better feel of our program and what we do.

Php Ebay Website

June 16th, 2009 Comments off

Basically all i want is the code fixed. They use php my sql ect and who knows what elce. I think dreamweaver. And they have copyrighted it. I want my own clean code. No copyright. Not changing the static pages at all. I know they have mixed the code up by linking it to many pages and if you change anything the whole site become unusable. I think they have encrypted some of it also. I don’t want numbers and links everywhere. Instead I want as much english grammer as posiable. Still using the same interface.

the site is auctiontreasurechest.com

Swoopo Clone Asp Mssql

June 11th, 2009 Comments off

Feature Request
All of the functionality of Swoopo, plus additional features:

REGISTRATION &amp; BID PACKAGES

User registration and account verification (AVS/SMS or phone [alt. credit card verification, Paypal registered address]), Log User IPs, get DOB

Check that email address for registration is NOT from a throw away provider like ya*hoo, hot*mail, g*mail (pop up suggesting a primary email address). If registrant insists on using, put in human review file before activation?

View, edit, add, delete and suspend users.

Refund or grant free bids

Full financial information: ability to access a client account and see:
a) what bids they have purchased,
b) how many they have used,
c) what autobids they have placed,
d) how much money they have spent on buying bids
e) on which dates they spent that money
f) what items they have bid on
g) what items they have won;
h) returns and credits
i) bid credits, credits towards won items
k) what referrals have resulted in new registrations and/or bid purchases

View the winning bidder and update the status of the auction

Magento Custom Module 2

May 27th, 2009 Comments off

The following module or changes are needed to a customisable product in magento.

Note I want this doing on time. So make sure the time you state is the time it will be done, tested and ready to go.

I want this doing quickly but I want it doing right. I am available on IM, EMAIL, PHONE at all times for help, checking and testing.

The code must not be sold after.

————————————————–
1) The product page needs to have 6 ajax tabs.
————————————————–

- Summary
This loads a list of the default selected items. Need to be able to edit content in CMS.

- Customise
This should have 3 hard coded category images and headers to split the categorys into sections.

The More details link should display 1 line of links (one per product) if more than one line a down arrow should show which uses fx slide to display the rest of the links. When clicked they load an ajax style popup which has product spec and photo. When clicking on the category for example Extreme Cooling it should popup and display the photo and product spec for each item in the category.

The right scroll bar titled “as configured” should scroll down the page as the user scrolls and show the running total of items changed.

Each drop down box should show the + and – difference in price to the item selected and update on the fly. Magento shows the + and – but if you select one item which is then the selected item you dont see updated + and – on the other items.

-Technical Specs
This should load the the product specs for each product in each category that is selected.

- Product Q&amp;A
I’ve purchased http://ecommerce.aheadworks.com/extensions/product-questions.html and it should display the content and work here.

- Photo Gallery
As technical specs but this should load a thumb of each photo for each selecteded product. click &amp; ajax popup shows the photo.

Reviews tab should just load a page from CMS unique to each product.

I dont know how these tabs are made but ideally it needs to be possible so that search engines can read the content in each.

It’s important that the items in the drop down box are real SKU items which are treated as products that work in the system like all others.

It should remember the options they have selected in a cookie/session? So if they move to a different config product and come back the items they have selected are still selected.

The right scrolling bar should also contain the magento live help script, estimated shipping date which is serverdate + 10 days and then a few static links/wording.

————————————————–
2) Saving Options
————————————————–
Save it as a quote (I thought possibly change the wish list to be called Quotes) This saves all the options they have selected on the customise tab into one quote and assigns it a quote number which is then available to order for 5 days. (to save they need to register). From the Quote page (currently wish list) they can see a list of quotes saved which shows a copy of the item name, list of selected items (different from default) and total price. They can from this page then do the following..

Add to cart which puts it into cart.
Edit it which takes them back to the product customise page and reloads it with the options in that quote allowing them to make changes and save it again or order it.

Ask a question about it by entering comments into a box, clicking button, emailed to customer copy, view in list admin. Admin reply, shown on quote page below question.

Save it &amp; ask question same option as above but when saving it as a quote and before register (if not already registered) you can enter questions into a comment box.

I did think a possible way to do this rather than writing it all from scratch would be to modify

http://ecommerce.aheadworks.com/extensions/product-questions.html to do it. On the tabs it will have Public Q&amp;A and on quote page it has private so customer can tick a box to make public/private.

The difference between having this and just having the http://ecommerce.aheadworks.com/extensions/product-questions.html script is that it gives multiple ways for customers to ask questions rather than just going into a mass Q&amp;A section.

Jfusion Plugin

May 13th, 2009 Comments off

Jfusion plugins project details:

LOOKING Now Please contact me.
Hi Every one I have been looking for some one to make custom jfusion plugin for 5 months now and have not found any one. I really need a few made for my projects I am doing.

Details:

Jfusion is a joomla mod which handles a multi user login.

with a plugin section to install custom software logins to be added.

Offical Site Here: http://www.jfusion.org

Note I need Dual login for these plugins and as many features active as possible the dual login is most important.

Plugins for Jfusion needed:

Oscommerce plugin http://www.oscommerce.com/

PHP Fox plugin http://www.phpfox.com/

Osticket plugin http://osticket.com/

Adquick plugin http://www.phplemon.com/adquick-adbrite-clone.php

If any one knows a price range and time line on this please let me know.

Please please let me know if any one can help I have the old oscommerce for the first version of jfusion some one did so I have alot of that one done but need it updated to work with the new jfusion.

Here Is some more information to clear things up for the people how needed more information.

I have a Joomla site as master login and I have other sites which will be slave logins and the will all work together. The master login is joomla which is Joomla and Jfusion mod this will act as a master login for my users like a yahoo setup. The slaves will be 2 joomla sites and 4 other sites that will need plugins made for jfusion to support my other scripts. like my shop oscommerce, osticket, phpfox, &amp; adquick. The plugins made for jfusion all support dual login which is when they login to a slave login like oscommerce they will be activated and loged in to all script master and slave. If you look at the Jfusion site has a feature page of all the features for the plugins they built I want my plugins to support as many feature as possible for the slave software can support. There a chart at the bottom of jfusions features page I want all those enabeled if possible for all for plugins. Jfusion has made it easy for other programmer to make plugin for there joomla multi user mod for joomla. In the jfusion main site they have alot of information on this login software and how it work and it is a open source community that can help and will be more that happy to help you can also get information for the scripts I need the plugins for are all open source also and they have open source help forum and will be happy to help in this project. If this did not help I advise to go to Jfusion.org and read up on there software to learn about how it work they have great info there once you have read that it pretty simple of what needs to be done in this project.

Main software sites List and support.

Jfusion Main Site:
http://www.jfusion.org/

Jfusion Main Site Feature:

http://www.jfusion.org/index.php/features

Jfusion Main Site Documentation:

http://www.jfusion.org/index.php/docs

Jfusion Main Site Development:

http://code.jfusion.org/projects/show/develop

Oscommerce Main Site:

http://www.oscommerce.com/

Oscommerce Main Site Support:

http://www.oscommerce.com/community

Php Fox Main Site:

http://www.phpfox.com/

Php Fox Main Site Support:

http://www.phpfox.com/konsort/support/

Osticket Main Site:

http://osticket.com/

Osticket Main Site Support:

http://osticket.com/support/

Adquick Main Site:

http://www.phplemon.com/adquick-adbrite-clone.php

Adquick Main Site Support:

http://www.phplemon.com/contact.php

Please if you are commited to this project please make a bid.

Please check out the example plugin for oscommerce and the more info zip below.

Thanks for your time Mike.

Magento Custom Work Needed

April 30th, 2009 Comments off

I require someone to do all the following work which is creating a magentocommerce based store with custom mods.

Design
The follow layout will need to be used as the primary theme for the website. I have the original PSD &amp; sliced HTML version but not CSS version. This layout has top row 1 for navigation links, row 2 main category tabs then the blue bar for sub category tabs to contain links.
Right navigation will contain cart and other stuff. Footer will have normal footer links such as site map. Below this footer it will simple linked images for things like credit card logos, SSL security stamp etc.

see word document for image.

The design will need to be CSS coded for the best possible SEO results. The design needs to be created as a theme in Magento and work with every module purchased or custom written. Every part of the website must match this theme. The body is the normal Magento layout but using 1 pixel grey borders and blue headers. Additional screen shot, code, psd, images will be supplied

Content pages that are created must automatically be added to the navigation system based on what category/sub category the page is in.

Modules
The following modules need to either be cloned to do exactly the same or purchased, installed and themed. To get the job done quickly I would suggest we purchase as many as possible then modify them if needed and only write from scratch where no module is available. I’m also open to sub contracting out work so if we are buying a module that needs something doing to it we can pay the developer of that module.

Stock Control &amp; Purchase Ordering $1200
Addon is needed to this, when a purchase order/delivery booking in sheet is closed it should provide a printable page sticker size which has the po number on line and item name on line2 for each item on the po.
http://www.magentocommerce.com/extension/1155/purchase-stock-logistic-management-module

Abandoned Carts Alerts $49
http://www.magentocommerce.com/extension/1151/abandoned-carts-alerts

Reviews Sidebar Pro $39
I require the option to control and exclude this from selected sections of the site.
http://www.magentocommerce.com/extension/1175/recent-random-reviews
Customer Profile $0
http://www.magentocommerce.com/extension/1209/customer-profile

Individual Promotions $0
http://www.magentocommerce.com/extension/1197/individual-promotions

AJAX Cart Pro $89
http://www.magentocommerce.com/extension/1185/ajax-cart-pro
Gift Certificates / Cards $0
http://www.magentocommerce.com/extension/751/gift-certificates–virtual-cards
Customer Order Comment $0
http://www.magentocommerce.com/extension/1036/customer-order-comment
Help Desk Ultimate $159
An additional option is required. We need sales to work as normal with this helpdesk but support and billing emails would not be able to be emailed directly. Customer would to go through a wizard first ebay style. They select the topic first, it then lists sub topics, then lists questions, they can then select a question if it matches with displays the answer on the page, if not they click a link to make a ticket by contacting support. When doing so they also should be given a list of orders and the option to select one that’s related to the question. I’ve contacted aheadworks twice regarding this custom but never got a response.
http://www.magentocommerce.com/extension/1131/help-desk-ultimate
Magento DataLink for Sage Line 50 $0
I’ve already purchased this, it just needs to be setup and tested. Possible he will do this work for free.
http://www.magentocommerce.com/extension/971/magento-connector-for-sage-line-50

Video $0
http://www.magentocommerce.com/extension/964/video-module-by-aheadworks

Postcode Address Auto-complete $37
http://www.magentocommerce.com/extension/941/postcode-address-auto-complete

HSBC Remote Payment Gateway Module v0.9 $45
Needs to support 3D Secure services with HSBC API. If the payment fails it should store a copy of the order as a quote on the customers account and mark it as Payment Failed or work with http://www.magentocommerce.com/extension/1151/abandoned-carts-alerts so we can follow up on the order. The customer may have spent a lot of time selecting options on the system builder products so we don’t want them to have to lose what they selected.
http://www.magentocommerce.com/extension/652/mage_hsbc-0.8/

Custom Work

Address Verification
The system needs to support the following address security system. On the order it has the billing address which is the cards registered address. Then any additional shipping addresses added via the checkout or the address book later on should add the address as

Categories: Magento, PHP Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Dj Music Member Site Needed

April 28th, 2009 Comments off

I am looking for someone that can finish the build on this site.

Here are the full site specifications.

PLEASE READ THEM ALL!

I would like the bidding candidate to provide how they plan to implement the needs of the site, so I can determine if the applicant is understanding and is capable of doing the project as specified.

PLEASE ONLY SERIOUS BIDDERS!

I need a clone website of www.mixupload.com with a number of enhancements

1) I need to have a great deal of features included in this website. It has to have a lot of style so worldwide DJ’s will be interested in uploading their dj mixes to the website.

2) I want to charge a nominal registration fee for new users, something like

Session Script

April 23rd, 2009 Comments off

I have a simple sign up system where users sign up and then they can change their personal data. I need the following implemented in that sytem:

Users can sign up and submit different account. They can submit a facebook account, Twitter account, Gmail, Yahoo mail, Hotmail as first. It should be easy for admin to add more account types. The deal is that the users type in their log in information – their username and password. When they have written their login information on my site, it is saved in the system. After that they see a list of all the accounts they have submitted. When they have added an account they can hit a button saying ‘Log into (Facebook/Twitter/Gmail etc etc)’. When they hit that button, a session is created that contains username and password (the information is extracted from the database, and put into the session), and the users are redirected to the login page of the site they want to access. When the login page opens the account name and password from the session is pasted to the login forms and the users can now hit the login button.

Admin can add new pages like this: Admin pastes the URL for the login page of the page. Then he writes the value of the login form and password form. When admin has added a new page users will see it on the drop down list when they submit a new account.

Myspace Private Profile Viewer

April 18th, 2009 Comments off

I want a site that let user view private myspace profile by typing in the myspace id of the private profile they want to view on the site. I want this program to be free but user can only view max 3 private profile in 5 days, if they want to view more then they must pay $5 to view unlimited private myspace profile, and their membership must only last a month. So basically this is how i want the site to work:

Free member get to view max 1 private myspace profile in 5 days, that mean they can only view another file after 5 days. By free members i mean that member who haven’t sign up to become a member yet.

Registered member get to view max 3 private myspace profile in 5 days. Registered users are users who have signed up on my website but haven’t pay.

Paid members get to view an unlimited number of myspace profile for a month, after a month their membership end and if they want to view unlimited myspace profile again then they must pay another $5. Paid members must first sign up for an account so the system can keep track of who has paid, they can only view unlimited myspace profile only if they have paid and login to their account. If they have an account and their membership has expired then it will go back to max 3 profile in 5 days–only if they are logged in.

I want the membership to be automatic. That mean the site will automatically downgrade the person who membership has expired at the end of the month.

I also want the ability to add and edit advertisements spot in the admin panel where i can put my adsense codes.

This is a basic of what i want in the back admin:
- advertisement edit
-site settings(site names + title and all that stuff)
- ability to view free members, registered members, and paid members(also see how many days they have left)
-ability to send mass emails to all registered members

I want a hard working person who can get this done fast and have a good idea of what kind of site i have in mind. You will also be responsible for the layout, something simple is fine.

Please give a reasonable price as i will hide the bids.

Email Submit Flow Pages

April 6th, 2009 Comments off

I need a clone of this type of concept:

http://www.giftcardsurveys.us.com/?config=5599&amp;amp;src=WC-244023aaaCD12068:195269:

The concept is for the user to answer a question, enter their email and hit submit.

Then they are taken to a page were they fill out their contact information, First Name, Last Name, Address, City, State, Zip code, Date of Birth, and gender.

example: http://www.giftcardsurveys.us.com/?config=5599&amp;amp;src=WC-244023aaaCD12068:195269:

The next page takes them to a silver offers page. Then they are required to complete a certain amount of offers.

Example:
http://www.giftcardsurveys.us.com/?config=5599&amp;amp;stage=113157&amp;amp;registration_stage=113135&amp;amp;src=WC-244023aaaCD12068:195269:&amp;amp;email=&amp;amp;country=&amp;amp;pageJump=email

Next page is a gold offers page. Then they are required to complete a certain amount of offers.

Example:
http://www.giftcardsurveys.us.com/?config=5599&amp;amp;stage=113158&amp;amp;registration_stage=113135&amp;amp;src=WC-244023aaaCD12068:195269:&amp;amp;email=&amp;amp;country=&amp;amp;pageJump=email

Next page is a platinum offers page. Then they are required to complete a certain amount of offers.

Example:
http://www.giftcardsurveys.us.com/?config=5599&amp;amp;stage=113159&amp;amp;registration_stage=113135&amp;amp;src=WC-244023aaaCD12068:195269:&amp;amp;email=&amp;amp;country=&amp;amp;pageJump=email

So basicly once they have selected the answer to the question and enter their email address, it goes to the three pages listed above for them to complete different advertiser offers for their gift. Once they go through all these pages, it will take them to a last page thanking them for their participation and they would be contacted soon once they have been credited by the advertiser.

On these pages I need a link called: Check Gift Status

This link will open a page that the user will go to and enter their email address. Then it will tell them if they have been credited yet for the advertiser offers yet or not.

FOR THE ADMIN:

I need to be able to create/edit/delete email submit flow pages.
Example: some may offer a $50 target gift card while others offer a $100 walmart gift card or something else.

I need to customize per email submit flow page how many offers are required per offer page such as 2 silver offers need to be completed, 1 gold, and 1 platinum. Also, be able to edit the text on the page and so forth.

Also, for editing the design and look of each page, id just like to be able to find the file in the file manager of my hosting and do the design myself.

I need to be able to add a tracking pixel on each email submit flow page so I can track it for when I advertise.

Also, I need all the email submit flow pages to work off of one database. This means no duplicate emails allowed.

I need to be able to download all the email addresses from the admin into a notepad file.

Also, No duplicate IP addresses are allowed to enter different email addresses. Also, they same email address can only be entered once.

These are all the features I can think of. But, it is possible their may be a few other features needed. Please only bid if you understand this concept. THanks

Java Coding

April 5th, 2009 Comments off

A model of a factory

The factory produces produces objects of type 1 and type 2 from pieces of raw material which are readily available without limit. For the projection of an object of type 1, a piece of raw material is first processed by a machine of type A, then by a machine of type B, and finally by a machine of type C. For this purpose, a piece of raw material is first placed on a robotized moving platform which transports the piece from one machine to the other and finally deposits the finished product in a storage area. The factory owns 15 moving platforms. The production of objects of type 1 is done as fast as possible, since there appears to be an unlimited demand for such objects. Here is some information about the machines and how they are accessed by the moving platforms:

* There are 3 machines of type A and the platforms with raw material wait in a single queue until one of the machines becomes available.
* There are also 3 machines of type B, but they have separate queues (one per machine), since the machines are located far away from one another within the factory. When an object has been processed by a machine of type A, one of the machines of type B will be selected randomly for the subsequent processing.
* There is a signle machines of type C, with a single waiting queue. The storage area is large and several moving platforms may access it at the same time.

The production of objects of type 2 is done on demand. The production of these objects has priority over the production of objects of type 1, since the factory makes more profit from the production of an object of type 2. The production of objects of type 2 proceeds similar as for objects of type 1, except that the object does not need to be processed by a machine of type B; the platform takes the object directly from the machine of type A to the machine of type C. The arrivals of requests for the production of an object of type 2 arrive randomly with an inter-arrival time uniformly distributed over 5

C Lemonade Stand

April 5th, 2009 Comments off

Here is what needs to be done. I have the skeleton code too which i have included right after the instructions. This program must compile in Dev C++ and it needs to be in the format in the instructions.

Objectives
1. Review use of if statements and loops.
2. Learn how to write functions given specifications.
3. Learn how to use pass by reference variables.
4. Learn how to put together a useful program given a skeleton of that program and the
functions and their specifications necessary in the implementation.

Problem: Lemonade Stand
Last summer your friend has a lemonade stand and made lots of money. You want to do the same! You have plenty of time to plan, so you thought you would be pre
pared when summer came around by writing a program to simulate your lemonade stand. The basic idea behind the simulation is as follows:

1) You will simulate 10 days of running the lemonade stand.
2) In the beginning the user gets a $20.00 loan to run the lemonade stand.
3) Before each day, the user gets an opportunity to buy bags of lemons and sugar.
4) At the beginning of each day the user receive a weather report.
5) Based on that, the user is asked to price a cup of lemonade for that day.
6) Then, the days sales are simulated. (Part of this is written for you.)
7) Afterwards, the user is prompted with a status report of how much money they have left and how many bags of lemons and sugar they have left.

What you have to do
A skeleton of the solution for this assignment is posted on WebCourses and the course web page. Please use this skeleton. You must fill in the seven functions that are left for you to fill in, as well as write the remainder of main so the program works as described above. After you write each function, you should test it before moving on. How to do this will be covered in class. Then, write your main, calling the necessary functions from it to achieve the desired functionality. main can work without declaring any new variables than the ones already declared. But, you may declare new ones if you wish.

Perhaps the biggest problem you will have will be not knowing when to make function calls. The goal of having these functions is to make the coding process more manageable. In particular, it is possible that a function might “do” something complicated, but that just really means that function makes calls to other functions that carry out a majority of that work already. In essence, if you write a function A to do a task, then don’t write out the code that also does that task in another function B. Instead call the function A from the body of function B.

References
Textbook: Chapters 9, 10, 11 Notes: Lectures 13, 14, 15, 17

Output Sample
Two full output samples of the program running will be provided on Webcourses and the course web page in the files lemonade.out and lemonade2.out.

Deliverables
You must submit your solution to the problem, lemonade.c, over WebCourses.

Restrictions
Although you may use other compilers, your program must compile and run using DevC++. Please use DevC++ to develop your program. Your program should include a header comment with the following information: your name, course number, section number, assignment title, and date. Also, make sure you include ample comments throughout your code describing the major steps in solving the problem.

Grading Details
Your program will be graded upon the following criteria:

1) Your correctness
2) Your programming style and use of white space. (Even if you have a plan and your program works perfectly, if your programming style is poor or your use of white space is poor you could get 10% or 15% deducted from your grade.)
3) Compatibility to DevC++. (If your program does not compile in this environment, you will get a sizable deduction from your grade, likely to be over 50%)

The code Skeleton:

#include &amp;amp;lt;stdio.h&amp;amp;gt;
#include &amp;amp;lt;stdlib.h&amp;amp;gt;
#include &amp;amp;lt;time.h&amp;amp;gt;

// Symbolic constants to be used.

// Prices of bags of sugar and lemon, respectively.
#define PRICE_LEMON 3.50
#define PRICE_SUGAR 2.00

// Fraction of a bag of lemons and sugar used on a single cup of lemonade.
#define LEMON_PER_CUP 0.03
#define SUGAR_PER_CUP 0.04

// The initial loan the user is given to start their lemonade stand.
#define START_MONEY 20.00

// Using symbolic constants for true and false.
#define FALSE 0
#define TRUE 1

void buy_lemons(double *pLemons, double *pMoney);
void buy_sugar(double *pSugar, double *pMoney);
int weather();
int num_cups_sold(int weather, int cost);
void status_report(double cash, double num_lemons, double num_sugar, int day);
int max_sell(double num_lemons, double num_sugar);
int get_cost();
void sell_cups(double *pMoney, double *pLemons, double *pSugar);
void end_message(double money);

int main() {

int num_day, ans;
double money = START_MONEY, num_lemons = 0, num_sugar = 0;

srand(time(0));

printf(“Welcome to the Game of Lemonade!nn”);
printf(“You start the game with $%.2lf and no supplies!n”, START_MONEY);

// Loop through each day. Ask the user if they want to buy lemons. If so,
// carry out the transaction. Then ask them if they want to buy sugar.
// If so, do this transaction as well. Then, let them sell lemonade for
// the day. Finally, print a status report after they’ve sold lemonade
// at the end of the day.
for (num_day = 1; num_day &amp;amp;lt;= 10; num_day++) {

}

// Print out whether or not they have lost money, broke even or gained
// money.

return 0;
}

// Pre-conditions: pLemons and pMoney are pointers to variables that store
// the user’s number of bags of lemons left and amount of
// money left.
// Post-condition: The user is given the opportunity to buy lemons. If
// successful, the number of bags of lemons and the amount
// of money the user has are adjusted accordingly.
//
// What to do in this function: If the user doesn’t have enough money to
// even buy one bag of lemons, tell them so and return. Otherwise, ask
// the user how many bags of lemons they want to buy. If they answer less
// than one, tell them they must get more and reprompt them. If they
// answer more than they can buy, tell them they don’t have that much
// money and reprompt them. Continue prompting them until they answer with
// a valid value. Then process the transaction.

void buy_lemons(double *pLemons, double *pMoney) {

}

// Pre-conditions: pSugar and pMoney are pointers to variables that store
// the user’s number of bags of lemons left and amount of
// money left.
// Post-condition: The user is given the opportunity to buy sugar. If
// successful, the number of bags of sugar and the amount
// of money the user has are adjusted accordingly.
//
// What to do in this function: If the user doesn’t have enough money to
// even buy one bag of sugar, tell them so and return. Otherwise, ask
// the user how many bags of sugar they want to buy. If they answer less
// than one, tell them they must get more and reprompt them. If they
// answer more than they can buy, tell them they don’t have that much
// money and reprompt them. Continue prompting them until they answer with
// a valid value. Then process the transaction.

void buy_sugar(double *pSugar, double *pMoney) {

}

// Pre-condition: None
// Post-condition: The weather report for the day is printed and the
// corresponding weather status in between 1 and 5,
// inclusive, is returned.
int weather() {

// Get the weather status value.
int retval = rand()%5 + 1;

printf(“nHere is today’s weather forecast:n”);

// Print out the appropriate forecast for that status.n”);
if (retval == 1)
printf(“It is cloudy with a high chance of rain.n”);
else if (retval == 2)
printf(“It is partly cloudy and windy.n”);
else if (retval == 3)
printf(“It is partly sunny with low humidity.n”);
else if (retval == 4)
printf(“It is warm and sunny with medium winds.n”);
else
printf(“It’s a perfect beach day. Sunny and hot!n”);

return retval; // Return this status value.
}

// Pre-condition: weather is an integer in between 1 and 5, inclusive,
// standing for the weather status for the day. cost is
// the cost of a cup of lemonade in cents for that day.
// Post-condition: The number of cups of lemonade for that day is returned.
int num_cups_sold(int weather, int cost) {

int optimal_price, max_cups;
double max_income;

// Calculate a maximum revenue for the day.
max_income = 5 + 3*weather;
optimal_price = 15 + 5*weather;
max_income = max_income – fabs(optimal_price – cost)/1.5;

// If it’s lower than 5 dollars, reset it to 5 dollars.
if (max_income &amp;amp;lt; 5)
max_income = 5;

// From this, determine the maximum number of cups that could be sold.
max_cups = (int)(max_income/((double)cost/100));

// Return a random number from 0 to this maximum.
return rand()%(max_cups+1);

}

// Pre-condition: cash is the amount of cash the user has, num_lemons is
// the number of bags of lemons the user has left, num_sugar
// is the number of bags of sugar the user has left, and day
// is which day of the game just finished.
// Post-condition: A status report with the four values passed in is nicely
// displayed for the user.
//
// What to do with this function: This is fairly self-explanatory from the
// pre and post conditions. Look to the sample given in the assignment for
// the format.
void status_report(double cash, double num_lemons, double num_sugar, int day) {

}

// Pre-condition: pMoney, pLemons and pSugar are pointers to the variables
// storing the user’s amount of cash, number of bags of
// lemons and number of bags of sugar.
// Post-condition: A day’s transactions will take place and the amount of
// money, the number of bags of lemons and sugar will be
// adjusted accordingly.
//
// What to do with this function: First prompt the user with the weather
// report. Then, ask the user for how much they want to sell a cup of
// lemonade. Determine the number of cups that actually get sold for the
// day by determining how many cups the user COULD sell based on the
// availability of supplies and how many cups they COULD sell based on the
// weather. Print out how many cups of lemonade they ended up selling.
// Then adjust the amount of money they have, as well as the number of bags
// of lemons and sugar.

void sell_cups(double *pMoney, double *pLemons, double *pSugar) {

}

// Pre-condition: num_lemons is the number of bags of lemons the user has,
// and num_sugar is the number of bags of sugar they have.
// Post-condition: The function returns the maximum number of cups of
// lemonade the user can sell based on available supplies.
//
// What to do with this function: Calculate how many full cups of lemonade
// you can supply with sugar. Do the same calculation for lemons. Then,
// return the smaller of these two values.

int max_sell(double num_lemons, double num_sugar) {

}

// Pre-condition: None.
// Post-condition: Returns the number of cents the user will sell a cup of
// lemonade for, for that day.
//
// What to do with this function: Prompt the user to enter how much they
// want to charge for a cup of lemonade. If they don’t enter a positive
// integer, reprompt them until they do. Then return this value.

int get_cost() {

}

// Pre-condition: money is the amount of money the user has left at the end
// of the 10 days of running their Lemonade Stand.
// Post-condition: The user’s overall loss or profit is printed out.

// What to do with this function: See if what they have left is less than
// what they started with. If so, print out how much the lost. If it’s equal
// just print out a message saying that they broke even. Otherwise, print
// out how much profit they made!

void end_message(double money) {

}

Categories: C/C++ Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Lemonade Stand

April 3rd, 2009 Comments off

Here is what needs to be done. I have the skeleton code too which i have included right after the instructions. This program must compile in Dev C++ and it needs to be in the format in the instructions.

Objectives
1. Review use of if statements and loops.
2. Learn how to write functions given specifications.
3. Learn how to use pass by reference variables.
4. Learn how to put together a useful program given a skeleton of that program and the
functions and their specifications necessary in the implementation.

Problem: Lemonade Stand
Last summer your friend has a lemonade stand and made lots of money. You want to do the same! You have plenty of time to plan, so you thought you would be pre
pared when summer came around by writing a program to simulate your lemonade stand. The basic idea behind the simulation is as follows:

1) You will simulate 10 days of running the lemonade stand.
2) In the beginning the user gets a $20.00 loan to run the lemonade stand.
3) Before each day, the user gets an opportunity to buy bags of lemons and sugar.
4) At the beginning of each day the user receive a weather report.
5) Based on that, the user is asked to price a cup of lemonade for that day.
6) Then, the days sales are simulated. (Part of this is written for you.)
7) Afterwards, the user is prompted with a status report of how much money they have left and how many bags of lemons and sugar they have left.

What you have to do
A skeleton of the solution for this assignment is posted on WebCourses and the course web page. Please use this skeleton. You must fill in the seven functions that are left for you to fill in, as well as write the remainder of main so the program works as described above. After you write each function, you should test it before moving on. How to do this will be covered in class. Then, write your main, calling the necessary functions from it to achieve the desired functionality. main can work without declaring any new variables than the ones already declared. But, you may declare new ones if you wish.

Perhaps the biggest problem you will have will be not knowing when to make function calls. The goal of having these functions is to make the coding process more manageable. In particular, it is possible that a function might “do” something complicated, but that just really means that function makes calls to other functions that carry out a majority of that work already. In essence, if you write a function A to do a task, then don’t write out the code that also does that task in another function B. Instead call the function A from the body of function B.

References
Textbook: Chapters 9, 10, 11 Notes: Lectures 13, 14, 15, 17

Output Sample
Two full output samples of the program running will be provided on Webcourses and the course web page in the files lemonade.out and lemonade2.out.

Deliverables
You must submit your solution to the problem, lemonade.c, over WebCourses.

Restrictions
Although you may use other compilers, your program must compile and run using DevC++. Please use DevC++ to develop your program. Your program should include a header comment with the following information: your name, course number, section number, assignment title, and date. Also, make sure you include ample comments throughout your code describing the major steps in solving the problem.

Grading Details
Your program will be graded upon the following criteria:

1) Your correctness
2) Your programming style and use of white space. (Even if you have a plan and your program works perfectly, if your programming style is poor or your use of white space is poor you could get 10% or 15% deducted from your grade.)
3) Compatibility to DevC++. (If your program does not compile in this environment, you will get a sizable deduction from your grade, likely to be over 50%)

The code Skeleton:

#include &lt;stdio.h&gt;
#include &lt;stdlib.h&gt;
#include &lt;time.h&gt;

// Symbolic constants to be used.

// Prices of bags of sugar and lemon, respectively.
#define PRICE_LEMON 3.50
#define PRICE_SUGAR 2.00

// Fraction of a bag of lemons and sugar used on a single cup of lemonade.
#define LEMON_PER_CUP 0.03
#define SUGAR_PER_CUP 0.04

// The initial loan the user is given to start their lemonade stand.
#define START_MONEY 20.00

// Using symbolic constants for true and false.
#define FALSE 0
#define TRUE 1

void buy_lemons(double *pLemons, double *pMoney);
void buy_sugar(double *pSugar, double *pMoney);
int weather();
int num_cups_sold(int weather, int cost);
void status_report(double cash, double num_lemons, double num_sugar, int day);
int max_sell(double num_lemons, double num_sugar);
int get_cost();
void sell_cups(double *pMoney, double *pLemons, double *pSugar);
void end_message(double money);

int main() {

int num_day, ans;
double money = START_MONEY, num_lemons = 0, num_sugar = 0;

srand(time(0));

printf(“Welcome to the Game of Lemonade!nn”);
printf(“You start the game with $%.2lf and no supplies!n”, START_MONEY);

// Loop through each day. Ask the user if they want to buy lemons. If so,
// carry out the transaction. Then ask them if they want to buy sugar.
// If so, do this transaction as well. Then, let them sell lemonade for
// the day. Finally, print a status report after they’ve sold lemonade
// at the end of the day.
for (num_day = 1; num_day &lt;= 10; num_day++) {

}

// Print out whether or not they have lost money, broke even or gained
// money.

return 0;
}

// Pre-conditions: pLemons and pMoney are pointers to variables that store
// the user’s number of bags of lemons left and amount of
// money left.
// Post-condition: The user is given the opportunity to buy lemons. If
// successful, the number of bags of lemons and the amount
// of money the user has are adjusted accordingly.
//
// What to do in this function: If the user doesn’t have enough money to
// even buy one bag of lemons, tell them so and return. Otherwise, ask
// the user how many bags of lemons they want to buy. If they answer less
// than one, tell them they must get more and reprompt them. If they
// answer more than they can buy, tell them they don’t have that much
// money and reprompt them. Continue prompting them until they answer with
// a valid value. Then process the transaction.

void buy_lemons(double *pLemons, double *pMoney) {

}

// Pre-conditions: pSugar and pMoney are pointers to variables that store
// the user’s number of bags of lemons left and amount of
// money left.
// Post-condition: The user is given the opportunity to buy sugar. If
// successful, the number of bags of sugar and the amount
// of money the user has are adjusted accordingly.
//
// What to do in this function: If the user doesn’t have enough money to
// even buy one bag of sugar, tell them so and return. Otherwise, ask
// the user how many bags of sugar they want to buy. If they answer less
// than one, tell them they must get more and reprompt them. If they
// answer more than they can buy, tell them they don’t have that much
// money and reprompt them. Continue prompting them until they answer with
// a valid value. Then process the transaction.

void buy_sugar(double *pSugar, double *pMoney) {

}

// Pre-condition: None
// Post-condition: The weather report for the day is printed and the
// corresponding weather status in between 1 and 5,
// inclusive, is returned.
int weather() {

// Get the weather status value.
int retval = rand()%5 + 1;

printf(“nHere is today’s weather forecast:n”);

// Print out the appropriate forecast for that status.n”);
if (retval == 1)
printf(“It is cloudy with a high chance of rain.n”);
else if (retval == 2)
printf(“It is partly cloudy and windy.n”);
else if (retval == 3)
printf(“It is partly sunny with low humidity.n”);
else if (retval == 4)
printf(“It is warm and sunny with medium winds.n”);
else
printf(“It’s a perfect beach day. Sunny and hot!n”);

return retval; // Return this status value.
}

// Pre-condition: weather is an integer in between 1 and 5, inclusive,
// standing for the weather status for the day. cost is
// the cost of a cup of lemonade in cents for that day.
// Post-condition: The number of cups of lemonade for that day is returned.
int num_cups_sold(int weather, int cost) {

int optimal_price, max_cups;
double max_income;

// Calculate a maximum revenue for the day.
max_income = 5 + 3*weather;
optimal_price = 15 + 5*weather;
max_income = max_income – fabs(optimal_price – cost)/1.5;

// If it’s lower than 5 dollars, reset it to 5 dollars.
if (max_income &lt; 5)
max_income = 5;

// From this, determine the maximum number of cups that could be sold.
max_cups = (int)(max_income/((double)cost/100));

// Return a random number from 0 to this maximum.
return rand()%(max_cups+1);

}

// Pre-condition: cash is the amount of cash the user has, num_lemons is
// the number of bags of lemons the user has left, num_sugar
// is the number of bags of sugar the user has left, and day
// is which day of the game just finished.
// Post-condition: A status report with the four values passed in is nicely
// displayed for the user.
//
// What to do with this function: This is fairly self-explanatory from the
// pre and post conditions. Look to the sample given in the assignment for
// the format.
void status_report(double cash, double num_lemons, double num_sugar, int day) {

}

// Pre-condition: pMoney, pLemons and pSugar are pointers to the variables
// storing the user’s amount of cash, number of bags of
// lemons and number of bags of sugar.
// Post-condition: A day’s transactions will take place and the amount of
// money, the number of bags of lemons and sugar will be
// adjusted accordingly.
//
// What to do with this function: First prompt the user with the weather
// report. Then, ask the user for how much they want to sell a cup of
// lemonade. Determine the number of cups that actually get sold for the
// day by determining how many cups the user COULD sell based on the
// availability of supplies and how many cups they COULD sell based on the
// weather. Print out how many cups of lemonade they ended up selling.
// Then adjust the amount of money they have, as well as the number of bags
// of lemons and sugar.

void sell_cups(double *pMoney, double *pLemons, double *pSugar) {

}

// Pre-condition: num_lemons is the number of bags of lemons the user has,
// and num_sugar is the number of bags of sugar they have.
// Post-condition: The function returns the maximum number of cups of
// lemonade the user can sell based on available supplies.
//
// What to do with this function: Calculate how many full cups of lemonade
// you can supply with sugar. Do the same calculation for lemons. Then,
// return the smaller of these two values.

int max_sell(double num_lemons, double num_sugar) {

}

// Pre-condition: None.
// Post-condition: Returns the number of cents the user will sell a cup of
// lemonade for, for that day.
//
// What to do with this function: Prompt the user to enter how much they
// want to charge for a cup of lemonade. If they don’t enter a positive
// integer, reprompt them until they do. Then return this value.

int get_cost() {

}

// Pre-condition: money is the amount of money the user has left at the end
// of the 10 days of running their Lemonade Stand.
// Post-condition: The user’s overall loss or profit is printed out.

// What to do with this function: See if what they have left is less than
// what they started with. If so, print out how much the lost. If it’s equal
// just print out a message saying that they broke even. Otherwise, print
// out how much profit they made!

void end_message(double money) {

}

Categories: C/C++ Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Important Database Job

March 20th, 2009 No comments

Overview of Database Job

Note: Both websites are completely designed and ready to have the database built. Both of these websites below will work off of the same username/password, so once they sign up and pay for the membership through the first website, then they’ll be able to use that username/password from the 1st site to access the 2nd site as well.

1st Website
Database functions needed:

1. Registration page
- This page will need to ask for all of their personal information (name, address, company, city, state zip, type of membership they’re wanting to sign up for (1 year, 3 year, 5 year, lifetime)

Aos – Enrollment Wp Plugin

March 19th, 2009 No comments

Overview
————————————————–

The Artz on Show Website will be built on the latest WordPress Platform, We will require a custom built plugin that is basically a course/event enrollment form with real time credit card processing using DPS. The plugin will need its own interface that is clear and very easy to use/manage.

The Plugin needs to work with the wordpress user database, So that only members can enrol. Users can also register them selves on a page. We need the option so that the users can register and not have to confirm their registration. So that they can register and enrol with out having to have to leave the site. How ever we would like the option to make it so that users will have to confirm as well. Just incase we get alot of spam accounts.

The application will run pretty much exactly like the current one just with a few more features.

You can view the current application they have here.
http://artzonshow.co.nz/upcoming_events/

Admin Back End

Location &amp; Events
————————————————–

The backend interface will require options to add / edit / copy &amp; delete events for individual locations (Auckland CBD / Botany Downs / North Shore / Hamilton etc. ) which will also need access to add / edit &amp; delete.

These events will need editable sections such as
– Event Name
– Event Date ( Start date till End Date )
– Event Location
– Google Maps display
– Event Thumbnail
– Event Description
– Amount of spaces available for different age groups
Similar Events ( a list of previous events which you can select from the archive)

Past Events
————————————————–

Once the Event has been, The event needs to be archived and then displayed on a new page. Once this has happened, There needs to be the option to write reviews and upload photos from the event. This will all display on a page called

Phpfox Modification/plugin Dev

March 17th, 2009 No comments

Attention: This is for an adult online dating website!! Although there is no members or adult material on the site, i must let you know first.

I want a program developed and integrated into my site that will allow my members to earn points by:

#1. logging into the site every 2 hours

#2. Inviting people that join and sign up by the invite e-mail or invite link.

The points are really cash, my website cash. What can they do with this cash as it accumulates? well, since I’m developing an adult site:

They have to first build up enough cash to purchase a “status” on my website. The status is:

#1. Dominatrix- $1,000,000

#2. Madame – $2,500,000,000

#3. Pimp -$ 5,000,000,000

#4. cheating house wife – $6,000

and etc.

When they purchase these status, the icon which is a image of these characters are placed in their profile under their pic. I have an artist on top of this already. Now, once they purchased a status, they can now purchase any member on the site. All members cost $500. Every time a member is purchased by someone, their value raise by 10%. So, if I purchase you at $500, you are no longer worth $500, you value just raised by 10% and if someone buy you from me, I receive my money back($500) plus 10% interests($550). That person that bought you from me, has now paid $550 for you because remember your value rose when I bought you. Your value increased by 10% again because now you have a second buyer. There are 2 status that will be slightly different:

The pimp and the Madame- since these 2 are about making money from others, when they buy you, they will make $500 a day from you. So say for example, you’re a female and I’m a pimp and I bought you. Each day you log in my site you get $2,000 cash, but since i own you until someone buy you from me, i will receive $500 each day until all your money is gone. Once your money is gone, your money can now become -$500 each day will become more negative in debit until you log in and make cash by logging in or someone buys you. If someone buys you, they have to pay your Value and they have to pay your debit owed too me…lol

Users have the option to turn this off and not participate. I want the options to set the cash value on everything and the percentage and make the status or delete status they can buy.

-Any member can set themselves free if they dont want to be owned by the person who bought them.

- also, when you go to the page to see who you own and how much you paid for them how much money you have and how much you made when someone bought a person from you and etc.

-also, if someone buys you, or bought someone from you or any activity of the sort, an icon letting you know and update has taken lace and you click on “cash” to go to the page and find out.

This is a brief description and i think its actually everything i need. Please give estimate.

Any additional questions please ask me, I’m looking for someone very skilled so that i can build a relationship and bring you more projects in the future.

Add-on For Magento

March 16th, 2009 No comments

Please read everything before writing or asking!!!
This is a code that makes the admin of a Magento shop able to connect a bunch of sellers to his shop and check how much they refere to his shop. He can check how much they have referred and how much they have on their account. The deal is that you can sign up for a seller yourself and they when you refere someone to the shop, they get x% of the total sale. When they have reached xx,- admin will transfer the money himself to their bank account.
This is an addon to a magento shop, but only the bonuscode script needs to be integrated in the shop.
Here is how it works: When each seller signs up on the site, he gets a bonus code. That bonus code gives some %’s to the user who types it in when he makes a purchase, and it also gives some %’s to the seller. That way the user who uses it gets some discount and the seller gets some money on his account.

Step by step:
A seller goes to the shop and clicks ‘sign up as seller’. Then he types in his name, bank information (admin needs this when he wants to transfer money, but its just some form data), and some more information. He clicks ‘signup’. Admin now gets an e-mail saying: ‘a seller has signed up’. Then there is a link to a list where all sellers are listed. On that list admin can see the ballance of each sellers account. In the top of that list, all the sellers admin did not accept are. Admin choses how much discount the users this seller is reffering should get (its a drop down menu sayin: 1/2/3/4/5/6/7/8/9/10). Then he selects how many %’s the seller should get (its a drop down menu sayin: 1/2/3/4/5/6/7/8/9/10). Admin clicks ‘accept seller’. Now a mail is sent to the seller who signed up. In that mail there is a randomly generated bonus code that the seller will give to the users he is referring. Also there is a randomy generated login/username to a site where he can check his balance on his account. Now the seller will give this bonus code to users, and in the checkout process they will write the bonus code to get discount. when that code is used the seller who referred will get the %’s on his account and the seller/admin can follow the balance.

The seller will get %’s of the amount AFTER the user gets his discount. So if a user makes a purchase of 100$ and gets 5% discount, the seller will get his %’s from 95%.

As I said. The list with the accounts and the sellers own account does not have to be on the shop.

What needs to be on the shop is: a link saying ‘signup as a seller’ and the sign in forms for the seller to fill out. Also the bonuscode should be in the checkout process.

And remember. This is all for a magento shop.

Bear