Content Management Service App

Content Management Service App
What is needed: (Must be created in PHP/MySQL)

1)People need to be able to purchase credits via PayPal that get added to an account balance automatically via IPN (notify url being in the form code). Preferrably this would be written in a way so other payment processors can be added later easily via a plugin or some such.
2)The single purchase options are able to be created via an admin panel where the admin creates options for different credit amounts for a certain dollar amount.
3)People also need to have the option of signing up for various monthly subscriptions that can be created in an admin interface. The monthly subscription will allow the users a number of alloted credits that are predefined at the time the monthly subscription is designed in the admin panel.
4)People need to be able to sign up for multiple monthly subscriptions if they choose to.
5)Coupon codes should be able to be created for single purchases or monthly subscriptions that only work for whatever product the coupon code was created for.
6)Members need to be able to submit content via TinyMCE to a queue. (Title field and content field)
7)Everytime the user submits a piece of content to the queue a credit is deducted from their balance.
8)If the balance is depleted they will no longer be able to submit content.
9)Users should be able to view their own queue
10)If it is a monthly subscription it should auto add the correct number of credits to their account again at the time the billing cycle renews if payment was successful.
11)The queue needs to be for admin use where the admin can approve or dissaprove of content. Admin should be able to see articles all at once in the queue regardless of who the user is obviously.
12)If the content is disapproved the user is shown a notification when they login to the system. The credit for the submission is added back to the users account until they resubmit the content for approval again.
13)If the admin approves the content it is sent out via xmlrpc to wordpress blogs.
14)The admin needs to have a place where he can add all his urls to the blogs and specify usernames and passwords for the blogs. These can be full urls like http://www.myblog.com/xmlrpc.php
15)These blogs are the ones that will be posted too. When content is approved.
16) Users need to be able to see a report page that shows when their articles were submitted
17) Users should eb able to update their account information.
18) Would like for Aweber auto signups to be possible. If you do not know aweber that is fine just need somewhere in the code to be commented for the email to be sent to aweber and someone else will design the email parser in aweber.
19) At the time the admin approves content in queue they should be able to designate how many sites that the content is going to be posted on. This would be a drop down menu. The sites can just be random… If the admin selects 100 as the value it would be fine if the app just grabs the sites and does an array_shuffle and posts to the first 100 in the array. 100 Should be the default value in the drop down and grow by increments of 100 per the size of the database of sites.

Class Schedule Generator

Class Schedule Generator
This project will be a website that has the ability to generate a schedule based on certain conditions. The site will have a database with class names and descriptions. It will also have class time. Users will come to the site choose which classes they are enrolled with and block off times of the week they dont want class. The site will then generate possible class schedules. If the combination is not possibly this will be displayed.

Quick Fix Twitter Issue

Quick Fix Twitter Issue
This is a very quick & easy project if you are familiar with the twitter and YouTube API. Please see attached pdf screenshots of our pages as showing when accessed from iphone. Attached PDFs also describe the script issues for which minor issues need to be resolved so they show properly when viewed on iphone. Below is a link to our site (be sure to copy the entire link below and paste in your browser to view page fully):
“http://econcierges.com/DEV/FRAMEWORK/biz/profile?userid=62&handler=biz&biz=French%20Laundry”

Simple Videochat Website

Simple Videochat Website
Hello,

I need a simple videochat as it gets like chatroulette(dot)com.

I will have my own design in PNG for you.

– UTF-8 encoding
– Clean code
– Flash 10 Adobe Peer2Peer Real Time Messaging Protocol (RTMP)
– Possibility to translate to another language

Thank you for your BID

If you have some similar project done please send URL with sample.

Order Fullfillment Web Tool

Order Fullfillment Web Tool
Hello,

In summary, this tool will be comprised of a mySQL database, and a web interface.

Functionally, it will pull all order information from 2 different 1shoppingcart.com accounts using the 1shoppingcart.com API methods, and populate the database with all fields.

The tool will automatically assign one of four possible statuses, a “shipping method”, “shipping notes”, and “fulfillment method” to each order. (This will be done using a set of criteria that will be built into a simple admin screen. The user will have access to this screen and can make changes to these criteria as needed. All that is required here is a graphical way to set up “If, and, or, then” statements using any data in the fields of the orders)

In the main interface of the tool, the user will be able to search for orders in a variety of ways, and can manually edit some of the fields, and manually change the status of an order.

When the user triggers the “fulfill order” process (hitting a button), the tool will format HTTP GET requests for all “completed” status orders that will be fulfilled through the disk.com fulfillment house (based on the customizable criteria we can setup and modify). If an order fits a different set of criteria, it will be added to one of 3 different printable “fax sheets”.

The user will then be able to print out the fax sheets which contain the shipping information for the orders, and then manually fax these sheets to the vendors.

This ends the summary, detailed specifications will be laid out in the attachments.

Augmented Reality Project

Augmented Reality Project
Thank you for taking the time to view our project proposal. We are looking for a talented team to develop our Iphone/Android game.
Majority of the code is already developed from other open source projects, the developers would need to combine and optimize the code for mobile devices.
This project proposal is for the core application, there will be many expansions to this project and we are looking for a team that will be able to work with us long term.
Attached is a brief project scope that highlights the various technologies and elements to this project. Please do not submit a bid unless you are comfortable with these technologies.
We are looking for a team with great communication, that can complete this project under budget and before its deadline.
To Be Considered for this Project
1. View Brief Project Scope
2. Sign Non Disclosure Agreement
3. Email/attach
a. Signed Non Disclosure Agreement
b. Previous Relevant Projects
c. References
4. Upon Approval we will then send a development package
Development Package
1. Detailed Project Scope
a. Document with all project details
b. Links to source code
2. Menu Outline
a. Flow chart of application menu
3. Graphics
a. Graphics required for development
How to Submit a Bid
1. Review Development Package
2. Project bid must include
a. Accurate quote
b. Accurate detailed timeframe for entire project
c. Proposed timeline for installment payments based on project milestones

Vbulletin Rss Modification

Vbulletin Rss Modification
Need a plugin designed for vbulletin 3.8. that adds Titled headers for each included forum in the feed. We use phplist to pull the rss feed and mail it out to members. All casting forums (http://www.mymodeltalk.com/jobs/#castings-promotionals) are currently named by the area they correspond to. The issue we want to resolve is that the members cannot tell which forum the threads in the feed are from because it simply lists each thread (one after another). There is no titled header or separator. Nobody can tell where the Atlanta castings end and LA castings start!

External.php is the script that generates rss for our castings forum.
I can designate what forums I want included in the feed by designating the forum id Example: (http://www.mymodeltalk.com/jobs/external.php?forumids=12,13,17).

Really need some type of section header so that people know the area the threads comes from. I prefer we create a totally new feed that I can dynamically define with new forum IDs when needed.
Must include summaries, images, and hyperlinks in the feed but not the full post.

Paying 100.00 USD for this simple addition.

Curl & Regex Data Scraping

Curl & Regex Data Scraping
Hello,

I am trying to connect & login to 3 different websites via CURL. After logged in, I am trying to pass a search example:

http://myscript.com/script.php?keyword=shoes

I am then trying to CURL the search results (page source) & regex for a specific pattern so then I can list the results on my script page.

I would like to apply this same idea to 3 different sites. They are all different – but I can explain very well what I need. I can provide all the links of where to login, how to search & etc. I also have the patterns I need to regex out.

This should be very easy for someone who knows PHP CURL & Regex or pregex.

Magento Quick Modification

Magento Quick Modification
Need a snippet of code with an “IF” statement that determines this:
If subcategories = id# 1,2,3, (etc.) then change quantity to decimals
If attribute = name, name2, etc. then use integers for the quantity

Here’s the code that is currently NOT working properly:

<?php $_product = $this->getProduct(); ?>
<?php $currentCategory = Mage::registry(‘current_category’); ?>
<?php if($_product->isSaleable()): ?>
<fieldset class=”add-to-cart-box”>
<legend><?php echo $this->__(‘Add Items to Cart’) ?></legend>
<?php if(!$_product->isGrouped()): ?>
<span class=”qty-box”><label for=”qty”><?php echo $this->__(‘Qty’) ?>:</label>
<!–<input name=”qty” type=”text” class=”input-text qty” id=”qty” maxlength=”12″ value=”<?php //echo $this->getMinimalQty($_product) ?>” />–>

<?php $color=$_product->getResource()->getAttribute(‘Color’); ?>
<?php $designer=$_product->getResource()->getAttribute(‘Designer’); ?>

<?php if(((isset ($currentCategory))

Yahoo Sport Auto Poster Bot

Yahoo Sport Auto Poster Bot
I need a script or program that will allow me to auto post a standard comments on the latest articles on Yahoo EuroSport pages etc.

For example the comments on this article
http://uk.eurosport.yahoo.com/25022010/58/premier-league-mourinho-medal-sold-auction.html

Please contact me if you are able to help and let me know how much you charge, it has already been done so should not be a big job.

Slice And Program New Website

Slice And Program New Website
The attached archive contains a detailed description of the project, as well as some PNG files which are copied from the PSD page templates.

It will be difficult for you to understand the site requirements without looking at the attached PNG files. Please make sure that you review all materials before you bid.

Teams are welcome to apply, as well as any individual programmer who can do PSD slicing and programming. You must provide me with a detailed development plan that shows what work will be done each week, and how long the project will take. You must be available everyday via skype and email, and provide daily progress reports. If progress is not satisfactory, the project may be cancelled. Yes, this is for SERIOUS and PROFESSIONAL bidders only! I always have 10-15 projects available, so if you do a good job, I may add you to my team of developers in future projects.

Project details (taken from the attached Word doc)

Our company manages several rental properties in Paris. This website will showcase the properties and provide information about the accommodations. The site will not be developed in WordPress. We will create a custom control panel to modify page content and to manage the rental property information.

Site map

1. Home (general info, jquery slider, google map with properties, etc.)
2. Our Properties (jquery property browser, links to sub-pages, google map)
a. Subpage for each property which shows the details of that property (longer text description, embedded photo album, property details chart)
3. Reservations (For now, this will have some basic information and a link to another website that handles the bookings)
4. Your Stay in Paris (All text)
5. Policies and FAQ (All text)
6. Contact Us (general contact form, additional contact information)
7. Information for property owners (All text)

Special features

Page headers: The home page has a longer header image than the rest of the pages. The background image in the page header will be randomly selected every time the page loads. I will provide you with 10 different background images for the home page header, and 15 background images for the sub-page headers.

Page background: There is a special image to be tiled on the page background. I will provide this image to you.

Home page slider: There is a jQuery slider on the home page which will rotate through all of the properties in the database. The jQuery should dynamically pull the main image and property data from the database, so that it does not need to be updated manually. When user hovers over the slider, a left and right arrow will appear on the slider, allowing the user to browse previous or next slides. When user clicks on a slide, he is taken to the property details page for the selected property.

Google map: I have created a custom Google map which has all of the properties on it, however the ideal solution would be to integrate Google Maps API into the website so that we can add new properties to the admin panel in the future, and they automatically appear on the map. Clicking on the map pushpins will display a balloon with the name of the property, and a link to the property details page. Please ask me if you need to see a demo of this functionality.

Right sidebar: The “from our guestbook” section will pull random quotes from a table in the MySQL database. The section below that will have an embedded Flickr widget. Below that is a simple ajax-driven contact form.

Special offers box: On many pages throughout the site, you will see the “special offers and announcements” box. The contents of this box will be controlled through the admin panel.

Property icon slider: On the Properties page, and at the top of the Property Details page, you will see a jquery slider which displays all of the available properties in the database. If you look at the PSD, it is very obvious how this should function. The thumbnail image, property name, and location will be pulled dynamically from the database. Clicking on one of the thumbnails will bring the user to the Property Details for the selected property. The selected property is highlighted as shown in the Property Detail PSD.

Property listing: On the Properties page, under “Explore all of Cobblestone’s unique properties,” you see a dynamic listing of all properties. This list should be created from the Properties database. Clicking a property name will bring the user to the Property Details page.

Property Details page: There are a few special features on this page. All the information on this page is controlled through the admin panel. On the right sidebar, you see the quick navigation links. They jump to different parts of the page. When user clicks on one of those links, the page should slide down using jQuery effect. Below the quick nav links, There is an embedded google map showing the location of the property. It would be great if this map could be auto-generated based on the property address. The Image gallery will probably be a Flickr widget. Below that is the “at a glance” table. This data is all from the database which manages property information. Below that is the “Guest comments” section, which displays guest comments that admin has added to the property. The Check availability link at the bottom of the page will go to a third-party website, but admin must have control over the URL of this link.

Content editing: Admin panel will provide the ability to edit static content including home page text fields, “special offers and announcements,” Policies and FAQ page, and other parts of the site where there are blocks of text. The text editor in admin panel should allow for text formatting, but should keep the site formatted according to CSS style sheet. For example, admin cannot change the fonts, but they can make the font bold/italic/larger font/colored font.

Admin panel: I will provide you with a control panel skin, containing the admin UI. You will only need to customize this skin to suit the needs of the project.

Webpage Scraping To Mysql

Webpage Scraping To Mysql
this project requires an experienced scraper, i believe from the previous failed projects that you will have to be very good at your job, so please do not bid if you have no experience, have no ratings, cannot complete, cannot communicate via IM regularly, cannot show me an example before i accept the bid and only bids in budget please.

The project is a repeat of a previous project which was completed in 24hrs for $40. However the html structure has since changed and this is why my current scraping script no longer works.
Project outline:
1 x Script to scrape data from 1 website and store data in mysql on my hosting account, you will be required to create the database and tables etc from scratch. I will provide table names.
Max bid $55 and has skype

Additional work for successful programmer
Exactly the same as above but different website 

Please contact me if you are interested with the word “dude” in your message so I know you have fully read the project.

Ning & Php Customization 2

Ning & Php Customization 2
Greetings

I have a new web template for an existing site
i need my new design installed into my site.

My site is a video streaming site it’s PHP
i have used the script www.clip-bucket.com
to create the site.

I also need my new design to be installed into my
ning.com social network.

I am on a very tight budget, i need a good programmer
who knows what they are doing and can be trusted to do
what they state

Php Fixes For Site. 2

Php Fixes For Site. 2
Site is http://alturl.com/3yqw is about 8 months old.

I need these fixes for my site. This is an update since 2009. Has not been update over about 5 months. This is written in PHP and you need to comment on everything you do in the php file so that in the future it is easier to read, like if you open a file you must indicate what that file is for by commenting and where you made the changes.

I need someone who can do this right. The fixes should be easy. This is a budgeted fix, outsourced in PHP. $50-$75. To be paid at completion. Should be 3-8 days.
Thank you.

Details:
1) User password when resetting should work. There is a code bug which is why it is not working.
2) The download page should show up and it should work (its only visible when user sign in) basically only admin add files and only users can download if they A) have an account B) sign in C) admin add a file. This was there, but somehow it was deleted or changed, causing the page not to work, I did not have a backup.
3)The picture page where there are up to 20 pictures to be added need to be able to be deleted and format right. There is a bug there, right now the pictures just overwrite each other, instead of correctly deleting in orders which they are set up. Its on the edit restaurant features in user login, however admin control is not updated see #5.
4) I need section on the bottom (coding is there, its just invisible to be change and made workable by original programmer) to be “Careers, Management Team, and News” The careers and management team page should be set up like the videos page, where I can add videos via the admin management control (not in cpanel it is www.website/admin.com)
5)I need the admin control to be updated with the features that is in the user control when they sign up. The user control are updated with features like menus and items changing in Sept 2009 but the admin control was not updated. Need the format of the control admin to be right too, its too slanted and does not look good right now.
6) I need admin control to be able to assign restaurants to users, remove users as its owners. There was an owner column in admin control before, but code might have not been taken out.
7) There use to be a confirmation process for ordering, just a confirmation with item list and automatic calculation of costs to be confirm by potential customer and restaurants when they log in. This need to be updated and working.
8) Currently my pictures for some menus/items show up very small, I need it to be like this site http://www.w3restaurants.in/list.php
9. I want the menu to be smaller, using smaller size font like “11” and for the price and item name. After each name, just like this page http://www.foodler.com/MA/Somerville/Pizza/City-Slicker-Cafe/Pizza/1685.html to have 1 line highlight bluegray like the color they have. To save spacing and make it neater.
10. Right now the menus are in text format, I need an option where instead of text format, during menu writing session to have option of “upload actual menu” where they choose to upload a picture file of the actual menu (and ordering info is out) and that will be it for the menu section.
If not, there is three tab that is normally called restaurant menu, functional menu, catering menu =during menu creation, they are from a pull down list. I need to have a function to be able to rename them for specific restaurant to be anything like. Menu 1, Menu 2, Menu 3 type. If its an upload there should be in full size viewable on the screen instead of having user to click on it.
11. There is a problem when writing menus manually, if for like 15 minutes, it just automatically log out without asking if user want to continue session, hence information is not save. Need a timer and a pop up asking if they like to continue instead of logging user out automatically if they are on that page only.