Archive

Posts Tagged ‘passed’

Articles 50 Off Copyscape Passed ( 3

October 17th, 2011 Comments off

50 articles

Your bid is for writing 50 articles within a major niche. You may choose any topic or keyword you wish for the articles.

We are looking for quality article writers with good command of English; who can write error-free in an informative manner on the any topic under the general heading of Jewellery.

We are requiring 50 unique and copyscaped passed articles of at least 450 words each, and which have no grammatical errors so they can be easily accepted by ezinearticles. Duplicate or previously spun articles will not be accepted.

We intending to spin each article ourselves so each article must be 100% unique. It will be rejected if failed by copyscape.

We require the articles to be properly SEO’d; in that the writer should have sufficient knowledge on SEO article writing and keyword density. The specific keyword per article should be highlighted.

I have set the cost between $10 and $200. I will not consider offers over $200 in fact I will be focusing in the lower end of that price range.

I am in no hurry, so 30 days maybe longer to complete the project would be considered acceptable.

To help we can:
1. Provide many PLR articles on the subject, for research.
2. Receive them 10 at a time.
3. Let you choose your own keywords within the overall subject of Jewellery.
4. Commission more articles as required.

Make a bid only if you are in fully agreement with our requirements & rates; and are confident that you can deliver. Also let us know when making your bid, the level of your expertise; and that you consider yourself competent to research and write the necessary content with quality.

Many thanks in advance, and happy bidding!

Regards

Articles 50 Off Copyscape Passed

September 30th, 2011 Comments off

50 articles

Your bid is for writing 50 articles within a major niche. You may choose any topic or keyword you wish for the articles.

We are looking for quality article writers with good command of English; who can write error-free in an informative manner on the any topic under the general heading of Jewellery.

We are requiring 50 unique and copyscaped passed articles of at least 450 words each, and which have no grammatical errors so they can be easily accepted by ezinearticles. Duplicate or previously spun articles will not be accepted.

We intending to spin each article ourselves so each article must be 100% unique. It will be rejected if failed by copyscape.

We require the articles to be properly SEO’d; in that the writer should have sufficient knowledge on SEO article writing and keyword density. The specific keyword per article should be highlighted.

I have set the cost between $10 and $200. I will not consider offers over $200 in fact I will be focusing in the lower end of that price range.

I am in no hurry, so 30 days maybe longer to complete the project would be considered acceptable.

To help we can:
1. Provide many PLR articles on the subject, for research.
2. Receive them 10 at a time.
3. Let you choose your own keywords within the overall subject of Jewellery.
4. Commission more articles as required.

Make a bid only if you are in fully agreement with our requirements & rates; and are confident that you can deliver. Also let us know when making your bid, the level of your expertise; and that you consider yourself competent to research and write the necessary content with quality.

Many thanks in advance, and happy bidding!

Regards

Readymade Cr Iphone & Pc Game

November 30th, 2009 Comments off

We are currently looking for a ReadyMade 3D/2D developer to sell us an isometric race cargame engine to be played on the web app we are building.

Here is what we’re needing. We have already built out the web app for this game (shopping cart, user console, admin console, etc). We just need you to build the game and assist us in integrating the game engine into the online web app if its already done ?

Data needs to pass back and forth between game and our database, we will need you to assist us and enable the game to communicate with the web app. We need to define what is being passed back and forth and when. For instance,…race results…times…is that passed at the end of race…and where is it passed to……points generated off of rankings of cars etc.

Content Delivery System

August 29th, 2009 Comments off

I’m looking for some software which can be installed on systems (Windows 2000 / 2003 / XP / Vista / 7) by subscribers and will automatically deliver requested content by launching their default web browser… in essence, a more intelligent, remotely configurable version of the DeskTopPop product.

Content delivery can occur:

1) after a pre-determined period of time (hours), or

2) at a pre-set UTC time

…provided that a period of recent and continued user activity has been detected.

For example, I might decide to have the user’s browser display a URL every 8 or 12 hours, provided that their computer is currently being used and has been continuously used for a short period of time i.e. 5 minutes.

I do not want to have browser windows open simply based on a timer so some monitoring of the keyboard and/or mouse will be required.

The actual current “waiting period” between browser launches and the required period of user activity (both in minutes) before triggering will be specified within the string returned by my server script which also specifies the target URL.

Please also note that the “waiting period” for “time delayed” URLs is the minimum time to wait since the previous URL was launched and is not cumulative i.e. if the waiting time is set to 8 hours but the user does not use their computer for 20 hours then only one URL should be launched (after the required “continuous use” period) and the next URL should not trigger for at least another 8 hours.

The utility should be unobtrusive to the user i.e. must install as an application but be invisible (nothing on the task bar, in the system tray or in the Alt-Tab window / Task Manager) during normal operation.

It is very important that the utility is able to work with all the major browsers and should not trigger false-positives for anti-virus / spyware / adware / malware systems – it should also be firewall-friendly.

A unique, system generated ID should be created during the 1st run process and passed to my server (when appropriate) during communications so that duplicate content can be avoided for each user.

The overall process should be something along the following lines:

a) at 1st run, generate and store a unique “user” ID in the registry, along with the current UTC time (indicating the “last launch” time)

b) immediately contact my server via an http post, passing the user ID

c) server will return the appropriate “waiting” and “continuous use” periods (both as minutes) followed by the “time delayed” URL in the following format: 10|3|yahoo.com

– the returned URL, waiting and continuous use periods should be stored in the registry

d) immediately contact my server via an http post, passing NO user ID

e) server will either return the UTC “activation time” and “continuous use” period (as minutes) followed by the “time specific” URL in the following format: 200911281457|2|google.com OR a “nothing scheduled” instruction in the following format: ||

– if a time-specific instruction was returned, the URL, UTC activation time and continuous use period should be stored (or replaced) in the registry (separately to the “time delayed” information)

f) monitor the time passed since 1st run / last URL launch and most recent period of continuous user activity until:
i) 60 minutes have passed, in which case go to step d)
ii) the pending “time delayed” URL should be launched, in which case go to step g)
iii) the pending “time specific” URL should be launched, in which case go to step h)

g) launch the “time delayed” URL in the default browser, update the “last launch” time in the registry, then go to step b)

h) launch the “time specific” URL in the default browser, update the “last launch” time in the registry, then go to step d)

Notes:

1) the initial “time delayed” URL should not be launched until “waiting” period minutes after the UTC time stored during the 1st run

2) “time specific” URLs should be ignored (i.e. not stored in the registry) unless the launch time is in the future

3) “time specific” URLs take precidence over “time delayed” URLs so if a “time specific” URL is scheduled to launch within the next 24 hours (note that it may have been scheduled for several days already) then any pending “time delayed” URL launch should be postponed until “waiting” period after the “time specific” launch takes place

4) the registry location should be configurable to allow multiple copies of the system to run concurrently and deliver different scheduled content

The following PHP script can be used for testing purposes:

<?PHP
if (isset($_REQUEST['id']))
{
echo “10|3|yahoo.com”;
}
else
{
if (rand(0, 1) == 0)
echo gmdate(“YmdHi”, time() + 480) . “|2|google.com”;
else
echo “||”;
}
exit;
?>

Delphi is the preferred development language but not a necessity.

All, fully commented, source code should be provided.

Any 3rd party code included in the project must be public domain / GNU or similar i.e. no cost for commercial use.

Size and speed / simplicity of installation is important so any potential 3rd party downloads / code extensions i.e. dotNET, are not acceptable.

Confirmation of successful testing on Windows 2000, 2003, XP, Vista & 7 is a requirement.

Real Referring Url Not Passed

August 14th, 2009 Comments off

We have pay-per-click search engine based on PHP/mySQL from http://www.hyperseek.com – full source version.

We need an expert programmer to add ability for script to pass referring url when search is performed and script queries upstream xml feed providers.

Also after you’ve solved this bug we need expert help to customize script beyond our knowledge by adding new functions, fixing up existing ones, etc..

There are many thousands of lines of code, script is split up into chunks, and last expert failed and could not succeed in fixing script.

I am willing to pay up to $100 to have this done in a timely manner. Also need direct communication via IM or phone.

If you cannot fix or are not familiar with www.hyperseek.com Hyperseek/Jackhammer PPC system, do not waste my time or bid on this project!

Jquery Easy Project

August 13th, 2009 Comments off

Hello.

This is a simple project for a jQuery expert.
Consists of 4 tasks.

#1 http://rockstady.com/folder.php
You will need to add a custom method, which will act the same as ‘remote’ but before sending a request to the server it should retrieve ‘handler’ and ‘id’ hidden fields values and add them to the post string.

So currently default ‘remote’ method will send only ‘folder’ value, should send ‘folder’, ‘handler’ and ‘id’

#2 http://rockstady.com/username.php
Create a custom method ‘alphanumeric’ – it should allow only latin characters, numbers and _ sign to be filled in a field.

#3 http://rockstady.com/set.php
Extend ‘required’ method so it is able to check a set of textfields
If at least one field is filled – then the whole set is considered as not empty.

#4 http://rockstady.com/group.php
create a custom method that will check a group of fields.
Rule is considered as ‘passed’ when any of those fields is not empty
For ex.:
Field One has anything in it – the whole rule is passed
Field Two – any field from the set of textfields has anything in it – the whole rule is passed
Field Three – has anything selected – the whole rule is passed

Please post your bids for the entire project (all 4 tasks).

If you will offer a solution for one of them via PMB (for ex. #2 or #3) it is likely that I will choose you.

Thank you.

Referring Url Not Being Passed

August 7th, 2009 Comments off

We have pay-per-click search engine script based on PHP/mySQL from http://www.hyperseek.com – full source version.

We need an expert programmer to add ability for script to pass referring url when search is performed and script queries upstream xml feed providers.

Also after you’ve solved this bug we need expert help to customize script beyond our knowledge by adding new functions, fixing up existing ones, etc..

There are many thousands of lines of code, script is split up into chunks, and last expert failed and could not succeed in fixing script.

I am willing to pay up to $200 to have this done.

If you cannot fix or are not familiar with Hyperseek/Jackhammer PPC system, do not waste my time or bid on this project!

Ten Flash Flv Players

June 17th, 2009 Comments off

I need a really good Flash designer who can build me a few Flash players. These SWF players should play FLV videos (Flash version 7 and under, at least).

Note: I have the source code to similar players I’ve had designed in the past. I could provide you with this, but there are a few bugs in the code, and things that I’d like changed.

I need these players to have the same features as this one, plus the features I describe below:
http://www.kfzy.com/SamplePlayer/

The variables that are passed in the sample video code:
1) path=FLVVideo.FLV
2) buffersize=3
3) startauto=true
4) redirect=http://www.google.com/
(if there is nothing after redirect=, the video shouldn’t redirect)

All players should have:
1) Bar showing how much loaded
2) Thumbnail feature, passed in variable, like ?thumbnail=thumb.bmp
Thumbnail should be shown if video doesn’t autoplay.
3) Big “play” button in middle if the video isn’t playing automatically. (EXCEPT for player #3)
4) A sound clip (I will provide) that will play on mousing over a button. Sound should be disabled if “sound” variable passed on to the player is “false”

As for design, I’d like a variety of color schemes, but a lot of normal colors, like gray, black, white, etc. Beyond this, I’ll just trust your design skills.

If you could send samples of any previous Flash work (especially players) that would be very helpful!

I will need the source code to these players.

Thanks for viewing!

Xml Parser Php Script

June 2nd, 2009 Comments off

I need a php script to parse data from results of search requests similar to this:

http://www.popshops.com/v1/0yp0rj3hqei08nztbslkxco1m/products.xml?catalog_key=8dma5bktzb9bseed24byo2z3w&amp;keywords=ipod+16gb

The results will then be displayed on our online shopping mall website (www.ShoppingMinistry.com). It should display a list of available products and allow customer to sort by name, price etc. It should also allow them to narrow the search by available parameters.

Here are more info about available parameters etc:

Request URL

http://www.popshops.com/v1/0yp0rj3hqei08nztbslkxco1m/products.xml
Required request parameters
Field Value Description
catalog_key string Unique key identifying catalog of merchants: 8dma5bktzb9bseed24byo2z3w
keywords string

A list of keywords to search across your catalog merchants.

keywords=ipod Is a basic search for products containing the keyword ‘ipod’

keywords=ipod -case is a search for products containing the keyword ‘ipod’ and NOT containing the keyword ‘case’
Optional request parameters
Field Value Description
merchant_id integer A unique PopShops merchant_id, limiting products to a single merchant
merchant_type_id integer A unique merchant_type_id limiting products to a single merchant_type.
category_id integer A PopShops category ID, limiting products to a single merchant’s category. Category ids are currently only returned in product query responses.
brand_id integer A PopShops brand_id, limiting products to a single brand
price_min decimal
10.00,19.95, etc
Price minimum product prices should not go below
price_max decimal
10.00,19.95, etc.
Price maximum product prices should not exceed
product_sort name_asc
name_desc
price_asc
price_desc Featured (default), Name (A-Z), Name (Z-A), Lowest Price, Highest Price
product_limit 1-100 Number of products to display at a time. 100 maximum.
product_offset integer Number to offset the product results by
include_deals boolean
1 or 0
Available deals can also be included in the result set that match returned products and merchants.
url_subid string Custom subid/sid to be appended in any final affiliate product urls.
Response fields
Field Description
search_results Contains all of the query responses. Attributes:

* keywords: any keywords passed in
* product_limit: any product_limit passed in
* product_offset: any product_offset passed in
* merchant_id: any merchant_id passed in
* category_id: any category_id passed in
* brand_id: any brand_id passed in
* product_sort: any product_sort passed in
* price_min: any price_min passed in
* price_max: any price_max passed in
* merchant_type_id: any merchant_type_id passed in

products Contains products matching the query parameters. Attributes:

* total_count: Total number of products matching the query parameters

product Contains an individual product. Attributes:

* name: The name of the product
* description: The description of the product
* merchant_id: The merchant_id for the merchant the product belongs to.
* large_image_url: A url for the largest sized image available for the product.
* medium_image_url: A url for a medium sized image of the product.
* small_image_url: A url for a small sized image of the product.
* merchant_price: The price offered through the merchant. Usually corresponds to the lowest price.
* retail_price: The listed retail price of the product.

price_ranges Contains price_ranges for products matching the query parameters.
price_range Contains an individual price_range. Attributes:

* max: The max dollar value in the range
* min: The min dollar value in the range
* product_count: The number of products within this price range.

merchants Contains top merchants for products matching the query parameters. In many cases the number of merchants matching the query is too many to bring back, so this will only bring back the top 50 merchant matches by product count. You may encounter results where you get a product on a page and there is no matching merchant in the merchants node.
merchant Contains an individual merchant. Attributes:

* id: A unique id for the merchant. You can pass this in as a merchant_id to filter products to this specific merchant.
* name: The name of the merchant.
* product_count: The number of products matching the query for this specific merchant.
* logo_url: If available a logo_url will be provided which is a url to small thumbnail of a logo for the merchant.
* url: If available the url will be returned, which is a landing page for this merchant.
* merchant_type_id: If the merchant belongs to a merchant_type, this will be the id for the merchant_type. This can be used to further filter products as a merchant_type_id parameter.

merchant_types Contains top merchant_types for products matching the query parameters.
merchant_type Contains an individual merchant_type. Attributes:

* id: A unique id for the merchant_type. You can pass this in as a merchant_type_id to filter products to this specific merchant_type.
* name: The name of the merchant_type.
* product_count: The number of products matching the query for this specific merchant_type.

brands Contains top brands for products matching the query parameters.
brand Contains an individual brand. Attributes:

* id: A unique id for the brand. You can pass this in as a brand_id to filter products to this specific merchant_type.
* name: The name of the brand.
* product_count: The number of products matching the query for this specific brand.

suggested_merchants If the keywords match any merchant names, or have been tagged by PopShops as belonging to a specific merchant, this node will return any merchants that may be possible matches. This node will have child merchant nodes with attributes available on normal merchant nodes.
deals Contains deals available for products,merchants, and suggested merchants matching the query. Attributes:

* restrictions: Global restrictions that apply to any deal returned.

deal Contains an individual deal. Attributes:

* name: The name of the deal.
* description: A description of the deal.
* url: The redirect url for the deal.
* image_url: If an image is available for the deal, this will be a url for that image.
* specific: This is a boolean (true/false) indicating whether the deal is specific to a product, or applies to all products from the merchant.
* start_on: The start date the deal is valid.
* end_on: The end date the deal is no longer valid.
* code: Any associated code for the deal. This is a code that would need to be used to redeem the deal.
* deal_type_ids: The deal_type id indicating what kind of deal this is.
* restrictions: Any applicable restrictions unique to this deal or merchant.
* merchant_id: A unique id for the merchant.
* merchant_type_id: The id of the merchant_type the merchant of this deal belongs to.

Categories: MySQL, PHP, XML Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Php Expert: Oscommerce Mod

May 10th, 2009 Comments off

I need a mod for my osCommerce implementation. Currently, when a purchase is made the customer receives the confirmation email. I need a mod to send an additional email containing custom parameters of the sale to a specific email address. There are 3 pieces to this currently.

1. Customer places order and enters shipping and billing info.

2. Order is sent to 2Checkout who parses the customer info, processes the payment, and returns the customer to my site. 2Checkout passes back all parameters which then updates the osCommerce DB.

3. Customer is sent email to confirm order and notify it has been successfully processed. This is already built in to osCommerce.

Here’s what I need added:

1. Some extra parameters need to be passed from my osCommerce cart to 2Checkout so that they are added and passed back to osCommerce after the sale. These parameters already exist within the 2Checkout routine so I can add these tables to my MySQL DB.

3. Once the order is returned and my osCommerce DB updates, an additional email needs to be generated that parses the osCommerce DB and sends a specially formatted email to a static email address for every order. However, the parameters that need to be passed are formatted differently on the processing end so the script will need to do a little translation before generating the email. For instance, the osCommerce/2Checkout parameter may be Shipping1 but it needs to be sent out as Shipping_1 in the email.

I’ve probably made this sound more complicated than it is, but I want to make sure it’s fully understood. To summarize, I need my cart to generate an automatic email with some custom parameters.

Face Book Application

May 9th, 2009 Comments off

We would like to have a facebook application created. The application would have the user enter information about themselves and include a log book of experience. The user would enter the application each time they wanted to update their experience when ever they perform a task by date and location. They can enter past experience via a simple interface or enter ongoing experience via a monthly calendar interface. Once they gain certain levels or milestones of experience

Dragable Boxes Igoogle Clone

April 12th, 2009 Comments off

I need iGoogle dragable boxes, here is the script to start with:

http://www.dhtmlgoodies.com/scripts/dragable-boxes/dragable-boxes.html

I do not mind if you have a ready to go solution now.

I need same header buttons (min/max. close, refresh/settings), all buttons must be enabled/disabled/show/hide optionally by setting variable for each box.

All boxes customizations variables must be passed in an array or hash to the createbox function.

The box contents can be from AJAX or passed as variable or set by a method to static div.

Optionally Show/Hide Box Status Bar.
Optionally resize handle for resizable boxes.

Must be be theme based a default theme for all boxes or can be set individually for each box if set by a method or passed to the creatin function.

All the variables like “numberOfColumns” which exists at the top of the JS script above must be customizable outside the main script and set with all settings in a init function that can be set in the html page file which will using the scipt.

The box header and 4 corners and content area must use a graphics optionally besides the background color.

I will need to start with a nice Vista style graphics theme, then after the job completion will ask for about 5 more themes.

That’s all for now.

Bear