Godaddy Server Setup

My client has a Godaddy server that he got recently. I have already set up the nameserver.. I figured out how to add domains/sites I think through their Simple Control Panel (SCP).

The issue is that my client has a lot of sites that I will be importing into his server, and right now the SCP creates a new ftp user for each domain.. which is fine, but I always want one master ftp account that I can log into, and see every site available to manage.

So I guess I just need help setting up the server (or adding the account via shell) to allow me to have 1 main FTP account along with the individual site accounts. I will also want 1 global mysql user/password as well.

The server is running CentOS.. I’m a programmer, not much of a *nix backend guy unfortunately..

I will not except any bids unless you tell me your experience with Godaddy servers and their SCP and managing CentOS via shell. I’m assuming if you are familiar with managing CentOS, this should be a fairly quick and easy job. I may have more for you in the future as well!

However can start right away, and for the best price will get the job.

If you know what you are doing, this probably should not take more than 30… 20… maybe 10 minutes. The server is created, I already created the nameserver, just need to add the ftp and mysql account.

Clickbank Tool

I need someone to create a simple tool in Visual Basic.net that will locate all the products that a particular Clickbank vendor id has and list them in a DataGridView object.

The tool will accept input from the user from a textbox which will be the Clickbank vendor id and then when the user clicks the search button the button text will change to “Searching” without the quotes and dim while its searching.

The tool will record the product name, price and whether it is a recurring product or not and display all results in the DataGridView window.

The user can then pick the particular product from DataGridView list and when clicked, the software will create a temporary file on their computer with code I will provide that will cookie them with my affiliate link before sending them to the payment page.

I will provide sample code that will show how to create the html page to set the cookie and also the sample code on how to cycle through Clickbank to find all products by a particular vendor.

The tool will also have a progress bar so the user knows when the product is searching.

This is a very simple job for the right programmer. Please don’t bid
high bids. I know this is an easy job.

Once you send me a working copy of the software and agree to release the rights to it then you will be paid according to your bid.

I will also attach a screenshot of a sample one I created.

Do not bid if you can’t complete this immediately and if you don’t know what you’re doing. I don’t have time to teach anyone.

Teacher Needs Help Write Test Questions Using My Notes

3 Important things about this job:
1. This is for NON commercial use (questions will not be sold or used for profit, only to teach)
2. Students are professionals(college level/college level graduates)
3. Please use your own original work only, no copying from copyrighted materials. (You can use my notes word for word)

Stay within my notes when writing, no outside research required. Please bid for 2000 total questions, include deadline. Must have feedback to bid. Questions format should be in word (text). Use my notes and sample questions I send. Situational questions, like jane is a contractor and what should she do in X situation. Any type of writer can do this: article writers, technical writers, academic writers, creative writers.

example: You would get a paragraph like this:

State law requires applicants to personally sign vehicle documents. If the vehicle is to be titled to more than one owner but only one owner makes application to the County Clerk, then the signature of the other owner must appear on some other document such as a sales contract, security agreement, et cetera. If applicants want to permit spouse, child or another person to sign the state application document a notarized Power of Attorney form must be executed.

You make questions/answers/explanations like this:

1. A husband needs to sign a state application document for his wife because she is sick in the hospital, what must you have?
A. security agreement
B. sales contract
C. Power of attorney
D. Power of the law
ANS: C
EXP: If applicants want to permit spouse to sign the state application document a notarized Power of Attorney form must be executed.

Questions should be thoughtful, no simple answers, Question stems minimum of 2 sentences, answer stems a minimum of 1 sentence.
Each question must be unique, each answer must be unique. No “all of the above” no “None of the above”. Answers should be A,B,C,D

Rss Monitor Emails Updates

I want to use the script found here; http://wiki.tcl.tk/11184
However I’m getting the following errors when attempting to run as cron;

can’t find package mime 1.3
while executing
“package require mime 1.3”
(file “/home/*****/public_html/****.org/rssm/rss_monitor.tcl” line 6)

can’t find package struct 2.0
while executing
“package require struct 2.0”
(file “/home/*****/public_html/****.org/rssm/rss.tcl” line 3)

I am unsure if my host has TCL support, you may have to re-write it using Jquery or PHP, whatever you can.

This shouldn’t be a difficult job at all for the right coder.
Escrow only.

Custom Designed Us Construction Website

Looking for custom design and a search engine friendly website – I do not want templates ! I am really looking for an artist in terms of design. I need a great artist and programmer!
This website needs to have a search engine friendly photo slide banner, news posting columns, meta tag, title,header and footer. Please specify which programs you will use for photo slide banner news posting column.
www.fenceandrailsupply.com

Content: Fence and Railing Industry
Text and pictures ready for insert
15 pages
photo slide upper banner
news posting column – easy text insert and delete for admin
text is not more than 1000 caracters per page
less than 120 pictures ( Insert text on all pictures www.fenceandrailsupply.com )
less than 30 links to other websites
less than 20 pdf attachements ( Insert logo on PDF files)
less than 30 links of text and pictures within website pages
The website will be focusing business in Broward County in Florida. We are direct manufactures of alumum fence, aluminum raling and aluminum gates.

Adult Cam Site (ppv)

100% adult cam site to look like www.myfreecam.com
all the functions as the site
diffrent design
look at the site b4 u make a bid !!!!
i will need to make some changes to the fancthions
take that in mind
i need some1 to contact me dayly
and make the chenges
contact thru yahoo msn
DO not give me a used script or a copy from ather sites

Programming Project 1281239340

Done in C++ and all in one .cpp file the following.

1) Create a new project which consists of one class; the RacingData class.
The class should have data members that are used to represent the name of the player, the score achieved and the time (in both minutes and seconds) taken to achieve this score. The functions in the class should perform the following
• set the name, score and time
• return this same data
• print this data
Also add a default constructor and a constructor with parameters.
Operator Overloading: The class should have an additional function that overloads the + operator such that when used to add two objects it will add the scores of each object as well as the time to achieve these scores. It will not check that the names are the same. The result of adding two RacingData objects together should be another RacingData object with combined data. Write the complete implementation for this function.

2) Construct a main method so that it can test the class. This is to be done by creating six objects that are to represent two players each playing three games. Use the following data to construct the six objects:
Name: Score: Minutes: Seconds:
Danica Patrick 185 11 20
Danica Patrick 103 11 30
Danica Patrick 73 12 40
Jeff Gordon 155 10 10
Jeff Gordon 127 11 15
Jeff Gordon 34 12 35
USING THE OVERLOADED + OPERATOR, find the average score and time for each player and print out which performer had to lowest total time and which performer had the highest total score.

Php / Mysql Programmer Needed

I need someone who is very good at PHP/MySql technologies to do some updating work on my website. The website is an adult social networking website. Do not respond to this if you don’t have much time to dedicate to the task. Do not respond to this if you are a newbie programmer 3 or less years of programming…

1) Implement Captcha so people who are sending message, adding other users, adding comments will be asked to enter that Captcha code before. Also when browsing the search page and friend’s list – after first page then we show Captcha for them to enter so they cannot use bots to collect all the IDs etc.

2) We need to allow users to block other users
3) Allow users to change their email address under their profile settings
4) Allow users to report / flag users for spamming, underage or inappropriate actions or content etc…
5) Make an admin area so I can manage users (delete, see who’s new etc..)
6) Add in Search Page/Top Navbar a way for users to find others simply by searching for their username

A knowledge of Linux admin is also a plus!

Webcam Site

Phase I

If Adult Content offends you please don’t bid on this project. This project is an adult community website. Elected winner of bid will sign written agreement that this site will not and can not be sold to anyone. We will own sole rights to script and may not be sold to anyone else.

Stickam.com exact clone with modifications, language: English & Spanish

Needs to have all (and I mean ALL) the functions of stickam: live Broadcasting, watching, commenting, recording a stream, users can create a clean URL channel. By stopping the broadcast, the URL is still saved, with all comments and recordings. A broadcast URL can be public, private, or user restricted.

User sign (registration, e-mail password confirmation, forgot password option etc.) in and watch (in regular size, or full screen), comment on the video stream page (Ajax, no page refreshes to see the updated comments), record a stream, report abuse, share with friends, and use the video stream buffer (can rewind and fast forward the full length of the broadcast).

New backend control panel (controlling all (I mean ALL) functions, features, designs, membership, content, etc) and a backend admin page that will allow me to change the bit rate of the video/audio transfer, so that if I need to accommodate more users, I can decrease bandwidth. We should also be able to easily place ads or related links intro the pages and to manage paid commercial advertising banners on site (size, location etc.).

Each user will have a profile page (with unique customable design like it offers stickam dot com with predefined templates). User can record own live video webcam sessions broadcasted on mysite and store it in the profile (I can in admin panel specify the max. allowed clips for storing and max. clip size). I would like site to be free but have options to different packages will touch up on what packages are. For example free site member package is free but we could have a bronze package, gold and platinum.

Good search function for all parts of site. Users are searched by location, male, female, years, picture etc.. Videos are searched by category, user name etc..

I should be able to integrate into every video an add-link on bottom or a banner or advertising text.

All user uploaded pics and videos hold be benchmarked with my site logo. I should be able in admin panel to manually upgrade a free member to a gold-member i.e. and to manipulate and higher the members popularity points and live number-counter of being watched right now.

The user should be able to send invitation to their friends on myspace, facebook & Twitter accounts, myspace, facebook & Twitter should be full supported.

Additionally, there should be a service which to website-owners offers to integrate the live video service and possibility to their websites, due some specificated payment plan. Due this service, every website-owner can offer his website an integrated video live chat that uses our services. For example and further details look for stickam API

It is also necessary to provide to users a free mobile streaming option that allows members to stream live videos from there cell phones – see stickam.com (mobile streaming) for example.

In site integrated payment options: normal bank payment, credit card payment, money bookers (important) and paypal, SMS payment support.

The Video Streaming format has to be in Flash Video Format with possibility for me to choose between Flash Video Server or free Red5.

All software must be completely self contained with all scripts and on my disk and server stored, NO outside services or services that require monthly subscriptions should be needed. All scripts and data must be 100% uncoded and open source.

I need you to install and configure the site on my hosting account and to integrate a SSL certificate.

All menus and text should be English and Spanish option language.

In Stickam.com people can change their skins of their pages just like myspace and we would like to be able to do the same. I would like site to be designed so you can add skins and gifs just like myspace and stickam.com does. In Phase II and III you will be building site for skins and gifs so keep this in mind. I would like admin section of stickam to be easy for the person kind of like myspace. Where you place text and place url code where you want it to appear.

So just for the record this must be a clone of stickam.com you should not be able to know you are on a clone site must look exactly the same as original site. Look at adult site excel spreadsheet. It will show you exactly what the buttons on the page should look like. Payment will not be released till you create a complete clone of stickam.com, again every feature, every option. The site must be exactly the same, if you are on the site you created you must not be able to tell the difference between their website and ours. If this is not the case we will not release escrow money to you. Once this is complete you will send us the script and start working on phase II.

Don’t bid on site just yet PM me and I will add list of things I would like to be added to the site. It is important that you read through each item it is critical that you build the site right like I have outlined. If you don’t have good communication skills don’t bid on the project. I have many more projects and looking to build long lasting relationship with programmer.