Archive

Posts Tagged ‘the code’

Uncompiling Flash Code

January 19th, 2012 Comments off

I have a flash/flex program. Using an online utility, please uncompile it and then update the code so that it runs properly after it re-compiles.

Things to note:
I do not have the online tool – you have to look for one.
I do not know how long the code is.
The program is a brouchure rendering utility.
The code is proprietary – so a non disclosure agreement will have to be signed.

Symphony Code Review And Commenting

June 9th, 2011 Comments off

We have a fairly extensive web application that was not properly commented upon and documented.

Your job, if you choose to accept it, is:

Look through the code and determine what certain things actually do and comment upon them. As well as provide documentation that is easily understood by any new programmer that works on the code.

In essence you are doing an audit of the code and making the code readable for any new programmer.

Need Python Expert For A Task

May 2nd, 2011 Comments off

Hello,

We need an expert that can complete this assignment as .py file and copy the same .py file and write a small guide with comments on steps within the code to identify what each part of the code does so the student can learn from the code.

this is for a beginner level pyton class. we will pick user who can complete this the FASTEST TIME and fair price.

for more details or questions, please private message.

see attached requirement.

check our other posted projects related to python.

Visual Basic 2008

March 15th, 2010 Comments off

Hello,

I have a VB.net game to create.

The game is ready but I have some problems (not errors), the code is working fine i just getting some strange results.

It will be fairly easy for a confident VB.net programmer.

I will send the code that i have until now in order to help me find the wrong bit of the code.

Mailchimp Sign Up Form Code

March 7th, 2010 Comments off

Have you ever worked or customized mailchimp website sign up form code before?

I am looking for somebody who have mailChimp sign up form code experience. I am trying to use the code with my own designed sign up form on my website but it is not working.

I will provide the code, my website URL, sign up URL, re-direct URLs for both thank-you page and confirmation-successful page.

After fixing the code on my site, I will need step-by-step instructions on how to do it.

PM me if you have any questions.

Thanks.

Paypal Discount & Quantity Cod

March 4th, 2010 Comments off

I have a standard Paypal shopping cart – I need my buttons coded to allow for customers to enter in a discount code and the quantity of items they want to purchase before the press the “Add to Cart” button on my website.

Whoever I choose will need to write the code, and explain to me where to put the code on my website, where to put the code on the paypal back-end, and also how to start new discounts.

Please let me know if you have any questions. Thanks.

dibiliwebsites

Sorting Of A List In Intrane 2

January 28th, 2010 Comments off

I have a intranet site made by someone not working here anymore in asp that on the main page shows a list of files in a certain directory. This list of files is sorted on name and since the beginning of the name i use is the date in yyyy-mm-dd the list is chronical with the oldest on top. Now I want to sort the other way around so with the newest on top but don’t now how to change the code. I am searching for somebody that can change the code or find a solution to do it for me.

I can’t give access to the intranet so the code making the list is attached. If needed I can send the entire intranet.

Categories: ASP Tags: , , , , , ,

Get Host Name From Ip Address

December 16th, 2009 Comments off

- Write a function in C that returns the host name of a feeded IP address. (IPv4 not IPv6)

- You must use getnameinfo(). Do not use the deprecated functions: gethostbyaddr() and gethostbyname(). Probably use sys/socket.h and netdb.h
- The code must be written 100% in C (C99 standard) (not C++)
- Do not use any third party header files
- The code must compile with gcc (GNU Compiler Collection) for Linux.
- please comment the code
- Do not use any dynamic memory allocation functions (like malloc)

I do not mind how fast the job is done as long as the job is done well and efficiently.

Example:

char *GetHostName(const char *IPaddress)
{
// Do code here.

return HostName;
}

int main(void)
{
printf(“%s”, GetHostName(“209.85.227.105″)); // Example: Feed Google’s IP to get something like: pw-in-f100.1e100.net

return 0;
}

Categories: C/C++ Tags: , , , , , ,

Website Adjustments

December 15th, 2009 Comments off

Hey, I’m looking for an experienced web developer who can center the code on this page:
http://6figureincomechallenge.com/Project2/1/landing.html

And above the code add this top/header frame:
http://www.thedownloadplace.com/frameredirect/main.html

The text will read:
**IMPORTANT Job Applicants!**

In order to setup a Phone Interview we will need you to fill out the following information below:

We have 10 web pages that we’ll need this done for. The code is already on those 10 pages and some minor adjustments need to be made. Simple, fast and quick task. Also, require the code for each page to be sent back via email.

Thanks,
Mike

Voip Code Install

September 6th, 2009 Comments off

Hello,

I need someone to do the following

1. Install the code at asterisk.org on my server. Essentially, I want users to be able to download it from my server and use it just like a person would download and use skype

2. put up my website (I will provide the design(css, etc).

3. Make modifications to the code so that only my site name is found in the code and on the user interface.

Fix My Html/css

August 31st, 2009 Comments off

I have HTML that I need fixed. Here is the webpage:

http://www.theravive.com/temp/theravive/index.html

Here is what I need done.

In the SOURCE CODE I want the code for the main text area to come FIRST in the body and the code for the left menus and top menus to come AFTER the code for the middle (main text area). Currently, the left menu and top menu come first inside the source code.

Please do NOT change the design at all. I just want the source code to be changed so that the main text area comes before the menus. I do not like code for Menus to come before the content.

SECOND: I need the code to validate to STRICT XHTML 1.1

1. Your job is to put the code for the menus beneath the content-area.
2. Make sure the code validates perfect to XHTML 1.1

I need this project done in 3-4 days. Please do NOT bid if you cannot complete it within a few days. Thank you!

Simple WordPress Function

August 30th, 2009 Comments off

Basically, I am just trying to see how to add multiple menus to the Appearance sidebar in the Dashboard area of WordPress, with each menu option having its own php file and each menu option displaying its own data entry screen and saving its own data.

So, for example, the Appearance sidebar would have menu choices “A”, “B”, and “C” and if “A” was selected, the code in a.php would be called to display the options for “A” as well as to save the data. If “B” was selected, the code in b.php would be called to display the options for “B” as well as save its data.

The code MUST use the WordPress API to ensure future compatibility, so for example, the menu would be added using something like this:
add_theme_page($themename.” Options”, “Options”, ‘edit_themes’, basename(__FILE__), ‘mytheme_admin’);

And the data would be saved using something like this:
update_option( $value['id'], $_REQUEST[ $value['id'] ]

This is a very easy job (10 minutes?) for an experienced WordPress programmer.

Modify Vba Code

August 8th, 2009 Comments off

I need someone to modify VBA code attached to a button to pass an ID number and file contents to a web site. I am attaching a database and an Excel file for the file structure if you need it. Please see the code behind the Start Upload button on frmOSS_UploadForm_Auto. You will need to create a new form with the same elements to execute the upload. The code will pass the groupid field from qryGroupID and the C:Arbiter_UploadArbiter.xls file to http://oneschoolstreet.com/program_uploads/arbiter_upload.php The code provided works successfully and your code must test successful before escrow is released. This could take 24 hours. Please let me know if you need additional information.

Price Matrix Frontend+backend

August 3rd, 2009 Comments off

I am looking for a dynamic pricing matrix that I can drop into an existing website.

The frontend view, what the user sees, must look like the examples here:

http://www.solopress.com/business-cards/laminated-business-cards.html
http://www.solopress.com/brochure-printing/

In the backend, I must be able to create a pricing matrix for each product, and from the frontend I must be able to call that matrix based on the product ID.

I want to be able to create a matrix for a product on the fly, on the edit/add product details page I have in my backend, using Ajax.

There will only ever be one matrix per product.

The matrix will always be paper-size/quantity. Sometimes there will be only one size option like in the first URL, sometimes many. There should not be a limit on either axis.

The quantity breaks and paper sizes will be independant per product, but product groups *may* use the same options, so there would need to be a way to call either or both headings if necessary.

In the backend, once the column and row headings are set up, I should be able to enter and save AND edit the prices all on one form, and preferably using a live editing technique with Ajax.

Lastly, when displaying the table in the front end, each price should be a link which must contain the appropriate qty and size as a query string in the URL.

I want this component to be supplied as a lightweight module that I can plug into my existing project. You will not be able to look at what I have currently set up, so the code you produce will be clean, commented and modular. It should not rely on complex libraries and huge file structures to run a simple function.

The code will be standards based and easy for me to edit the front end with CSS. I need this to run in PHP and on a MySQL database.

You should provide SQL dumps so that I can recreate your database so I can test the work.

I expect the project to come back to me fully documented and meeting all criteria as specified.

This shouldn’t take more than a few hours to create and should be ideal for a student that wants to drop a nice example into their portfolio. I am familiar with web technologies and would do this myself if I had the time, but more pressing projects are occupying me currently.

If you take on this project I will expect to have the code delivered within 48 hours of you agreeing to do the work, with a working demo I can see within 24 hours.

Revised Enrollment Box

July 30th, 2009 Comments off

Dear Programmer,

The programmer who did this assignment the first time was great!

But we have not been able to reach him/her so we are reposting it.

We need the enrollment box for our members to be updated to accommodate 7 and 8 digit membership numbers (it now only accommodates a 6 digit number).

The code has been written it just needs to be tweaked.

Here’s how it would work:

1. New member comes to the site with a 6, 7, or 8 digit referral code.

2. They enter the code into the box and are taken to our main site. (We need to be able to change the page (URL) that they are redirected to from time to time).

The code that they enter should replace the “X”s in the following string:

http://www.fingerbiz.com/cmd.php?af=XXXXXXXX (this will be a 6,7, or 8 digit number)

If you go to our main site you will see the enrollment box that is in place already. (Once again all we need is to have the code updated).

We already have the back office and cookies setup. All we need
is this simple box that will tie the 6, 7, or 8 digit code that the new member enters to the string above (without any spaces).

Please let us know how quickly it can be done.

Thanks

Html Newsletter Creator

July 26th, 2009 Comments off

Hi, i use a simple machines forum to send newsletters to my forum users.

Normally the newsletters are pure html with some css, i edit it in dreamweaver, but it can be an hassle, with the borders and all the editing necessary, and when i need a new newsletter to change an image i need to edit the link in the code, and to edit text i need to edit in the code also, but worse than that is that only an user with html experience can edit it, limiting my staff.

I need you to create an online application that could generate the code of the newsletter and that would be acessible to a normal user without html experience.

The application can be writed in ruby on rails, html (or other language that can create an simple interface), the idea is to be able to have pre-formatted templates (i’ll show you mine it’s ALWAYS the same, the programmer should pre-format that) fonts and positions (newsletter section headers, dividers etc.) so i just need to write plain text, and be able to upload images directly to positions, all kind of an backoffice.

And needs to be very simple and don’t go to email spam filters.

The only thing that change from newsletter to newsletter in the number of blocks, text and images, everything else the sections and borders are always the same.

Only serious bids please, you can see my feedback. Thanks!

Html Newsletter Creator

July 26th, 2009 Comments off

Hi, i use a simple machines forum to send newsletters to my forum users.

Normally the newsletters are pure html with some css, i edit it in dreamweaver, but it can be an hassle, with the borders and all the editing necessary, and when i need a new newsletter to change an image i need to edit the link in the code, and to edit text i need to edit in the code also, but worse than that is that only an user with html experience can edit it, limiting my staff.

I need you to create an online application that could generate the code of the newsletter and that would be acessible to a normal user without html experience.

The application can be writed in ruby on rails, html (or other language that can create an simple interface), the idea is to be able to have pre-formatted templates (i’ll show you mine it’s ALWAYS the same, the programmer should pre-format that) fonts and positions (newsletter section headers, dividers etc.) so i just need to write plain text, and be able to upload images directly to positions, all kind of an backoffice.

And needs to be very simple and don’t go to email spam filters.

The only thing that change from newsletter to newsletter in the number of blocks, text and images, everything else the sections and borders are always the same.

Only serious bids please, you can see my feedback. Thanks!

Php Template System Mods

July 23rd, 2009 Comments off

I have a website that uses a template system (i.e. the html is separate from the php) for all the pages except 2 pages on my website. The first exception is the page that displays all the products from a particular category from a MySQL database. The second exception is the page that displays an individual product page which also takes information from the same database.

I would like those 2 pages to be able to either:
1) use my template system (which means you’ll have to modify the template), or
2) to use a template system that is as easy as the one I currently use, or
3) the Tinybutstrong (TBS) template system, http://www.tinybutstrong.com.

The code has to be updated for PHP 5, if it isn’t already.

I will provide the existing code, so you just have to modify it to make it work, although, you are not obligated to use it.

The 2 pages are:
1) shop-furniture.php from http://www.dianfurniture.com/main/shop-furniture.php?ProductCatalogID=0
- Please note that in shop-furniture.php, the product names are in different cells from the product images. I would like that preserved in the new code. I also want a modified copy of shop-furniture.php that assumes the image and product name are in one cell.

2) itemlisting.php from
http://www.dianfurniture.com/main/itemlisting.php?ProductID=10
- itemlisting.php needs to be modified so that the image table does not go past the last image, or at least does not display a blank row like in ProductID=10. It has to be dynamic based on the images displayed. Right now, it is pre-set with variables in the php.
- I would also like the pagination centered, see
http://www.dianfurniture.com/main/itemlisting.php?ProductID=10&crnt=0&type=1
- itemlisting is not in actual use. It is new code I obtained but have not implemented. The current “production” version of itemlisting.php is prodgenerate.php. You will see that if you browse my website.

I would also like the following:
1) a breadcrumbs row below the main topic headings
2) the code to be commented so I can understand what the major parts of the code are
3) captcha contact page
4) the html template to be simplified. It currently uses a lot of tables embedded in tables. That will require the CSS to be modified as well.
5) my main page to display an rss feed on furniture in the bottom half. I would like this as a simple object that I can use on another page if I want and attach different news.

Moxie Wellness

July 22nd, 2009 Comments off

I NEED a WORDPRESS TEMPLATE EXPERT to modify template. I will like to stay in contact via google chat and email as we progress on the project to take an active role as we work together.

to view the active site that needs modifications, see
www.moxiewellness.com

1. Place my PHOTO at top of page….on one side….I want to be able to easily change the photo in the future. I need you to explain where in the code I can change that if I want to change that in the future

2.In a bubble: an ‘About Me’ section where I may be able to change the text easily in the future. I need you to explain where in the code I can change that text if I want to change it in the future

3. Move the menu buttons. Change the menu buttons…not sure how to make them better…I don’t like the way they appear now. My idea is as follows: In similar fashion as the sidebar menu (blue with bubbles and with white text and orange circle) Make the Pages appear in this fashion along the top line-under the ‘about me’ section. OR take the same approach and just have the color of the bubble be white instead of blue and play with text….Let’s view how the text color looks…try with orange text. See how it looks, then try with white text and it can turn orange when clicked. (can you present the template for viewing in these manners for me to choose?)

4.Change the sidebar around as follows: the ‘About’ section….change the word ‘About’ to ‘Events’ (I may want to change that name…I need you to explain where in the code I can change that if I want to change that in the future) Move this section up so it appears where the current ‘Categories’ section is…move the Categories section lower, perhaps under or before the Tags section. Your suggestions welcome.

5.Place social media icons that link to my sites.

6.Place a spot in the sidebar where I may upload videos….such as from Youtube or my own files in the future….you’ll need to alert me where in the code I can upload the video files.

7.Place a spot in the sidebar where I may upload photos in the future…

8.Advertisements: I want to activate the ad boxes that are there and explanation of how. I have generated code and am stuck. I would also like to have the option to add other sizes of advertisments.

9. the Search section isn’t functioning properly… curser needs to be able to be placed in the white section to type.

Upload And Edit Php Script

July 21st, 2009 Comments off

Project Summary -

Edit Between 1 and 15 PHP Scripts -
1. Copy Information from an Excel Spreadsheet to the Script in Notepad (See Instructions on Copying Text Below)

2. Scrape Source Code from 1 Internet Site and paste into PHP Script (See Instructions on Scraping the Code Below)

Upload Scripts to My Go Daddy Hosting Account. Note: This will include writing to me what information you need from me so you can FTP files to my GoDaddy Account.

Please provide the code xfd43 with your bid. Bids without this code will not be accepted.

I will provide you with the -

1. PHP Template and one other PHP script that does not need to be edited.

2. A spreadsheet that includes the text that needs to be copied into the template and the URL of the site where you need to scrape the code.

Please enter code ASD321 with your bid.

I will give preference to bidders who are willing to demonstrate a sample of their work by completing one of the files.

Custom Drupal Module File Uplo

July 21st, 2009 Comments off

This project requires someone who knows drupal 6 good enough to build a custom module that integrates with CCK, Permissions, Profile Pages, Content types, etc. This person should also know regular expressions as well as CURL and understand AJAX requests.

I attach a document which explains exactly what I want (including print screens).

In a nutshell:
I have a PHP application which is open source (I will supply you with it) that uploads and downloads files from file hosts such as rapidshare, megaupload, filefactory, etc. It does this by using regular expressions to determine which mirror to use, and then uses CURL to login/retrieve the download links. The job is basically to strip the code from the existing application (I had a look at the code

Selling Of The Code

July 19th, 2009 Comments off

We have created the software for our clients,its a casino game software-
Our client dint pay us
and hence we havent given this software to them,
We are selling this software here on ScriptLance to intrested bidders
this software only need paypal integration tyo be done
and we will give you the source code with full rights so you can do anything with it
Pm me for details
Code is written in C#.net
thankyou for your time

E Tutor

July 13th, 2009 Comments off

It is an Online Tution Service Project. You have to make Web Design and J2EE . Make web design a s you like but it must look professional. The features i want in the project are-:
1. There will be two membership types for Tutors andLeaners.There is no age limit fo leaners
2.For every student there would be a charge
3. Course materials would be given and in end of each lesson there would be tests. tests should be able to be created from the admin panel with the addition of courses. In the end of the courses the result of the test would be given.
4. There would be a performance option where the student can see what is his current status, which is his/her weakest lesson of the course.
5. Student can finish the lesson in the given period of time, may that be a whole year or a month. When the Student finishes the course, in the performance would be shown in the performance page and the weakest would shown. The student must start again form the weakest to the strongest.
6.Courses would be for a whole year.
7. Payment must be done every month. If payment for a month has not been done then the data wont be lost, the account can be reactivated when the payment is recieved. Payments can be through Paypal and through cheques too. When payment through cheques is there, it will be activated by the admin but when through paypal, it would be instant.
8. Tets can be Multiple choice or normal, fill the answer, so make this option in the admin panel.
9. Courses can be normal text or flash or any video, so make the option to add any type in the admin panel.
10. Login to Admin panel need the username and 5 Passwords for extra security.
11. A student can enter his examination Dates, so the script can tell how much study is needed whats the status and more information.
12. A Student can have multiple courses assigned to his account for eg if its a school course then the student can have only maths or he/she can have science and maths.
13. Make the option to add coupon codes, and editing the price which is paid through paypal Through the admin panel.
14. More than one admin can be there in the admin panel.
17. Intregate the admin panel with the design.
18. Allow copying of course that is if Math Course is made and Science Course is made then a course can be made which would consist both for “science and math course”.
19. The design must have SEO in the code from the starting. The code must be clean and Spiders can crawl through the code.
20. Make a Sitemap too for the website.
21. So you are making the Site Layout and Design, The script. If you cant make the logo then make a not so bad logo and place it. logo would be made by another proffesional then.

Photo Upload/search (complete)

July 13th, 2009 Comments off

Recently this code was written for me by a programmer on this site. Unfortunately the code is not working correctly. I have attached a zip file containing the code for the uploader.php in the main directory and the viewer.php in the 2009 directory. I can give you access to the CPanel. Database and tables are created. The uploader does work but I am not convinced that the data is getting to the sql database. When i run the viewer the photos are there but the search feature is not finding any of the photos.

Here is the list of items I need completed on this project:

1 – Make sure that the uploader.php code is correctly working including storing the data in the sql database.

2 – Make sure that the viewer.php code is correctly working. The viewer does work but it automatically showing all photos stored in the directory called 2009. At the top of the viewer is has to options, [HOME] and [SEARCH]. I would like the option [HOME] changed to [ALL].

Viewer should not show any directories until user selects [ALL] which shows all subdirectories located in the 2009 directory which is the way we currently view all photos. If the user selects [SEARCH] then the criteria diplayed in the search form would be viewed only based on the data stored in the sql database.

3 – The search form is not correct. Should be set up that user could select just the date and all photos in sql database with that date would be viewed. Right now the LOCATION field is always populated with one of our office locations. Need to have it blank.

I have tested the search feature and it unable to locate any photos matching my search criteria. I uploaded a few photos and went back and searched for them with no luck.

To be my programmer choice you must communicate very well and must allow me to test the code to ensure it is working before I release any escrow money to you. I can give you access to the Cpanel to work with the sql database.

This project is 98% complete already with the code and a good programmer should be able to complete this quickly. I need a programmer to tweak it. I do have other projects coming up soon using this database.

Delete My Myspace

July 4th, 2009 Comments off

( Please do not bid untill you have tried this and been successfull ) I need someone who is familiar with myspace for this. I can no longer access my old email address that was used to sign up for myspace because I no longer have Yahoo. So when i try to delete my myspace account, I cannot access the confirmation code that is sent to that email. I have the name and password for the account i want to delete. Myspace has not responded to any of my questions, so i would like to see if anyone can figure out how to delete it, or figure out what the code is for the delete confirmation link. You can try creating accounts and deleting them to see if you can do it. You can either figure out the confirmation code for the cancel account or confirmation code for changing email addresses. Because if i can change addresses then I will be able to delete the account. Again, In more detail: The problem is I cannot access my old email anymore. So in myspace when I try to change my email address it says I need to check my email for a confirmation code.. but it sends the code to the email I cannot check. This is the same problem for deleting the account, because it sends the code to the email I cannot check. I want to see if someone can figure out the code it is sending, so I can delete the account. Try making up an account and deleting it without checking the email. If you can I’ll give you my account details so you can delete it.. i dont want to give out the details to that one untill i am sure it can be done. See if you can figure out the confirmation code to either change the email to a new email address or to cancel the account. The normal way to delete the account, is to go into account settings, and at the top in small letters it says cancel account. then it sends an email with a confirmation code, however i cannot get the email because i cannot access the old email. Possibly see if you can track the code as you click around to delete your test account.

Nowtorrents Clone

July 2nd, 2009 Comments off

I am looking for a professional PHP developer or a team to make a clone of nowtorrents.com with all the AJAX features as my in-house developer is busy with other projects.
From what I’ve seen, this script does not actually crawl the other torrent sites to index the torrents. It actually searches the keyword “live”. So it will actually go and search each site, then organize the results in columns and categories.

The search catches duplicate results. Has a caching system, which I will leave up to the developer(s) to develop. Scalable design. Has a real time filter that can modify the search ie choosing the site that is searched or adding more keywords.

The design of the site should be similar but customizable.
The main design features required:
tag cloud of top searches that day on the home page, related searches and top searches on the results page.
The results page shows the results that can be categorized(using tabs) and also sorted by columns (default is number of seeds), and pagination.

Handling removal requests – The site states they can remove certain results. Its up to the developer to figure out how to do this.

Search engines: The code provided by you to gather information from the sites (and the code in general), should be well commented, css compliant and pages seo friendly. Other developers or myself should be able to add more sites to search and integrate the results by viewing the code if required.

Bonus features that may or may not be needed (depending on budget)
Torrent health calculation
Box office downloads, top games, music as seen on front page
member sign up, member unique search options

It is basically an exact clone of nowtorrents.com . Please visit the site to learn more detail. I haven’t come up with a budget yet but I’m sure I’ll be able to find reasonable bids.

Moxie Wellness

June 29th, 2009 Comments off

I NEED a WORDPRESS TEMPLATE EXPERT to modify template. I will like to stay in contact via google chat and email as we progress on the project to take an active role as we work together.

to view the active site that needs modifications, see
www.moxiewellness.com

1. Place my PHOTO at top of page….on one side….I want to be able to easily change the photo in the future. I need you to explain where in the code I can change that if I want to change that in the future

2.In a bubble: an ‘About Me’ section where I may be able to change the text easily in the future. I need you to explain where in the code I can change that text if I want to change it in the future

3. Move the menu buttons. Change the menu buttons…not sure how to make them better…I don’t like the way they appear now. My idea is as follows: In similar fashion as the sidebar menu (blue with bubbles and with white text and orange circle) Make the Pages appear in this fashion along the top line-under the ‘about me’ section. OR take the same approach and just have the color of the bubble be white instead of blue and play with text….Let’s view how the text color looks…try with orange text. See how it looks, then try with white text and it can turn orange when clicked. (can you present the template for viewing in these manners for me to choose?)

4.Change the sidebar around as follows: the ‘About’ section….change the word ‘About’ to ‘Events’ (I may want to change that name…I need you to explain where in the code I can change that if I want to change that in the future) Move this section up so it appears where the current ‘Categories’ section is…move the Categories section lower, perhaps under or before the Tags section. Your suggestions welcome.

5.Place social media icons in the sidebar that link to my sites.

6.Place a spot in the sidebar where I may upload videos….such as from Youtube or my own files in the future….you’ll need to alert me where in the code I can upload the video files.

7.Place a spot in the sidebar where I may upload photos in the future…

8.Advertisements: I want to activate the ad boxes that are there. I see in the WordPress dashboard, I’ve tried to go through this and not sure what to do to activate the ads…. I have a google adsense account and have generated ad code but not sure what to do to activate the ads. Right now, there are three 100×100 boxes. I would like to have the option to add other sizes of advertisments.

9. the Search section isn’t functioning properly… curser needs to be able to be placed in the white section to type.

10. May need to move the Rss bubble to make changes for other items…

Fixing The Code On Our Site…

June 23rd, 2009 Comments off

This project is going to include cleaning the entire site code for top3healthreviews.com which includes about 150 pages of content. The person who coded this site duck taped it together.

We are looking for a Solid Programmer who knows how to code, preferrably in Code Ignitor which you can see in http://codeignitor.com

The site also has something in it that is causing it to be considered an attack site. This will need to be fixed as well.

We are looking for a programmer or team of programmers to work with long term, not a quick fix solution.

We are also going to have a few other programmers look at the code once completed to assure the Quality of the code & the fixing of the attack issue.

The bid for this project is $200-$700.

We look forward to your proposal!

Frank

Php/mysql Script For Gift Card

June 15th, 2009 Comments off

I need a php app that will allow a visitor to my site to enter in a “gift card code” that will send the user to a page if the code is valid and to another if the code is not valid.
I would like to have the code entry page and an admin section.

admin section:
- provide the ability to generate as many random codes as needed, and allow me to export them as a .csv file for use on gift cards.
- provide the ability to setup the DB for those codes.
- provide the ability to have several gift cards, which means that a set of codes will only apply per type of card (card=product)
- each product will be able to configure a different success page and failure page.

Program Payment Module

June 11th, 2009 Comments off

I need a programmer who can complete the payment module and update payment module for my website. The front end pages are already completed. You basically need to do the back end programming to ping First Data (FD), my merchant credit card provider, with the correct code as well as program some related systems as described below.

PAYMENT MODULE

The payment module is designed to take credit card payments from customers and ping First Data with the correct code to create a periodic bill within the First Data system.

Using the API instructions provided by FD, you will need to program the code to work with the front end payment page so when user completes payment form the code pings First Data to set up a periodic bill.

The system will need to record the First Data Order number so it is saved in my member database for the particular member.

Also, the price of the periodic bill can be adjusted from my admin. I’ll need you to make sure the price of the periodic bill as pinged to FD can still be adjusted from my admin. I don’t change the price of membership often, but I may decide to change the price in the future.

UPDATE PAYMENT MODULE

The update payment module is designed to allow existing members to update their payment information in the FD system.

Using the API instructions provided by FD, you will need to program the code to work with the front end update payment page (front end page already completed).

The update payment page is only available to a member after he has logged in, this way the system will know which FD order number to ping FD with in order to update payment page.

THRESHOLD ALERT

I need the system to be programmed so that it automatically sends a dynamic email to a member when his or her periodic/monthly bill has declined and reached the decline threshold, as defined by FD. The email will need to be sent to each member in threshold every day until the member updates their payment info and the transaction processes. I will provide you with the preformatted email.

START DATE

For members who join using a 30, 60, or 90 day free trial code, I need you to program the system so that the code that is pinged to FD includes the correct “Start Date.” Normally the start date is the day the member joins and makes purchase. But, with a 60 day trial, for example, FD needs to be pinged with a “start date” that represents the date 60 days after the time of purchase. This way FD knows not to charge the member for 60 days.

SSL

Both payment and update payment pages need to be integrated with my SSL certificate so the page is on an https. I can provide you with the SSL certificate.

IMPORTANT

I am available to call First Data API support if assistance is needed.

I also have a lead programmer who knows the system very well and can answer almost any questions you may have.

I need this module completed in 2 days of starting. Please only bid if you have the required skills, experience, and time to start this project ASAP.

Please make your bid and/or let me know if you have any questions at all and I will be happy to chat with you.

Thanks,
Noah

Aws S3 Anonymous File Upload

June 9th, 2009 Comments off

I’m looking for the roughly 20 lines of code required to upload (POST) files to a public accessable Amazon S3 bucket.

The code MUST be VB.net and MUST be able to run within a normal VB Winforms application.

I believe that the component you use is an HTTPWEBREQUEST within .net, here is the amazon help for this…
http://docs.amazonwebservices.com/AmazonS3/2006-03-01/index.html?UsingHTTPPOST.html

I want the code to simply post a file to a bucket that has an Access Control List set for anonyomus access.

My bucket for this is :

http://blah.blah.s3.amazonaws.com/

and already has the ACL set for everyone to have full access.

what i will need is a very simple winforms demo program with the code embedded…

You don’t need my AWS keys for this type of access (public) so don’t ask. I really need this done today, I think a good programmer could do it in 15 minutes.

Java To Php

June 8th, 2009 Comments off

I have some quick and easy work in PHP I need done. I’ve written a few Java classes for a library, and I need them converted into PHP for a matching PHP library. I’m not familiar enough with PHP to do it easily.

Here’s the details of the work:
5 classes
3 of these classes are straighforward JavaBeans with only getter/setter methods
1 class is a utility class with 6 methods, 4 of which are nearly identical (they return an int, double, long, etc.)
1 class contains all the main functionality (280 lines of code)

- There’s a main() function in the main class which contains test cases that can be used to ensure the work is correct.
- The work should be done using OO methods
- The code should be written using PHP 5
- The code should be written without requiring any extra libraries or modules (should only use core PHP methods)

The code is very straightforward, and queries a RESTful website with arguments, and then parses the results. So, it’s basically just a wrapper for HTTP requests. Here’s an example of one function:
public int getDistance(String location1, String location2) throws Exception
{
String query = WEB_SITE + QUERY_ZIP + “?type=distance&location1=”+location1 + “&location2=” + location2 + “&API=” + apiKey;
String response = Utils.getURLContents(query);
String distance = Utils.getXMLValue(response, “distance”);
return Integer.parseInt(distance);
}

I will post the link to an old version of the Java code for you to examine in the PMB. The newest version is nearly identical with only a few bug fixes. I will send the newest version to the winning bid.

Fast Coder Needed Asap

June 6th, 2009 Comments off

Ok I need a quick coder. I only require the code for the site I need developed. No design. I need the code quickly in a manor of 24 hours. I will give more details once I find the right coder. I don’t do advances, escrow, and I won’t pay until the code is checked for errors, hidden codes etc. I have one method of payment is Pay Pal, and normally my budget is $1000 per code.

If you can work with my terms, or meet deadline please don’t bid.

Convert Java To Php

June 3rd, 2009 Comments off

I have some quick and easy work in PHP I need done. I’ve written a few Java classes for a library, and I need them converted into PHP for a matching PHP library. I’m not familiar enough with PHP to do it easily.

Here’s the details of the work:
5 classes
3 of these classes are straighforward JavaBeans with only getter/setter methods
1 class is a utility class with 6 methods, 4 of which are nearly identical (they return an int, double, long, etc.)
1 class contains all the main functionality (280 lines of code)

- There’s a main() function in the main class which contains test cases that can be used to ensure the work is correct.
- The work should be done using OO methods
- The code should be written using PHP 5
- The code should be written without requiring any extra libraries or modules (should only use core PHP methods)

The code is very straightforward, and queries a RESTful website with arguments, and then parses the results. So, it’s basically just a wrapper for HTTP requests. Here’s an example of one function:
public int getDistance(String location1, String location2) throws Exception
{
String query = WEB_SITE + QUERY_ZIP + “?type=distance&location1=”+location1 + “&location2=” + location2 + “&API=” + apiKey;
String response = Utils.getURLContents(query);
String distance = Utils.getXMLValue(response, “distance”);
return Integer.parseInt(distance);
}

Please provide a time estimate in your quote.

Php/mysql Link Exchange

May 27th, 2009 Comments off

I need a clone script similar to AlstraSoft Text Link Exchange Pro – http://www.alstrasoft.com/textlink.htm , but with a few differences as well as similarities.

Overview of what the software must do:

Complete traffic exchange system which allows us to run our own rotating text link exchange program. Users join our link exchange program and receive personalized code to insert a software generated “link box” on any page they choose to insert the code on their site. Link exchange program displays rotating text links plus individual company logos (logo is optional, per user preference). No banners. Only text ads plus logo. Similar to Google Adwords but with addition of logo and more flexibility over ad length and number of lines.

Rotation is based on calendar period, i.e. 1, 5, 7, 30, 60, 90 days or whatever number of days we choose for links to remain on each site before cycling away to another member site or up or down the page the ad is on, until the link cycle expires. Specific rotation order will be revealed to winning bidder.

General Exchange Features:

Programming Project 1553590

May 23rd, 2009 Comments off

I own traffic selling website. I also have a website which received quite a lot of traffic every day and I’d like to sell it.
I need a complete system that takes the incoming traffic and distributes it using iframe to all the clients.
This means that one visits can be sent to many people at once, because when the system receives a visit, a following page is presented:
<html>
<body>
<iframe src=”http://tms.x.net/in”></iframe>
<iframe src=”http://tms.x.net/in”></iframe>
<iframe src=”http://tms.x.net/in”></iframe>
<iframe src=”http://tms.x.net/in”></iframe>
</body>
</html>

This is “multi in gateway” described above. The number of the iframes must depend on the needs – if there are more campaigns that need traffic(didn’t reach limit and are active), we need more iframes, if not, we need less.
This page needs to be cached and cannot be generated on the fly.
http://tms.bhtraffic.net/in is a “single in gateway” described below, which takes the visit, finds a campaign url and redirects it directly or by one of the special gateways like noreferrer or fake referrer gateway.

Customer panel:
I need a nice panel for customer, where customer:
- can see a list of campaigns (first active, then a list of delivered campaign, but max 3 of the delivered ones)
- can see detailed stats for each campaigns(total ordered, total delivered, last 24h delivered, avg. traffic speed since beginning, expected traffic end date). On the same page user have to be able to suspend/resume the traffic, set Downtime Protection settings, set max. daily traffic amount, set DailyStats settings.
- can see history for each campaign(events like status changes, downtime protection activity etc.)
- can buy new campaign- can set account settings like first name, lastname, password, email, mobile phone number, SMS alerts settings(send SMS alerts or not)
.
- can check SMS credits left and buy more credits. See list of last sent SMS messages(with links to SMS delivery confirmation)
- can download a dump of visits in CSV(or other in future) format. In fact, just a dump of DB.
- can log out

Admin panel:
- I need to see a list of customers, a list of campaigns and list of invoices. Of course, I need direct access to edit anything for each customer and campaign.
- a list of campaigns pending approvement or setup with easy way to change the status. If I choose to decline, an input box should appear where I can put a comment why it has been declined.
- Stats: how many customers, how many active customers(with active campaign), number of campaigns, amount of total traffic ordered, amount of total delivered, total amount of traffic that have been received by gateway in last 24h(for uniques and not uniques), total traffic sold(for uniques and not uniques)
- See number of global SMS credits left (will provide the code)
- Easy form to contact any customer via either email or SMS(of course, it won’t eat SMS credits from customer account).
- A possibility to edit/add/delete/view autoapprove urls.

Backend:
Traffic gateways:
-single in gateway: a visitor comes, is checked if it’s USA visit, if not, script exits. If it’s USA visit, a campaign is chosen according to it’s setting and a 301 redirect is made to the campaign’s url. Then, the hit is counted for the customer. If it’s img traffic, then instead of 301 redirect, just print <img> tag and put campaign’s url as src.
-multi in gateway: a visitor comes, if it’s USA visit, a special page with iframes linking to singlein gateways. The number of iframes depends on number of active campaigns.
In case noreferrer or fakereferrer, traffic needs to be counted after it goes through the final gateway(either our local gateway for blanking or external gateway for fake ref)!
So it will be redirected to the gateway, the gateway will redirect it some other way back to count the visit, and then redirect is done.

(admin)Security detector
Every few hours(probably 1-3, will decide in CRON), every website will be downloaded and a special hash will be calculated(will provide the code).
The hash will be compared to last check and stored in DB. If the hash is different, it will go once again through the detector(will provide the code). If it finds something strange has happened(and the website is not down), campaign will be suspended with status “suspended by security detector, pending review”. Of course, the customer will be notified and I will see it in my panel(with the automatical detector diagnose), so I can review it.
All fakereferrer and ranking increasing gateways need to be monitored too, but I will provide all details later.

Order form:
I need a nice, 2 level order for for customers to put onto my website. I’d like it to be in Ajax, so it will be easy to customer to add new campaigns to the list(so many different campaign can be bought and then paid with 1 payment). This can be done at the end. As all the rest will be finished, I will provide detailed specs for the form.

Downtime protection monitors each campaign’s url, runs in CRON every 3 minuts.
It checks the website(I will provide the code) and if something’s wrong, it suspends the campaign, notifies customer and sets campaign status to suspended by downtime protection.
Downtime protection settings:
- Full (detects invalid server response code and PHP errors)
- Medium (detects invalid server response code)
- Off (no monitoring)

DailyStats – customer can receive daily SMS or email with stats for the campaign for past 24h. This eats SMS credits.
DailyStats Settings:
- delivery method: email, SMS, both
- time (it’d be great if user could input the time in his own timezone, so it’s automatically detected and recalculated).

SMS alerts – I will provide you SMS api.
SMS credits are taken off customer account ONLY if SMS alert is DailyStats SMS or Downtime Protection.
All other alerts like campaign update etc. will be free SMS alerts.

Customer contact methods:
- email
- SMS alert

Campaign “life”:
1. User submits order
2. If it’s img or ranking increase campaign, it’s automatically approved. Otherwise, campaign status set to: pending review
3. Campaign is added to review list in admin panel and automatically scanned with serverside detector(will provide the code)
4. I review it(I need to see the detector results), if I set it to declined, the status “declined” is set, user gets alert(I need to be able to add comment!). If I approve it:
5. Campaign is set to active if it’s normal traffic delivery. If it needs any setup(for fake referrer or ranking increase), campaign status is changed to “pending setup”.
6. If it’s ranking campaign or user have paid for script installation, I need to be able to set campaign to active easily and fast. If user have fake traffic campaign and didn’t pay for installation, he needs to report it has been installed(it will be automatically checked, I will provide you the code).
7. Traffic is being sent.
8. 48h before the expected campaign end(it can be easily calculated by campaign speed) notify customer by email or sms.
9. As it’s done, set campaign status to delivered.

If the url is on autoapprove list (which can be edited in admin panel), the campaign is not set to “pending review”, but is automatically approved.

If customer decided to cancel the traffic, I need to be able to set cancelled status.

Customer settings:
- First name
- Last name
- Username
- Password(hash)
- Email
- Mobile phone
- SMS credit details(settings, credits left etc)
- Other contact details(so user can input IM contacts etc)..
- Comments (visible for user and admin)

Campaign settings:
- ClientID(id of client who owns this campaign)
- InvoiceID(id of invoice, as many campaigns can be bought in one order)
- Type(traffic, rank increasing)
- Traffic Delivery Type (standard, img, noreferrer, fakereferrer)
- FakeReferrerGateway (url to the gateway)
- Status(pending review, pending payment, pending setup, suspended by customer, suspended by downtime protection, suspended by security detector, active, declined, delivered, cancelled)
- Url
- Name of the campaign
- TotalTraffic ordered- DailyLimit of delivery

- Unique (if unique, client needs to get 1 ip per client per 24h)
- Exclusive (one IP is sent to only one campaign. So if the IP was already sent somewhere else, it can’t be sent to campaign that is exclusive). This setting can not be visible for customers and can be set by me only.
- UComments (visible for user and admin)
- AComments (visible for admin only)

Invoice details:
- ClientID
- TotalAmount
- Paid(yes/no)
- PaymentMethod
- PaymentDateTime
- PaymentID(VARCHAR, provided by payment processor)

All gateways are ready and will be provided.

Asp To Asp.net + Pda Version

May 22nd, 2009 Comments off

Web site conversion from ASP to ASP.net and mobile/PDA version of the site

We need to have a web-site transformed from classic ASP to ASP.net. The site is a part of a service desk application and used/installed at customer sites. It is therefore required that the code behind is compiled into a binary file and uses CSS to style the site (to allow customization).
The web-site is the front end of the enterprise application used to allow the end-users to see, create and track helpdesk requests as well as upload/download files and search an internal knowledgebase.
The site is quite simple, and currently based on a function DLL residing on the web-server as well as 3rd part component (dll) for tree-view structure (ASP treeview from Obout).
The ASP.net version shall be build using C# and with components from obout.com and chilkatsoft.com. It could eventually also include components from devexpress.com
In addition to transforming from classic ASP to ASP.net the site shall be tuned to perform at its maximum (partly by compiling the code into DLL or similar).

We will provide the backend (database, service etc) necessary to program the web site against. In addition you will of cause also get the originally ASP files to be transformed.

The mobile version of the site shall include a list of open/closed requests, and the possibility to write comments etc. on each request. It shall also be possible to search the knowledgebase and create new requests. (Pretty much the same functions as the full-version of the web-site, only optimized to be viewed on mobile devices with lower resolution

Clone Webcam Live Project

May 21st, 2009 Comments off

Good morning to all,

We would like to have FULL source code (for all server components and client one) for develop a project as livejasmine.com. We are searching for php + flash code.

Our idea is to develope (we are afraid but we’ll try for sure to build an outsourcing project on this) a webcam live project starting from an intermediate code… we garantee a full customization of the code….so be sure that your code will be not recognized on internet.

We ask into your offer a little support..answering to our email for eventually doubt into the code.

We ask the code correctly installed on a online server (installed as you want)….and we’ll try to outsource to you with our approach all customer’s request….. we hope that you can do all of those :)

We want to have only competece on the code, have possibility to intervent by ourself…and be owner of the sources. We’ll not use this sources for anothers project.

Ajax Web Form…

May 20th, 2009 Comments off

I need a ajax type webform coded for my site. What I need is very straight forward if you are comfortable working with ajax, here it is:

I have a optin form on my site, after the form is submitted instead of having the visitor redirected to a new page, they stay on the same page. The area where the opt in form was needs to be replaced with text…

Please see the site below for a example of the type of form I looking for. I do not need the popup that they use. I just want the optin form to disappear and be replaced with text exactly as they are doing…

http://www.hearandplay.com/

The area in red is the section of my site that I want the action to take place in. I do not want the entire page to reload, as I will have a video playing. If the page reloads the video would start all the way over. I only want the section in red to reload. The rest of the page needs to be unaffected by that reload as the text is displayed:

http://screencast.com/t/v0e62aFkEI9

Once the email is entered I would like that info to be sent to the autoresponder in the background. I would like the name field to appear without the entire page having to reload or re-fresh…

The form needs to maintain it’s current functionality. The form submits it’s information to get response.

Please use the code word: Dr. Sparkles in your reply so that I know that you read this far. This also shows that you have the ability to follow simple written instructions. If this basic instruction is not followed you will not be picked no matter how great you may appear to be…

*I need the code to be fully commented. I will retain full rights to the code upon completion of this job. The code also needs to be reusable so that I can use it on more than one page/site if need be.

If you have examples of similar types of forms/work that you have coded please send me a link to view any examples that you may have.

Thanks,

Mike Potts
Clear Sky Marketing

Integrating Shareasale Code

May 14th, 2009 Comments off

Please see attached doc and this:

In order for the ShareASale.com system to work, you will need to place a small piece of HTML code on the page where you want to reward your affiliates. Please read the this entire page before copying your specific code which is given at the bottom of this page.

These instructions may be difficult to understand for someone who has not worked with HTML or affiliate programs in the past – PLEASE do not hesitate to call us and we will be happy to explain and help you with the implementation of this code. For an experienced developer, this implementation should take no more than a few minutes.

Click here to download these instructions as a .pdf for distribution to your tech staff

Your Merchant ID: 8295
In order to complete this step of the setup, your technical staff will place the necessary Shareasale.com tracking code, and complete a test of the system.

The code given to you at the bottom of this page, should be placed in the HTML body of your

Bear