Ppv / Ppm Video Chat Component + Module For Joomla 1.5

PPV / PPM Video Chat Component + Module for Joomla 1.5

I basically want to clone this script right here: http://demo.online-webcam.net
and turn it into a component for my joomla website here: http://honeysting.com
username: momentum
password: attraction2020

My website has Jomsocial so I don’t need the profile feature and different log-ins. I have setup multiple profiles in jomsocial already (Performers, Studios and regular members/viewers). The PPV / PPM Video Chat Component must be written to run on a Red5 streaming server.

VERY IMPORTANT >> I want everything working together in harmony with my members’ names, avatars, etc. I also want full integration with an auction system like BF Auction Pro or something similar. The main difference however, is that instead of paying with money, members will pay with credits (same credits they use for tipping and private shows). I am open to suggestions on the auction, it doesn’t have to be BF Auction Pro. You tell me the best way you think we should do this.

So basically the PPV / PPM will be a component and it will work seamless with my Joomla website, a module that shows the pictures and names of the live performers, and an auction integration where a Performer decides to auction an item such as a piece of clothing or a private video, etc. She decides how many points/credits the bid starts at, customers go and bid on an item (allowed only by the amount of points/credits they have on their account), the winning bid gets the amount of points/credits deducted from their account, Performer ships item or sends it via email to the customer.

Here are the different logins area of the PPV script so you see how it works.

Administration area:
http://demo.online-webcam.net/exec/manager/
Login: admin
Password: admin

Studio Manager area:
http://demo.online-webcam.net/exec/manager/
Login: manager1
Password: manager

Performers area:
http://demo.online-webcam.net/exec/performer/index.jsp
Login: test
Password: testtest

Client area:
http://demo.online-webcam.net/exec/
Login: tester1
Password: q1w2e3r4

ONLY serious developers who can do this job can bid. Please don’t just glance at this and place a bid. See how everything works first, go to my website, make sure you can deliver what I want and then place your bid. I am also willing to eliminate some of the features in order to bring the cost down if it gets too expensive. Let’s make it happen!

Thank you for spending your time looking at my project. Looking forward to your bids and suggestions.

Cheers,
Sotto

Bidrodeo / Quibids Site Clone Needs Completed

Hello,
I am looking for someone who can complete a bidrodeo/quibids clone site that is already 99% complete. My previous programer did a great job however he was unable to complete the site due to other projects and has now stopped responding to my emails.

The site is almost perfect however there are a few areas that I am not happy with. The site needs to have the proprietary bidding process perfected, the billing procedure needs to be added in and linked so that it can function, and the proprietary registration process needs to be cleaned up. There are also many areas where there are mistakes in the English that has been used.There may be a few additional tasks that need done but they are all minor and should not take much time.

I am looking for a programmer who is fluent in English (speaking/writing) that can complete this work. I also need someone who can provide me with regular updates and respond to my emails and also be reachable by instant message.

Be aware that I am not looking for a complete redesign. I just need the above tasks completed right away so the site can go live.

Also be aware that I am working on a limited budget so any off the wall bid will be rejected. I am not looking to pay thousands of dollars to have these items repaired and they should be fairly easy to correct since the main code is already there.

Design 5 Page Site And Change Colour Of Site

design 5 page site but in your own style of deisgn very simple
site will be given on pm

1 home page

2) features page

3)demo page this is basically a screenshot of my site front end and admin side and of course a link to it

4) pricing page
5) suport page

6) change the colour of my site layout will stay the same just colour change

budget around $50

Android Application Using Gps

Using the GPS in the Android device it should determine the location and select an area with in a radius of X (changeable in app set up) number of miles. I am looking for an application that can connect upto to a website. Website is php/mysql, and it will need to get locations from a database and display them on a map on the Android device. Locations will have latitude / longitude values. Then if you tap on one of the locations on the map (which is on the Android device) it will display a window with more business name, address, phone and description if one of the fields in the file says to. There may also be additional information that would need to be displayed on a full size window.

If you have any questions please contact me. I would prefer someone who can speak English fairly well because I will want you to explain the application to me upon completion.

This is phase 1 of the project so there is a possibility for more work if this project goes well.

I may also want to do this for iphone.

I want to deal directly with the developer, not a company representative.

Write Queries For Each Of The Stated Problems In The Steps B

The deliverable for this lab will include:

Your script file with the 13 queries in it. Be sure your name, course number, and lab number are in a comment area at the top of your file.
An output file created using SET ECHO ON showing both the SQL code and the results.
Both documents are to be zipped into a single file before submitting to the iLab Dropbox for Week 4.
L A B S T E P S
STEP 1:

Using the BOOKS table, write a query that will list the categories for the books in inventory. List each category only once in your result set.

STEP 2:

Using the BOOKS table, write a query that will list the title and publisher ID for each book in the table. Use the column heading of “Publisher ID” for the pubid field.

STEP 3:

Using the BOOKS table, write a query that will list the book title, retail price, and the amount of markup for each book. The amount of markup is the retail price minus the cost. Use the column heading “Price Markup” for the arithmetic expression column.

STEP 4:

Using the BOOK_CUSTOMER table, write a query that will list the customer’s first name, last name, and city for those customers living in zip code 31206.

STEP 5:

Using the BOOK_ORDER table, write a query that will list everything about the orders placed prior to April 2, 2009.

STEP 6:

Using the BOOK_ORDER table, write a query that will list everything about the orders that have not been shipped yet.

STEP 7:

Using the BOOK_CUSTOMER table, write a query using the AND and OR operators that will list the customer information for those customers living in either Florida or New Jersey who have not been referred by another customer.

STEP 8:

Using the BOOKS table, write a query that will list all information about those books that are not computer books and do not cost more than $30.00 retail.

STEP 9:

Using the AUTHOR table, write a query that will list all information about authors whose first name ends with an “A”. Put the results in descending order of last name, and then ascending order by first name. This should be done using a single query.

STEP 10:

Using the BOOK_ORDER table, write a query using the > and < operators that will list the orders that were placed between April 1, 2009 and April 4, 2009. Only show the orders for April 2nd and 3rd in your result set.

STEP 11:

Using the BOOK_ORDER table, write a query that will list the orders that were placed between April 2, 2009 and April 4, 2009 including those placed on the 2nd and 4th. Use a different approach (operator) in writing this query than used in the query for #10, that is, do not use > and < signs in your query.

STEP 12:

Using the BOOKS table, write a query that will list the book title, publisher ID, and published date for all books that were published by publisher 4 or after January 1, 2001. Order the results in ascending order by publisher ID and give the publish date and publisher ID columns meaningful titles.

STEP 13:

Many organizations use percentage of markup (e.g., profit margin) when analyzing financial data. To determine the percentage of markup for a particular item, simply subtract the cost for the item from the retail price to obtain the dollar amount of profit, and then divide the profit by the cost of the item. The resulting solution is then multiplied by 100 to determine the percent of markup. Using a SELECT statement, display the title of each book and its percent of markup. For the column displaying the percent of markup, use “Markup %” as the column heading.

This is the end of lab #4

Traffic X3 by pbx3john

We are looking to increase traffic to our sport/game specific website. This is a community based website and we are willing to pay $30 per 300 people that sign up from whatever work you do. These must be real people and interested in the specific topic our website covers… (Budget: $250-$750 USD, Jobs: Advertising, Internet Marketing, Link Building, SEO)


Commission Based Laser Toner Sales/Call Center $125/week by connectsim

We are looking for a commission based call center to sell our line of laser toner products to our customers in Canada. Or in specific areas in Canada. This is a commission based job with a $125/week extra if quotas are met… (Budget: $30-$250 USD, Jobs: Marketing, Sales, Telemarketing)


Serious/Fast Native English writers needed – 1 by WritingStore

Hi there, I am in need of a native English speaker or speakers who is/are specialized in niche/niches such as medical writing, technical writing,financial writing, fashion writing, Product reviews etc etc … (Budget: $250-$750 USD, Jobs: Academic Writing, Article Rewriting, Articles, Technical Writing, Travel Writing)