Archive

Archive for September, 2011

WordPress Website Design

September 19th, 2011 Comments off

I need a wordpress website designed and coded. The information is below.

1. its a wordpress design with a few simple modules

2. the website is about bankruptcy law

3. the purpose of the site is to capture leads

4. he wants to target the whole country, so he needs a A-Z index of all of the cities he can add posts to

5. the homepage should have a map that the visitor can click on their state and see a list of the cities. then they click a city and there is a list of posts for that city

6. design notes: dropdown menu, 1 blog, slideshow, and image scrolling.

7. competing website: http://www.attorneydebtreset.com/

8. color scheme: neutral shades of blue, grey, black and white

For #5, please use a “imagemap” of the USA. User clicks state -> Shows subcategory listing of cities -> User clicks a city -> Shows posts for that city

Quick Fix Php Crawler

September 19th, 2011 Comments off

I have a script that crawls our website so it can be pre-cached for visitors so there is less loading time for the customer when they access the website. It works fine on all our other websites but since we setup a new shopping cart its not crawling the new site. It just dies after visiting the first page.

I need someone to help me fix it to crawl the new site. See file for script and details. This should be a quick fix for someone who knows what they are doing.

Custom Youtube Playlist Embed

September 19th, 2011 Comments off

Http://www.youtube.com/playlist?list=PL6C675AA027C3420B&feature=mh_lolz

I need a custom player that pulls videos added to my playlist and displays the other videos in the playlist below it. When a user clicks on another video below the main player, the video plays in the main player.

Experienced Php Developer – Debug My Application

September 19th, 2011 Comments off

I need you to debug my php application for 2, 3 logical bugs.

The code is spaned on 3 php pages.

The code is integrated with my drupal and wordpress applications.

Oscomm 2.2 Add Article Meta Tags

September 19th, 2011 Comments off

Hi,

i have installed an article manager in oscomm2.2. i need 2 fields added so user can input unique meta title and meta description for each article. these meta tags must then be included in <head> of the articles page when called in browser.

russ

Need Addons Installed 2

September 19th, 2011 Comments off

Need addons installed on my website executivesuitesboca.com

Need OSC Affiliate2.8.1 Insalled
http://addons.oscommerce.com/info/158

One Page Checkout
http://addons.oscommerce.com/info/6646

Discount Code
http://addons.oscommerce.com/info/7700

Electronic Check Payment
http://addons.oscommerce.com/info/2745

Calendar Management
http://addons.oscommerce.com/info/8068

Information Pages
http://addons.oscommerce.com/info/1026

CKeditor
http://addons.oscommerce.com/info/7650

Must be completed within agreed specified time frame.

Make Timthumb Work With Godaddy Windows Server

September 19th, 2011 Comments off

I have a WordPress website which uses Timthumb. My client has Windows Server and I can seem to get it to work . It works easily with Linux. I know its a permissions issue but I dont have time to mess with this.

Submit Flash Games

September 19th, 2011 Comments off

Hello,
I need a person who can submit games to my website (steelpanda.com) on constant basis.

Each game submission includes the following:
1. I provide a link on other gaming website along with a textual description.
2. You make a nice screenshot form the game, save it in JPG (quality=80%) with size 120×90, and get the swf from the page.
3. Then You submit the swf along with the screenshot and the description on my website using a web form.

I pay 1.0$ for each submitted game.

The payment can be done via SL, depositing some amount in advance (like 40$/month).

The count of games is approximately 10 per week.

Thanks!

Fedex Script Macro Or Something

September 19th, 2011 Comments off

Site: www.fedex.com/Tracking

Brief: Currently FedEx allows you to enter up to 30 tracking numbers for tracking information. I need a script, macro, program, something that connects to FedEx api, ANYTHING that will allow me to run over 30 tracking numbers at a time and generate a browser output or excel output of the delivery status.

Example: I have a excel file with 200,000 fedex tracking numbers. I need to be able to copy and paste or upload or import the file and get an output of the tracking number + the delivery status next to it (initiated, delivered, etc…)

Please know what you are doing and let me know how you propose to get this done.

Custom Rss Reader And Filter Proof Of Concept

September 19th, 2011 Comments off

Develop a custom RSS reader designed to receive and analyze incoming RSS feeds from multiple sources. Filter the results through one or several databases of keywords and key phrases, then assign a weighted score and a corresponding visual code of importance based on an algorithm of the filtered results. (i.e. red, yellow, green icon beside the resulting RSS feed). Database management, weighting, and algorithm will be flexible for the administrator.

Reporting options to view results online and send alerts and reports by email, RSS, and SMS. Design for online multiple users and self-administered password-protected accounts. Flexibility to add features, scalability, and security is critical. Open for suggestions on programming and database – as long as it is clean, fast, and flexible. Successful relationship on this proof of concept will lead to additional work long term.

Joomla Fixes.

September 19th, 2011 Comments off

I need a joomla EXPRET to work on some issues today!

1. Our chat seems to be logging in correctly now and work perfect in firefox

Website Design

September 19th, 2011 Comments off

I am looking for someone to code a site in the CMS program Smart-Plugs
http://www.smart-plugs.com. I would like the site to resemble FreeBigAssVids.com. I require both site design and the design spliced into the backend of the Smart-Plugs CMS program.

Parse Youtube Xml Result In Php

September 19th, 2011 Comments off

This code snipet pulls a xml list of videos for a use:

// Set youtube user
$youtube_user=”betterphp”;

$xml=simplexml_load_string(file_get_content(‘http://gdata.youtube.com/feeds/api/user/$youtube_user/uploads’));

I want to parse the result into html output:

// Get total video count for this user.

// Get description, title & v= from <media:player url

<media:description type=’plain’> part 1 to create the page showing the news.</media:description>
<media:player url=’https://www.youtube.com/watch?v=WcoikRf7B_w&feature=youtube_gdata_player’/>
<media:title type=’plain’>PHP Tutorials: Reading an RSS Feed [part 02]</media:title>

//How many videos to display on screen
$howmany=6;

for($i = 0; $i<$howmany; $i++){

// extract: title from: <media:title type=’plain’>
// extract: description from: <media:description type=’plain’>
// extract $v=” “; from: <media:player url=’https://www.youtube.com/watch?v=WcoikRf7B_w&feature=youtube_gdata_player’/>

// print into <iframe template below.

print “<p>.$media:title[0][$i].”<br>”.$media:description[0][$i].”<br>
<iframe width=”400″ height=”300″ src=”http://www.youtube.com/embed/”.$v[0][$i].”?hl=en&fs=1″
frameborder=”0″ allowfullscreen></iframe></p>”;

}

Two Changes To Asp Website Set Width And Add Wysiwyg Editr

September 19th, 2011 Comments off

Hello, We need 2 changes to our real estate website.

1. Set width so all of out website pages are fixed width and not poping out of frame. (See attached jpgs to see what we are reffering to, as some pages are larger than our header width, we want this to be a fixed width.)
Note: We may need to set inital width a little wider so our home information pages are not all compressed together.

2. We need to add a wysiwyg editor on our back end/admin panel so we will have a litte more flexibility, including, but not limited for the ability to change font sizes, add text links and also past html and javascript on home description page.
(again, please see attached jped below.for what we are reffering to.)

You can visit this website online at: SteelValleyHomes.com

Bug Fixes And Modifications To Template Website

September 19th, 2011 Comments off

Hi – I need a quote for a small modification job on a ready-built template website. I believe its written in PHP with a MySQL database.

I need someone to simply adapt it for my own needs ie. insert my own logo, change text where needed, change header colours, headings and buttons & fix a few “bugs” in coding etc. I guess at about two hours work max. to someone who knows PHP and will know exactly where to look to do fixes to coding. I’m sure some of the fixes will take a minute to do!

Not a big job, but take a look at the website www.stocks2clear.co.uk and please give me a good price to make these modifications. If it works well I have a bigger project coming up.

YOU MUST HAVE 100% EXCELLENT ENGLISH SPEAKING SKILLS AS OTHERWISE I CANNOT EXPLAIN THINGS AND YOU WILL NOT UNDERSTAND. THANKS.

Facebook Id Scraper

September 19th, 2011 Comments off

Facebook ID scraper
neeed scraper
scrape please

Link A Video To My WordPress Menu 2

September 19th, 2011 Comments off

1. Link a menu button on my WordPress site to a video I’ll upload to Youtube. I want the menu button to open and start the video in a new window,in HD and full screen when the selection is made. Code so that no Youtube ads or videos are shown or suggested at the end.

2. I also have a button on my home page that links to a page of my site showing a different video. I need a couple of modifications made to the button, have the video open in HD and full screen.

3. Create a copy of the existing button with a couple of text changes, place it on my blog iste and link it to the new video mentioned in item #1.

My site is www.hardenbrookmarketingsolutions.com and there is a link to my blog on the site.

E

Quick Script Fix Needed

September 19th, 2011 Comments off

My script is a membership site where email notifications are sent once new member signs up, logs in, purchases something, etc.

Recently script stopped sending emails suddenly and server configuration is not changed that I confirmed from the hosting company.

The script is based on PHP/MYSQL and hosted on CentOs server.

I will need you fix the email sending problem.

I need this fixed ASAP hence, I would select the bid within a few minutes.

Joomla Fixes 2

September 19th, 2011 Comments off

I have a joomla site with some problems…

1. Our chat feature is only working in older firefox programs… The chat bar shows in FF 6.0 BUT it says you are not logged in… in IE and chrome the chat bar is total missing…

2. Clicking on many of the links or features in joomla causes the user to be logged out with the error that their username and password do not match….

I need immediate assistance fixing these issues from a joomla EXPERT!

Customize Phpprolance

September 19th, 2011 Comments off

I require a few separate modifications carried out to the purchased copy of PHPProLance Vers 3 I have.

Only reply if you are familiar with PHPProLance, as the quotes i have already received want to be paid time to familiarise them selves with the work.

1. I need a word document (contract) turned into a form that can be saved into the database and called up by either party.
2. I need attional upload fields placed in the members profile.

and more…….

Facebook Comment Like Bot For External Sites

September 19th, 2011 Comments off

I need a custom bot which involves facebook and yahoo api, which basically involves the facebook comments on external sites, what it does is hits the like button on a comment by signing on through a yahoo account, the catch is you can use the same yahoo account to like the same comment over and over again….

manually, i always have to clear cookies before logging in using the same yahoo account and it works.. time is, 1 like in every 5-6 minutes

automatically, i have seen the same script in action which does the job in say , 3-4 likes per minutes

for eg : this is the url of a comment :

http://www.facebook.com/plugins/comments.php?channel_url=http%3A%2F%2Fstatic.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%3Fversion%3D3%23cb%3Df18e6ad305d9eb4%26origin%3Dhttp%253A%252F%252Ftechcrunch.com%252Ff3cd438e3740e16%26relation%3Dparent.parent%26transport%3Dpostmessage&href=http%3A%2F%2Ftechcrunch.com%2F2011%2F09%2F06%2Fseriously-dont-buy-this-thing%2F&locale=en_US&numposts=25&sdk=joey&width=630#

open it..

this is how it works :

1. comment using yahoo..
2. sign in with yahoo
3. after you are logged on, refresh the page, click like on a comment. 1 like will increase
4. clear your cookies
5. refresh the page
6. sign in with the same yahoo account, refresh the page, and click like, 1 more like will increase

i dont know if the bot has to clear cookies or it will play with the APIs or something, but i have seen an exact same bot with the accuracy of 98% and speed of 3-4 likes a minute.

feauter i need in the bot :

1. place to load multiple yahoo account (if possible), otherwise, one yahoo account will work atm.
2. feature for multithreading, where i can load multiple comment urls and the bot should click like simultaneously on all of them (if this feature is possible then Iam ready to pay extra)

if u want any other details, i can show u manually on teamviewer or other screen sharing softwares of your preference.

IMPORTANT :

in your bids, DONT FORGET to specify :
1. your basic bid
2. what features you can add from above.
3. how much will you charge for additional features.
4. any other suggestions or features you think you can add or might be helpful, with their price.

INCENTIVE :

if the script works perfectly fine with good speed, and it works according to my needs and required features, Iam ready to pay 10% extra of the total bid cost.

Point Parser

September 19th, 2011 Comments off

Overview:

We are looking for a simple windows application that calculates the amount of time spent in a given area or set of areas. The application will take two input files, and analyse the data in the second file to calculate the length of time spent within a given area, or set of areas, as defined by the first file. The application will create a csv output file that details the instances of presence within the defined area/s.

Inputs:

Area definition file: A KML file will be used to define an area or areas. The <LinearRing> element will define a given polygon, within a <Placemark>.

<Placemark>
<name>Newport</name>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-117.9578972035459,33.6282509714184,0 -117.954622312435,33.62668612164413</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>

Data file: A CSV will contain tracking information, with defined points (WGS-84), grouped into tracks. Each track will need to be analyzed to determine how much time has been spent within the area/s defined above. A sample file is attached. There are many redundant fields.

Outputs:

A csv will be created that will list the instances of tracks occurring within the defined areas. For each instance where a track goes within the area, a line will list the following fields:

Track number, DateTime of entry, DateTime of exit, Total time in area, Name of Area, Average Speed, Speed of Zero (Boolean)

Track number: Taken from the CSV input file
DateTime of entry: Taken from the CSV input file (the first point within a given area) (use local time)
DateTime of exit: Taken from the CSV input file (the first point not within the area that was previously occupied) (use local time)
Total time in area: Difference between the entry and exit times (must be able to handle a transition from one day to the next)
Name of Area: Taken from the KML file
Average Speed: numerical average of ‘speed values’ from points within the area, including the entry point and exit point
Speed of Zero (Boolean): True if any speed value < 5, otherwise false

Assumptions:

The time of entry is assumed to be the first point inside the area
The time of exit is assumed to be the first point outside the area

Essential Requirements:

The application needs to have a simple UI with the ability to load the kml file, then select the csv to process, and then prompt the user once analysis is complete to save the output csv file.

We require source code.

Escrow payment, but one only payment at the end once we’re happy with result.

Categories: Programming Tags: , , , , , ,

Transforming Kid Drawing To Abstract Painting For Livingroom

September 19th, 2011 Comments off

Hello,

I have a simple kid drawing (see file name Painting_3.psd) which I would like to color and transform it into a colorful abstract art work, print it on canvas and hang it in my living-room.

I’m looking for someone with artistic abilities and good eye for color combinations.

I attached an example of the type of transformation i have in mind (see file name style12). You can change the colors to anything you feel will fit (I prefer pastel colors). In the final work, the color fill must be with texture (not just plain color fill).
The final picture should be in vector format so that i could print it on canvas sized half a poster (46 to 64.3 cm).

Most importantly – Please create a simple small colored sketch for your planed design so I can choose the bidder based on how he sees the transformed painting.

Thank you…

Easy Edit Joomla Component Today 3

September 19th, 2011 Comments off

Change uploader from current (1.jpg) to 2.jpg for 2 tabs.

Make uploader for second tab display logo on the front of the site.

Make 2 fields update db

Simple Iphone And Ipod Application 2

September 19th, 2011 Comments off

I need some one to design iphone and ipod apps for one simple website. If this project go well and I am happy I will give more project for the future.

Android – Education App

September 19th, 2011 Comments off

Overview: An app for Android which let’s learners know about new course offerings, download items of interest, and view/listen to content.

MLI is implementing oAuth so that the app can work using tokens versus signup requiring sending of user information.

Workflow:
1)Learner registers/subscribes to free app which lists newly released and currently available courses to which they can listen and/or view.
Learner is sent an email which they click on their android which autoinstalls on their android.

2) The App automatically updates the list of currently available courses. Preference: update automatically once a week or prompt learner that they can update immediately (we can discuss this) when accessing the app.

3) The App allows learners to download content (audio and/or video files) to review at their convenience. A queue or curriculum folder is where the learner can select the courses at there convenience.

4) When the learner views/listens to the course, the app sends to our corporate database that the learner has viewed/listened to the file. It is preferable that both the start and completion date and time is recorded. If not possible, then notification that the learner has clicked on the link to begin the course could be the trigger.

5) Corporate database records the learner has completed the course (learner id token or registration data, course id, start and completion date/time)

The database I am referring to is the corporate learning management system. Upon recording of completed course, the process integrates into the online course progression (posttest and application for credit, certificate generation, completion of course) which is already built and working.

Bid should include email contact for references specifically related to android apps.

Please specifically outline what event could trigger the completion event (i.e. clicking on the link to begin listening to the file or embedding triggering code within the file which would trigger upon the learner finishing listening to the file).

Classifieds With Facebook Login And Integration

September 19th, 2011 Comments off

I am wanting a classified ads website that is free for people to use, but requires Facebook login/registration. Also need it to incorporate Google adsense. I have working knowledge of PHP and want to be able to change the site as needed. I do not have the time to put this together myself so I am turning to YOU, the great scripters of ScriptLance.

Iphone/ipad – Education App

September 19th, 2011 Comments off

Overview: An app for iPhone or iPad which let’s learners know about new course offerings, download items of interest, and view/listen to content.

MLI is implementing oAuth so that the app can work using tokens versus signup requiring sending of user information.

Workflow:
1)Learner registers/subscribes to free app which lists newly released and currently available courses to which they can listen and/or view.
Learner is sent an email which they click on their blackberry which autoinstalls on their blackberry.

2) The App automatically updates the list of currently available courses. Preference: update automatically once a week or prompt learner that they can update immediately (we can discuss this) when accessing the app.

3) The App allows learners to download content (audio and/or video files) to review at their convenience. A queue or curriculum folder is where the learner can select the courses at there convenience.

4) When the learner views/listens to the course, the app sends to our corporate database that the learner has viewed/listened to the file. It is preferable that both the start and completion date and time is recorded. If not possible, then notification that the learner has clicked on the link to begin the course could be the trigger.

5) Corporate database records the learner has completed the course (learner id token or registration data, course id, start and completion date/time)

The database I am referring to is the corporate learning management system. Upon recording of completed course, the process integrates into the online course progression (posttest and application for credit, certificate generation, completion of course) which is already built and working.

Bid should include email contact for references specifically related to iPhone/iPad apps.

Please specifically outline what event could trigger the completion event (i.e. clicking on the link to begin listening to the file or embedding triggering code within the file which would trigger upon the learner finishing listening to the file).

Clone Site And Change It To WordPress Theme Easy Job 2

September 19th, 2011 Comments off

I am looking some one who can clone a website and change it to word press site. Pls bid low so that I will choose you right a way. I need this done in 24hr.

Blackberry – Education App

September 19th, 2011 Comments off

Overview: An app for blackberrys which let’s learners know about new course offerings, download items of interest, and view/listen to content.

MLI is implementing oAuth so that the app can work using tokens versus signup requiring sending of user information.

Workflow:
1)Learner registers/subscribes to free app which lists newly released and currently available courses to which they can listen and/or view.
Learner is sent an email which they click on their blackberry which autoinstalls on their blackberry.

2) The App automatically updates the list of currently available courses. Preference: update automatically once a week or prompt learner that they can update immediately (we can discuss this) when accessing the app.

3) The App allows learners to download content (audio and/or video files) to review at their convenience. A queue or curriculum folder is where the learner can select the courses at there convenience.

4) When the learner views/listens to the course, the app sends to our corporate database that the learner has viewed/listened to the file. It is preferable that both the start and completion date and time is recorded. If not possible, then notification that the learner has clicked on the link to begin the course could be the trigger.

5) Corporate database records the learner has completed the course (learner id token or registration data, course id, start and completion date/time)

The database I am referring to is the corporate learning management system. Upon recording of completed course, the process integrates into the online course progression (posttest and application for credit, certificate generation, completion of course) which is already built and working.

Bid should include email contact for references specifically related to blackberry apps.

Please specifically outline what event could trigger the completion event (i.e. clicking on the link to begin listening to the file or embedding triggering code within the file which would trigger upon the learner finishing listening to the file).

Project 2 2

September 19th, 2011 Comments off

This is Project 2. Contact me fdor more information.

Categories: Programming Tags:

Promote Facebook Event Or Online Webinar

September 19th, 2011 Comments off

Looking for someone that can use social media to promote a recorded webinar (or facebook event) to learn about the 90-Day Challenge – How to get fit, lose weight, and of course have the opportunity to make money…and drive a luxury BMW :)

Facebook & Twitter Login

September 19th, 2011 Comments off

I have a php script that need for user to be able to login using their facebook and twitter account..

Need very very quick turnaround.

Amazon Products Crawler/ WordPress Plugin

September 19th, 2011 Comments off

Hello..

I have the template already, and a wordpress plug in created that will crawl the amazon store link I specify and return the products based on the keywords I supply.

The plug in should have an input section where I can specify the amazon sore link. Here’s an example of the amazon store link.
(http://www.amazon.com/gp/browse.html?ie=UTF8&marketplaceID=ATVPDKIKX0DER&me=A2IWFKLWFD9GAP)

The plug in should also have an input for specifying the keyword, and return/post products based on the specified keyword. eg:(pumps for foutains)

The Template you will be adding the plug in to is:
www.PumpsForFountains.com

Therefor, the plug in should:
1. Crawl products from the link provided.
2. Return all product info, including pictures.
3. Post the products on the website in the current structure of the template.
4. Auto update product content on selected time ranges
5. it should also make sure theirs no product duplicates

There is a script thats there currently that uses the Amazon API, but the amazon api does not do Merchant specific product calls anymore.. Therefore I need a solution that’s “Not” dependent on their API to retrieve the products, I need a “Crawler”

This Crawler should be self contained in the website, and a PHP wordpress plug in.

There should also be a setting for auto checking for updates for those products from amazon.
It should also make sure there are no duplicates ect.

I also, need the template to retain all of its current installed features, such as wp robot ect. you will see once your in the wp admin

I will handle all the graphics. I just need the crawler made, and wp robot working correctly

Please contact asap, only if you can do this quickly.
The Crawler needs to be a wordpress plug in

Thank You

Article Rewriter Needed 2

September 19th, 2011 Comments off

Hello,

I am in need of a writer to rewrite about 15,000 words.

Requirements:

-Must be good in English
-Reply me quickly
-able to produce unique rewrites on a daily basis

The job is pretty simple. I will provide you articles or texts. You need to rewrite them as long as they are free from duplication.

Payment:

150 words

Video Editor / Marketeer

September 19th, 2011 Comments off

Hello there,

I need a video marketeer.
Some one we creates a good intro of my website (we’ll provide logo and basic information).


Once the intro video (10 seconds) is created the marketeer should download product video’s from youtube. i.e. Blackberry introduction video and add the 10 second intro and upload it again on our account with the right label-tags. So it will be show up in search of that product.

This is a project for about 25 video’s every week.
Weekly payment.

Only bid if you are serious and can download, edit and upload 25 product video’s every week. Also if you’re able to make a good HD 10 second intro.

Regards,
Mark

Convert Ms Word To Ebook Format

September 19th, 2011 Comments off

I need to have an eBook created from a Microsoft Word document using Calibre. The book includes many embedded photos (it’s a photography how-to book) and requires a table of contents with links to each chapter. The final result should be in epub format.

I am currently awaiting artwork for the front and back covers but I’ve attached the Word doc for your reference.

Fundraising Thermometer

September 19th, 2011 Comments off

I need a fundraising thermometer that teams and groups can use on their sites to show there progress.

One of my competitors has exactly what i want. You can see it here.

http://www.easy-fundraising-ideas.com/tools/fundraising-thermometer/

I would like to copy the first thermometer (small purple one).

I’m not sure if it’s possible to download the files from his site, and modify them slightly and the graphic.

Eventlist Event In Multiple Categories

September 19th, 2011 Comments off

What we need is very simple: when the organizer sends an event, will be able to select more than one categoria.
Questo is on the form must be a front-end to back-end.

Data Entry 270 Products

September 19th, 2011 Comments off

Summary of Job:
———————————–
Copy and Paste Product Name.
Press Save.
Search for (modified) name.
Select results.
Press Save

Check mark product name.
Change status, select new status, Save.
—————————————-

Some intuition (thinking) is required.
Excellent English communication required.
Feedback will be graded on accuracy, speed of job, and communication.
Looking for providers with excellent feedback at reasonable costs.
Further details sent to providers of interest.

Bear