Affil System For Chevereto

Affil System For Chevereto
Hello,
i looking for someone who can code for me symple affiliate program with three tiers for image hosting script Chevereto.

Chevereto have Admin-panel yet: http://chevereto.com/foro/topic464-adminpanel-mysql.html
it means i need code:
1) possibility of create sub-admin accounts (affiliate acounts/user accounts) – everyone can register and start upload images and make money
2) 3 tiers affiliate system:
A) USA, UK, Canada
B) Other countries except tier C
C) China, India, Thailand, Vietnam, HongKong

3) I need set tarif for every 1000UIP for every tier
4) Anti-cheaters defence

Database & Forum On Website

Database & Forum On Website
Database and Forum Installation and Integration

Your Qualifications
______________

*Must be comfortable working with Sites of an Adult/Mature nature.
*Must be fluent in HTML
*Should/can be familiar with CSS
*Experienced with SSH Protocol
* mysql Database programming
* Database .tpl templates
* Forum development (Front & Back-end)
*Should have all work completed in approx. 14 days (give or take a few days).
*Project is completed when site is launched.

I am looking for Mysql programming specialists only. The more previous experience the better.

Do not reply to this project if you do not meet these qualifications, be honest.
(No WebEditor services required or desired. So do not respond to this project please.)

Requirements Of Work

1. Site Front End Plan: I have done 85% of the work already as HTML pages.
2. Site Back End Plan: Mysql Database Installation & Integration. Database should include a change Admin password from within the Admin. Interface.
3. Forum Installation: I want a forum just like: http://www.archiefans.com/
4. Forum Integration: I need front and back end help setting it up
5. Work should be constructed and housed upon my server space which I will provide FTP access to.

1. Front End Plan:

– Show number of comment(s) for all picture gallery images
– Integrate the current site into the php system
– Show all comments below all picture images
– Leave a comment form below all picture images

2. Back End Plan:

– Database installation and integration
– Database should be fully editable (ie Headers, body, footers)
– Add/Del and Edit
– Add/Del and Edit Gallery Images
– Manage Comments
– Manage Articles or link and integrate existing .html articles/pages into the php system/site.
– Add/Edit/Delete Template Header, Footer and body templates
– Ability to Add Further Templates/Pages As Needed.
– Manage Picture Gallery
– Add a Simple Contact Form which forwards to my e-mail?
– Integrate existing pages and galleries as needed: refer to…
– Leave a comment form below all picture images and have it editable/manageable
– Add a simple .htaccess file to prevent sites from hot-linking to site images.
– The reason I want everything editable, is that I can be self reliant as a Graphic Designer. I also write my own HTML code is all site designs, and do not use a any Web Editors. It’s all from scratch. I also desire to do all possible data entry. Site needs to be editable so it may be expandable, and change accordingly over time.

3. Forum Installation and Integration ( I want a user-friendly forum very similar to: http://www.archiefans.com/):

– Forum Installation
– Forum Features: Topic Categories, Rules lists, Account Users Can attach or Add or attach images to their posts, Account users can create their own Galleries. I’d like to know what other types of popular Addons are available to select from.
– As I have little experience with Forum construction, I need helping setting it up, and co-ordinating site colors and logos into the Forum.

4. Support: In the event I didn’t mention something, you should be flexible with time table, and ensuring site is ready to launch. So problem solving, good communication with me, and implementing changes as required including script fine tuning and corrections of errors.

5. Payment
All payments by escrow account. $100 into your escrow account to begin, another $100 halfway through job, and balance upon site launch (completion).

6. More details available via PMB

How to display an incrementing number next to each published post

How to display an incrementing number next to each published post

The first thing to do is to paste the function into your functions.php file:

function updateNumbers() {
  global $wpdb;
  $querystr = "SELECT $wpdb->posts.* FROM $wpdb->posts WHERE $wpdb->posts.post_status = 'publish' AND $wpdb->posts.post_type = 'post' ";
$pageposts = $wpdb->get_results($querystr, OBJECT);
  $counts = 0 ;
  if ($pageposts):
    foreach ($pageposts as $post):
      setup_postdata($post);
      $counts++;
      add_post_meta($post->ID, 'incr_number', $counts, true);
      update_post_meta($post->ID, 'incr_number', $counts);
    endforeach;
  endif;
}  

add_action ( 'publish_post', 'updateNumbers' );
add_action ( 'deleted_post', 'updateNumbers' );
add_action ( 'edit_post', 'updateNumbers' );

Once done, you can display the post nimber by pasting the following on your theme file, within the loop:

<?php echo get_post_meta($post->ID,'incr_number',true); ?> 

Credits goes to WordPress forums for this very cool piece of code!

Looking for WordPress hosting? Try WP Web Host. Prices starts at $5/month and you can try it for free!

How to display an incrementing number next to each published post

One Page Webpage Coming Soon

One Page Webpage Coming Soon
I am needing a one page webpage the has my pictures and music player playing my music , with a email signup/ comments on the same page , saying the website is coming soon .

I need avery stylized page ,as It is the first time people come to the the site and I want them to come back when it is finally up and encourage them to leave there email.

WordPress Transfer Bilingual

WordPress Transfer Bilingual
This work is urgent, please bid only if you can attend to this urgently, Thank you.

Current website here
http://www.phoviet.com/community/hope-avhwa

Home of the new site will be here
http://www.hopeforvision.org.au

Required for review ASAP

Site objectives:

1. Update information on their work and their organization
2. Recruit volunteers through show casing their work
3. Accept donation via PayPal

Functional requirements:

1. Word Press based
2. Integrate bbPress for forum
3. BILINGUAL (English and Vietnamese) plug in is required, will assist with Vietnamese language where needed
4. Link to PayPal account for donation

Designs and interface requirements:

1. Design similar like http://www.savethechildren.org/ but a lot simpler include
1. Across page menu with sub items
2. Banner header, rotating graphics or slide show, no flash. Graphics will be supplied
3. Left top is logo, right top is the language switch
2. Top main menu include
1. Home (features articles and updates, user registration, counter)
* Please add a counter to bottom of page somewhere as per sample http://www.buiductien.org
* Subscribe to site updates
2. About us (page)
3. You can help! (page and button to click on for direct to Contact page, with drop down menu to select “Volunteer”)
4. Events & News (this is where the posts take place, this page needs to show archives, tags, categories etc. which is to be position on the left hand side)
5. Members
1. Show case current and past members
2. Add button TAKE ACTION- Ways you can help! and direct to “You can help” page
6. Forums (bbpress)
7. Donation (page, and buttons, return to thank you page once donation is completed)
8. Contact us (form spam detection, preferred ajax instead of captcha)

Others

1. We will supply all graphics
2. All meta data tags
3. Install Google Analytics (will supply google code)
4. Install tracker statistic (will supply tracker code)

Facebook App. (picture Rating)

Facebook App. (picture Rating)
I am looking for an EXPERIENCED Programmer who can create the following Facebook application for me:

Brief Description: Profile picture rating.

Details:
Application should allow users to rate their friend’s profile pictures in a very similar manner as the website (www.hotornot.com).
-Random friend profile pictures are displayed and user can (ANONYMOUSLY) rate/skip.

Users should also be able to:
-See their average rating (given by others).
-See who they have rated (ex: if rating is from 1-10, they should be able to see all the 10s, 9s, 8s, etc…) sorted in categories by rating #.
-See their top 10

This application should also have a “FREEMIUM” version where users can pay a small fee for extra features such as (but not limited to):
-See their friend’s top 10.
-See the rating that others gave them (ex: if rating is from 1-10, click on rating# and see who gave that rating).
-This means that users should be able to make payments.
-Specific minor details will be provided as soon as bidding is complete.

IMPORTANT: Interface needs to be user friendly, and as simple as possible. No flashy, “artistic” designs.

Thank you, and I look forward to hearing back from you.

Simple Blog Posting Job

Simple Blog Posting Job
I have 5 blogs on General knowledge and other subjects.
I need some body who regularly will make a total of about 20 simple posts of 100-200 words max in this 5 blogs, i.e 4 posts per blog perday. You need not write anything. I shall provide source links where you can get the latest material for posting. Mostly this is a copy paste job and a little editing sometimes. This is an ongoing job.
I am looking for freshers who have spare time and access to internet.
Details about payment and scope will be available in the PMB.

Clone Of Video Clip Website

Clone Of Video Clip Website
Hi I would like a clone of GraphicLeftovers.com but instead of selling graphics I would like to sell video clips. Please no crazy bids I am attaching a document of my requirements….read document first then place the bid. Also you the video buying client must fund their account with my billing company. If you have already done a script like this that would be great. I would need to see a working script.

Enable A New Feature In Login

Enable A New Feature In Login
This is the current situation:

We sell usenet subscriptions, when they select 1 of the 5 packages and buy it, the customer receives the login details by mail for the website and also for the subscription. A PERL script does this automatic which a previous programmer fixed for us.

When a client logs in the Joomla website they have a few options, like submitting tickets and viewing the FAQ page.

We want the following:

The PERL script has some options which need to be enabled;
* Renew their package
* Upgrade their package
* Change password

In the login area this should be availlable to them. The renew, upgrade, change etc. should only be available to them after loggin in. You would just need to make a few new buttons.

We already had a programmer working for us but he suddenly stopped communicating.

Joomla Automotive Component

Joomla Automotive Component
I’m looking for someone to create an Joomla automotive component that will allow the easy upload and management of a selection of vehicles for a small garage, this will be similar to the Autotrader Dealer program.

must be easily customisable as to what fields to show. along with the ability to easily customise the layout to give a variety of different feels.

This component will also allow for integragtion with a vehicle data provider like www.carweb.co.uk to allow for capture of various pieces of data when inserting a new vehicle, by entering the registration of the vehicle.

component must allow easy uploading and autothumbnailing of multiple images for each vehicle

These points listed are not exhaustive but are the main things that will be required in this component.

Customise Joomla Com/mod/plugi

Customise Joomla Com/mod/plugi
basically it is a seminar booking script – we want to update it, add payment options to it and then return a booking order number and a thankyou page after payment confirmed as well as ical feature. Anyone taking this job on will have no rights to the new customised module, will not be able to resell it, claim ownership of it, use it for anything else, basically we will be the sole owners and have total copyright and rights to it so you will have to agree to sign a contract to this effect.

The module is already built and functions perfectly all we want is the modifications we need to it, in order for it to function how we want. They are not difficult or time consuming.

Please do not apply if do not have experience in these things, please ensure you can provide visible proof of your abilities not just your profile here

Copy Of Fiverr.com Wp Platform

Copy Of Fiverr.com Wp Platform
I am looking for someone who would create a copy of website www.fiverr.com but I would like it to work on wordpress platform. It would be very basic with the following features:

1.Users would need to register (email confirmation needed)
2.Once inside they can add unlimited number of ads … in order to post they need to select a category, upload photo(s) + description (see www.fiverr.com website)
3.Ads are never deleted, but they do get a special Ad expired sign over photo
4.Sitemap needs to be generated automatically (even if there are over 10.000 posts)
5.Design needs to be similar or the same (we have photos of how the design should look like).
6.Next to the add there will be a “featured ad” option… they will be able to pay $1 (through paypal) in order for their ad to be at the top of category they selected…

So it’s a very basic copy of the website which should work on wordpress platform. The website should be developed in English language but we’ll translate everything to different language later.

You need to make an account on fiverr.com to see how the backend administration works – our website’s admin should work in exactly the same way.

Contact me if there is something else you need to know. Thanks!

P.S. You also need to give me an exact time to finish the project – if you fail to deliver it in a promised time frame, we will cancel the project. We have had a lot of freelancers promise a lot of things lately (not here), but they all failed to deliver projects on time. We are losing a lot of money this way, so that is the only thing we can do.

Css To Tables Add Drop Down Me

Css To Tables Add Drop Down Me
Ok I know this might seem odd, but I have a site that has been designed using CSS positioning, which is fine, but is not practical, as it means everything in the template is fixed position, and this is controlled by the CSS.

I want to take the design, and move it to a table based layout, so that when we add content on other pages, the length of the page will automatically stretch. The fixed div layout of the sample, doesn’t do this.

I also need a drop down menu created in the header.

The look of the site must remain exactly as per the design. I have the original files available so can send you these.

This is an urgent job as I have been let down recently and was to pass this to my normal guy, but he has yet to finish the current job being worked on.

Please PM me for a link to the sample site.