I guess this is pretty fast work for some of you. DEMO: http://demos.kubelabs.com/kubelance/ PM me if interested. Paypal! Hurry up!
Install what on what? Scripts are easy to install if you have ever done it before, not so much if this is your first time. Some scripts are just copy/paste a code to a page. Others require that you download the files, upload them to your server, go to your browser and type in something like... [COLOR="Red"]http://yoursite.com/yourscriptfolder/index.php[/COLOR] Code (markup): and it will take you through an install sequence. You often have to know certain information about your server and your database. Of course "yoursite.com" is your own site and "yourscriptfolder" is the name you gave the folder (it can be anything, Linux servers are case-sensitive, use small case letters.) "index.php" is the install file (sometimes called install.php and you will be asked to delete it after install for security reasons). I didn't read the page, but I am sure they have this information. The main thing is you need access to the files on your host. You may need to change permissions (chmd) to 755 or 777, depends on the script and the host. Tricky business if you never have done this. But, you will know it once you did it.