Archive

Posts Tagged ‘there are’

Store Form Data Into Table

November 15th, 2009 Comments off

I have a large database in which I have a small problem. Hereby attached that database for only the part thats interesting for this.

There are records in the table Exams_2009 which has a lot of numbers in them. On a specific form (also called Exames_2009) all these numbers are displayed and there are fields that sum specific columns and rows and display the total. Now the problem comes, they aren’t stored in the table but can only be seen on the form. The question is: how to sum the totals like is done now but also store them in the field of the record. There are over 50 of these sums in the form and the real database has over 10 of these forms…

I only need to have explained how to solve this issue, not the real database changes, Hopefully it can be done in an efficient way because it needs to be changed 10 forms x 50 times. Off course it would be nice if I get an example of how to change it in attached example database.

Grab Some Web Data To Xls/csv

October 29th, 2009 Comments off

There is a partial listing of Ohio CPAs (accountants) located at http://www.ohiocpafirms.com/index.html

In the left column are a list of 10 cities (1 is listed twice because there are two lists. There are a total of less than 100 listings. Each has at least one office, some have several (I guess that there are around 200 entries, total). Most have emails addresses.

The job is to go into each listing, also clicking to each site, to copy/paste the following information into a spreadsheet:
Firm name
Street address
City
State (usually OH, but not always; some have offices in other states)
Phone#
Fax#
Email address
Web site URL

Not all entries have every field, of course.

This is an easy job for someone fast. I have a perfect 10 rating out of 50 jobs, communicate well, pay promptly, and always give back a 10 rating. FYI, I have many jobs like this.

Locate Affiliate Websites

October 6th, 2009 Comments off

Hi!

We are looking for someone to gather us a list of qualified affiliates and websites to promote our products online… OR a way to simply contact as many of these type of websites as possible to offer our product.

http://www.theantihangover.com/

there are 56,763 college blogs…
there are 5,706

Joomla Module And Design Work

September 5th, 2009 Comments off

Joomla project only serious bidders. I need a team that very dependable and produces great looking work. I need a design overhaul. Contact me and I will send you a link to the site you can read through the description below and look through the site and then bid.I will only except a team that is willing to rewrite what they are going to do ask any questions they may have about the scope and tell me a final due date along with mile stones that you plan to hold to. Please don’t bid unless you have read and your willing to rewrite the scope. It seems like ever time I pick someone for a project they didn’t even read the description when they bid. I need phone communication. I need weekly progress reports along with visible progress.

I have a joomla website that I need cleaned up and made ready for public use. the main functionality is there but there are alot of little bugs.

-the google maps are dynamically created but with a search bar. I need the google map to have a box to type in an address to get directions to the location I have seen it else where on other joomla site and on the google api page

-there are city pages that display the information for the city in a list that is dynamically created with items for that city was created. I would like those items such as restuarants and such to be added to a google map dynamically like http://tech.reumer.net/Google-Maps/Demo-Google-Maps/KML-Sidebar.html after aproval.

-there are review pages that are very ugly and not well organized I need the design cleaned up and I want vistors to be able to distinguish from reviews that I add or someone that works for me and reviews sent by other users.

- there are four other sections that need to be cleaned up their typography, layout and overall design overhaul.

- Lastly out side of design work and finishing custom modules I need the urls to be sef I need the site to flow together with important meta data and a site map. Just on site.

Design Clean Up And Onsite Seo

September 2nd, 2009 Comments off

Joomla project only serious bidders. I need a team that very dependable and produces great looking work. I need a design overhaul. Contact me and I will send you a link to the site you can read through the description below and look through the site and then bid.I will only except a team that is willing to rewrite what they are going to do ask any questions they may have about the scope and tell me a final due date along with mile stones that you plan to hold to. Please don’t bid unless you have read and your willing to rewrite the scope. It seems like ever time I pick someone for a project they didn’t even read the description when they bid. I need phone communication. I need weekly progress reports along with visible progress.

I have a joomla website that I need cleaned up and made ready for public use. the main functionality is there but there are alot of little bugs.

-the google maps are dynamically created but with a search bar. I need the google map to have a box to type in an address to get directions to the location I have seen it else where on other joomla site and on the google api page

-there are city pages that display the information for the city in a list that is dynamically created with items for that city was created. I would like those items such as restuarants and such to be added to a google map dynamically like http://tech.reumer.net/Google-Maps/Demo-Google-Maps/KML-Sidebar.html after aproval.

-there are review pages that are very ugly and not well organized I need the design cleaned up and I want vistors to be able to distinguish from reviews that I add or someone that works for me and reviews sent by other users.

- there are four other sections that need to be cleaned up their typography, layout and overall design overhaul.

- Lastly out side of design work and finishing custom modules I need the urls to be sef I need the site to flow together with important meta data and a site map. Just on site.

Repair And Cleanup

August 31st, 2009 Comments off

I need some help cleaning up the code and fixing errors for my website.
The original person who helped me design this site left a lot of security problems and hackable holes.
One example is the admin login and password is saved in an accessible and readable file on the server instead of in the database. The database connect file always keeps changing (i.e something is writing to it and changing it)

Originally it worked without any noticeable problems until my HOST upgraded their systems and messed up the database.
Sine the upgrade, there have been numerous errors popping up. Many I have managed to clean up myself, But there are still a few errors going on.
The main error was compatibility with PHP 4 and 5. Parts that worked under PHP 4 did not function under PHP 5 and visa versa.

Currently, the noticeable errors are as follows:
1. There is a section where I was able to submit photos. Now, it says it submitted the photo but when I go to the front end to see it, it isn’t there, it isn’t in the database and it isn’t on the server.

2. I have a scrolling test section in admin that will not submit the text I type. If I write it in the database manually, it works. But through the admin panel it doesn’t. I have looked at and cleaned up the code 1000 times. It should work, yet it doesn’t.

3. I have a diary system where I write in the day’s events and save it in the database. At the front end users are supposed to be able to see the diary entries, in order of date (the event), at the moment is displays in the order of date submitted.

4. Admin is hackable by the original developer. (the username and password being saved as a txt file) It needs to be properly secured.

5. There are a lot of backup files, unused files, and dead weight. These need to be removed.

6. I have moved to a new host. In the move it was very difficult to set up the website again. I would like it to be easily installable in case I need to move in the distant future.

7. The general code is very messy, there are too many code repeats, and just too many files that make it a drain on my account. I would like it to be cleaned up, simplified, and easy for me to make modifications.

8. There are two admin panels. I would like the two integrated into one single user friendly panel.

9. For security purposes, I would like to be able to see who logged in, from what IP and when. This includes any and all admin.

I don’t have a large budget for this so please bid appropriately. However, I do have plenty of reviews from previous projects and will have future business for the programmer chosen.

Also, the site is up and fully operational at http://tiptop.bytehost11.com
ready for fixing.

Thank you.

Michael

Php Expert For Auction Site

August 18th, 2009 Comments off

I need someone who is a PHP expert, and who is also familiar with the swoopo clone scripts. I have a complete script but there are enhancements I would like to have programmed. My previous programmer was let go because of lack of communication and lack of understanding these requests. So, Good communication, and understanding of the tasks, is most important to me.

One of the things that I really want to make sure works right is the affiliate program. My options are to use a third part affiliate software like Post Affiliate Pro (I’d like your opinion on that) or to use the affiliate program built in already. Basically everyone who registers already gets an affiliate URL. Then when someone signs up with that URL, the first user gets credited. That part works. Here are the features I would like to have for the affiliate program:

1. Clean up the existing affiliate program as follows:

a. Affiliates are paid cash rewards once per month, via paypal, on the 15th of the month for payments received the previous month. i.e. Aug 15 I will pay for all earned up to July 31st.

c. There should be a report I can generate showing all earned affiliate commission, list by user, and showing the amount of commission earned to date, amount paid out so far, last payment date, and amount still to be paid. There is an existing report, but it needs to be modified. Then there should be a button next to the user that I click to take me to a payment page where I can copy the paypal transaction ID and submit so the system will show the user that their commission has been paid. I’m open to suggestions on how exactly this should work.

d. I will only pay if commission is above a certain threshold, i.e. $50, so any amounts less than $50 will carry over to the next month.

e. On the user account side, they should be able to see for each affiliate signup, whether it has been paid, and if so, when it was paid along with paypal transaction ID. They should also be able to see the cumulative amount earned, cumulative amount paid and oustanding amount.

f. If a user has an affiliate who buys bids, then wants a refund, the refund should trigger the system to take away the commission from the referred user. My thought on this is to give users 7 days from purchasing bids to request a refund of unused bids. That way if a user buys bids on July 31st, they cannot ask for refund until after Aug 8 in order to prevent their affiliate from getting a commission for bids that were refunded. Still trying to decide how best to handle this, I’m open for any suggestions on how best to handle this.

2. I also want to see the Auction type and Auction duration be made more consistent with each other. Basically, I think there should be 5 types of auctions, a default (1 penny), a 2 penny, a 4 penny, a 6 penny and 10 penny auction. There should also be options for each auction for the time increment. They should also have an option like: Nailbiter (where the auto bidder is not allowed). These options are built in, but just not in the way they should be logically managed.

3. I would also like the ability to change an auction while it is in progress. Right now you can edit the auction, but it resets everything, which it shouldn’t do. I only want to be able to do certain things, i.e. change the end time, or change the list of bidding users during the auction. Also, I would like to implement a “closed bid” feature like on swoopo (activated before or during the auction), so that once the reserve is met I can make the auction closed so no new bidders can join in the auction. This will keep an auction from going on forever, and allow the bidders who have already bid, to have a better chance at winning. There should also ber an option I can trigger after an auction has begun, to make it so the timer will reset to no more than a certain time, i.e. 20 seconds, or 2 mins. This is so that if several bidders place auto bids, and the timer could theoretically go to 30 mins… I don’t want it to go beyond a certain time.

4. I want the ability to use the reserve price such that if the reserve is not met by the time the auction ends, then all paid bids will be refunded/returned to the users. There is a reserve price field already. I want the bids refunded immediately and a message sent to the user stating they received a refund and to invite their friends so we will have more bidders next time.

5. I want the timer to show the words “going, going, gone for the last 3 seconds instead of the actual time. So, when the timer should be at 3 seconds left it should display “Going…” then when the timer is at 2 seconds it should show “…Going” then when the auction has ended, the timer should show “GONE!” and maybe a sound file to play “Biddango!” when someone wins an auction.

6. I also need help with incorporating a new design into the scripts. I’m having the design made, and will have it in html / css format, but I’ll need your help with integrating it into the site.

7. There are numerous misspellings throughout all the files, I would like that to all be cleaned up. There are also several little things that need to be fixed such as adding an option for “ALL” to several drop down boxes in the admin section, and also wherever there is a drop down box for the country, make the default show as “United States”. I want the reports to be more efficient, i.e. there should not be so many levels to drill down and there should be more than 10 results on a page. I will want to change some of the fields that are shown on some of the reports. On the products page, there is no option for the admin to view what the product will look like during the auction, it needs a preview feature.

8. I need better reporting and tracking of users when they win an auction. There needs to be a better process (or flow) in place to track a user from the time they win, til they pay, and then when the item is shipped.

9. I want to show the info for placed bids and everything else like swoopo does so the users can see how much was spent on an auction. This is for after an auction ends.

10. I need someone who can reliably and responsibly go in and test everything.

In your bid, please confirm you have read and understood all of my requests.

Thank you for taking the time to read all the project details. I look forward to finding a professional who can help me get this site ready to go live.

Travel Website – Bookings

August 12th, 2009 Comments off

require a fantastic website to allow customers to make complete bookings online.

The customers will need to be able to view live availability and select their accommodation and book. Similar to wotif.com but for one specific holiday destination.

The customers will need to be able to book and pay by Paypal or Credit Card (we have an online merchant facility with a bank and it is currently already working on another one of my websites which I personally designed.

In addition to the customers being able to access the website, I wish to capture their details (email at least) by offering a free PDF Holiday destination guide. I need someone who is capable at putting together a landing page and squeeze page with high conversaion rates.

All the customer’s details will need to be taken and saved for every booking – the details will be used for re-marketing. So the website must work in conjunction with a CRM system.

Another simple part of this project requires that we log which site the customer came from before entering the website.

The booking system must have the rates built in, and be able to recognise special deals for each hotel – For example, if a hotel is offering 7 Nights at the price of 5, then this must be offered to the customer when the prices come up.

In addition to booking the hotel, the customer will need to be able to book tours as well as travel insurance (our insurance provider has an online booking site). The customer will also be offered $100 off the total price of their flights, and we will need to be able to book this for them as part of the package they are booking on ther website (there are 3 airlines we work with, they all have websites which show availability and prices).

The prices must be shown in a currency of the customer’s choice, though we will set the default currency.

Whilst the prices are set according to the contracts with the hotels, the hotel managers need to be able to log into the website and provide a further discount if they like. The prices will be shown for a full year ahead, however in the last 3 months there are often “last minute specials”, and we will need to factor these in according to the hotel managers request. For example: Reduce rooms to $100 per night if there are still more than 3 available within a month of now. Hotel Managers should also be able to increase allotment (the number of rooms they are giving us to sell) however, they should not be able to reduce it.

If allotment is not available, the booking can still come through, but the Credit Card should not be charged till we can confirm if there are any rooms available for them.

Travel Agents will also need an “Agents log-in” so that they can make bookings. They will be provided a reduced rate which accounts for their commission.

In some cases, there will need to be an option for customers to pay a deposit, then log in to pay their balance at a later date (linking to a CRM to remind them of payment).

The website will need to show videos in some areas, including videos of the hotels (where available) as well as interviews with hotel managers (for some).

Each hotel will need a description as well as photos (which we will provide), they should also appear in a slide show.

There will need to be an area where people can write reviews of the hotels (Advertisements will need to be filtered out automatically), it should also say whether the customer has stayed there (by recognising whether the customer has an account on the website where they have booked and paid for the hotel) – pretty straight forward.

Customers will need to be able to search for hotels by Name, Star Rating, Location, Reveiw Rating, Specials, Price

The website will need to look visually appealing to the customer, the graphics will also need to be designed, however we have a logo which we will need on there.

The website will need to run smoothly and quickly.

The most important part of the website is SEO. The web designer must be an absolute expert in the field and use the up-to-date techniques which bring in traffic from google and other sources.

Lastly, it will need to be compatible with as many broswers and systems as possible – including all major browsers, PCs, Macs and Hand-Held Devices.

You can use the programming language which suits best. And the project will need to be completed preferably in 3 weeks.

Edit Photos

August 10th, 2009 Comments off

I have two PSD templates here: http://www.mediafire.com/?sharekey=a3d843dbb4ff4a51aaca48175a79d1c3e04e75f6e8ebb871

I need you to create images based on some products on this website:
http://tinyurl.com/5r6xhf

Template1: There are 5 overlays. We would need you to grab a guy model shot and a girl model shot, replace the current model shot. Make a version for all with each of the overlays. (if there are multiple guy or girl model shots, you can just choose the better of the two).

Template2: There are 4 overlays. We would need you to grab a guy and girl model shot & also the design shot, create 4 versions.

To summarize, for each shirt product we’d need:

template1 – 5 girl versions
template1 – 5 guy versions
template2 – 4 girl versions
template2 – 4 guy versions
template2 – 4 design versions

Please bid for making all shirts, there are ~92 shirts.

You can download the template and test it out if youd like.

Thanks

We need these made for each of of the shirts

Php Expert For Auction Site

August 5th, 2009 Comments off

I need someone who is a PHP expert, and who is also familiar with the swoopo clone scripts. I have a complete script but there are enhancements I would like to have programmed. My previous programmer was let go because of lack of communication and lack of understanding these requests. So, Good communication, and understanding of the tasks, is most important to me.

One of the things that I really want to make sure works right is the affiliate program. There is an affiliate program built in already, but since this software came with no documentation, it is hard to figure out how they have it set up. Basically everyone who registers already gets an affiliate URL. Then when someone signs up with that URL, the first user gets credited. That part works. Here are the features I would like to have for the affiliate program:

1. a. I want the first user to have the choice of receiving the credits in the form if more bids, or as cash. Maybe we make the default to be cash, but if a user wants bids instead, give me (admin) the option to take awy cash from their account and give bids.

b. Cash rewards are paid once per month, via paypal, on the 15th of the month for payments received the previous month. i.e. Aug 15 I will pay for all earned up to July 31st.

c. There should be a report I can generate showing all earned affiliate commission, list by user, and showing the amount of commission earned to date, amount paid out so far, last payment date, and amount still to be paid. There is an existing report, but it needs to be modified. Then there should be a button next to the user that I click to take me to a payment page where I can copy the paypal transaction ID and submit so the system will show the user that their commission has been paid. I’m open to suggestions on how exactly this should work.

d. I will only pay if commission is above a certain threshold, i.e. $50, so any amounts less than $50 will carry over to the next month.

e. On the user account side, they should be able to see for each affiliate signup, whether it has been paid, and if so, when it was paid along with paypal transaction ID. They should also be able to see the cumulative amount earned, cumulative amount paid and oustanding amount.

f. If a user has an affiliate who buys bids, then wants a refund, the refund should trigger the system to take away the commission from the referred user. My thought on this is to give users 7 days from purchasing bids to request a refund of unused bids. That way if a user buys bids on July 31st, they cannot ask for refund until after Aug 8 in order to prevent their affiliate from getting a commission for bids that were refunded. Still trying to decide how best to handle this, I’m open for any suggestions on how best to handle this.

2. I also want to see the Auction type and Auction duration be made more consistent with each other. Basically, I think there should be 5 types of auctions, a default (1 penny), a 2 penny, a 4 penny, a 6 penny and 10 penny auction. There should also be options for each auction for the time increment. They should also have an option like: Nailbiter (where the auto bidder is not allowed). These options are built in, but just not in the way they should be logically managed.

3. I would also like the ability to change an auction while it is in progress. Right now you can edit the auction, but it resets everything, which it shouldn’t do. I only want to be abole to do certain things, i.e. change the end time, or change the list of bidding users during the auction. Also, I would like to implement a “closed bid” feature like on swoopo (activated before or during the auction), so that once the reserve is met I can make the auction closed so no new bidders can join in the auction. This will keep an auction from going on forever, and allow the bidders who have already bid, to have a better chance at winning.

4. I want the ability to use the reserve price such that if the reserve is not met by the time the auction ends, then all paid bids will be refunded/returned to the users. There is a reserve price field already.

5. I want the timer to show the words “going, going, gone for the last 3 seconds instead of the actual time. So, when the timer should be at 3 seconds left it should display “Going…” then when the timer is at 2 seconds it should show “Going….Going” then when the auction has ended, the timer should show “GONE!”

6. I also need help with incorporating a new design into the scripts. I’m having the design made, and will have it in html / css format, but I’ll need your help with incorporating it into the site.

7. There are numerous misspellings throughout all the files, I would like that to all be cleaned up. There are also several little things that need to be fixed such as adding an option for “ALL” to several drop down boxes in the admin section, and also wherever there is a drop down box for the country, make the default show as “United States”. I want the reports to be more efficient, i.e. there should not be so many levels to drill down and there should be more than 10 results on a page. I will want to change some of the fields that are shown on some of the reports. On the products page, there is no option for the admin to view what the product will look like during the auction, sort of a preview feature.

8. I need someone who can reliably and responsibly go in and test everything.

In your bid, please confirm you have read and understood all of my requests.

Thank you for taking the time to read all the project details. I look forward to finding a professional who can help me get this site ready to go live.

Facebook Application

July 27th, 2009 Comments off

We are looking for developers to create a Facebook application (and possibly a social network website) for a few of the features of our website. BeautyStat.com.
Check out http://www.beautystat.com

Please use the current app as a reference for the new one that I would like you to develop.

I would like to discuss ways to improve upon this application. I would also like to hear more about your team ideas to make it more viral and interactive.
I would like to hear all your ideas before commencing.

Also please note that I would like the below features available for the website as well so that when new content is added to the app, it will update on the app as well.

Thanks,
Ron

Based on our discussions, the following represents the list of features for the Beauty Stat Facebook application.

BeautyStat Product Recommendations Window- I have the Source code for this algorithm. This includes skin care and eye product recommendations. I also want to add Makeup product recommendations and Body product recommendations (this might be a separate project depending on the timing). We need to work together to make sure the questionnaire is put together in the correct manner (should resemble BeautyStat.com with minor tweaks to language).

The Buzz Window- this is the content that is generated by me. I need to have a CMS that allows me to add new content on my own. I want this content exposed on the landing page as well as the home page (for SEO purposes). Members should be able to syndicate this content to FB, Myspace, Twitter, Yahoo, Google, StumbleUpon, Digg, etc

The Voting Booth Window – this is content that is generated by me. It is multiple choice and when a member votes, they immediately see the results of the community. I need to have a CMS that allows me to add new content on my own. I also want to be able to include images.

Promotion of the week or day Window – this is content generated by me. I need to have a CMS that allows me to add new content on my own.

Application Directory – I would need you to post my app in the Facebook Directory. I will provide relevant content.

Inside Facebook Directory – I would need you to post my app in this Directory as well (please include any other listing in or outside of Facebook). I will provide relevant content.

Canvas Page – I would need you to set up this page. I will provide relevant content.

Data access – I need a way to be able to see/print/export member stats, data and all other info they provide when they allow access of the app whenever I need to. Need to be able to segment data by demographic, skin concerns, etc. And be able to cross tabulate the data (ex women ages 16-29 years old who live in the US who have acne as their biggest concern).

Viral – I need you to help me understand all the viral opportunities there are so that I can choose the right ones for my application.

Advertising – I need you to help me understand all the opportunities there are to maximize the ad dollars I can make.

Alerts / Emails / Notifications – I need to understand all the options there are as well as how to use them.

Developers MUST be based in NYC or have a project manager that is based in NYC.

Movie Review Rating Voting Mag

July 23rd, 2009 Comments off

I’m very sorry for the long explanation for this project. I know you are all pros. But I wanted to be clearer on what I want. This is my basic idea. If you can add more color/excitement to this project, you are always welcome.

I’m looking for a complete website (from the scratch) (back-end-front-end) (PHP MySQL) for an online movie review magazine.

The main page should have 4 parts (not frames) – Header, left, right and Main/Center area.

Main/Center should have 3 sections
Top section for news/articles
Middle section for reviews
Bottom section for voting

Top section: News/Article Section
Should have gist (not just links or not complete articles) of latest movie news/articles. Heading and 3 or 4 lines
from the article for each. There should be an option “..read full story” under every article.
By clicking the heading or “..read full story” or anywhere within that article the complete article should expand. By
clicking one more time it should compress (tree style). This section should only be managed by (siteadmin/webmaster).
There should be a content management control panel to update, add new articles easily.

Middle Section: Reviews/Comments Section
Many users can post reviews for the same movie.
For the time being anyone can post a review. But in future this should be limited to only registered users. This
mechanism has to be in place from day one but disabled temporarily.
Along with the review, user should be able to upload pictures/stills (limit to 10 not more than 100kb each) from the movie. Before submit, user has to rate the movie (0 to 10 stars) which should show as reviewer’s rating.
Once the review is posted no one can edit/modify including the review poster except webmaster/siteadmin.

Visitors who visit this website should be able to only read these reviews and post their comments for the review. They should be able to rate the review and rate the movie separately (0 to 10 stars).

(Default Display) – Only gist of 4 0r 5 most recent reviews (not the entire review, but only randomly few lines from the review) along with the reviewer name, reviewer rating, visitor rating of the review, visitor rating of the movie should be displayed with 3 or 4 corresponding visitor comments (a line or two from visitors comments) in the main/center area. Under each of this review/visitor comments should have link options “..read full review”, “..read all reviews of this movie”.

By clicking “..read full review”, that particular review along with reviewer name, reviewer rating, visitor rating of the review, visitor rating of the movie and “..read all reviews from this reviewer” (if there are any) and all the corresponding user comments should be displayed in main/center area.

By clicking “..read all reviews of this movie” it should display gist of all reviews (if there are any) of that particular movie along with the reviewer name, reviewer rating, visitor rating of the review, visitor rating of the movie should be displayed with 3 or 4 corresponding visitor comments (a line or two from visitors comments) in the main/center area. Under each of this review/visitor comments should have link options “..read full review”, “..read all reviews of this movie”.

By clicking “..read all reviews from this reviewer” it should display gist of all reviews (if there are any) from that particular reviewer along with the reviewer name, reviewer rating, visitor rating of the review, visitor rating of the movie should be displayed with 3 or 4 corresponding visitor comments (a line or two from visitors comments) in the main/center area. Under each of this review/visitor comments should have link options “..read full review”, “..read all reviews of this movie”.

Bottom Section: Voting Section
All visitors should be able to vote. Voting will be for the categories – Star of the year, Best Movie, Best Actor – for a movie…, Best Actress – for a movie…, Best Actor/Actress in negative role – for a movie….
(Default Display) – All these categories should be displayed with available options set by siteadmin/webmaster (radio buttons). Visitors should be able to vote on available options or also they should be able to submit a new option (not a new category) for under any of the available categories. For example they can add “abc” as a Best Actor for “xyz” movie. Once its added the Best Actor – for a movie… category should get refreshed and display old plus newly added (considered one vote) option. Visitor can vote only once on all the available categories on one calendar day from one IP address. Visitor can vote from the same IP address only next calendar day. Visitors should be able to view results at any time.

Left Section: Few navigation buttons, few links to reviews and ad space

Right Section: Few navigation buttons, few links and ad space

Header Section: Logos, navigation buttons and ad space.

The most important thing is all the pages layout/colors/readability should have pleasing effect on eyes, user friendly and easy navigation. The very most important is there should be an admin control panel through which everything including site, users, rating, news/articles, voting sections are easily administered/manageable even for non techie.

Thank you in advance for your help.

Categories: Graphic Design, MySQL, PHP, Website Design Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Create Excel Macro Or Add-in

July 22nd, 2009 Comments off

I need an Excel 2003 Macro or add-in or VBA program code that will do the following: There are two parts included in this bid.

This can be a macro/program that is run or some other way of achieving the same results. Finished product will be an Excel 2003 file.

Part I.

1. There are two pdf files attached to this offer. Original.pdf is an example of what the data will look like in its orginal form. The second, Modified.pdf is what the data will need to look like after it has been processed.

2. The field names are changed to those shown in Modified.pdf. Also in Modified PDF there are new fields that are added to the right. Starting with Type, then User etc. These fields will all need to be added. Currently there are about 7 fields that are added to the modified file. These will all be blank as far as data during this modification. I will provide the names and types of the new field headers.

3. The date fields need to be modified to the new format which is day/month/year, xx/xx/xxxx. The time and AM and PM needs to be removed.

4. There is a row in the orginal file that needs to be deleted. It is row 2 and is a second header.

The field called wbs_id needs to be deleted.

When completed the new file needs to look just like the old file but with the new records and data. A comparision of the new data and old data will happen in Part II.

Part II.

Once the Original file has been modified, it will need need to be compared to a modified file from the previous month.

The comparision will involve the following:

1. Provide a way for selecting the old file and the new file so a comparison can be done. This should be a browse of a selectable folder. Once both file are selected, a button should be call “Update” that will being the comparison.

2. Make a backup copy of the old file called: bu_oldfilename.xls. oldfilename should be the name of the older file selected.

3. Using the ID as the primary field, when a match is found, copy all of the data from the new fields (created in part I) to the new blank fields (Such as Type, User, Mdate etc.) in the latest copy, record by record as found. This is simply keeping the older information in the exiting records and transfering it to the new file for exiting records.

4. Identify any new records in the new file and put the current date in a field called ‘Mdate’ The Mdate field will have been created in Part I above. This field will allow me to identify any modified or added records in the new file. Also, highlite the new record as Yellow when identifing it.

3. Provide a message saying the comparison is completed.

Some simple aspects of ths job may change, such as field names etc. It should not affect the time required to do the work.

Php: Simple User Query

July 14th, 2009 Comments off

In here: http://alpha.isaactuling.com/listuser.php There are list of pupils. I want you to create a new script based on it named opponentmatcher.php. The purpose of this script is to search and match for the suggested opponent of your username.

There will be a new input box in the Opponent Matcher page. A single input box and a submit button. Once the username is entered, it will show you a list of usernames that you can fight with.

If the username I entered is “jehzlau”, it should show me the usernames at level 8 only. Because jehzlau is Level 10, all you need to do is show the usernames 2 Levels Lower than the entered username.

When I enter Jehzlau, the Opponent Matcher Page will then show me this:
######################################################################
Level 8 Usernames are the opponent matches for your username:
1. blahblahblah1
2. blahblahblah2
3. blahblahblah3
######################################################################

That’s the result of the query. If in level 8, there are 3 usernames: blahblahblah1, blahblahblah2, and blahblahblah3.

Here are some conditions in other levels:
1. If I enter a username that is only level 1, then the script should show me the usernames in Level 0. (-1 only for level 1 usernames)
2. If I enter a username that is only level 2, then the script should still show me the username in Level 0. (I think this is just -2)
3. If there are still no users in that certain level, the script will add 1 level and show the users. For example I entered a level 10 username, if the database has level 8 users, then show the level 8 users, else, show the level 9 users. If there are no level or level 9 users, then echo this: There are no opponent matches for your username.

I think all you need to do is -2, if there are no results, -1, if stil there are no results, error. :D

That’s it!

Script Pack Clean-up (css)

July 4th, 2009 Comments off

I need to have my SEO scripts cleaned up – all of them need to be on identical templates/designs, preferably all CSS without any images.

At the moment, there are a bunch of different designs, along with different CAPTCHA code generators. I would like to have all of the scripts use the same CAPTCHA generator.

The design/CAPTCHA generator for all of the scripts should match one similar to the one for this tool: http://www.easyseoscripts.com/tools/alexa.php

There are 60 scripts total, all viewable from one page:
http://www.easyseoscripts.com/dhtml.htm

Also, in the “How do I use this tool?” text, you should include a simple explanation of how the tool can be used. If you do not know how a few of them work, that’s fine – just include a list at the end of the project with scripts that you could not write the text for.

So, as a summary, there are three things that need to happen:
1. Re-face all 60 scripts with a design similar to that in the demo above.
2. Use the CAPTCHA generator which is on the demo above for all of the scripts.
3. Write “How do I use this tool?” lists for each of the tools that do not already have one.

Please ask any questions you may have *before* you start working on the project.

Thanks for looking!

Joomla Website

June 26th, 2009 Comments off

I need a website to be developed, the design is already ready. The details are as follows:

- Please take a look at http://dentistprofits.com/ it is developed with CMS (I know how to use Joomla a bit, so you can do it in Joomla)

- There are around 20 videos hosted with YouTube (video capabilities), there are at least 5 hosted Training videos as well, about 12 main pages, 3 Navigational Menus, 1 blog, 1 shopping cart with 15 products (I will set a merchant account in the future), Access Restricted area (private registration area), Simple forms, there are around 50 articles (not sure what is on the members area), there is a “chat wise” application installed for questions and other.

- I would like something similar (different text, design, name, color, but the same layout and number of pages with the same registration forms, member login, video clips etc.)

- Please note he has a member’s login. I guess accompanying that I would also need to have a back office with the list of registered members and their codes (max 3000), their history etc.

- Is it possible to have a count how many visitors, who, how many clicks, etc? (webalizer or awstats icons)

I will submit payment in SL escrow and will release on successfull completion of a project, no part payments, I will only release the escrow on successfull completion of a project.

I don’t have huge budget for this project, but I do have multiple projects for the service provider who will join hands.

Please don’t bid if you are not agree with my terms or unable to complete the project.

Good luck!

Record Screen On Poker Website

June 18th, 2009 Comments off

I record online poker high stakes cash games and then post them on youtube. There are about 10-30 tables that I would want to be monitored and when there are players sitting the session would be recorded. Im not even sure if this can be done or not. Right now I use Camtasia Screen Recorder but I want to catch the action when I am not at my PC. Also there is an in depth description of each hand played on a table which tells each move by the player. I dont know if you could some how copy and paste that and it would translate the play out of the math or what? Although there are only 50 last hands that are showed. Full Tilts website has something like this on one players challenge he issued and it shows all the top pots from the challenge and you can watch them on there website.

Backup Script Or Program Osx

June 16th, 2009 Comments off

I need some software to keep my computer backed up. I have found no software that is able to do what I would like.

This might mean writing a script for an existing software like SuperDuper or writing an applescript (Yes, its for OS X) or something like that. Its up to you.

Here is what I need

1. It needs to be able to be set on a schedule. (there might be OS level support for scheduling… not sure.)

2. It needs to keep my regular HD & Media HD in sync with my backup drive.

3. Now, there are certain sections on my drive which I have designated as “backup areas” these areas are not simply synced, but need to be watched every time there is a backup for 2 things. a) if a file does not exist on one of the 2 drives, it needs to be copied to the other. b) if there is a a file in both places, and they are different, a flag needs to come up asking for my attention. (or some way for me to attend to the file) In this case the file will have had some data corruption & I need to determine what file is uncorrupted and replace it with the un-corrupted file.

4.I would like some sort of way to modify the program myself. I have a programming background & could modify something quite easily if it were not compiled or what not. It does not need to be super user friendly is all i am saying.

In summary, there are 3 drives, 2 of which need to be synced to the one. There are 2 types of sync’s that need to be applied to different directories (or drives) One like a regular sync. (Make an exact copy)
The other is to bring to the missing drive a file that does not exist on the other & then compare matching files to ensure they are identical. If not a flag of some kind need to be raised. & someone with basic programming skills needs to be able to modify the program.

Examples of why I would want to modify it is for example, I get another drive & want to incorporate that into my backup system. Or Mac decides to change the directory name of something or such.

An extra step, which I think might have to be quoted separately, is for a MD5 do be made of each file in the “compare” mode and when a file becomes corrupt, the un-corrupted file replace it automatically. Not sure if the price for this will justify how much labor it will save me.

Budget is a concern here, so function over fancy here is a plus.

Web Site For Pets

June 16th, 2009 Comments off

I will not accept any bid without detailed document and flow chart,cost/time line.

*****************************

enter the birthday of pet
Date of birth
Time if known
Place if known
Name of pet
What kind of pet (cat,dog, turtle, pig, parrot etc)
what kind of breed (for example boxer, german sheppard etc etc). ths info is to be entered by client since there are soo many breeds.
boy/girl

each date of birth consist of
dd-mm-yyyy
from this date of birth lots of info can be retrieved

There are many files (all data to be entered by the astrologer, me)
1 personal file
d+d= 31 number files
2 destiny file
d+d+m+m+y+y+y+y= 50 numbers files
3 western file
21 from month till 21 from month =12 monthfiles
4 year file
each year from 1 feb tot 1 feb =12 yearfiles
in repeating sequence

than remedial astrology:
1 missing elements (there are 5 elements, 1,9, combination 2,5 &8, combination 6 &7.combination 3&4
water= 1 (these pets like water )
fire= 9 (they are fond of sitting near fire)
2.5&8 = earth (they need to wear gems)
6&7 = metal (they need to wear a steel belt)
3&4 = wood (they like fruits and vegetables, even cats and dogs)

2 lucky directions
for boys: 10-(sum year of birth and make it one number)= 4lucky directions
for girls :5+ (sum year of birth and make it one number)= 4 lucky directions

3 lucky colours
based on wich period born
there are several periods

4 lucky gems
This is info wich is data wich is to be entered by admin and can change (it is not based on any calcualtion)
5 astro-food

This is based on destinyfile 9 files:
and a general file (for all pets the same)

6 lucky days and periods
based on destinyfile 9 files
So the output is
A horoscope of the animal and the remedies for this animal
on the top a small avatar (cartoon)
for a cat a cat, a dog a dog etc etc
The horoscope should be spread over several pages (people panic when they see too much words on a page)
and left or right a banner
top banner
bottom google adds

One pet is free: more pets have to be paid:
10 credits =10 horoscopes for a small amount
This also allows them to create a webpage on their pets
with 3 small pictures instead of the standard avatar
and a pets diary
they can write about their pet.

modules
1 astro-petfriends
2 for sale (pets for sale)
3 free pets to collect
4 astrolove (boy dog meets girl dog to make puppies)
etc

Ripping Flash Templates Help

June 4th, 2009 Comments off

Thank you for all who look at this post.
Does anyone know how to copy dynamic flash templates from template monster?

The problem I am having:
I can locate the swf file no problem and then decompile the file to a fla file……but when i test the movie in flash there are 1700 errors…….so my question is does anyone know how to get around this as I am guessing template monster have done something to adjust the action script?

Ripping flash intros is not a problem…….if anyone is having problems doing this……ie….when you play the file the text is missing…….simply copy the swf file location into your browser ie:
http://images.templatemonster.com/screenshots/23400/23434.swf…….then remove (.swf) and replace with: (_main.xml)
then save this page of text and save it to the same folder as your fla file and this will cure the problem.
also there are three action script errors which are easily fixed.

This does not work with full flash sites as when you play the file in flash it does not tell you of an output error so you don’t know what files are missing and where to locate them……plus there aren’t just three action script errors….there are 1700!!! :-(

So if anyone can tell me how to get around this problem so I can copy full flash sites from template monster with out getting the 1700 action script errors I would be very grateful and I don’t mind paying for the information if needs be.

I am using a pc with vista, flash pro cs4 and action script 3 if that makes a difference?

I throw myself at the mercy of a world of experts……thanks in advance guys and girls.

Mods To Cgi Search Script

May 28th, 2009 Comments off

Hi, thanks for looking at our project!

We are an auto classifieds web site. The web site’s search feature is run by a very simple perl script (search.cgi, attached) which queries the vehicle data that is contained in a tab-delineated, text flatfile database (not sql). The script returns results into an HTML “match template”, or a “nomatch” page if there are no results. The query is passed through the search URL. It’s very simple.

You can see an example of how this currently works by going to http://www.autopages.com/ and typing an automotive search term into the search box at the top.

Here’s what we need — we would like to to add several new capabilities to this search script:

1.) a “sort by” feature at the top of search results, that allows users to sort results by year, price, etc.

2.) Links for search results pages. In other words, if there are 32 records found in a search, and results are returned 10 per page, the results page should be able to have links to page 2 (results 11-20), page 3 (results 21-30), and page 4 (results 31-32). On any given page, the current page number should be displayed as a non-link, and the other pages should be displayed as links. This is something very typical, of course.

3.) If any vehicle in the search results contains “F” in column 11 of its record in the database, an icon should be displayed on that record in the search results. Any record that does not contain “F” in column 11 should not display this icon.

4.) Finally, we would like to have an “add to favorites” feature. Every record displayed in the search results should have a link that, when clicked, causes it to be added to a “favorites” list for that site user. We would like to do this the simple way, with cookies, NOT with a login system. There should be a “favorites” page that can be accessed through a link, and on this “favorites” page, the listings should contain links that allow them to be removed from the favorites list.

So, that’s it — those are the four things we need.

IMPORTANT NOTE:
I realize that all of this can be done easily by simply replacing the search script with a new one — there are hundreds of scripts with these features already written, and available for free. However, what we need is for OUR script to be modified with these new features. The reason for this is that, although it’s simple, our script contains many small functions that are customized to our site and very important — for example, it rewrites photo URLs, constrains overflow text, reformats prices, etc.

So, it’s important to us to retain our current script. We just want these new features added on to our current one. So please, no replacement scripts.

The attached archive (files.zip) contains the search script (search.cgi), the setup file (setup.pl), the database (database.exm) and the match template, so you can see how it all works. It’s very simple.

Please let me know if you have any questions … thanks!

Advanced Userdatabase

May 26th, 2009 Comments off

Hi
I have a mySQL database where a user has a username and a password. I need an API that does the following:
Webmaster places 1 file on the root of the server. After that, in every form on the server that has a username and a password in same form, this will happen:
There will be a list that consists all the possible form names for a formname for ‘username’ and all the possible form names for a password form field. Whenever the user visits the site, whereto the webmaster has moved the file that installs the API, it will connect to my own database on a completely different server and extract and type in username in the username field and password in the password field. After this the user clicks ‘login’ and is now logged in, if the userdata from my mySQL database is correct. That means, the user logs into another site on the Internet using my MySQL database. After the user is logged into the other system the same thing will happen with every form field like ‘first name’. Whenever the script that checks the list with possible form names finds a form called one of these names, it will take the first name for the user that is logged in, and paste it so it is typed into the form field.
It is important that this API is very easy to install on the server. It doesnt have to be any specific, but there are two requirements: almost all users have to be able to upload it no matter what version of PHP/MySQL they use. The second one is that it cannot take more than 5 minutes for a webmaster without any IT knowledge to install the API on his server, so it has to be easy for everyone.

here is how i plan top do this:
when the webmaster triggers a php through a browser just like “www.yoursite.com/myscript.php” it will read every file in the server, finds those which has the words username password and “type=submit” inside , then it will override php script inside it putting a script and savving the file again. the script will contain a code just before the usual “if(isset($_POST['submit'])){” phrase that opens your mysqld database and do the authentication.

The other form names like “first name ” will be done in the same way .

it’ll be no more than some seconds to take the webmaster install this on the server, simple as putting the php file in the server and acessing it from the browser.

in the same way the script would read and resaving everyform that contains any of the name in a list of form-names, supose the list has 3 names: first-name, middle-name and sur-name then when the scripts is triggered from the browser it will read every file looking also for keywords like name=’first-name’ name=’middle-name’ and name=’sur-name’ then it will be replaced for a php script so name=’first-name’ would turn into name=<?php echo $firstnamevalue; ?> and so with the two others. Before that in the code line the instalation script would add some lines the would load the information from your database and passing it to the variables like this one $firstnamevalue. That would guarantee the script would automatically type the information on user’s browser.

But there are some issues before we start, and if the user uses different form-field names than the usual? Like use first#name instead of first_name ? or sur_name instead of sur-name? maybe we could use a wide list with some variations of the same form-field name, like for first name for example could be:
1-firstname
2-first-name
3-first#name
4-…
and so on…
But even doing that there are chances to find an server with form fields that not match the list… Because as a programmer he could has already a form field named donaldduck instead of username and mickey instead of password, his swebsite would work fine but my script wouldn’t.
I will make the list of all possibilities.

For each form name (first name, last name, username, password, age, height etc etc) there will be a list with around 1000 different possibilities. If a webmaster used another name, I will instruct him in changing his form fields. And users will be able to log into ALL sites that this script is installed on.

well i figured out a new trick to work out this cookie issue: the scripts reads the entire files and in the files it founds fields username and passwords it list all the cookies and sessions on it. then displays it on the new script instalattion page asks to the webmaster to choose it and press the install button. After that you will instruct him to make a self test opening a page he knows there is the fields username and password and make it by using a standard username password you will provide to him in the instructions manual example:(password=yourpassword and username=yourusername; ) So if the log in occur with succes the webmaster will know its everything ok. If it doesnt get success then he will return to the instalattion page that will be still open and simply change using the radio buttons to another cookie, look there will be not a huge amount of cookies to choose from, a maximum of 3 i think and a minimum of 1 of course. So in the worst cases he will not have to attempt more than 3 times. I think 99% of the webmasters will choose the right one on the first time. Because usually the name of the cookie or the session will be something close to “login” like “boollogin” or “isloggedin” or something like that.

What is important is that we operate with opensource solutions at least. That it works on all the major open source solutions. If we find out these open source solutions work we will have made a good step:
Magento, oscommerce, WordPress, Joomla, Drupal, PrestaShop, wp-oscommerce, Zen Cart, opensourceCMS, openCMS, CMSimple, PHPnuke, typo3, Textpattern, DokuWiki, SMF, PhpBB2, PHPbb, Nucleur CMS, vBulletin, ecime – smarty shopping cart, Heikos.

The next thing is when the user is logged in. He should surf around on the site as he was a normal user. Everything he does on the site is saved in the sites own database, but with the username from my database.

I would suggest we do like this:
A user logs in to a site, lets say scriptlance. He creates a project, and that project is saved in scriptlances database. After a week he logs in again and sees the project under ‘my projects’. That means as soon as the user is logged in, the rest is saved on the sites’ server.

This script should be able to run with the webmasters own login script on his site.

Flash As3 Interactive

May 19th, 2009 Comments off

We would like to have an interactive flash application built using AS3.

The graphics are already complete in illustrator and exported to flash objects.

There are 8 controls. 6 are simple up/down buttons one is a slider and one rotates.

There are 7 movable objects which are basic curved lines that rotate.

A database is already built to give the positions of the objects based on any input from the controls.

There are 5 text outputs that change according to the database table.

Advanced Database/php Work

May 16th, 2009 Comments off

Hi
I have a mySQL database where a user has a username and a password. I need an API that does the following:
Webmaster places 1 file on the root of the server. After that, in every form on the server that has a username and a password in same form, this will happen:
There will be a list that consists all the possible form names for a formname for ‘username’ and all the possible form names for a password form field. Whenever the user visits the site, whereto the webmaster has moved the file that installs the API, it will connect to my own database on a completely different server and extract and type in username in the username field and password in the password field. After this the user clicks ‘login’ and is now logged in, if the userdata from my mySQL database is correct. That means, the user logs into another site on the Internet using my MySQL database. After the user is logged into the other system the same thing will happen with every form field like ‘first name’. Whenever the script that checks the list with possible form names finds a form called one of these names, it will take the first name for the user that is logged in, and paste it so it is typed into the form field.
It is important that this API is very easy to install on the server. It doesnt have to be any specific, but there are two requirements: almost all users have to be able to upload it no matter what version of PHP/MySQL they use. The second one is that it cannot take more than 5 minutes for a webmaster without any IT knowledge to install the API on his server, so it has to be easy for everyone.

here is how i plan top do this:
when the webmaster triggers a php through a browser just like “www.yoursite.com/myscript.php” it will read every file in the server, finds those which has the words username password and “type=submit” inside , then it will override php script inside it putting a script and savving the file again. the script will contain a code just before the usual “if(isset($_POST['submit'])){” phrase that opens your mysqld database and do the authentication.

The other form names like “first name ” will be done in the same way .

it’ll be no more than some seconds to take the webmaster install this on the server, simple as putting the php file in the server and acessing it from the browser.

in the same way the script would read and resaving everyform that contains any of the name in a list of form-names, supose the list has 3 names: first-name, middle-name and sur-name then when the scripts is triggered from the browser it will read every file looking also for keywords like name=’first-name’ name=’middle-name’ and name=’sur-name’ then it will be replaced for a php script so name=’first-name’ would turn into name=<?php echo $firstnamevalue; ?> and so with the two others. Before that in the code line the instalation script would add some lines the would load the information from your database and passing it to the variables like this one $firstnamevalue. That would guarantee the script would automatically type the information on user’s browser.

But there are some issues before we start, and if the user uses different form-field names than the usual? Like use first#name instead of first_name ? or sur_name instead of sur-name? maybe we could use a wide list with some variations of the same form-field name, like for first name for example could be:
1-firstname
2-first-name
3-first#name
4-…
and so on…
But even doing that there are chances to find an server with form fields that not match the list… Because as a programmer he could has already a form field named donaldduck instead of username and mickey instead of password, his swebsite would work fine but my script wouldn’t.
I will make the list of all possibilities.

For each form name (first name, last name, username, password, age, height etc etc) there will be a list with around 1000 different possibilities. If a webmaster used another name, I will instruct him in changing his form fields. And users will be able to log into ALL sites that this script is installed on.

well i figured out a new trick to work out this cookie issue: the scripts reads the entire files and in the files it founds fields username and passwords it list all the cookies and sessions on it. then displays it on the new script instalattion page asks to the webmaster to choose it and press the install button. After that you will instruct him to make a self test opening a page he knows there is the fields username and password and make it by using a standard username password you will provide to him in the instructions manual example:(password=yourpassword and username=yourusername; ) So if the log in occur with succes the webmaster will know its everything ok. If it doesnt get success then he will return to the instalattion page that will be still open and simply change using the radio buttons to another cookie, look there will be not a huge amount of cookies to choose from, a maximum of 3 i think and a minimum of 1 of course. So in the worst cases he will not have to attempt more than 3 times. I think 99% of the webmasters will choose the right one on the first time. Because usually the name of the cookie or the session will be something close to “login” like “boollogin” or “isloggedin” or something like that.

What is important is that we operate with opensource solutions at least. That it works on all the major open source solutions. If we find out these open source solutions work we will have made a good step:
Magento, oscommerce, WordPress, Joomla, Drupal, PrestaShop, wp-oscommerce, Zen Cart, opensourceCMS, openCMS, CMSimple, PHPnuke, typo3, Textpattern, DokuWiki, SMF, PhpBB2, PHPbb, Nucleur CMS, vBulletin, ecime – smarty shopping cart, Heikos.

The next thing is when the user is logged in. He should surf around on the site as he was a normal user. Everything he does on the site is saved in the sites own database, but with the username from my database.

I would suggest we do like this:
A user logs in to a site, lets say scriptlance. He creates a project, and that project is saved in scriptlances database. After a week he logs in again and sees the project under ‘my projects’. That means as soon as the user is logged in, the rest is saved on the sites’ server.

This script should be able to run with the webmasters own login script on his site.

Php Script Upgrade

May 15th, 2009 Comments off

Php Script upgrade. There are in total 4 features needs to add

Please make sure you must add guide comments for every new feature page so script admin and user should be able to use it easily.

1- Need 2 Summaries for Admin and one for Members Area.

i- Sales Transactions Summary (Single payment and Recurring)
ii- Affiliate commissions summary with feature pay commissions.(from where admin will pay commissions via paypal)

Summaies for Admin And Members Area will as follows:
Sales Trasaction Summary
Date – Sales Type – Buyer Email – Affiliate Name – Transaction ID – Subscription ID – Commissions Earned (This will be editable box)- Paid/Unpaid – Delete / Edit

Affiliate Summary:
Checkbox option – Affiliate Name – Total Commissions – Affiliate Paypal Email – Pay Button. Delete / Mark as Commission Paid
Then it also show Mass Pay Feature under the summary for paypal.

For Members Area
- Transaction and affiliate commissions Record. (For payment commssions with paypal in members profile members will add their paypal email address and this paypal address admin will see in admin area and will pay commssions.)

For Members Area Sumarries
Payment summary
Date, Product, Amount Paid

Affiliate Commissions Summary
Date, Clicks, Sales Type, Referred, Commission Earned, Paid/Unpaid

script must track gateway subscriptions. i.e. paypal IPN reccuring
subscription, alertpay and 2checkout, clickbank. When a new member start monthly
subscription and then if member unsubscribe or stop from above gateway script
intantly either block that members to access login area plus it stops any
recurring commssions payments to affililiate. Script must show date when
this member stopped subscritpion payments.

PLEASE NOTE: Recurring commissions will not be for OTO Sales. For OTO will be only one time commssions for every sale which script already have.

- Also Need Paypal Mass payment Feature to pay commissions.

2- Please also Ad Search feature for all Transactions and Affiliate referrals on monthly basis.

Also Need To check the following
i- Also need to check that all payment processors are working ok with this new affiliate commissions summary as well as affiliate link.
ii- Need to check that all payment processor are working perfectly ok with new members sign up as well as with Membership upgrade.
iii- Need to check and correct all Payment Processor for upgrade if required.

- I want Admin should be able to add video embeded code in Members Area Pages via HTML Editor and site pages as well as other things like paypal button code etc.

3- Integrate autoresponder with Registration form and when a new member join also be able to subscribe to autoresponder with Name and email.

4- Add Captcha code image in Registration form to make it secure
ii- Add Captcha code in contact us form.

- Oto page currecies need to correct for paypal.

- There is a security issue which will need ot resolve I will let you about that during work.

There are some bugs which needs to correct.

You must test complete script at the end of project before we finalise it to make sure there are no bugs, spelling errors and security issues

Will need complete installation instructions text file.
.
Must be very high quality work required. I will also test full script before payment.

Please PMB

You msut be able to start Immediately
You msut be able to discuss on MSN, YAHOO or GTalk etc.

You msut read complete project before bid.

Thanks

Ea For Mt4 Programer Required

May 13th, 2009 Comments off

Input Slippage value
Input Trailing stop values , I want to have the option of a special TP function for all (e.g if TP is set to 25 pips then if the profit reached say a target of 15 pips then if the profit starts to decrease then it should stop to say 6 pips profit)
Input Lot Size for A, B & C (ALOT, BLOT & CLOT)
Input values for V1,V2,V3.V11,V22,V33,V111,V222,V333
Input values for VL1,VL2,VL3,VL11,VL22,VL33,VL111,VL222,VL333
Input polarity values for each in win mode AWPOL, BWPOL & CWPOL

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

WordPress Guru With Php Needed

May 4th, 2009 Comments off

There are only 8 little jobs in my wordpress installation. You need some knowledge and experience in WordPress an PHP.

Here are the jobs:

1. Create a widgetable Footer. More Infos about widget ready footers here http://wordpressisland.com/2008/07/24/creating-a-widget-ready-footer-in-wordpress/ and integrate the widgets “Related Posts”, “Top Posts” and “New Comments”.

2. There are a problem with the feedburner registration. i have a feedburner form in one sidebar. make sure, that the register-function works correctly.

3. There are a problem with the background-image in the wp-login / wp-register page. make sure, that the background picture is display correctly.

4. Integrate an gravatar.com image in the comment-section, so that is display the picture of an commentator.

5. My Comment Subscribtion Checkbox is postboned. I like it between the big textarea and the “Send”-Button. error messages should be on the same page at the appropriate place to display.

6. I have a problem with the admin rights in my wordpress installation. When i use the plugin “php exec” i need the admin-rights to execute some php code in pages, sites, posts. but as an admin i have only “user rights”. i don`t know why. make sure, that the php plugin works fine, so that i can execute some php code in sites and posts.

7. Integrate “Related Posts” under every Blogpost, so that the 5 best matching contributions can be displayed.

8. On 5 or 6 points in the website, i have a form from www.foxyform.de. it is always the same form. please rebuild the form with the installed plugin “cforms” and replace it with the old foxyform-forms on the website. error messages should be on the same page at the appropriate place to display.

Thats it. This is an easy job for the right person! You become access to wordpress and all information and links what you need. Most parts of the wordpress backend is in german.

Regards
Tobias

Multiplayer Card Game In Flash

April 29th, 2009 Comments off

Project is to create the Card game Phase 10 for multiplayer:

When players click on the game’s link, a “Lobby” opens, and there are game rooms available, saying how many players are already in the game. There is a maximum of 8 players per game room.
If there are for example 7 players in a game, a player can still join this game, when he joins, the card game opens in a new window and no one can join the game that is now full(8 players). Though players can join a “waiting list”, so when a player loses or leaves, the first in the waiting list will be able to play and the card game will open.
Players are able to open new rooms in the lobby.

When a person starts a game, they can’t play a phase until there is at least two people.. If the second person leaves, and its just one left – the game is froze until another joins.. When a person joins, he takes over a prevous persons spot.. If there are no previous persons, and he is completely new, then he starts at the lowest phase of all uers (So if there is 5 users, and 3 are at phase 4 and 2 are at phase 2 then the new person would start at phase 2.). His points will be added by however many people there are at that lowest phase points average (For example: there are two people at phase 2.. One has 290 points, the other has 320 points. You would take the average of those two scores, and that would be the new users total points.. Of course there can be more than 2 users at that phase, there can be up to 8 at that one phase.. And if there is only 1 at that phase, then that new person starts off with the same amount of points as that person.). It is done like this so that each new joiner to a game is played fair, and they aren’t all the way in the dust.

Some information will need to be outputted from flash to MySQL database, using PHP.

Game_Id, Winner_Id, Winner_Points, Loser_Ids

Game id is the ID of the game, the first game played on the server is 1… and the 1000th game’s ID is … 1000!

Winner ID is the winner of the game.

Winner points, how many points that user had.

Loser_Ids are the ID’s of the players who lost on the table.

The ID’s are already in my server, which are the registered members…

Thanks

Form And Flash Application

April 28th, 2009 Comments off

“Online Quilt” Form and Flash Application (See uploaded PDF for this same text below, which also includes images.)

Timeframe: project will not start until May 5, project will need to be fully complete by May 18th

Qualifications: Must provide link(s) to Flash application work samples and explain your role in its creation.

Overview (more details will be provided upon job start, or you may ask questions now if you think something needs clarification for bidding purposes):

Part 1 – Form:
Need to create an online form and FTP upload capability where end users can:
- Upload an image from 500kb to 4 MB max size. (form will produce an error message for files larger than 4MB and will not allow upload)
- Enter approximately 5 to 10 fields of information (with captcha and form validation), including an optional link.
- Then have a second page of the form where they confirm their information and then pay with paypal button (button code will be provided).
Form will then add entered data (not including what information goes to paypal) to an excel file in a password-protected folder (including name of the JPEG file uploaded).
Form will generate an email to admin notifying of upload (with a link to the JPEG file for downloading purposes) and will include form data in the email as well as a link to the data excel file for reference. Form will generate a thank you email to end user.

<<<NOT PART OF FORM>>> Admin will size down and crop above uploaded images in a program like Photoshop (outside this system) for use with application below.

Part 2 – Flash Application:
Need to create a Flash application that will allow an admin with FTP access to upload pre-sized and cropped, square jpegs to a folder. Any JPEG files in this folder will end up being a part of an online quilt page for display on an HTML home page (the rest of the site will be built in HTML

Adult Cartoon Graphics

April 21st, 2009 Comments off

First, this project requires adult cartoon graphic drawings, so only bid if you will work with adult images.

I have a forum the rotates header graphics every 6 hours, so I need 4 different cartoon scenes (static images) that are 1000×279 in size. I will provide you with what I want the cartoons scenes to look like. These will not need the site name or logo incorporated into the images, as the HTML places the site name in the upper left corner.

This is a male oriented adult forum, so you need to be able to draw the male form and male body parts well!

I will also provide you with the URL so you can visit the site and see that there are cartoon graphics in place already, but I have a few new ideas that I want created. Plus, I now have color codes to provide so you can make the cartoon images match the site better than the current ones do!

I also need two 25×25 and two 50×50 images which show whether or not there are new posts since the last visit to the forum. One of each size would indicate there are new posts since your last visit to the forum and the other two of each size would indicate there are no new posts since your last visit.

I’ll provide more details through the PMB.

Little WordPress Problems

April 20th, 2009 Comments off

There are only 6 little jobs in wordpress frontend or wordpress backend. All “problems” are on the same url.

here are the problems:

1. the german umlauts (

Database Sorting Program

April 13th, 2009 Comments off

Hello,
My name is Garrett Goldsmith. I’m 13 and I have started a business that’s going pretty well but I need an edge on my competition.

I need a program written that will sort through a database daily and extract listings based on certain criteria. It is a membership database accessed with my username and password.

My budget is $1000 – $1500

I will be paying FAST through Scriptlance by PayPal.

I would like to thank you for reading my project.

Sincerely,
Garrett Goldsmith

ADDITIONAL INFO:

Our exact needs are as follows:

My son buys items and then tries to sell them at a higher price. He belongs to a membership site that lists the available items each day. There are tens of thousands of items for him to analyze to try to find the ones with the highest likelihood of selling. The membership site also lists potential prospects for each item, however, each item must be clicked on individually to see these prospects.

He needs a program that will run a scan once daily to make it easier for him to find the items that are most likely to be in high demand by examining each item in the following ways:

1) find out if there are .biz, .net, .info, etc, sites matching the product site and if any are owned by the same owner

2) find out if there are websites with similar names to the sites products he’s reviewing, for example, redshoes, redshoe, shoered, etc

3) find out if a dashed version of the site or similar sites exists, for example, red-shoes, red-shoe, shoe-red, etc.

4) find contact info for any of the above found sites, such as email AND phone (fax or mobile if possible) AND it must determine if the email contact info is still operational.

5) determine the number of incoming links for each site above and have an elimination process based on a number of incoming links that he can determine at will.

6) determine the amount of traffic to each and have an elimination process based on an amount he can determine at will.

7) be able to rank or list the data by any of the above parameters

8) The membership site already has a buy mechanism. The program you write should be able to activate it when certain parameters he can select are met.

The technology stack is as follows:
-Linux
-Apache
-PostgreSQL
-Perl or PHP
XHTML, CSS or Javascript

We look forward to receiving your bid.

Sincerely,
Cynthia (Garrett’s mom)

Job Site / Recruitment Website

April 11th, 2009 Comments off

This project is for the launch of a job site / recruitment website for Indonesia.

THE SITE REQUIRES FULL SYSTEM DESIGN, FULL SITE DESIGN and LOGO DESIGN

The specification is as follows:

There are three types of users in the website and they are as follows:-

Admin:

Admin section bags the credit of being the major players in the whole website. It is this section, who enjoys the privilege to manage all the registered Users, and the contents of all dynamic pages. Admin also have the option to create sub-users under him and can set privileges, manage reports etc.

Registered Users:

The site can have two types of registered users:
- Job Seekers
Job seekers can create resume, upload resume, search for jobs and apply for them. They can also receive Newsletters on hot jobs.
- Employers
Employers can post jobs, search for candidates, request for candidates etc

- General Users
General Users generally have the privilege to navigate through the site and peep into the vacancies under their criterion.

Home Page Features and links
- Logo (As per given by client)
- Interactive Banner
- Links to Inner Pages
- Quick search
- Link Employers Section
- Link to Job Seeker Section
- Quick links
- News and Events Scrolling
- Registration/Login Option
- Footer Links

Home Page contains the details like link to inner pages; an interactive banner (includes Quick links to inner pages). A welcome note with its related images, link to employer and jobseeker section; news and events can be displayed in a scrolling format in the Home Page.
A link to registration/login option for different types of users, and current date and time will also be displayed in the home page.

Job Search
There are two types of job search to be incorporated in the portal.
- Quick Search
Quick search allows site users to search for Jobs by entering some basic details like as mentioned below:
o Key Words (designation, skills, company name, location etc)
o Functional Area
o Location
o Criteria
o Experience
o Designation
- Advanced Search offers a rather elaborate search:
o Key Words (designation, skills, company name, location etc)
o Employer Type
o Employer
o Criteria
o Qualification
o Designation
o Location
o Industry

Employer Side Functionalities:

Employer Registration
By filling out a form Employers can get registered with the site. To submit a job, they must complete a form displays four sections

- Job Information

Categories: Programming Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Magento Calling Card Feature

April 8th, 2009 Comments off

Magento Features to sell virtual goods which is a group of Unique code.
1. A typical sample will be prepaid telephone calling cards. The prepaid telephone calling cards are a set of unique PIN and password, they are created by the phonecard system. So those PIN/password pairs have to be uploaded to the store either through a file, manually, or by progrmaming magento to grasp from outside database. Furthermore, those PIN/password pairs will be sent out by email once payment is collected. For further develepment flexibility, the best description for a such product similar to ?calling card? might be a adjustable turple (v1, v2, v3, ….). Then, for prepaid phonecard, it will be a turple with two elements: (PIN, password); for refilling card, it will be a turple with one element: (PIN); for software activation code, it also might be a turple with two elements: (code, expiration date); for some other product,, such as paid membership, computer gaming keys, etc, it might be a turple with three, four, or what ever elements.
2. Let’s continue the story about prepaid telephone calling card sample. Usually, there are different types of cards, each type has multiple codes with the same price. Say, type one, good for making calls to England, $10/card, there are 100 cards for sale; Type two, good for making calls to China, $8/card, there are 200 cards for sale; and so on. Also,the phonecard PIN/password need to be sent out to cutomer?s email account once the payment is collected.
I found the above requirement can be implemented as a virtual product, the PIN/password can be sent to customer?s email in the virtual product?s SKU field. The problem is, when a customer select multiple one kind of phone cards to his/her cart, say, type one,10 cards, he/she will receive the invoice email with cost of 10 phonecards, that’s $100, but only ONE SKU(PIN/password) in his/her email invoice!!!!!, that will cause big problem. Because what the customer supposed to receive is 10 PIN/password pairs.
3. Although we can set up the quantity in stock as 1 for each card to force the customer can only buy one card for that PIN/password, that will confuse the customer if he/she wants to buy more than card when he/she tries to update his/her shopping cart before checking out.
4. Unirgy every developed a gift certificate/virtual card extention at http://www.magentocommerce.com/extension/751/gift-certificates–virtual-cards. Problem with this extension is,
A) it does not accept unique codes from third paryt. It generates Unique code/password pairs randomly.
B) the code/password from this extension could be used as coupons. Thus it cannot be used to sell unique codes as described above. Since it can be used as coupon code to credit back some money from the cart total when checking out. Spammer/hacker can buy one PIN/password and use it to make international phone call. Meanwhile, he/she can come back to buy another pair of PIN/password. when checking out, he/she can use the previously bought pair to credit all the payment from the cart total. If he/she contiunes, he/she can get all PIN/password pairs in the store by paying once!!!!
Hope this is developed as an extension, based on virtual product. detailed documentaiton is neede. Serious bid only.

Thanks very much!

Andrew

Black Jack C++ Help

April 2nd, 2009 Comments off

Background

For this assignment, you complete a program to play the game of “Twenty-one” (also called “Blackjack”).

The general idea of Twenty-one is as follows. There are two players, the customer and the dealer. The dealer deals a card face down to the customer, then a card face up to herself (the up-card), then another card to the customer and another card to herself, both face down. In most cases, the customer may then ask for more cards, one at a time. The dealer does the same, and the hand is resolved. The object of the game is to be dealt a set of cards whose total value is as close to 21 as possible without going over.

Cards are dealt from a deck of 52. There are four cards in the deck with value 2, four with value 3, and so on up to value 9; there are sixteen cards with value 10 (four 10′s and twelve face cards: four jacks, four queens, and four kings); and there are four cards (“aces”) whose value may be either 1 or 11 depending on the value of a player’s remaining cards. For both players, an ace counts 11 unless the hand total is more than 21, in which case it counts 1.

For our purposes, the actual play of the game proceeds as follows. Each player receives two cards as described above. If the dealer’s cards total 21

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

Fantasy Stock Exchange

March 31st, 2009 Comments off

I already awarded this project to somebody else, but they were in an accident and will be in the hospital for at least two months. I need this project completed much sooner than that.

This project is for a Reality TV Stock Exchange. (http://www.rtvse.com)

The concept is simple, members can buy and sell shares of contestants that are currently on Reality TV shows. As contestants are voted off of the show, the admin stops trading for their shares, and anyone who has shares of a losing contestant get exactly $0.00 fake dollars for their account.

Members can only buy and sell shares. There are no complex stock tricks here. (No margins, no shorting, nothing but buy and sell)

Notes:
- The database is already complete.
- There are no graphics required for this project. I just need to see the system working. I will hire a graphic designer to do a template.
- Use SmartyTemplates if possible, the last programmer already got started with it.
- Since the last programmer was way behind schedule before the accident, I would like to see progress very quickly. Sending weekly updates with no progress is not acceptable.

——————————————-
Database

Please see the attached file, it is the original file that I sent to the programmer to create the database. He made a couple of small changes, and added details where I forgot them.

Understanding the database should make the page descriptions below very simple.

——————————————-

List of Pages with Functions Required.

Homepage:
– Sign-in/ Sign-up
– Member Account Balance (If Signed in)
– Link to Member Page (If Signed in)
– Display All Active TV Shows with thumbnails (Visible=T, Active=T)
– Display next 10 TV shows that will end
– If Member_Privelages >0, Link to create new show.
– If Member_Privelages >0, Display Shows where visible = F

Member Page

– Display Account Balance
– Display Shares Owned
– Display Shares for sale. (Edit or Cancel)
– Input new sale order
– Contestant (Select)
– Sale Price
– Number of Shares to sell (Must not exceed number available for sale)
– Change Password
– Edit Signature

===================================

TV Show Page

– 5,000 character description (If Member_Privelages > 0, edit option)
– Display clickable list of contestants for show with last sale price. (Sort high to low) include thumbnail.
– if contestant_active=F, Display, “Eliminated!”
– Display time until bidding locks.
– If member_Privelages > 0, create new contestant link?
– if member_Privelages > 0, Visible T or F?
– Display TV Show image. (Unique_TV_Show_ID.jpg)
– if member_Privelages > 0, Upload new image (Rename to unique_tv_show_id.jpg) and create thumbnail.
– if member_Privelages > 0, edit time and date option

=====================================

Create New Show

– Enter Show Title
– Visible (T or F)
– end date
– end time
– Number of Shares available per contestant (Default = 10,000)

=====================================

Create New Contestant (For Admin, Global Moderator and Show Moderator Only)

– Contestant Name
– 5,000 character input field for bio
– if member_privelages >0, upload image. (filename=c+unique_id.jpg) Thumbnail filename=ct+unique_id.jpg

====================================

Contestant Page

– 5,000 character bio (If Member=Admin, edit option)
– if member_privelages > 0, Option to select as Loser (Set Active to F)
– Place BUY order. (Price & Number of Shares) Confirm Order.
– Display Number of shares owned with Sell option if shares > 0
– if contestant_active=F, Display, “Eliminated!”
– Functions = If Contestant_Active is changed to False
– If remaining Active Contestants = 1, share price of remaining contestant is increased by final losing contestant value per share. (ie: Winner = $10/ share, Loser = $5.00/ share… Final Price of winner = $5+$10=$15)
– Share price of losing contestants are changed to $0.00

======================================================

Please ask questions via PMB if you need clarification. This project should take less than a week to complete, there are no complex functions.

Booking Calendar + Cc Payment

March 26th, 2009 No comments

I need to make a booking calendar that will show prices on each day of the calendar month as there are different seasons for this accom. The user will be able to select a block of days then when the wish to book the system needs to calculate those days and add tax, and then offer them if the want to pay all at once or 50% now and the other 8 weeks before arrival. Then the system will need to give the option for a secure CC payment or a direct deposit. And then they will be able to make payment right there and then and for the system to send an email confirmation to the guest and also to me.

The calendar needs to look nice from a design perspective, this calendar is the closest thing that I have seen to what I need.

http://www.exotiqvillaholidays.com/check.aspx?CF=AX130a

My site is in joomla 1.5 but it would be great if it can be managed seperatly to joomla as I may want to change the content management system one day. But I guess joomla knowledge will be needed for the developer.

There will be one person managing the dates for this calendar so that’s why it’s better for this calendar to be managed independantly but be seen as part of the site as it will make things less confusing for the person managing this calendar. There are many other sites like mine so when there are bookings made the management companies let us know to block the dates off and the person managing this will go in the back end and block the spots off.

Just trying to get an idea if there is something already available that I can use or that can be modified to suit. Or if I need a developer to write this from scratch.

www.secretvillasbali.com

Hope to hear some great advice or find a great developer to co-ordinate this project :-)

Bear