| Custom Bfm Script Edits-php (10 December 2008) |
| Ajax, PHP, XHTML, MySQL |
hello, I'm looking for a php programmer who has experience working with the BFM (ButterFlyMarketing) script. Ajax knowledge is also required, along with MySQL. Lastly, knowledge of autoresponder opt-in forms (Aweber, GetResponse, EmailAces) is beneficial, but not necessarily required. I need multiple custom mods done to the script. An example is: time release products -add product in the admin area, select when product is release and to which membership levels The rest of the details are confidential and will be released to the chosen programmer. If you have experience working with, and knowledge of, the BFM script please use the PMB to list the sites and modifications you have done. Pleasee include the hourly rate you work for, and any other php experience/training. Also include the code word - "BFMmod" in the PMB message any PMB messages without the code word will be ignored. thank you |
| Add One More Db Field (10 December 2008) |
| PHP, MySQL |
This is a project to save one new profile field called "Profiel headline" to the databases of my dating site and ensure it is linked to updates from/on php pages at the frontend and backend. A brief history: During the hardcoding of my site, all but one field was overlooked, and it was assumed that everything is complete until discovery now that one field was missing! |
| Clipshare 4.0 Mp3 & Upload Mod (10 December 2008) |
| PHP, MySQL, Multimedia, Script Installation, Website Design |
We are looking for a Clipshare expert to make two modifications to Clipshare 4 1. Ability to upload/download/play MP3 audio files. The Mod will all the uploading of MP3s. The file will remain as an MP3 and be included in the Clipshare database just like the videos. Views will be able to download and listen to the MP3 file. Functionality must be the same as with videos. 2. Ability to upload files from within the siteadmin interface of Clipshare 4, both video files (which should be converted to flv once uploaded) and MP3 files. The feature should be similar to the upload feature available on the front-end of Clipshare. The site admin should be able to turn off front-end uploading while still being able to upload from the siteadmin. When complete, modifications are to be installed on our Clipshare 4 site. The project will be deemed complete when the mods are installed and fully functional on our site. |
| Mysql Query (10 December 2008) |
| PHP, MySQL |
I have a complex query that I need written. Shouldn't take an expert more than a few minutes to complete. So, the maximum payout is $10. If you have experience dealing with complex queries, then bid. If you can do complete in the next 2 hours, then bid. If you answer no to either of these, don't bid. |
| Simple Software Application (10 December 2008) |
| Ajax, PHP, MySQL |
very basic software program for any programmer that's knows what they are doing organize my domain name were is has the name of domain/date of expiration/user name/and password a project section were it has date of project started date finished hours spent on the project and a few more things idea section were i put my ideas down the date and put in drop down menue were there different ideas,so i can choose were the idea goes with a new idea or a idea that i'm working on |
| Changing Script (10 December 2008) |
| Ajax, CMS, PHP, MySQL, Script Installation |
In this project, you will start of by switching everything from the main site into a new webscript. Both scripts are custom made. You will transfer all users into the new scripts database. Moreover, you will need to integrate my current design, which is already coded into a valid xhtml to the script. You will also have to modify some minor things in the new script. For example, the script lists URLS with an .html extension. These URLS need to be changed to directory URLS. i.e. if the URL is online,members.html >>> /online-members/ or /members/online/ In addition, the new script has a user statistics section where it lists the number of people online. This is how the script currently lists the amount of people online. Administrators online: x Moderators online: x Members online: x You will need to add "guests" to this list. Guests online: x |
| Databse addition (10 December 2008) |
| Web,Database,Language Specific,Requirements,PHP,Other (software language),Misc (software related),MySQL,Software Related (Includes Websites) |
Website needs Database of 1500+ products imported and tested. Keywords:Web,Database,Language Specific,Requirements,PHP,Other (software language),Misc (software related),MySQL,Software Related (Includes Websites) |
| Joomla Condo Document Request (10 December 2008) |
| Joomla, PHP, MySQL, Script Installation, Security |
Have current joomla sites. Want to enhance existing custom developed document request functionality to an environment where multiple clients can us it. Current functionality: Document Requestor creates profiles, logs in, uses custom forms to order documents, enters credit card info, and submits data. Submitted data goes through a workflow including document logic checks (i.e. card info is valid number digits, etc) sends emails to client and client admin informing of new order. Admin signs into secure page to get order and manually process credit card. When order ready, admin changes staus which notifies client via email that order ready Desired functionality. Same as above, with following enhancements: Ability to have a multi-tenant system so that support multiple clients, and client admin cannot see orders of another client. Ability to modify admin and systems emails, and pricing on a client by client basis. More info to chosen developer. Prefer to use as many Joomla extension as possible in order to speed development. MUST be very familair with Joomla. |
| Xml Inventory System (10 December 2008) |
| PHP, XML, MySQL |
What we need done is we have an online shopping store, running php/Mysql, and a supplier that has an xml server for product inventory updates. How we need it to work. 1. Send xml request to supplier. 2. Recieve xml response from supplier. 3. Process the xml response and update the mysql database with current inventory levels. Already have copies of xml request needed to be sent and response recieved. Many Thanks In Advanced Stewart |
| Import Drupal Blog Into Wp (10 December 2008) |
| Wordpress, MySQL |
I have bought a domain and the content of a blog based on Drupal. I've trouble to set up that Drupal blog on my server: I have to MySQL DB backup and a complete backup of the files which were on the server of the previous owner. But I'm having trouble to get the Drupal blog work The final goal of the project is to import that content into Wordpress (which is a CMS with which i'm comfortable). |
| Complex(ish) Sql Query (10 December 2008) |
| SQL |
To be written in standard SQL (don't use vendor specific functionality). I will pay via Escrow. This work should take someone who knows what they're doing less than two hours. If you provide a solution within 12 hours of me accepting your bid there will be a $25 bonus Background: -------------------------------------------------- A games system exists with many selectable games available. During an instance of game play a user may be awarded a bonus game (this is a sub-game which is launched from within the original game) which will potentially be chained to further bonus games. There are three database tables representing the data associated with a user playing a game. 1. chainGameGroupRecords: summarises of a set of chained games (an entry for each chain group) 2. chainGameRecords: summarises each chained game 3. 1. gameRecords: summarises a set of every single game played (including normal games, and each individual bonus game within a chain) (There may be some supurflous columns shown here...) Table name: chainGameGroupRecords -------------------------------------------------- id (primary key) group_id stakes this_stake Table name: chainGameRecords -------------------------------------------------- id (composite primary key) game_id chain_index (composite primary key) ...this is an incrementing integer which represents the index number in the chain of games. group_id chain_id stake_sort So, there could be a 1 to N of these entries associated with each chainGameGroupRecords. Also, there could be 0 to N of these entries associated with each gameRecords (as a new entry is made in gameRecords for each game in the chain, but there isn't necessarily any bonus round at all). Table name: gameRecords -------------------------------------------------- game_id (primary key) a_id account_no stakes winnings Here's what I need: -------------------------------------------------- I need to return a result for every entry in gameRecords (i.e. for each normal game and each individual chained game), with the relevant stake value depending on a few things: For the chain games present in chainGameRecords there is a field chainGameRecords.stake_sort If stake type is Z or X, use chainGameGroupRecords.this_stake ...if stake_sort is Y, use gameRecords.stakes The stake_sort for a chain game will always be one of X, Y or Z. If there is no record in chainGameRecords associated with the gameRecords (i.e. it is not a chain game) then use gameRecords.stakes NOTE: When a game is played which has a chain game, a line is inserted in gameRecords. If the chain game is played an entry is made into chainGameRecords, if it is not played no entry is made into chainGameRecords (but still gameRecords). I think this will mean an outer join should be used between gameRecords and chainGameRecords - but if you think otherwise don't stick to this thought. The use of Unions are acceptable in the solution. --- Thanks, and good luck! |
| Simple HTML Data Scraper (10 December 2008) |
| Web,Page / Site Design,Language Specific,Requirements,XML/XSL,Misc (software related),Web Services,MySQL,XML / XHTML,Software Related (Includes Websites),Other |
I need to be able to gather specific information each night from two different websites. I am not sure of the best way of doing this so am open to any suggestions. I have attached a (more...) Keywords:Web,Page / Site Design,Language Specific,Requirements,XML/XSL,Misc (software related),Web Services,MySQL,XML / XHTML,Software Related (Includes Websites),Other |
| Software download to paying customers (10 December 2008) |
| Web,Database,Language Specific,Requirements,PHP,ASP,Misc (software related),MySQL,Software Related (Includes Websites) |
I own a small software development business. My website will allow customers to purchase software developed by my small business through the PayPal payment system. My website is PHP based but allow (more...) |
| Python Script to be Updated with TOR Support (10 December 2008) |
| PHP,Web Services,MySQL,Other (Web),Python,Ruby,Other |
I have a project that's already done in Python, right now it uses proxies to serve the services that it performs, I will not stipulate what they are publicly until the right coder is chosen. Howeve (more...) Keywords:PHP,Web Services,MySQL,Other (Web),Python,Ruby,Other |
| Clone This Site (10 December 2008) |
| CMS, Flash, PHP, MySQL, Website Design |
I am looking for some one who can clone samachar.com. for your info samachar.com is RSS base site which gets data from different sites.When you click any link on header i need to have my website logo in frame work(check on site). I need some extra features like i can add some articles manually as well i can show future author and stories(coming soon). Also must be able to control category/sub category,RSS Templates and everything from control penal. At least need to have three different front end templates with different layout and color.Also need to have logo for my website. The site must be SEO friendly After you make the script i will hold all rights for script Lowest & fastest bidder will get priority. Before you bid please study & understand samachar.com |
| Php/drupal Programming (10 December 2008) |
| CMS, Javascript, PHP, MySQL |
We have a variety of search tools for administrators we need to create for an existing database and then we will need help moving these into DRUPAL. It's a two phased project. If we develop a good rapport, we expect to provide many more projects as our sites are in their infancy. Good communication and documentation using dotProject are a must and will be examined based on your current reviews on scriptlance. |
| Portal Type Site (10 December 2008) |
| PHP, MySQL, CSS |
Looking for a script to run a local city/town portal type site. Should have classifieds, news, forums, dating, events, restaurant/business reviews, etc. Please send link to demo. |
| 2 Script Features To Be Added (10 December 2008) |
| PHP,Linux,MySQL,Cascading Style Sheets (CSS) |
FEATURE 1: "CUSTOMIZE PAGE BUT EVERYTHING ELSE INACTIVATE UNTIL LINK IN EMAIL IS CLICKED" The way the site is currently designed is: There is a feature called "Auto Activate ON or OFF" when turned (more...) Keywords:PHP,Linux,MySQL,Cascading Style Sheets (CSS) |
| Web appointment book for multi user (10 December 2008) |
| Web,Database,Requirements,Misc (software related),MySQL,Software Related (Includes Websites) |
This project is the design and coding of an online appointment book which will send out email reminders 24 hours before an appointment is due. What the website must do: M (more...) Keywords:Web,Database,Requirements,Misc (software related),MySQL,Software Related (Includes Websites) |
| Flex/MySQL fixes (10 December 2008) |
| Web,Database,Language Specific,Requirements,PHP,Other (software language),XML/XSL,Misc (software related),SQL Server,MySQL,XML / XHTML,Software Related (Includes Websites),JScript |
I have an online flex program someone developed for me here at rent a coder...however, it's been difficult comunicating with this person (he rarely gets back to me) as a result...the program has a few (more...) Keywords:Web,Database,Language Specific,Requirements,PHP,Other (software language),XML/XSL,Misc (software related),SQL Server,MySQL,XML / XHTML,Software Related (Includes Websites),JScript |
| php/mysql and ajax website project (10 December 2008) |
| Web,Database,Language Specific,Requirements,PHP,Misc (software related),Web Services,MySQL,Javascript,Cascading Style Sheets (CSS),Software Related (Includes Websites) |
the website will be relatively simple, php/mysql based + ajax for user interface. facebook and iphone version to be developped (can be split to another project depending on the programmer skills (more...) Keywords:Web,Database,Language Specific,Requirements,PHP,Misc (software related),Web Services,MySQL,Javascript,Cascading Style Sheets (CSS),Software Related (Includes Websites) |
| repair existing website or start from scratch (10 December 2008) |
| Perl,PHP,MySQL,Python,Other |
http://tinyurl.com/6ylqqv I currently have a digg like site powered by Pligg ( an open source digg) but it has been heavily modified. I have found several bugs and I would like to discuss with a co (more...) Keywords:Perl,PHP,MySQL,Python,Other |
| Looking for local Boise Idaho freelance programmer ... (10 December 2008) |
| Requirements,PHP,Misc (software related),Linux,MySQL,Software Related (Includes Websites) |
We're a Boise Idaho company and were looking for a few local Boise area programmers to help us with a backlog of programming on an as needed basis. Would possibly like to do a phone interview with a f (more...) Keywords:Requirements,PHP,Misc (software related),Linux,MySQL,Software Related (Includes Websites) |
| Slideshow with admin (10 December 2008) |
| Web,Flash,Database,MySQL,Software Related (Includes Websites) |
We need a slideshow created for a website that has both an automatic choice for the users to view the slideshow and a manual slide selection. We also need an admin area to add/delete slides and add a (more...) Keywords:Web,Flash,Database,MySQL,Software Related (Includes Websites) |
| MagentoCommerce Expert (10 December 2008) |
| Web,Database,Graphic Design / Art / Music,Language Specific,PHP,MySQL,Software Related (Includes Websites) |
I am looking for a MagentoCommerce expert. You should have good experience with installing and customizing MagentoCommerce stores. This project would involve a custom design (example sites would be (more...) Keywords:Web,Database,Graphic Design / Art / Music,Language Specific,PHP,MySQL,Software Related (Includes Websites) |
| Joomla Template / Customization / Integration (10 December 2008) |
| Web,Database,Requirements,Misc (software related),MySQL,Software Related (Includes Websites) |
I am creating a membership website with joomla and amember. I have attached a layout how I want the joomla customized so that I can manage from backend. attached is full requirements. Keywords:Web,Database,Requirements,Misc (software related),MySQL,Software Related (Includes Websites) |
| Osc Linkpoint Bug (09 December 2008) |
| PHP, MySQL |
hello i have an oscommerce store with linkpoint module installed. (http://addons.oscommerce.com/info/4255) i have customers complaining that if they accidentally type in the wrong card information it (of course) gives them an error message BUT when they try to correct the info it reverts back to the incorrect data and they can never change their cc #'s. I've tested this and confirmed it and realized that the user can close that window and log back in through a new window and it no longer saves their card information. I need help so when a user refreshes the page or it reverts back to the page after the error that the customer can change the cc# or exp date and it uses the new info and not the old. I spoke with the script originator and he said It is possible I have some odd caching behavior specified or that something else is wrong. |
| Backend Web Application (09 December 2008) |
| PHP, XHTML, XML, MySQL, Website Design |
I am looking for a web app (backend application) that can read text from a blog post (in particular, read the keywords of the headline or title of the blog post, or if there are tags in a tag cloud for the blog post, read the tags) and then subsequently automatically search Google using these keywords or tags. I want to collect the top three (3) Google Search results and then post it in a separate HTML file. For example, here is a possible blog post --- iPhone vs the Google Phone: Who Wins? iPhone is the best phone. google phone is not the best phone. on and one, ad infinitum, etc etc, this is the blog post here. etc etc. --- The web app shall read the headline and pick out the keywords (i.e. iPhone, Google Phone)- notice that it needs to know to pick out the phrase "Google Phone" and not just 'Google' or 'Phone' separately. Then the app will search google for these keywords and then collect the links for the top three (3) search results and then make a simple HTML file that displays the links for the google searches. |
| Freeradius Module (C project) Windows/Linux.(repos ... (09 December 2008) |
| Microsoft Windows,Database,Language Specific,C++ / C,Requirements,Operating Systems / Platforms,Networking,Network Design,Network Implementation,Misc (software related),Security,Linux,SQL Server,MySQL,Cocoa / Obj-C,Assembly / Machine language,Hardware,Sof |
I need someone to help me create a freeradius module to achieve the attached requirement. Experience in C, Radius integration, and Linux is "compulsory". For Freeradius, you can read up on online do (more...) Keywords:Microsoft Windows,Database,Language Specific,C++ / C,Requirements,Operating Systems / Platforms,Networking,Network Design,Network Implementation,Misc (software related),Security,Linux,SQL Server,MySQL,Cocoa / Obj-C,Assembly / Machine language,Hardware,Software Related (Includes Websites) |
| Phpfox 1.6 Plug Phpmydirectory (09 December 2008) |
| PHP, MySQL, CSS |
We need a plugin integration of PhpMyDirectory v1.0.7 Pro for phpfox 1.6+. When a user would logs into a phpfox site it will connect via the plug-in system to the PhpMyDirectory login function to log the user into PhpMyDirectory as well. So now the user is logged into both the phpfox site and the PhpMyDirectory. PhpMyDirectory and phpfox sessions should remain and users will see a single login point for both applications. Plugin requirements: * User session system to auto login users * Ban users direct from the phpfox Admin Cp. * Admins can delete a users account from the phpfox Admin cp. * Users can cancel their accounts (Optional) * Use current themes logo * Automated account creation if PhpMyDirectory user database is not synced. *Display PhpMyDirectory prefernces within phpfox user area. |
| Clone Webpage (09 December 2008) |
| ASP, PHP, MySQL, Script Installation, System Administration |
hay I need some changes done to my site 1900movies.com and it already has a script by www.simplewatchscript.com/ and I wanna add all the features this other site davidmovie.com has. basiclly I need a clone of davidmovie.com but using my script. also I need this done A.S.A.P thanks |
| Complete My Seo Blog (09 December 2008) |
| Wordpress, MySQL, Marketing, Search Engine Optimization |
This is a simple project. I need help to complete a SEO Real Estate Blog. The Blog is a Wordpress Blog. |
| Directory Script Modification + Reskin (09 December 2008) |
| Web,Page / Site Design,Database,Language Specific,Requirements,PHP,Misc (software related),MySQL,Javascript,XML / XHTML,Software Related (Includes Websites) |
We own limoquoter.com and divorceguide.com Limoquoter.com is a custom build. Divorceguide.com is built in Joomla (not important) We want to modify the lim (more...) Keywords:Web,Page / Site Design,Database,Language Specific,Requirements,PHP,Misc (software related),MySQL,Javascript,XML / XHTML,Software Related (Includes Websites) |
| Special Php Project Again (09 December 2008) |
| CMS, Flash, PHP, Wordpress, MySQL |
Had to cans. the last project. So here it is again. We built a CMS with PHP and MySql Data Bases. There are many modules scripts in the CMS. Newsletter module, events calendar, mass emailer, etc. This first job is, we have a yes/no PHP made test that needs to be installed on a website that uses our CMS admin. We want the visitor to fill out a form on the website, the form is connected to a module in our CMS and the information is then stored in a data base, so we can send them emails in the future. This module is already in our CMS. After they fill out the form and click Submit, the test page come up, they take the test and see the results. ---------------------- Now for the great part. We are looking for some that will do all the programming for a new contract we are getting from the US Government. This is only for PHP experts with very good experience. We say this because we have had programmers from here mess up our scripts which we had paid a lot to fix. So we will have little jobs to see how you do. This is a great opportunity because the government contract will pay great money. The contract is about letting military veterans build free websites. This website program is almost finished. You will have to be willing to work with us while we prepare for the contract. For your information, we are the only company endorsed by a famous award winning consumer advocate, that has know us for 8 years and will tell you of our honesty. Contact us if you have the time and the willingness to work to a partnership. Please don't treat this like any other job, it is not. thanks for your time |
| Very Special Php Project (09 December 2008) |
| CMS, Flash, PHP, Wordpress, MySQL |
We built a CMS with PHP and MySql Data Bases. There are many modules scripts in the CMS. Newsletter module, events calendar, mass emailer, etc. This first job is, we have a yes/no PHP made test that needs to be installed on a website that uses our CMS admin. We want the visitor to fill out a form on the website, the form is connected to a module in our CMS and the information is then stored in a data base, so we can send them emails in the future. This module is already in our CMS. After they fill out the form and click Submit, the test page come up, they take the test and see the results. ---------------------- Now for the great part. We are looking for some that will do all the programming for a new contract we are getting from the US Government. This is only for PHP experts with very good experience. We say this because we have had programmers from here mess up our scripts which we had paid a lot to fix. So we will have little jobs to see how you do. This is a great opportunity because the government contract will pay great money. The contract is about letting military veterans build free websites. This website program is almost finished. You will have to be willing to work with us while we prepare for the contract. For your information, we are the only company endorsed by a famous award winning consumer advocate, that has know us for 8 years and will tell you of our honesty. Contact us if you have the time and the willingness to work to a partnership. Please don't treat this like any other job, it is not. thanks for your time |
| Secure Online Inventory System (09 December 2008) |
| Web,Database,Requirements,Misc (software related),SQL Server,Other (Web),Software Related (Includes Websites) |
Secure Online Inventory System
|
| Customer Management Script(repost) (09 December 2008) |
| Web,Database,Language Specific,Requirements,PHP,Misc (software related),MySQL,Software Related (Includes Websites) |
Hey Guys I am looking for a script for my website where I can have the following options. There will be 2 parts a customer area and a administrator area. I will have a template of a layout I want the (more...) Keywords:Web,Database,Language Specific,Requirements,PHP,Misc (software related),MySQL,Software Related (Includes Websites) |
| Import Variable Into Library without Using Global ... (09 December 2008) |
| Database,Language Specific,MySQL,Python,Software Related (Includes Websites) |
Summary ======== Implement SQLAlchemy database object/session in such a way that the code for SQLAlchemy DB object can be stored in Python system library and we can use the same object. Det (more...) Keywords:Database,Language Specific,MySQL,Python,Software Related (Includes Websites) |
| Googlecheckout Order Not Work (09 December 2008) |
| PHP, mSQL |
site orders go through google but information not passed back to Creloaded Admin. |
| Web 2.0 Style Landing Pages 20 (09 December 2008) |
| MySQL, Graphic Design, Search Engine Optimization, Website Design, Writing |
This is an ad I took from: Post a Similar Project. I have about 20 Domains and need a website, with Writing and design for Each. About 10 are similar or same theme/niche. Can you set up RSS Feeds to create content? How does that work? I need a simple website for each including logo and content. It would be great to have dynamic content that was easy to update or updated automatically. This is the ad I copied. These look good but let me know what you can do for the budget. ** I need to be able to easily place banner links to my other websites. I'm trying to develop the page rate on these websites and use them to link to my other websites. Ok so here's the description scriptlance coppied... I need a landing page designed in the web 2.0 style. These are the elements of web 2.0 website design. * Simple layout * Centered orientation * Design the content, not the page * 3D effects, used sparingly * Soft, neutral background colours * Strong colour, used sparingly * Cute icons, used sparingly * Plenty of whitespace * Nice big text These are examples of web 2.0 designed sites: http://www.cardfunk.com/ http://www.forecastadvisor.com/ http://home.altenergystore.com/ http://www.wbdesignideas.com/ http://www.protolize.org/index.php http://www.plaxo.com/ http://digitalmash.com http://www.brian-eagan.com/ http://webdesignledger.com I need my landing page designed in the web 2.0 style similar to the above pages. The site also needs to have an ajax or php form to that allows people to submit information. If you bid, please send me only examples of web 2.0 style sites that you have designed. |