|
(viewing 141 of 141 open projects)
|
|
|
|
| # |
Project Name
|
Bids
|
Budget |
Buyer |
Started
|
Ends
|
| 1 |
|
|
Any budget
|
|
Yesterday +17h |
24/Nov/2008 |
|
I am interested in a proposal to clone Prosper.com and make some modifications. The business model is very different but many of the features are the same.
Please provide hourly rate after cloning for mods.
|
| 2 |
|
|
Any budget
|
|
2 days ago |
23/Nov/2008 |
|
Webmaster- We are a popular- nationally syndicated radio show and need a multi-talented
individual to take our website to the next level of usability, visibility and profitability. We are
looking for someone who has a passion for politics, entertainment AND great interactive website
creation.
This position requires excellent attention to detail and organization skills.
Software skills and program expertise required:
Joomla/ Mambo
Basic HTML and CSS coding skills, .php skills preferred
Photoshop
Flash-multimedia software including Quicktime
Word or other text editor
Two track sound file editing program
Excellent written communication skills.
This position can be performed anywhere in the U.S. via broadband.
We offer.
•Competitive Salary
•Generous Profit Sharing and bonus incentives
•Flexible Hours
To apply, e-mail a cover letter and resume’ along with url addresses of sites you have
created/maintained please include writing and graphic samples.
|
| 3 |
|
|
Not sure
|
|
14/Nov/2008 |
24/Nov/2008 |
|
Hello, this project is for a new joomla/virtuemart ecommerce site for a new jewelry and antique store. The goal of the site is to dynamically display all available inventory, allow for upload of new inventory (images, description, etc), and allow a user to purchase online, processing payments through a payment gateway. A high-level site map would include:
- Welcome/home page
- Contact page
- Directions/map to store
- Featured products/new inventory
- sale items
- Products:
*Jewelry (with sub categories: Rings, Necklaces, etc)
* Antiques (with sub categories: Furniture, glassware/ceramics, etc)
|
| 4 |
|
|
Any budget
|
|
12/Nov/2008 |
22/Nov/2008 |
|
Convert Serr.biz Forms LT into a Joomla 1.5 component.
Create custom export feeds for Virtuemart 1.2 - CSVimported
Misc. Customization to various Joomla 1.0 / Joomla 1.5 websites.
Bidders can be anywhere, but MUST have custom programming experience with Joomla 1.0 and Joomla 1.5. When responding please include samples of your work.
|
| 5 |
|
|
Any budget
|
|
12/Nov/2008 |
26/Nov/2008 |
|
I’m recently asked the AEC developer to add ClickBank payment processor to AEC component to be used in the latest Joomla. The developer almost done all the things but he doesn’t have much time to debug a simple error of the script in a short time. The error is about verification error,
so I want any AEC and ClickBank expert here to help me on fixing this ClickBank processor error.
It’s just only one php script to do.
For AEC expert you should already know that every new processor can be added to the following folder under Joomla. And the clickbank.php is already added in the attached file.
..components/com_acctexp/processors/clickbank.php
Please download the attached AEC component and looking into the clickbank.php code, I think that the problem should be about the validateNotification function in clickbank.php
ClickBank expert should know that it have 2 type of verification of payment to send back to your website. “Link Security Script” and “Instant Notification service” and their variable parameters are different.
As I see that the developer has set an array for standard parameters as follow:
$stdParams = array( 'ccustname', 'ccuststate', 'ccustcc', 'ccustemail', 'cproditem', 'cprodtitle', 'cprodtype','ctransaction','ctransaffiliate', 'ctransamount', 'ctranspaymentmethod', 'ctranspublisher', 'ctransreceipt', 'caffitid', 'cvendthru', 'ctranstime' );
And those are the parameter for “Instant Notification service”:
https://www.clickbank.com/20080219_release_summary.html#URL_PARAMS
Which is difference to the parameters use for “Link Security Script”
https://www.clickbank.com/publisher_tools.html#Publisher_Tools_7
When the first time customer has successfully paid, it will use “Link Security Script” to validate the payment. So, we will have to have clickbank.php to deal with this first; as shown in ClickBank example at:
https://www.clickbank.com/publisher_tools.html#Publisher_Tools_7
function cbValid()
{ $key='YOUR SECRET KEY'; $rcpt=$_REQUEST['cbreceipt']; $time=$_REQUEST['time']; $item=$_REQUEST['item']; $cbpop=$_REQUEST['cbpop']; $xxpop=sha1("$key|$rcpt|$time|$item”); $xxpop=strtoupper(substr($xxpop,0,8)); if ($cbpop==$xxpop) return 1; else return 0; }
Then later clickbank will also send an " Instant Notification service” again to tell every transaction made.
This is useful only for the second and later payment of the recurring payment settled.
I may not understand the ClickBank work flow quite correctly, so I want a ClickBank expert to solve the problem to have the clickbank integration works.
Clickbank info:
http://www.clickbank.com/sell_products.html
“Link Security Script”
https://www.clickbank.com/publisher_tools.html#Publisher_Tools_7
“Instant Notification service”:
https://www.clickbank.com/20080219_release_summary.html#URL_PARAMS
AEC info:
https://globalnerd.org/index.php/AEC1.html
|
| 6 |
|
|
Prefer not to disclose
|
|
27/Oct/2008 |
24/Nov/2008 |
|
A recent migration occurred from 1.0 to 1.5. The template and functionality needs completion.
Please place a holding bid of small amount, and provide contact information on chat client. I will then contact you, and provide all details for the job.
Sample items to be fixed: footer item links, top header placement of about us/login, font, a tab that is linked to another tab-needs to be separate content, and login screen that displays when wrong credentials are used, few broken links, etc.
After template functionality is completed on the test site, then these new files/folders will need to be moved to the live site.
*there is additional work if expert with file manager (JCE Content editor)- but not required for this job*
|
| 7 |
#1186520046 |
N/A |
N/A
|
|
27/Oct/2008 |
25/Dec/2008 |
|
N/A
|
| 8 |
|
|
Any budget
|
|
Today 0h ago |
22/Nov/2008 |
|
I have a customer that need an extra feature in virtuemart.
When displaying a product, we need to be able to ad several childproducts to this, so that the price for the mainproduct will be a sum of all the childproducts.
An example could be that the mainproduct is a recipe, and when opening this product, you can choose to ad 5 bananas, 2 ltr. milk and 1 apple. The price for this product will change when changing the amount of each childproduct, but the amount of each childproduct will be predefined from the administration and can be changed by user.
We are running Joomla 1.5.8 with Virtuemart 1.1.2
|
| 9 |
|
|
< $100
|
|
Today 0h ago |
24/Nov/2008 |
|
Looking for developers that have had 'heavy' experience with FileMaker Pro AND Joomla. Would like to
determine how easy it is to integrate the two, and what types of work you have done.
|
| 10 |
|
|
Any budget
|
|
Today 1h ago |
29/Nov/2008 |
|
We are looking to have a site extremely similar to modifiedcartrader.com possibly with a seamless tied in forum. This is straight to the point.
|
| 11 |
|
|
< $100
|
|
Today 3h ago |
Tomorrow |
|
http://cvomachinery.com.au/index.php/component/option,com_rsads/cid,8/showall,showall/task,categories.details/
In “Show all”
Can we include thumb pictures in every machine and when visitor click on it it will go to individual machine?
Also in “show all”
at the bottom of every machine or picture, can we put a text saying “Please click the picture to show a clearer or bigger picture”
On Individual machine ie http://cvomachinery.com.au/index.php/component/option,com_rsads/cid,16/task,ad.details/
Can we put a text saying " Please click picture to zoom in or navigate"
|
| 12 |
#1186520667 |
N/A |
N/A
|
|
Today 3h ago |
Today |
|
N/A
|
| 13 |
|
|
Any budget
|
|
Today 3h ago |
Today |
|
Joomla template creation - also virtuemart - and I need you to work with me with adjustments afterwards as well.
special remarks:
- background photo - blue - need to be 100% width and 100% height on all screen resolutions
- topbanner - need to setup to have different pictures on different pages
Otherwise - comments mentioned in attached jpeg.
|
| 14 |
|
|
< $100
|
|
Today 4h ago |
26/Nov/2008 |
|
Ok, some of my users are having problems with my vbulletin template, which is basically my old template with a copy and paste of my joomla header.
They can not open some threads or reply to topics. When they go back to the old template they do not encounter these problems though.
I haven’t seen the problem myself yet, well a screenshot (it says the page is unavailable which is strange?). But I guess a second look over my template code would help a lot.
I am also having some problems with jfusion but I guess these can be attributed to jfusion and I hope these will be solved with the next version.
To summarize: I need someone who will look at my template and delete crappy code/see what might be causing these problems for some users.
|
| 15 |
#1186520663 |
N/A |
N/A
|
|
Today 5h ago |
22/Nov/2008 |
|
N/A
|
| 16 |
|
|
$1000 - $1200
|
|
Today 9h ago |
21/Nov/2008 |
|
We are looking for a freelancer to help get us get started with an Intranet web site for veterinary clinics.
The site would be hosted on our own Mac OS X Server platform (ideally). Site design/graphics is not very
complicated, more simple than complicated. [In fact, utilizing Google Sites would work quite well had it not
be for the documents being hosted off-site and the lack of user-level based permissions.]
General site map.... This is ROUGH, and is a draft and needs a clearer vision, and we are very open to
determining a better structure, etc.
General site map.... This is ROUGH, and is a draft and needs a clearer vision, and we are very open to
determining a better structure, etc. See attachment.
The developer will help us install Joomla on our server, build or select a template and other
extensions/add-ons to the Joomla site, and build, assist us with the information architecture plan and get
the initial site framework built.
We are going to be having a lot of documents referenced from this site, including PDFs, Pics, Word/Excel,
etc. as well as video/QuickTime movies that will be kept locally. Would like an easy mechanism to reference
*upload* these different documents into the Joomla site (although many of the documents may already
reside on the Joomla server as it also serves are our file share server).
There probably will be 4-5 different user groups which allow for certain content to be viewed only, viewed
and edited, etc.
My hope is to work with someone for A FEW DAYS to get this project off the ground, assist us in learning
Joomla, and then to provide further assistance when needed. We are NOT looking for the developer to get
all the content uploaded, etc.
We need someone to help us out... if things work well, perhaps more responsibility will fall on the
developer’s shoulders.
|
| 17 |
|
|
Any budget
|
|
Today 10h ago |
Tomorrow |
|
I need the Jom Social and SEF 404 components installed on my joomla 1.5.8 site.
Jom social is the new community component from Azrul.com http://www.jomsocial.com/
|
| 18 |
|
|
< $100
|
|
Today 10h ago |
Tomorrow |
|
Good Day,
I’m in need of someone to find out and fix my virtuemart. I upgraded my joomla from j1.013 to j1.015 with the virtuemart that supports that version. When I upgraded i wasn’t able to receive any order notification emails.
I’m not into php that much so i don’t know where to look or what to do. So I will like to know the cost to fix that problem.
Thanks in advance
|
| 19 |
|
|
< $100
|
|
Today 12h ago |
21/Nov/2008 |
|
Hi
The shop site is completely done.
Only need help getting authorize.net payment gateway to work.
Do not have a big budget, willing to pay to get this working. Have tried all solutions I could find on the virtuemart forums.
Need all the help I need as soon as possible.
|
| 20 |
|