Archive

Archive for September, 2011

Need WordPress Theme Designed

September 17th, 2011 Comments off

We have a wordpress template and we used builder to design the theme. We just need someone to design a template for use, which we have it layout on how we want it to look. After they design it the way we want, we need them to install it so it works with builder. Builder has a bunch of child themes, so you would have to use one of thoose or start from scratch, but it has to work with build.

Daily Event Diary Of The World In Bengali 2

September 17th, 2011 Comments off

Hi,
I need content written in Bengali that will comprise details events of the world happened day wise. That is from 1st January to 31st December.

The project will be written in Bengali and the font you will use, have to sent me.

You will send me the content in .doc or .docx format. Every date will contain at least 200 entry/event.

Total project need to be completed within 30days and the budget will not exceed 40$ by any means.

Content should never be just copy and paste.

You have to give me update almost everyday and I will provide suggestions whenever necessary.

Thanx

Lebanon Facebook Fans Supplier & Provider Needed

September 17th, 2011 Comments off

Hello,

I’m looking for a provider/supplier who can get me REAL facebook fans from lebanon!

Project requirements:

Opencart 3x Pluggin Installation Manual Update Php 2

September 17th, 2011 Comments off

Hi ,

I have 3 pluggins that needs to be installed in my opencart 1.4.9.5.
The opencart shop and admin are in Dutch , could be switch to englisch for installation but needs to function in Dutch as well.
The pluggins text i can translate later , the goal is the functionality to work from this pluggins.

Wholesale pluggin.

http://www.opencart.com/index.php?route=extension/extension/info&extension_id=1772&filter_search=wholesale&sort=e.date_modified&order=DESC

Profesional invoice.

http://www.opencart.com/index.php?route=extension/extension/info&extension_id=1984&path=5&page=10&sort=e.date_modified&order=DESC

Facebook login.

http://www.opencart.com/index.php?route=extension/extension/info&extension_id=2589&path=5&page=15&sort=e.date_modified&order=DESC

All pluggins will be on the server in a seperate folder.

the admin and shop is translated to dutch , everything needs to be working in dutch, therefore i understand that some things needs to be translated later. it needs to be technical working, I can due translation later by my self.

There is an template installed.
There is an cleaninstall for testing
there is an stating area to work on
there is the live shop.
Up to you what you prefer to work on.
You will get full acces to FTP and Cpanel.
We do have an backup from file and FTP in House.

WordPress Plugin

September 17th, 2011 Comments off

I need someone to create a WordPress plugin for me that can scrape articles and spin them. Contact me for more details, then bid. Thanks.

Simple Site Clone Cms And Flash

September 17th, 2011 Comments off

Client needs to mimic the function of xsurfaces.com.
I will provide all design elements for this gallery site of 12 projects with about 12 to 20 images each.

Starts with a Flash intro animation but note that it has an HTML5 JQuery version that plays back on iPhone. Just a working version of the same site, not a different mobile experience.

Needs a CMS for maintenance. Example site enters CMS pages with animated image areas.

Only developers with great feedback need apply for this one. I am a solid buyer but unfortunately this isn’t a cash cow project so please skip the unrealistic bids. Thanks in advance.

WordPress Site: Small Changes For Blog

September 17th, 2011 Comments off

This is the page: www.mesmerismus.info/articles

I have to display a simple list with only the post titles, not the first words of the articles

another thing: the list of tag-side with 20-25 tags

Php Affiliate Tracking Script

September 17th, 2011 Comments off

This little script must track affiliate clicks and sales. No database should be used..

I will manually add the affiliates who promote my product to the script..

A txt file should be used to add affiliates.. This is where the affiliate data will be stored..
File should be like that:

{affiliate_e-mail} {affiliate_id} {number_clicks} {number_sales}

e.g.

user(at)email1 2000 297 9
user(at)email2 2001 124 2
.
.
user(at)emailx 200x x x

(affiliate with user_email2 has id=2000, 124 hits and 2 sales)

The id of the affiliate will be used in the affiliate URL e.g. for..

user(at)email1 2000 297 9

..the affiliate id is 2000 so the affiliate URL would be www.mydomaindomain.com/product_page.php?id=2000

The script will have a single php page for affiliates with user e-mail and id to login and when you login it will only show affiliate clicks and sales..

The script will have a single php admin page with admin username and password and when you login it will ask for affiliate id.. When admin gives affiliate id the script will show one affiliate after the other in rows the following details:

{affiliate_username} {affiliate_id} {Number of Clicks} {Number of Sales} {Reset_affiliate}

e.g.

user(at)email1 2000 297 2 [RESET BUTTON]
user(at)email2 2001 190 2 [RESET BUTTON]

(id 2000 has 297 clicks and 2 sales)

There is an option to reset the clicks and sales for any affiliate ([RESET BUTTON])..
When click reset it should ask to confirm..

The script needs both 2CO and Paypal integration.. There will be a single product to promote..

The above means that in the sales page there will be a paypal button and a 2CO button.. When a visitor enters the sales page from an affiliate URL
e.g. www.mydomain.com/product_page.php?id=2000
the script identifies the affiliate id (2000) and credits a visit to the affiliate with that id.. If the visitor buys then the script credits a sale to that affiliate id..

E-mail send to both admin and affiliate when sale is made..
(Unicode encoding should be used to support greek chars in the subject and body of e-mail.. this part needs caution as it is important and usually confuses coders..)

So here how it should work..

Someone asks me to be an affiliate..

I manually enter their user_email and affiliate id in the txt file..

The affiliate uses their affiliate URL to promote my product

If someone clicks that URL a visit is counted for the affiliate
(A cookie is stored in the visitors PC)
If they leave the page ok the cookie is stored forever unless
the same user clicks a different affiliate URL (with different id)

If someone clicks the 2CO or Paypal button they go to the payment
processor.. If they finish transaction ok then return to thank_you
page and a sale is counted for the affiliate
Also an email is send to both admin and affiliate that there was
a sale made..

Email text should be hard coded in some php file and of course I
should be able to edit this manually..

Affiliate goes to single php page enters e-mail and affiliate id and
view the number of clicks and number of sales..

Admin goes to single php page, enters username and password and
when page loads it shows all affiliates, one below the other e.g.

USER EMAIL — AFFILIATE ID — NUM OF CLICKS — NUM OF SALES — RESET BUTTON

user1(at)email.com — 2000 — 297 — 2 [RESET BUTTON]
user2(at)email.com — 2001 — 190 — 2 [RESET BUTTON]

When admin click on [RESET BUTTON] all data for that affiliate is reset to zero..

Important: I should be able to edit the values in the txt file (e.g. the number of sales and clicks and user email and id)

When I enter a new affiliate I would use 0 as values for number of clicks and number of sales e.g.

user2(at)email.com 2000 0 0

That’s all the script should do!

I repeat.. There will be one single product to promote! No product details needed

All data is stored in flat files.. Again, no DB should be used!

No fancy things.. Clean code please.. stick to project description..
If any issues come up we discuss them..

No design is needed for this..

There’s not a lot of money for this project so please make a good bid..

The programmer who will offer to finish this as early as possible will
be selected (provided they got the experience and PHP abilities)

Also along with the script the coder must provide a readme.txt file

Comments in code would be appreciated but please keep the code clean..

Looking For English Adult Content Writer

September 17th, 2011 Comments off

Need someone to write blogs for my blog site. Job description.

1. Watch amateur adult videos
2. Blog/write about under wordpress ( I will give you login details)
3. Crop image for thumbnail use

Will pay $.50 for each 30 word description.

Writing Articals

September 17th, 2011 Comments off

I need someone to write four 500 word articals. They need to grab the readers attention, be funny, or exciting. Two will be about going from rags to riches by making money online with no real specific details of how it was done. And the other two will be about someone who used the internet to become a dancer in music videos. I am verry easy to work with and always answer my emails asap.. I will need these articals done asap.. I apreciate everyones bids..

Thank You,
Steve

Pinnacle Cart Experts Needed

September 17th, 2011 Comments off

I have a stompernet commerce site based off of pinnacle cart. There are several things that need to be changed..

1.) I am no longer working with a distributor who is supplying my products, so I need to put in a 301 redirect to the homepage for all of the current products. Products are dynamically generated so you shouldn’t have to manually edit each product. The htaccess file already has a rewrite rule so you will add to that.

2.) In pinnacle cart, 22,000 products are listed..I want to delete all the products either manually or through the database. When I try to delete a product manually through the cart software, I receive an error message:

Fatal error: Call to a member function deleteRecordsByProduct() on a non-object

3.) I have a new datafeed with a different distributor that needs to be implemented..cron job may be necessary as well.

I am looking for a long term working relationship on this site.

Ldap Expert

September 17th, 2011 Comments off

I have already setup LDAP server where users will register through web and after manually I approve them and they can login on joomla website . Now I have 2 extra joomla websites and I need modify existing LDAP server so I can approve users for Example Joomla1 and Joomla3 website but to Joomla2 member can’t login . I will attach picture so you can see current panel . When someone register I just click on name and click approve . So I think maybe create bellow name extra checkboxes and before I click approve I will choose to which website to give access to the member . And maybe change little bit design of the page so it’s looks better . Bid only if you can start work right away and will be able to work over the weekend.

Php Auto Parts Classified Site

September 17th, 2011 Comments off

I need an auto parts website created where members can buy and sell new/used auto parts/vehicles. The website should be similar to ebayclassifieds.com in functionality, but with ajax filtering. It is not an exact clone but very similar. The website should function like http://dallas.ebayclassifieds.com/. See the link below on an example of how a listing would look http://dallas.ebayclassifieds.com/parts-accessories/dallas/set-of-4-wheels-tires-for-vw-5-lug-volkswagen-rims-oem/?ad=11819099

I already have the design, I just need the programming done. The design is already sliced and currently in html/css. The css is done with the blueprint css framework seen here http://blueprintcss.org/. You must be familiar with the blueprint framework and adhere to the framework when adding new pages to the website.

The website should have the following features:

1. List auto parts and cars. No checkout needed for the listings as it is a classified website similar to craigslist.

2. Separate cities for listings like craigslist. (ie dallas.craigslist.org and atlanta.craigslist.org)

3. Forum/message boards for each of the cities for discussions

4. Directory

5. Ajax results filtering similar to ebay where you can filter the search with ajax. See this link http://motors.shop.ebay.com/Alternators-Generators-Parts-/33573/i.html?_dmpt=Motors_Car_Truck_Parts_Accessories&_pcats=33572 on the left where if you check one of the boxes, it updates the results on the right.

6. Global help section where members can ask questions and other members can answer along with admin

7. Detect user location via IP address

8. Integrate google adsense.

9. OpenID and facebook support zend has a very simple way to support openid. The site should have its own user model and any user may have one or more openid or facebook id attached to it. Site should work outside of facebook.

10. Ability to flag listings like craigslist as long as ip’s are within region. No proxies.

11. Ability to charge for listings and have featured listings for an upgrade.

12. Social media integration with Twitter, Facebook.

Graphic Designer North America

September 17th, 2011 Comments off

Need a good graphic designer to place some text on some images for our site. Looking for someone in the USA that has a phone number, no skype ect must be able to communicate on the phone for this one.

Need about 23 images

Joomla

September 17th, 2011 Comments off

Need joomla component for keeping logs off phone calls. Distance component it is already installed on joomla jut will need to integrate to calculate.
Please refer to attachment for details.
Please PM me for link to component and for additional details
Need to have it don in 7 days so please if you are not ready or busy don’t bid on it.
Will pay up to $200

Dotnetnuke / Dnn Website Development

September 16th, 2011 Comments off

We have complete site design available in XHTML/CSS format for home page and one inner page and this need to be converted into DotNetNuke website.

- There are 23 static Content pages in total and which include Home page. Very neat and simple design. There is one page name “Apply Now”, which need a Application form with lot of form elements (input, radio, select etc)
- need SEO website with META tags, Clean URLs, W3c Validated Pages.
- Don’t give me empty container and skin. I need complete website include Contents which we will give you for all 23 pages.

Design will be shown only to the provider who got good experience dealing with DNN. So please show me your best DNN skinning website you created.

Very simple work for someone who knows DNN well. Looking for a best price.

High Quality Links From Food Related Sites

September 16th, 2011 Comments off

We are looking for 100 one way, high quality backlinks for food/restaurant related site. The links need to be permanent, and from PR4 or better public sites, that are indexed with follow.txt

All links must be on a primary page i.e.- no link directories, farms, blog comments, etc.

Linking pages can be food, wine, alcohol, restaurants, cooking, (or from the specific US region of our site) etc. but must be related to our site.

Only white hat techniques should be used. Please provide approximate time frame in your bid and any specific similar work you have completed

Seo Professional Needed For Google.ca Optimization

September 16th, 2011 Comments off

We need a white-hat professional to optimize http://www.cleaningservicesvancouverbc.com/ for 4-5 keywords. We already ranked on the 2nd, 3rd pages of google.ca. Not interested in ranking google.com.

Please, respond with the types of submissions you can do a month, your rate and how long does it take to be on the first page.

Keywords:
cleaning services vancouver
carpet cleaning vancouver
house cleaning vancouver
janitorial services
carpet cleaning

Need Side Bar And Few Css Adjustments – WordPress

September 16th, 2011 Comments off

Hey,
My site is using WP as CMS. I need a side bar with links to login/register, rss feed. Have a look at my site http://www.flashgamesuk.com/ and place your bids.
The job is simple with a few lines of code and css. More works on my site are waiting to the winning bidder.

Note: The login, RSS feed must be functional and I should be able to control it from admin.

Remove Urls

September 16th, 2011 Comments off

We are looking for someone’s help to remove the following 2 unwanted urls from state of live urgently

Categories: URL Tags: , ,

WordPress Theme – Responsive Design From Psd

September 16th, 2011 Comments off

Looking for an expert WordPress designer and coder who can take my PSD mock up and turn it into a fully functional responsive WordPress theme.

This job will require adding custom fields and meta boxes, configuring a form using Gravity Forms, styling comment and contact forms, and programming a special functionality for featured posts.

You can see a very detailed description of what is needed and images of my PSD mock ups here:

http://bit.ly/q5tX9l

Please ask any questions in PMB.

Php Mysql Ajax Custom Userpage Conversion

September 16th, 2011 Comments off

We are looking for a coder that is expert at mysql, php, and ajax that can create a micro site to include into our current site. We have the layout files and most of the php forms for data entry. The site we would like to use as an example is www.berecruited.com. The site is for players to create profiles with basic information and allow college coaches to view and search profiles. We use amember membership script for login and protection, so knowledge of this is required.

We would like to keep the coder on after this project for additional work, so please bid accordingly.

Basic Java Programming

September 16th, 2011 Comments off

Part 1

Main Method

Implement a program that reads in a user password and verifies it meets the following criteria:

Is at least 7 characters long
Contains at least 1 lower letter character
Contains at least 1 upper letter character
Contains at least 1 numeric digit
Contains at least 1 special character from the set: !#$%^&*
Does not contain the String �pass� or the String �word�

Output a string that prompts the user for a password and include the requirements above in your output.

Output a string that states valid or invalid. If invalid, state which rule above has not been met.

Utilize the following functionality:

� indexOf

Looping structure

� charAt()

� isDigit()

� isUpperCase()

� isLowerCase()

� and any additional functionality needed.

Comments are REQUIRED; flow charts and Pseudocode are NOT REQUIRED.
Proper coding style is REQUIRED.

This is a Sample of what it should look like:

Password Verifier

Enter a password that meets the following rules:
<list rules from above>
Password1

Invalid
Contains the string �word�
Missing a special character

—————————————————————–

Password Verifier

Enter a password that meets the following rules:
<list rules from above>
passWord123$

Invalid
Contains the string �pass�

—————————————————————–

Password Verifier

Enter a password that meets the following rules:
<list rules from above>
Hi

Invalid
Must be at least 7 characters long
Must contain a numeric digit
Must contain a special character

—————————————————————–

Password Verifier

Enter a password that meets the following rules:
<list rules from above>
Pa$$Word1

Valid

Part 2

Present an ORIGINAL example of the correct use of the printf method. This example must show how integers, doubles and Strings are properly formatted for display. At least one integer, one double, and one String must be printed using printf.

Show syntactically correct Java code that requests at least one number from the user. The program will store all the numbers the user provides into separate String variables, and it will use the appropriate methods from the wrapper classes to convert these Strings into numerical values. Afterwards, the program should use these numerical values to compute any mathematical formula that uses at least one method from the Math class and display the outcome with appropriate titles.

New Custom Logo Design Needed

September 16th, 2011 Comments off

Hi, I am in need of getting a new custom logo created for a new online company that does video production services for local businesses. The name of the company will be called:

Instant Video Ads

They have bought a template for their website. The new logo design must fit where the existing “super lander” generic logo sits now.

Here is the link:

http://themeforest.net/item/superlander-landing-page-with-a-difference/full_screen_preview/146156

The logo must be professional and it should clearly represent that they are a video production company.

Their slogan should also be in the logo. Their slogan is “Video Ads That Deliver Instant Impact”.

Plane Swf Site Like Romeosantosofficial.com

September 16th, 2011 Comments off

1) simple swf site that will play 1 embed mp3 over and over.

Four to five links, to place info provided by me. 1 full photo provided by me for the swf file. here is a sample site >>>>>>> www.romeosantosofficial.com

2) Shopping cart install setup the mp3 downdload for after payment is made by the buyer.

3) FaceBock like boton Twitter boton google 1 boton

4) site color setup if needed

5) all work has to be don true Team Viewer

Website Design And Layout Modifications

September 16th, 2011 Comments off

Please see the attached document. It will provide you the URL of the site where design changes are needed. Please make sure you leave clean search engine friendly code in your completed work.

Thank you for your consideration.

Graphic Design

September 16th, 2011 Comments off

I will require digital CD and eBook covers for an online project I will be releasing late September.

This will need to be completed (including revisions) by September 24 or earlier – please only bid if you can make this date.

The design is to be as follows:

All CDS and eBooks of the same set, so same back ground image and color. Anything relating to hypnosis / the mind / communication should do.

I want separate images for each section outlined below, and also a combined image including all segments neatly arranged and assorted as one image.

Part one:

a three CD set with the title “Hypnotic Transformations Program” and the subtitle “Inner Transformations”

one eBook with the same title and subtitle with the word “Transcript” added

One eBook with the same title and subtitle with the word “course notes” added.

Part two:

A three CD set with the title “Hypnotic Transformations Program” and the subtitle “Instant Street Hypnosis”

one (smaller) eBook with the same title and subtitle, and the word “course notes” added.

Looking forward to reviewing your bids.
Nathan Thomas

Webspell Coding + Addon Modification

September 16th, 2011 Comments off

Hello Everyone,

I am currently looking to get some work done to my website. I am looking to have some addons installed and modified to fit my current website. I am also looking to have some coding work done.

website: www.reflexleague.com

Work List:
Recent News Layout like: http://www.team-level6.de (Get Rid of my current one)

Featured Content Slider Like: http://www.team-level6.de (Get Rid of my current one) Ideal Look: http://imageshack.us/f/87/slidertopmatchvision.jpg/

Have the Site Information under the featured content slider also : http://www.team-level6.de

Video Addon Install n Working at bottom of site under Gallery on homepage like: http://www.team-level6.de

Nice login like: http://www.team-x1.co.uk – I currently have it but there is a new one out with that nice design and layout.

Userawards Addon Installed and working

Auto Login v1.1 Addon Installed and working

I MUST not lose access to any addons that are installed or Data.

I need this done right the first time and asap!

WordPress Edits

September 16th, 2011 Comments off

I need my wordpress sidebar to look more “solid” better, and more professional looking.

$10-15 just to make it look better install some new plugins and make it look better.

Developer For Website Video Conversion To Gif

September 16th, 2011 Comments off

Looking for a PHP developer to implement a script which inputs a url from youtube or uploaded video and generates GIF’s based on users preferences.

No design work is necessary, just a working prototype of the project requirements.

More details available on request.

Please refer to attached file for requirements.

Udk Game Prototype

September 16th, 2011 Comments off

This is phase 1 of a a project to build a UDK game prototype. See attached PDF for details

Web Site Needed

September 16th, 2011 Comments off

I want to use this template http://www.dreadempire.com.au
I have all of the text and photos ready for you to cut and paste onto this template setup.
Shopping cart. links to webpages. links to outside websites.

There are 13 pages, several are small, all are texts and photos.
Also add a phpBB forum.

the project need to complete within 2 days.

Facebook Application

September 16th, 2011 Comments off

I am looking for a Developer to create a Facebook application with me. This application would have much potential. I don’t have much to offer though except a potential place in the company. If interested please contact me. The user wouldn’t have to interact with the application in anyway. The application would just need a nice “face” and need to write to a database

Facebook Application

September 16th, 2011 Comments off

I am looking for a Developer to create a Facebook application with me. This application would have much potential. I don’t have much to offer though except a potential place in the company. If interested please contact me. The user wouldn’t have to interact with the application in anyway. The application would just need a nice “face” and need to write to a database

Custom Music Production Service Website

September 16th, 2011 Comments off

Hello, we are looking for a professional to create our new website design have already been done so all we need is a developer.

-create static pages

-home page music player and client login

-newsletter registration for a free sample(free random beat is sent automaticly when user register to newsletter)

-request quote button

-testimonial page (photo,text,video)

-Featured artist (refference: http://www.hotlantaradio.com/FeaturedArtist.aspx)

-admin panel
manage users 1-2
add/remove music to home page player
manage featured artist page (content, player…ect)
manage payment (Paypal, MoneyBrooker, alertpay)
reports been able to export to excel
banner management (website header is scolling banners)
discount code management

-user panel 1
been able to post project, and make deposit
post feedback to user 2
have an internal music player where user 2 add music
being able to approve a song and finalize payment
see milsone payment request from user2
chat feature where user1 can set a chat meeting request to user 2 or admin set date and time

-user panel 2
take project
add music in user 1 player to be reviewd and approve by user 1
post feedback to user 1
set milstone payment request
accept chat request and set available time so user 1 can select the best time for him to set up a chat meeting

Php Fixes & Modification 2

September 16th, 2011 Comments off

I have a PHP site where links can be submitted by users. These links are supposed to be marked as approved by an admin prior to showing but there is a bug somewhere that needs to be fixed:

- [FIX] If a link is NOT approved, the approval TICK shows anyway and the link shows.
- [FIX] There are several pages that the link shows on and they ALL need to be filtered for link approval prior to showing.
- [MODIFICATION] When the link is approved, I would like the system to automatically send an email stating this.

Jpg To Psd To Html Simple Website Design

September 16th, 2011 Comments off

Basically i will give you a photo of a simple website site,you will need to convert it to
photoshop PSD then you need to convert the PSD to html5 + CSS. i just need the template design from the JPG to html
but i will need the PSD for later on make some modification if i need it. nothing fancy, center div with 920px
menu.its really more of copy the design from a website to you own version.

Project should take 3 hour is you are fast but I need it done within 7 day the most
I will provide screen shots on the PMB.
no html table use CSS
HTML5 + CSS
jQuery and any simple jQuery menu plugin
Text Fonts any that you like and make the outcome to look great
Browser compatibility:
Firefox 6+ (very easy)
Safari 5+ (medium)
Internet Explorer 8+ (i know its suck/pain in the **)
payment in full once’s done.(if i really like it i will give you bonus)

Note:i like to work with one guy/girl, so we can develop a great business relationship.
i prefer someone outside the United States. as long you understand english or
spanish thats fine.I do not believe in any rating system or how many start
you have as long you can deliver the project.

Debug Ssl On Plesk Server

September 16th, 2011 Comments off

The SSL is not working properly on Plesk server.

If you can help, please contact.

Joomal Shopping Cart Component Tienda Fix

September 16th, 2011 Comments off

We have the Tienda shopping cart component on a live Joomla site. All the products are entered but the cart is not working. This may require a re-install of the component or some PHP troubleshooting.

Data Entry Sept2011

September 16th, 2011 Comments off

Hello,

This project involves getting weblinks for 500 companies and copy/pasting those links from a specific website into an excel sheet.

BID ONLY IF:
1. You have a good record here on scriptlance.
2. You can deliver the project within the agreed time.
3. Willing to submit a sample for me to evaluate.
4. Willing to accept payment via scriptlance escrow.

I will provide instructions and sample files to qualified bidders. I look forward to your bids. Thanks.

Cheers!

Bear