Archive

Archive for July, 2011

Easy Search Engine Optimization 2

July 31st, 2011 Comments off

Currently my website get600.com is on the 4th page for the following keywords:
Full Tilt Bonus
Full Tilt Poker Referral Code
Full Tilt Referral Code

All I need done is for someone to get my website to the first page for these 3 keywords. Payment will be released only once the website reaches the first page of all 3 keywords.

Api Work

July 31st, 2011 Comments off

I would like to create 2 simple/minimalist webpages using Bing’s Developer API.

1st Webpage – Home Page contains:
-Search box on the middle of homepage allowing users to enter keywords for searching (ex. web, news, images, and videos).

2nd Webpage – Results Page contains:
-Search box at the top.
-Spelling Suggestions **if any** (part of API “Spelling” Sourcetype) under Search box.
-Related search keywords under Search Box (part of API “Related Search” Sourcetype).
-Web, news, images, and videos results depending on what the user choose to search. Keywords highlighted in the results (part of API “Highlight” Sourcetype).
-Related search keywords under Search Box (part of API Sourcetype).
- Next pages links
-Search box at the bottom.

Documentation and Sample Code:
-Bing API Documentation is here: http://msdn.microsoft.com/en-us/library/dd251056.aspx
- I found sample code and this nice CSS template that can be used for the results page here (Do NOT want instant search): http://www.9lessons.info/2011/02/bing-instant-search-with-jquery-and.html
- Users browser should NOT to communicate with Bing’s API directly. The users browser only communicates with my website.
- Nothing fancy so works on Internet Explorer, Firefox, Chrome, Safari.

Payment:
Escrow only. Ready to start.

Need 5 Image Icons Designed And Created For Ecommerce Store

July 31st, 2011 Comments off

Hello Fellow Scriptlancers,
I need 5 Image Icons Designed and created for my eCommerce store. I will then make the icons clickable images on my storefront, and they will click through to corresponding pages on the site. These are going to be, a free shipping icon, a no sales tax icon, a safe and secure shopping icon, a 100% satisfaction guarantee, and a lowest price guarantee icon (all leading to descriptions of those services on corresponding pages respectively). I have provided some sample icon images (that are attached to this job listing) of these respective categories. These icons are simply taken off the internet, I don’t own them, and therefore, they might be copyrighted. So in lieu of this fact, you MUST keep in mind that these sample images are only to be used to give you a loose idea of the type of design I am looking for, and nothing more. When you create the icons, you must create them from scratch, they must be 100% authentic, and your own work. You cannot copy, edit, rehash, or recreate the sample icons to even the smallest degree! I hope this is very clear, if I see similarities between your work and any one of these images, you will have to redo the work. Aside from 100% authentic work, I am looking for smooth, glossy, professional designs with very deep colors. Also, the color schemes of these icons have to complement the color scheme of the rest of the website. I will provide the website url by PMB.

And remember, I am only providing these sample images to make it easier on you to grasp the kind of work I need, that is all.

I will not award to outrageous bidders. You must have a good reputation, and sample works is a must!

Thank You,
TransWealth

Vb6 – Vb.net Conversion In Vs2008 Sp1

July 31st, 2011 Comments off

Hi all

The objective
*************

I would like my vb6 code (which works!) to compile successfully in Vb.net.

44 critical errors are identified in the automated conversion once I include a missing reference and 10 are unique. The 10 unique errors are shown below.

The deal
********

I will send the source vb6 code and the vs2008 code to the winner. I will not be posting it to bidders . You must demonstrate the compiled vb.net code and send the completed code before the project is finished.

I will own the copyright to the code at all times.

The issues
**********

I have converted a vb6 project to Vb.net in VS2008 SP1. I have only a few unique errors although some of these occur multiple times:

1) name “commondialog1″ is not declared

Sub PrintGraph_Click()

PrintBW.Visible = False
CloseButton.Visible = False

‘UPGRADE_ISSUE: Constant cdlPDReturnDC was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”55B59875-9A95-4B71-9D6A-7C294BF7139D”‘
‘UPGRADE_ISSUE: MSComDlg.CommonDialog property CommonDialog1.Flags was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
CommonDialog1.Flags = MSComDlg.PrinterConstants.cdlPDReturnDC

2) Current x is not a member of system.windows.forms.panel and
3) Current y is not a member of system.windows.forms.panel

Sub DrawBar(ByRef Trait As String, ByRef Relat As String, ByRef PercentScore As Object, ByRef R As Short, ByRef G As Short, ByRef B As Short)

If Trait = “Emotional” Then
If Relat = “” Or Relat = “C” Then
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentX was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.CurrentX = 0
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentY was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.CurrentY = 50

4) Line is not a member of system.windows.forms.panel

‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentY was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_WARNING: Couldn’t resolve default property of object PercentScore. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”6A50421D-15FE-4896-8A1B-2EC21E9037B2″‘
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentX was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_ISSUE: PictureBox method Graphs.Line was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.Line ((GraphOutput.Graphs.CurrentX + 71.4 * CShort(PercentScore)), (GraphOutput.Graphs.CurrentY + 450)), RGB(R, G, B), BF

5) End of statement expected

‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentY was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_WARNING: Couldn’t resolve default property of object PercentScore. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”6A50421D-15FE-4896-8A1B-2EC21E9037B2″‘
‘UPGRADE_ISSUE: PictureBox property Graphs.CurrentX was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
‘UPGRADE_ISSUE: PictureBox method Graphs.Line was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
GraphOutput.Graphs.Line ((GraphOutput.Graphs.CurrentX + 71.4 * CShort(PercentScore)), (GraphOutput.Graphs.CurrentY + 450)), RGB(R, G, B), BF

‘[Step] (x1, 1) [Step] (x2, y2), [color], [B][F]

End Sub

6) As any is not supported in declare statements

‘UPGRADE_ISSUE: Declaring a parameter ‘As Any’ is not supported. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”FAE78A8D-8978-4FD4-8208-5B7324A8F795″‘
Private Declare Function SendMessage Lib “user32″ Alias “SendMessageA”(ByVal hwnd As Integer, ByVal Msg As Integer, ByVal wp As Integer, ByRef lp As Any) As Integer

Private Declare Function CreateDC Lib “gdi32″ Alias “CreateDCA”(ByVal lpDriverName As String, ByVal lpDeviceName As String, ByVal lpOutput As Integer, ByVal lpInitData As Integer) As Integer

‘UPGRADE_ISSUE: Declaring a parameter ‘As Any’ is not supported. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”FAE78A8D-8978-4FD4-8208-5B7324A8F795″‘
Declare Function OSWinHelp Lib “user32″ Alias “WinHelpA”(ByVal hwnd As Integer, ByVal HelpFile As String, ByVal wCommand As Short, ByRef dwData As Any) As Short

7) Hdc is not a member of microsoft.visualbasic.powerpacks.printing.compatibility.vb6.printer

Public Function WYSIWYG_RTF(ByRef RTF As System.Windows.Forms.RichTextBox, ByRef LeftMarginWidth As Integer, ByRef RightMarginWidth As Integer) As Integer
Dim Printer As New Printer

Dim LeftMargin, LeftOffset, RightMargin As Integer
Dim LineWidth As Integer
Dim PrinterhDC As Integer
Dim R As Integer
‘ Start a print job to initialize printer object

‘Printer.Print Space(1)
‘Printer.ScaleMode = vbTwips

‘ Get the offset to the printable area on the page in twips

‘UPGRADE_ISSUE: Printer property Printer.hdc was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
LeftOffset = Printer.ScaleX(GetDeviceCaps(Printer.hdc, PHYSICALOFFSETX), ScaleModeConstants.vbPixels, ScaleModeConstants.vbTwips)

8) Drivername is not a member of microsoft.visualbasic.powerpacks.printing.compatability.vb6.printer

‘UPGRADE_ISSUE: Printer property Printer.DriverName was not upgraded. Click for more: ‘ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword=”CC4C7EC0-C903-48FC-ACCC-81861D12DA4A”‘
PrinterhDC = CreateDC(Printer.DriverName, Printer.DeviceName, 0, 0)

9) Update_click is not a member of sis.keydisplay

KeyDisplay.Update_Click(Nothing, New System.EventArgs())

10) Newindex is not a member of system.windows.forms.combobox

For x = 0 To MainForm.ClientData.NewIndex

Icon/logo Designer

July 31st, 2011 Comments off

Hi
I am looking for a designer to design small distinct symbols that represent different categories of a business, ie. restaurants, cafes, bars. I already have a theme of the type of design, you will continue the theme so your designs look like mine. I also have existing designs that need to be edited. Please show examples of your work.

Simple Cgi Upload Script

July 31st, 2011 Comments off

I need a simple upload script to do the following:

1. User will already have password (provided from another source)
2. After user correctly enters password he browses his local computer (if possible, at root C: directory) for a file named catalog.txt.
3. Script will only allow file named catalog.txt to be uploaded – any other filename will result in error message.
4. Script should have Captcha code for security.
5. catalog.txt file after being selected from user’s local computer should be uploaded to same folder where this cgi script is located.
6. An Email should be sent to me upon successful upload ( Subject: catalog.txt upload; Body of email: upload at www.usersdomain.com/thiscript )
7. Programmer should provide instructions how I install script on each user’s domain, change user password, change url for user to be taken to after upload, and change my email (if necessary).

The catalog.txt file is generated by a program on user’s computer at C:catalog.txt. I have a cgi script already in place for visitors to view the contents of catalog.txt file online. I just need a simple,inexpensive, foolproof, secure means for users to be able to upload that one file to each user’s web site.

Fix Url Issues On Windows 2008 Server

July 31st, 2011 Comments off

Hi-

We need the following three matters fixed. Server is Windows 2008 running Tomcat.

1. Unwanted Server Redirect (demo server)
2. Connect Public URL to Apps on Server (test server)
3. Replace Domain Address Inside the App (demo server)

Please see attachment for explanation of the issues

Thx-
Adam

Add Recaptcha Code To Existing Subscription Form

July 31st, 2011 Comments off

I need to have my reCAPTCHA code added to an existing subscription form so it works. An exact example of the existing html page and code can be viewed here, (view the source of the page):
http://www.riversongs.com/free_greetingsNEW.html

You should be able to test the new form completely yourself to assure it works.

For those who do not understand what I need, (who would then not be qualified for this job), you may review the following link:
http://code.google.com/apis/recaptcha/docs/display.html

Note: To a qualified programmer, I would be open to using a captcha
that is more readable, such as from this link:
http://www.hellocaptcha.com/

Please be honest with yourself, if you do not have experience in adding reCAPTCHA code to an existing form, then you should NOT submit a bid. To be clear, the current form works and functions properly, you should test it by using your own email address to see how it
works, (to include checking your email for an automated response), prior to altering any code whatsoever on the page. The form must function as it currently does now, but with the reCAPTCHA code added to the form to protect it from spam. You should test it in Internet explorer and in Firefox prior to sending it to me for final approval.

You can obtain the current code, as any qualified tech should know, by going to view and then source from your browser window, simply copy and paste the entire code. WARNING: If you do not know what you are doing it will come up, I will not pay anyone who is unable to complete the job to my satisfaction.

Matching Software

July 31st, 2011 Comments off

Programmers,

I would like to create a matching website that will match borrowers’ needs with lenders that can satisfy those needs.

We need borrowers to complete fields of a form online and the software to march lenders providing similar services.

We need you to tweak any type of matching software and customize the fields to fit what our market is searching for.

We will not spend a ton of money creating this software from scratch.

The project requires you
1. find available match-maker software that is customizable
2. customize it for our logo and colors, custom search fields
3. install it, tweak it until it’s right
4. give us 90 days maintenance

Thank you!

C Plus Plus Project

July 31st, 2011 Comments off

Hello all programmers:

I have a c++ project for my class and it’s due in 24 hours. I have been busy working and i don’t have time to do this project. I am willing to pay $35-$50 for this project. It’s pretty simple.

All you have to do is:
1st— open the project description that i’ve attached and read it carefully and DON’T worry about the part that say program due and how to turn it in. Also read over the EVALUATION form if you want to.

2nd–I have attached the requirement files for this project, which is the inventory.txt, ListP.h for class.

3rd. Finally, I just need the code as say in the Program Due part: (which is the Book.h, Book.cc, and ola5.cc).

Thanks for viewing this and let me know if you have any questions.

Magazine With Video And Social Media

July 31st, 2011 Comments off

I need a site programmed. Could be from scratch, could be using Joomla and Community Builder or similar. Look at Aplacetogrow.tv to see where we are headed.

We can pay cash, trade for % of company, or any combination. Idea is trademarked and we have tie ins with 1500 schools waiting for a working site.

Site needs to: be regional, so stories can be posted about any town, and it will be “tagged” as being from that region. Editors can “bump up” stories to state or national or global levels, so the stories get more exposure.

Free websites to businesses or community groups. 1-3 page websites free, more if they pay

Stories can be submitted by interns or community members. Text, audio, video or mixed

Social networking aspect a must. profiles, connections between members, etc.

freemembership

classifieds (free and paid)

banner ads

Any questions? email me

Need Captcha On Contact Form.

July 31st, 2011 Comments off

I know there are a number of free “Captcha” scripts out there, but I am looking to have one integrated into a contact form. The form is functional right now, so take a look and let me know what it will take.

Thanks

Flash Player

July 31st, 2011 Comments off

I am looking for a flash designer to build a flash player from a template from entheosweb.com.

Looking to see qualified flash 8 developers.

I need someone who can work on the project completed with 10 business days from start.

Affiliate Software + Capture Page Software Integration

July 31st, 2011 Comments off

Hello -

I just bought an affiliate software that I need to be
integrated with my capture page software.

The affiliate software is installed to my server already
and is called http://jam.jrox.com/

It’s installed to my website www.bigfootprofits.com
which is almost done.

I want to make it so when a new member sign ups to the
website / affiliate system, they are automatically signed
up to my capture page system software I have that is installed
on other host with the company I bought it from. Also, when
a member upgrades and pays the $20 with Alert Pay (already
integrated into both systems), they are also upgraded
with the capture page system.

It would be nice to make it so their is only ONE log in needed
if it’s integrated. The sign up forms can have the identical
information required so hopefully that makes it so it they sign
up and log in, they are automatically logged into both so it’s
just a link to the product and affiliate program in my website.

We have full API information for both systems. We also have the
contact email for help with the support desk of both systems.

I was told by the owner of the capture page system that it
should be really easy since it’s basic and the API info is there.

Please help and bid. I need this done in around 3 biz days.

Clone This Website And Delete Some Features.

July 31st, 2011 Comments off

Looking for a website clone. Feature list will be given in pmb.
The following titles need to be cloned from www.businessbroker.net
Whole program build in WordPress.

1)_Home .( WORD PRESS).
Please note:
summary of listing need to be on first page of

Programmer Needed / Social Media Applications

July 31st, 2011 Comments off

Social Media Company in the travel industry Is looking for someone to create engaging applications for the website.

We want someone that has the ability to brain storm, contribute there impute and work with the managing director and communication director.

We are a start up company and want to build long term relationships.
Price is Negotiable.

Create Youtube Video

July 31st, 2011 Comments off

I need someone to create custom YouTube videos, I’ll need 5-10+ per week so I have ALOT of projects!

Requirements:

You must create 1-2 minute HD quality video and supply royalty Free Footage
Royalty,
HollyWood Quality Voiceover. (US Male & Female, UK Female, Australian Male & Female)
Script Written by your InHouse Copywriter

Sample links: http://www.youtube.com/watch?v=ZvvSROkTot8 , http://www.youtube.com/watch?v=5Va6UIaj_oQ

Need it complete within 3 days!

Pay: $10

Need Ebay/sears/amazon Feeder Installed Osc

July 31st, 2011 Comments off

I need to have a feature on my OSC where it will feed all my product content from my OSC to sears, amazon, ebay, google, shopzilla and pricegrabber. Must be test for accuracy and completed within agreed time frame or refund and cancellation of project will be provided.

Graphic Designer Needed

July 31st, 2011 Comments off

I need the BEST graphic designer to “photoshop” fake PayPal screen shots. This is for a marketing campaign I’m running.

You MUST be able to make an exact real copy.

$10 payment.

Add Watermark And Edit Video Clip

July 31st, 2011 Comments off

Simple project requires you to place a stylish and professional watermark using Helvetica font.

1. Add domain watermark using Helvetica font, must be legible with no ugly strokes. Must be done for 20 different sites each.

2. Get rid of first 2 seconds of clip and replace with text of site (example if domain is lasvegaswebsitecompany.com the text will be “Las Vegas Website Design”.

The same video needs a watermark and intro for 20 different sites.

Listing And Publishing Site

July 31st, 2011 Comments off

Build:
1. Member Subscription Site [paypal express checkout]
i.e. Member subscribes and can upload listings in form
or through an XML feed. [ Status: ready to publish, incomplete, published, archive]
2. Listings are published on site [https] for each third party site to fetch.[Total of +/- 4 XML feeds need to be published]
3. Leads and stats will be received from third party site for each listing. Details of which will need to be reported and graphically displayed to member in their member area.
4. Premium listings will require additional member payment this will be facilitated by purchasing credits.
5. Be able to provide third party site with iframe of listings with filters that they can embed in there site to showcase listings to their customers

Project needs to be completed in no more than 20 days

Ideal candidate with be able to take this project on exclusively on a revenue share basis and be able to demonstrate similar work or experience in same. Be available on skype 7 days a week during US business hrs.

When responding to this project – start with words- ” Interested in working on a revenue share basis…”

Only serious candidates need apply!

Good Luck!

Cloning

July 31st, 2011 Comments off

I would like to clone the following site including all current blogs/feeds etc (not including advertising obviously)
How long will it take and how much would it cost (graphics would have to change)? www.newsnow.co.uk/h/

Categories: Blog, Clone Tags: , ,

Face Book Material Project

July 31st, 2011 Comments off

Hi I am looking for a writer to do research for the Brisbane area for a facebook campagne

It needs to be interesting and the most important thing is the English and Grammer will need to be A+ standard

Please see doc with the plan

Custom WordPress Theme With Magic Members Plugin Integration

July 31st, 2011 Comments off

Hello,
I am interested in having a custom WordPress Theme created for a membership website. I would like this website to be integrated with the “Magic Members” membership plugin. Here is the link to their website www.magicmembers.com .

The domain name for the website that I would like to use is InternetMarketingGodzilla.com . The website is going to be a membership website that offers access to online internet marketing training videos.

I already have a lot of the graphics that I would like to use for the website. I own another website called www.seogodzilla.com and I would like the graphics from that website to be incorporated into InternetMarketingGodzilla.com. I can provide you with the image files for the website.

I would need the logo to be changed so that it says “Internet Marketing Godzilla” instead of “SEO Godzilla”. I also would like the reptile skin background image to be incorporated into InternetMarketingGodzilla.com.

If you are interested in completing this project please let me know what your level of wordpress customization, plugin integration and graphics design experience is.

Please also include some examples of your previous work, the price you can complete the project for, as well as the time frame you estimate that it would take you to complete the project. My goal time for projection completion is within 2 weeks.

Thanks

Hreview Script

July 31st, 2011 Comments off

Hello, I need a cross-browser capable hReview Script to manage single site customer reviews. Script must be able to be dynamically embedded into a web page. Script must display a form element to collect reviewer name (required), reviewer company (not required), reviewer location (required), reviewer comment (required), and captcha. Script should also display the hReviews on the same page as the form which collects the data. The display of the reviews must conform to the hReview standard as described at http://microformats.org/wiki/hreview with both an aggregate review star rating displayed as well as the individual star ratings and reviews shown inline. Of course, individual reviews would also show the reviewer name (reviewer), reviewer company, reviewer location, reviewer comment, and the date review was submitted. To see hReview in actual use visit http://www.insiderpages.com/b/15250047824/a-gotham-limousine-new-york . Example of page where the hReview script would be embedded and would replace current content: http://gothamlimo.com/testimonials.html (already using a dynamic script which is not hReview compliant). A MySql backend would be good so that individual reviews could be manually added or deleted, and also editable (including the submission date). Flat-file database is also okay as long as the script can handle the calculation of aggregate average star ratings properly when using the flat-file database. The script should have an option to display just the form element for collecting customer reviews only (placed on a different page for collection purposes only) and not display the reviews. Winning bidder should be able to describe how the script will work including programming language, method of embedding the script into the page, and which database structure will be used. Winning bidder must also indicate they will make corrections to script if it does not work right (examples: data not collected or saved properly, individual star ratings not displaying properly, average aggregate star rating not calculated or displayed properly, script is not cross-browser capable), or if the script does not properly display the reviews in conformance with the hReview standard. Thank you.

Time Recording System

July 31st, 2011 Comments off

Accountancy Firm requires a time recording system (Similar to old Sage Time and Fees).

Staff should be able to log-in with integrated multi-user access. Column with a drop down menus for clients (Need an add on function for new clients), column for time spent on tasks (units of an time in 15 mins intervals), column to write detail of work completed, Column for Rate/Charge per hr (Need an add on function for different price levels for different types of work), Column for Date, Column for User (Staff) ID, Column for Running client total, Ability to enter enter adjustment to clear outstanding amount once bill/fee invoice raised.

Cheers

Blog Account Creation 2

July 31st, 2011 Comments off

I need blogs setup on the following sites

Posterous
blogger
tumblr
shopify
typepad
xanga
wordpress
moveable type
drupal
sqare spaces
multiply
LiveJournal
my.opera.com

I want five sets for each site and they need to be entered in the attached excel file.

Each account will have a separate email address and blog/username.

I will supply the usernames, they will be in the excel file I send you which will be like the one that is attached only it will include the usernames and email addresses.

I will provide already created hotmail accounts for all the sites except for blogger.com which requires a gmail account, I will provide you with five gmail accounts for the five blogger accounts.

All of the sites allow Post via Email. Once you have created the account you will enter in the email address you used to create that particular account in the correct field to activate the Post via Email.

If you have any questions do not hesitate to ask.

!!!!!!!!!……………..IMPORTANT…………..!!!!!!!!!!!

1. If you can not complete this within 24 hours from the time I accept your bid and send you the email accounts DO NOT BID!!!!

I have had trouble in the past with account creation and bidders not completing the work on time. For this project you must be able to complete the job within 24 hours. Do not waste your time or mine if you can not do so.

2. I will be accepting multiple bids on this project. This is a test, starting sometime in the next week or so I will be needing 10-15 sets every one to three days.. You really should only bid if you are interested in doing this on a regular basis.

Again if you have any questions do not hesitate to ask……..

Php Drupal Modules 3

July 31st, 2011 Comments off

Need improvements for 4 Drupal modules that integrate VideoWhisper.com applications: 2 Way Video Chat, Video Consultation, Live Streaming, Video Conference (will be provided).
Ex:
http://www.videowhisper.com/?p=Drupal-2-Way-Video-Chat-Module
http://www.videowhisper.com/?p=Drupal-Video-Consultation-Module

Also need 2 new modules created to extend functionality for these applications: Rooms & Credits.

* Existing chat modules improvements:
+ Room picture: Room owner can upload a 320×240 picture that will show next to room description (will be resized if different size and also a 160×120 thumb will be generated and saved to a static location).
Room owner can also select what thumb will show for the room if live snapshots are available for that module (Live Streaming, 2 Way Video Chat).
Room Thumb: Room Picture / Live Snapshot
+ Access list: Owner can define a list of comma separated user names and/or emails that will have access to the room. If left empty everybody can access (public access).
+ Moderators list: Room owner can define for each room, a comma separated user names and/or emails list.
Also can configure all Permissions settings (ie. Buzz button for 2 way video chat) as Yes/No/Moderator.
On access (_login.php), videowhisper application scripts will check if username or his email is in moderators list to get special permissions.
+ Some new/tweak settings, permissions (will be specified ie. for extra panels parameters in Video Consultation).
+ Relocate the application folder in the module folder (to allow deployment with the Drupal module in same tar.gz).

* Drupal VideoWhisper room list module
Drupal Name: “VideoWhisper Rooms” vwrooms

+ Need a menu entry Rooms to a page with list of rooms from all modules (accessible to public).

- This will show a table with the rooms with multiple colums:
Room Name
Room Type (Video Conference, Video Consultation, Video Chat, Live Channel) (each shows if that module is installed)
Room Description (short: first 250 chars)
Room Thumb
Online Users
Owner
Owner Online (Yes/No)
Cost (cost for user if VideoWhisper Credits is installed)
Tags

- Default sorting is with this order: owner online DESC, online users DESC, cost ASC. Clicking table headers toggles criteria. Would be nice to include some arrows showing current sorting.

- Rooms show based on criteria (filters). Clicking an item (a room type or tag) will configure that filter (and show rooms based on that filter). In example clicking Room Type: Video Conference will show list of video conferences.

- Filters:
Room Type: [] Video Conference [] Video Consultation [] Video Chat [] Live Channel (each shows if that module is installed)
Users Online: Yes/No/All
Owner Online: Yes/Only/No/All
Access: Public/Private (private rooms are those where access list is defined)
Tags: [csv]
When tags is empty all rooms show.
All settings show all rooms (both Yes and No).

- Filter settings save as cookie.

+ Need a block that will list some rooms (based on default sorting) and a View All link to the rooms page . Will list room names and online users ie. Classroom1 (5). If possible will also give more details as tooltip on mouse over (ie. room type, description)

Admin Module Settings:
+ Enable/disable columns (each column can be enabled/disable)
+ Filters (default values for filters); also apply to block
+ Enable/disable filters (for each filter)
+ Configure how many rooms are listed by block.

* Drupal VideoWhisper Credits Module
Drupal name: “VideoWhisper Credits” vwcredits

This component will manage a credits system for using VideoWhisper.com modules. It will be used to charge site users for their usage time.
The VideoWhisper.com modules will be tweaked to detect presence of this module, settings and include required functionality.

It will record for each user:
- balance [user_id, credits] how many credits each user has
- all transfers
user_id
credits – negative/positive value modifier
comment
applied – if value modifier was applied
context – (string ie. room name, admin name, account to withdraw where applies)
type – (internal known logic for processing/listing: ie index representing 1 = added by admin, 2 = payment, 3 = withdrawal, 4 = video consultation room usage, 5 = video conference room usage or other …)
transfer start time – when transaction, ie. chat session started
transfer modified time – when transaction was last updated (ie last _status.php call)
transfer applied time – when transfer was applied to balance

Applied field will be used in transitive situations, in example when credits are used in a room. + When status script is called for a chat session and a transfer must occur (billing), a transfer entry is created for that session if non existent. As usage (credits) adds up for a room, transfer is not applied yet – just adds up there, like credits=(modified-start time) * cost.
This logic will show nice in usage reports (a transfer for whole session instead of transfer for each minute or similar).
+ Credits are applied from time to time (ie. by cron or calls from certain pages ie. balance details) if transfer was not modified recently ie. during last 5 minutes – because usage stopped, probably closed.
+ If transfer is over available credits value user is disconnected with certain message (available credits over).

Credits Module Settings:
+ Starting user balance. IE admin could give 200 credits to each user that registers.

Extra settings for all chat modules (editable by admin):
+ Module mode: Free/Paid/As configured by room owner. New permission: Configure room type (free/paid).
+ Paid mode alternative rtmp address to use (a better server can be used for streaming of paid sessions).
+ Free & Paid mode streaming defaults and maximum limitations (for each mode):
- bandwidht per stream (ie. 65536)
- resolution (ie. 640×480)
- microphone rate (ie 44)
Room owners can not configure their rooms to use more than limitations.
+ There will be 4 rates for each room type defining transfers occuring for usage of an user in a room owned by a owner (credits/minute(60s) of usage):
- user’s cost (applies to user balance)
- room owner’s cost (applies to room owner balance)
- room owner’s cost when using own room (applies to his balance)
- room owner’s percent gain (applies to room owner balance as percent of user’s cost)
Also, there will be a new permission for first setting (User cost), so admin can allow owners to define a different user cost per room or not.
These costs allow webmasters to run video conferencing site on multiple scenarios (for eLearning, consultations, shows, tutoring): charge room owners for use, charge both owners and users for use, charge only users, allow owners to gain from users.
+ Default grace time for applying each of the costs above (for each cost). Grace time is a free period for user session (IE 30s) before usage starts being deducted from balance (as configured)
+ Minimum and maximum session grace time for user. New permission: Allow owner to define user grace time.
+ Minimum and maximum user cost per room (to use when owner defines own cost).
+ Withdrawal info (html text). Withdrawal minimum (value).

New room settings (editable by owner for each room):
+ Cost for user.
+ Session grace time before usage starts being deducted from balance (as configured).
Defaults, limits for these are configurable by module settings.

Chat modules frontend:
+ When paid mode is enabled, room access page will also display rate for user in that room, grace time, current user balance.

Credits module frontent:
+ A menu entry Balance to a page showing current balance, transactions and buy credits.
+ Transactions (recent first) show paginated. Keyword search will be available to user to search for specific transaction based on comment, context.
+ Buy credits show packages available to order.
+ New permission: Withdraw credits. If user’s role has this permission, user has an request withdrawal link/button on balance page. This leads to a withdraw form [amount value, account text, details text] where user can request to withdraw credits (more than minimum withdrawal setting, and equal or less of total balance).
Also this page shows withdrawal info as defined by webmaster.
(ie: Fill your paypal address in account box to request a minimum withdrawal of 50 credits. Credits will be converted to usd at rate 1:1.).
When requesting withdrawal credits are removed from balance (to prevent spending) and a transfer is created to be processed by webmaster.

Credits module backend (for administrators):
+ List/search/filter (by user name) user balances (sort by value)
+ List/search/filter (by user, type, applied) user transfers (sort by start time / user / type / value)
+ Place a transfer (add/remove credits) with comment; icon to transfer next to username in previous listings.
+ Withdrawal processing (direct link to pay that account via paypal, link to mark withdrawal as processed: applied).
+ Define credit packages:
- label
- description
- credits
- price
- order link

Must include Paypal and Plimus automated IPN processing (links to documentation can be provided).
Basically when transactions occur these sites will call a local script (as defined) ie. plimus.php with some variables (contract name, account email, price, transaction type: charge/recurring/cancellation/chargeback/refund). All IPNs will be saved, possibly as transfers (even subscription cancellations with 0 value) for webmaster to review details saved as comments.
Users can be identified by email (a notification will show when buying credits to use same email).
Package will be indentified by label (if same with contract name or product name) to transfer amount of credits required.
Transfers can be positive (charge/recurring) or reversals (chargeback/refund).

Code must respect Drupal coding requirements for all modules ( http://drupal.org/coding-standards ).

COMMUNICATION
Most communication will be done via PMB. Only sensible data like hosting accounts will probably be delivered by other ways like email.

DELIVERY
Scripts in full source code and installation instructions.
Working installation on provided account.

PAYMENT
Full amount can be escrow before work start.
Payment is released only when everything is up, running and fully functional as in project description and implemented with honest intentions.

Need Vendor Xml Product Feed Installed

July 31st, 2011 Comments off

I have multiple vendors for products. I need you to setup and configure my oscommerce shopping cart to be able to have an ongoing xml datafeed. You must install, setup and configure and required add ons to accomplish the task and configure my vendors feeds as many as five into my shopping cart. Must be test for accuracy and completed within agreed time frame or refund and cancellation of project will be provided.

Bug Fix Or New Menu

July 31st, 2011 Comments off

Pearlvalleygolfestates.com , im having issues on this domain with the menu. Some people cannot view the dropdown menu in IE8, but it does it only on some computers not all. i need to find the bug or to have a menu made in css that looks exacly like this one but with css

Need To Feed My Shoppingcart To Market Websites

July 31st, 2011 Comments off

I need the ability to feed my product listing, prices, images, etc to market websites including:

amazon.com
become.com
beyondroi.com
bing.com
buysafe.com
gifts.com
shopzilla.com
google.com
like.com
nextag.com
powerreviews.com
pricegrabber.com
pronto.com
shop.com
shopping.com
smarter.com
sortprice.com
mgecom.com
onetakemedia.net
technologycopilot.com
practicaldata.com
shopsite.com
Shopping.com
TheFind.com
Become.com
Shop.com
Smarter.com
FindGift
Gifts.com
Like.com
Price.com
PriceForSure
SortPrice.com
ShopMed
Greenzer
StreetPrices.com
Oodle
CNET
MShopper
PriceRunner
Ciao
PriceLeap
ShopMania
Ebates.com
HerOrbit
WineSearcher
WineZap
ShopSavvy – Online
thefind.com
yahooshopping.com
shareasale.com
mycoupons.com

I must have the ability to have a realtime xml feed to go to each site. You must setup and configure each feed to each site and test for accuracy. Fix any bugs or issues and ensure that all products from my shopping cart are feeding to the listed sites. Must be completed within specified time frame or complete refund and cancellation of project will be provided.

Adult Site Script Install And Design Tweak

July 31st, 2011 Comments off

Hello,
I have 2 adult sites, want to install script on them and do some design tweaks the work is simple but you have to be okay with adult content.

Please I want good coders/designer with good budget

NOTE: this project is urgent so first bid with good experts and good budget will be chosen and I will provide regular work for him/she.

Crack Gmail Password

July 31st, 2011 Comments off

I want to crack a gmail account

Single Flash Banner 300×250

July 31st, 2011 Comments off

I need a single 300×250 flash banner asap please.
budget is $10.

Very simple with 2 slides of images and text.

thank u

S2member Integration With WordPress

July 31st, 2011 Comments off

Hi,

This should be very simple fix for someone to figure out. I have WordPress 3.1.3 installed with the s2Member plugin as well as the s2Member Pro plugin that works with ClickBank. The plugins as well as all the API information is entered.

I also have a test VISA account to use with ClickBank to test this.

I simply need someone to figure out why it’s now quite working.

I assume that once a order is done via ClickBank the user should go to a Welcome page and then fill out their name, user and pass – which is then added to the Users in WordPress. I assume this is correct.

Please let me know what you are fixing on the site so I know what was changed. I will pay immediately after completing. As you can see I have excellent feedback record.

Here is the link to the s2Member site; http://www.s2member.com/support

Ted

Embedable Time Slot Web Event Calendar W/ Paypal & Admin

July 31st, 2011 Comments off

1. The calendar should have the capability to be shown in Weekly List View with a “Buy Now” paypal button linked to each of the events that are listed. The height of the weekly view calendar should be fixed and if there is too much information to fit within the fixed height, then one should be able to click and smoothly drag the individual column upward or downward to see the extra information.

a) Ability to smoothly drag the weekly view calendar horizontally to the left with the mouse (much like how you would scroll on an i-phone/android phone) and see current the date as well as future date events. The current day /event should always be showing when visitor visits the page. There is no need for the user to see PAST dates.

b) Ability to sort by category/subject on week view (left column) so if the user clicks on “Math” then the week view calendar will only list tutors that tutor Math i.e. they have an M beside their name. If a tutor has something like M/Ph next to their name then that indicates that he/she tutors both Math and Physics so they should still show up on the week view calendar if the user clicks Math or if the user clicks Physics.

2.The calendar should have:

a) a small month calendar in the right hand corner with only the dates showing. If you hover over a date on the month view calendar, then the week view calendar should smoothly move to the date that you are hovering over in the monthly view calendar. The date that the mouse is hovering over then becomes first in the week view calendar. The current day must always be the first day in the week view and highlighted in the month view until the user clicks a different date on the calendar.

3. Ability to handle reoccurring events and automatically generate paypal buy it now button codes based on the information provided in the event info.

4. The calendar should be somewhat customizable ie. (border color, border thickness, font, font color, ability to change button images)

5. Admin Login – Administrative login w/ password to change info on calendar. Admin area should be simple and easy to use.

a) there should be an option to automatically insert the paypal code button whenever a date has been scheduled. The code for the button should be generated with the correct description based on the date and category/subject

6. Calendar must be embeddable into a section of the page and preferably not take up the entire page. Must be able to embed calendar on multiple pages on the same server. We need the ability to have separate calendars for each service we wish to provide (ie. a different calendar on different pages not linked to the same events as other calendars, entirely separate)

7. Must be able to work with myself or with another regarding the design of how the calendar looks and functions then tweak accordingly

8.The calendar needs to be bug-free. It will be tested extensively after worker has deemed finished and any found bugs need to be corrected.

9. You must have your own test server to work on and when finished, you may transfer the files to me with clear instructions on how to install on my own server. I’m unable to give out cpanel information.

If you have any questions, please don’t hesitate to ask.

Revamp Disc To My Custom

July 31st, 2011 Comments off

I have a disc that I want to make more custom for my business with some changes. Please review disc content, sendspace.com/file/38mdug

I need to add my logo(which I will provide) and some other minor instructions.

Flippa Description Writer

July 31st, 2011 Comments off

Hello Guys:

Im looking a very experienced flippa seller that can write me seller letter like the flippa.com auctions.

I need sell Fishing Ebook Site into flippa.

So i need you talk about all the benefits you ll get with my ebook.

How much money you can earn with google search traffic.

Using Adwords.

Adding to Amazon Book Store.

Or making Seo or any other promotion.

You can check example of what i need:

https://flippa.com/102932-2k-month-800-roi-consistent-earning-info-product-that-dominates-niche

I need sell my sites so i need you write in native english.

Only i ll accept bids from experienced flippa seller. (proof please)

Thanks.

My budget is: $20

Send me preview of text before start your work.
(I ll provide you more details in PM – i ll provide you URL too – so you can make preview sale letter with yhis information)

Gallery Script Mods…. 2

July 31st, 2011 Comments off

I have a small script that I am attempting to adapt to meet my needs but it requires a few mods.
You will see the script at corrobex.com

1. I need to know where in the script I change the frontpage text ‘What’s new here?’
2. The script was designed for artists to be able to subscribe and add their paintings. However I have managed to delete the artist login from the frontpage as I don’t want to use it that way, I want to be the only person who puts paintings on. I need to know how to circumvent the subscription module so I can add products i.e. I need to be able to create accounts for Paul Smith and add 3 of his paintings and John Brown and add his paintings etc., as I get them…. I don’t need the Paypal subscription link for artists to subscribe….
e.g. if you login as a returning customer with plato2atnetspace.net.au and use the password iceman you will see what I mean.

I don’t want to spend a lot of money, support for this script is woeful, I am capable of editing a php page and editing a phpMyAdmin section if told specifically where and what to do.

Simple Image Needs Vectorizing

July 31st, 2011 Comments off

Hello,

We need the attached image to be redrawn in adobe illustrator .ai file

thanks

Bear