Bug Fixes For Websites

Bug Fixes For Websites
I have a number of simple code fixes in my existing websites. Should be rather quick & easy for anyone with knowledge of PHP/MySQL to do.

Firstly, I have a website that allows people to review TV shows on Twitter. This relies on the website pulling feeds from theTVdb.com to gather the data on TV shows. Currently, no data on TV episodes is being generated, most likely to do with a simple coding error. It needs fixing so it automatically populates the database with episode information every hour. In addition, a simple bit of coding is required in order for a ‘Latest Episode’ box on each show to display the latest episode of a show that has been shown, based on the first aired date in the episode data.

Secondly, I have a Joomla based website with Gavick PhotoSlide 2 and NewsImage 6 (a carousel thing for featured content). I need a simple edit to the code (PHP & Javascript used here) so that the large image of the content links to the content rather than the text below.

These are simple code fixes and will not take long. I am looking for a reliable and affordable developer to work with in developing the Twitter/TV site further in future projects so there will be plenty more work available to the selected programmer.

Cms Software

Cms Software
Hi,

I am looking for a multisite CMS package.

Basically I would like a site where all clients go to www.mydomain.co.uk/sitecms to access the account.

At that point they log in and see a list of their own pages and extras, such as catalogues etc…

They click on “home page” and simply edit it in a WYSIWYG editor, then save.

Must be MySQL driven / PHP code.

I need to be able to control the user and select if they can create new pages or not… And allow extra functions such as catalgues etc…

Html Psd To WordPress Cms

Html Psd To WordPress Cms
Hi All Bidders,

I am looking for someone who can create a website in wordpress including blogs and cms based from existing HTML/PSD/CSS Files.

This is the template i am buying:
http://themeforest.net/item/93visions-4-in-1-modern-professional-html-template/full_screen_preview/83360

It has html/css/psd files, what you need to do is convert the entire site into wordpress with cms for rest of the pages.

Additional i want:

1. facility for a candidate to register and fill up a job form with the facility of uploading their resume in .DOC format.

For form reference one can refer to naukri(dot)com
NOTE: I just want a facility for a user to register/login and update a resume no employee login.

2. Candidate to login and then update their resume.

3. As myself the site Admin should have the facility to search the database, download resumes, and post hot jobs.

Its a Man Power Consultancy Site

Please bid only after checking both the sites.

happy bidding!!

Real Estate Homepage

Real Estate Homepage
Hi, I’m looking for a clean, stylish Web 2.0 homepage mockup (IMAGE ONLY, not html) for a finance/real estate/property website using the following criteria:

Colours based on:
http://www.smartinspain.com/index.php

Design/Layout based on:
http://www.slh.com/
http://www.previewnaples.com/
http://pueblobonito.com/
http://rentalsyourway.com/
http://www.undertheromansun.com/
http://www.mckinneyhomerebate.com/

Image/Design must include:

1)Top and Side navigation menus;
2)Featured properties area
3)Advanced search form.
4)Large Main Image

It’s fine to use “lorem ipsum” for dummy text and a text-based logo.

Bids considered ONLY if you provide a (watermarked) mockup with your bid. Please don’t bid above my $25 budget.

Any questions answered immediately via PMB. Many thanks for bidding.

Make 3 Postcards In Words Doc

Make 3 Postcards In Words Doc
I like a Graphic designer to create 3 post card for me so I can change the copy and images In words Document.

in you price include design of one banner which i let you have it is very easy.

Sample for you to see is attached.

there are many more i want doing how ever i want you to price me up for 3 for now.

Please quote “Icandoit” in your reply if not the bid will be cancelled.
I need this done with in 5 days so do not bid if you can not do it in time frame.

~Also easy communication with the designer is a must.

If no feed back or easy communication is not in your service do not bid.

I will pay 50% in to escrow after you show one design that i agree and the rest will be paid when the 3 postcards are delivered to my 100% satisfaction.

I am looking for an ongoing relationship so if you are good and sharp and can deliver you get a lot more work.

A 25 Pages Of Content

A 25 Pages Of Content
Looking for someone with basic photoshop skills and can write a 100-200 word unique article on cars and motorcycles.

I have a site that has individual wallpapers for cars, motorcycles and celebrities. i need new content. what i need is someone to use my layout template and do the following:

1. write a 100-200 words in three paragraphs unique text on the car, or motorcycle or celebrity.

2. make 4 unique wallpapers for the page. use filters, actions (i can provide some) to make these unique. Make a thumbnail image and a full size image. ALso need the full size image zipped. size should be 800×600 and 1024×768.

I need 25 of these pages. I will provide the list of cars, mtorcycles, and celebrities.

Please bid for whole job.

Will give sample template in PMB.
thanks

Swoopo Clone 2010

Swoopo Clone 2010
I purchased the 2010 swoopo clone transfered it to my host and done every thing in instructions but when i try to set up admin by registering says username should have letters and numbers only please help.
Also need to set up cron jobs

These are instructions
Please note: For significant performance improvements, install Zend Optimizer on your server.

Here are the instructions

1) Move the code (if it is not already) to a folder in your webroot folder. For example /var/www/swoopo2010.
If you are moving this code to a live server, copy the code into the public_html or httpdocs directory.

2) This step is only needed if the site isn’t accessable from a domain name directly. e.g. www.swoopoclone.com
You need to set up a subdomain to access the site, so that the website URL is swoopoclone.localhost
For more information visit: http://blog.ubrio.us/gnome/how-to-subdomain-localhost-ubuntu-osx

3) The next step is to create your database and dump the SQL. In the code under /app/config/sql import the
file telebid.sql into your database.

4) Now you need to create your config file. In app/config you will see a file called config.default.php.
Rename this to config.php and fill out the details so that they match yours. Turn demoMode to true for now.

5) Now you need to chmod 777 the following directories:
/app/tmp
/app/tmp/cache
/app/tmp/cache/models
/app/tmp/cache/persistant
/app/tmp/cache/views
/app/webroot/img/category_images
/app/webroot/img/category_images/max
/app/webroot/img/category_images/thumbs
/app/webroot/img/auctions_images
/app/webroot/img/auctions_images/max
/app/webroot/img/auctions_images/thumbs
/app/webroot/img/files

6) Now you need to create the following Cron Jobs. We use CURL to access the URLs, but contact me if you server doesn’t have CURL installed.
These cron jobs should be set to run every minute, of every hour, or every day. Make sure the cronTime in the config is set to 1 also.
The 4 commands you need to set up are:
curl -s -o /dev/null http://www.domain.com/daemons/bidbutler
curl -s -o /dev/null http://www.domain.com/daemons/extend
curl -s -o /dev/null http://www.domain.com/daemons/autobid
curl -s -o /dev/null http://www.domain.com/daemons/close

If you are running the site on your local host, you can test these things by simply running the daemons directly on another browser
and set the cronTime to say 10 to keep it running.

7) You should now be able to access the website. Register on the website, and your account will be set to admin.
Once you have done this, turn turn the demoMode back to false.

Thats it! Enjoy the code!

Templ. Existing Site To Whmc 2

Templ. Existing Site To Whmc 2
Hi,

I have an existing site and want to move the pages to WHMCS(see whmcs.com) and user WHMCS as base system. Pls only respond when you have experience with WHMCS.

So; the site has a TOP, a LEFT MENU, a CONTENT section and a FOOTER.
I want you to make from my site a WHMCS template wich I can simply load into WHMCS.

Please response to get the URL with my current site.
I need this yesterday!

Further; I you have experience with server modules etc. I have more work for you after this.

Regards.
Michel.

Add Mms Function To Sobi2 Joom

Add Mms Function To Sobi2 Joom
Need experienced MMS/SMS developer to add MMS (send image to mobile phone from website button) to “SOBI2” directory component for Joomla: http://www.sigsiu.net/sobi2.html

Please only reply if you are and expert in MMS, SMS, Text Message from web to phone as we only need modified SOBI2 component, module or plugin for install with SOBI2.

Please only provide examples of MMS/SMS functions within Joomla or websites. (again web mms to phone)

We “are not” looking for Joomla website! This component will be installed on a website we will develop.

Magento Text Problem 2

Magento Text Problem 2
I have a magento store which is running fine apart from on the product view page 1 in every 50 reloads of the page which cause the fonts to load twice normal size, its as if the style code isnt loaded. This is for everything below the category bread crumb links.

The site has custom code and plugins installed.

I have programmers working on Monday so the only day this task can be done is sunday and it must be completed on Sunday.

Please only bid if you can solve this on Sunday.

Batch Delete Phpbb 2.0 Members

Batch Delete Phpbb 2.0 Members
Create a batch job php script that will delete members from PHPBB 2.0.16 based on text list of email addresses.

Specifications:

Read a text file containing list of email address.
each email on single line.
If list is empty, do nothing – exit job

For each email address, find a member in PHPBB database and delete it.
Do not delete posts. Only Member and group assosiation information
If member not found, continue next member

Interface:
Simple webpage that takes name of the file containing email addresses and Submit button to do the job.
Text file assumed to be in the same location where script file is.

Output:
Output every member name and email address that was successfully deleted
If deleting member is unsuccessful or not found, output member name and email address and error information and continue to the next member

Remarks:
Please do not use PHP5 syntax
I understand that this is a fairly simple script and should not take more than couple of hours for an experience programmer.

Prayer Room For Phpfox V2 Site

Prayer Room For Phpfox V2 Site
Hi,

I run a Christian community website which is powered by phpfox v2. I require a prayer room plugin to be made, which is very similar to one on tangle.com found here http://www.tangle.com/prayers.

The look does not need to be the same but i would like it to have the following features which appear on the tangle.com prayer room:

On the prayer room homepage, there is a submit form.
The latest prayers are shown along with most viewed and most commented.

I am currently using the built in bulletin board which comes with phpfoxv2 and i think this could be duplicated and adjusted to work the way the prayer room on tanlge.com works.

My website is a non-profit website, so our budget is not big and i am also out of work. If the job is done to a high standard and i am happy, the there will be future work as well.

Thanks

Steve

my site is www.ourlordsfriends.com

Css Changes 2

Css Changes 2
Hello,
We have just installed a blog component into this site:http://208.43.9.192/~str8hiph/

We need the blog section stylised to look like the tamplates original style as seen here: http://demo.rockettheme.com/oct09/?tstyle=style3&bgstyle=full (The Design Taking Centre Stage post)

Thats all, Thanks!!

Text Service Website

Text Service Website
Looking to build a website for a grammar text service in the Netherlands. This site will be a site where users can have all their texts corrected on grammar and spelling mistakes all in Dutch.

All site designs have been made and Photoshop layered files will be provided on award of job.

Requirements:
– mySQL / PhP
– CMS
– All styles CSS, not Tables (excluding HTML e-mail newsletter)
– Ajax
– iDEAL integration with API from Mollie http://www.mollie.nl/support/documentatie/betaaldiensten/ideal/en/ in Dutch though)
– super clean code for snappy loading
– Good SEO start with keywords per page, robots.txt etc. etc.
– Mint analytics http://haveamint.com
– admin part
– WordPress template based on sitedesign for Blog in fase 2
– follow exact design of Photoshop masters (Photoshop layered files)s
– delivery of all source databases and HTML/CSS code for further development

Without proper samples which show these requirements no need to apply. Only bids which show that you actually read the brief and with concrete questions will be considered. Standard bids with standard messages without proper details will not be honoured.

Complete (anonynized) brief in PDF form including wireframe (with page designs) and design brief can be downloaded here: http://bit.ly/leobrief

WordPress Database Work

WordPress Database Work
I’m willing to pay $150-225 for this work. It must be done in 22 days or less.

My client (a wordpress designer) started a site in WordPress v2.9.1. He is responsible for the service pages, SEO, client communication, etc. He needs built a solution to integrate an ecommerce catalog for automotive parts and accessories using my client’s 12 to15 Excel spreadsheets containing vehicle applications and prices. Spreadsheets are provided by the manufacturers and vary in layout and content. My client will need the ability to adjust prices globally or by category by % increase/decrease and have a template to use (CSV or other – he will populate data himself) for uploading future catalog updates. Client will also need a way to link the catalog to a shopping cart for orders. A few of these manufacturer catalogs will remain on the manufacturer’s website in PDF format. I’d like to use it as view-only to find a part number then search the part number on the client’s catalog. Client will need a simplified Year-Make-Model search at minimum to be used throughout the WordPress sidebar (widget maybe). Client will not retain stock of these items but instead receive the orders to get them for his customers when they order through his website.

Other context/requirements that providers will need to know:

I am thinking of using WP.osC http://www.wposc.com/ to integrate osCommerce for the cart and catalog solution but it’s only an idea at this point. Open to ideas but has to be non-website experience user-friendly. He currently used Miva but hates it. I will provide all spreadsheets to view before submitting proposal.

Work that needs to be completed:

1. To develop a fully functional ecommerce catalog within or attached to the Client’s WordPress website platform.
2. To create all database and related software modifications primarily using PHP language.
3. Advise Client on the best method, including suggested software and development methods or practices, to build an ecommerce/catalog solution to search for, store and render automotive parts and accessories.
4. Develop in such a way to allow the databases to be upgradeable by the website owner or Client as future catalog changes occur. Contractor will not be responsible for future catalog updates and any needed database modifications beyond the term of this agreement. Contractor warranty is only valid for the functionality of the software being developed at the time of development and within the term of this agreement and is not liable for compatibility and changes needed for future 3rd party software version updates. However Contractor will develop with intent of being as forward-compatible as possible.
5. Ensure the ecommerce admin has the ability to raise or lower catalog prices globally or by individual categories. Raising or lowering by percentage is preferred method.
6. Permit images, descriptions and specifications to be uploaded and accompany the store products if needed.
7. To be reasonably accessible to communicate project details as needed by Client via email, phone or other electronic methods during normal business hours and business days.
8. Create working electronic data template documents (CSV or other DB language) in order for website user to input future catalog data and/or changes to data capable of being upload to server. Excel CSV is preferred method.
9. Use Client’s Excel documents and PDF catalogs to create the ecommerce automotive parts and accessories database.
10. For catalogs being viewed as a PDF file, create a way to search for the product and provide a price within the website’s shopping cart to complete the transaction.
11. Provide a Year-Make-Model catalog search where possible.
12. Use existing template on the WordPress website created by Client.