9 open source script for commercial use.

I like opensource. It was the best free stuff for us.

1. Post Affiliate FREE

Post Affiliate is freeware affiliate system written in PHP. It allows you to easy set up and maintain your own affiliate program.

Development Status: Production/Stable

License: GNU General Public License (GPL)

Operating System: Unix

More Detail
Free Affiliate Software

Download Link
http://www.qualityunit.com/members/d….php?product=2

2. affmarket

“Affiliate Market” from Indonesia by Arif Hidayat. A web store with affiliate system in PHP side-server language and MySql database, it’s originally from simple open source (post affiliate) that re-concept and many additional feature (also from other open source and my freaky idea). Millist affmarket : PHP opensource – Affiliate Market

Development Status: Beta

License: GNU General Public License (GPL)

Operating System: All

Download Link
http://www.affilit.co.uk/32456/affilit3.zip

3. Sonic Affiliate

Sonic Affiliate is a open source, web based, affiliate marketing program that we developed. It is loosely based on PHP Affiliate 1.2 and POST Affiliate 1.3, but it is much more powerful.

Development Status: Beta

License: GNU General Public License (GPL)

Operating System: POSIX

More Detail
Sonic Affiliate | SonicFog Web Development | Affiliate, Database, Program, License, Strategies, Lang

Download Link
http://sonicfog.com/sonic_affiliate/sonic_affiliate.zip


4. WorkHub

A web based, downloadable project management system that organises web and software development teams and automates some of the more repetitive tasks.

Development Status: Production/Stable

License: Free for non-commercial use

Operating System: WinXP

More Detail
Welcome to SoftwareMonkeys.net

Download
Register – SoftwareMonkeys.net

5. Affilit

Affilit : Is a Affiliates Network Program and is now fully developed. The script promotes webmasters web sites. It is a Great script for webmasters with multiple website’s, no need to buy a licence for each website just set it up and advertise all your website’s on one program.

Development Status: Production/Stable

License: GNU General Public License (GPL)

Operating System: Not Available

More detail
Affilit’s Affiliate Network Program

Download
Download Affilit

6. AffiliStore
AffiliStore 2 creates a multi-page affiliate marketing price comparison website from multiple merchant csv product feeds. This version of AffiliStore has some excellent features which will allow you to build and maintain a successful affiliate website.

Development Status: Production/Stable

License: GNU General Public License (GPL)

Operating System: Win 2000, XP, Mac

More Detail
Affiliate Marketing Price Comparison Websites | AffiliStore

Download Link
http://www.affilistore.com/include/a…2-download.php

7. OpenAds
OpenX is a hugely popular, free ad server designed by web publishers for web publishers. It provides everything you need to manage your online advertising.
Make more money from online advertising today.

More Info
OpenX: Take control of your advertising | OpenX

Download Link
Download | OpenX

8. elgg
Create your own social network, quickly and easily. Elgg allows you to take full advantage of the power of social technology with elegant, flexible solutions for organisations, groups and individuals. Elgg wins best open source social networking platform 2008.

More Info
Elgg.org

Download Link
Elgg.org – downloads

9. PHPizabi
PHPizabi is one of the most powerful social networking platforms on the planet. With literally thousands of websites powered by PHPizabi including everything from simple friends sites to the most complex networking super sites out there. Easy to install, use, and raising the bar on what it is to provide a reliable, fast, social networking package to raise your business to the next level.
More Info
PHPizabi – Create Worlds

Download Info
PHPizabi – Create Worlds

.htaccess Tricks and Hacks every webmaster must know

The .htaccess files (Hypertext Access file) is a very powerful configuration tool on Apache web server. The Apache web server has a number of configuration options that are available to the server administrator. The .htaccess is a simple ASCII text file placed in your website root directory. You can create and edit an .htaccess file using a text editor like notepad.


As a configuration file .htaccess if a very powerful and a slight syntax error can result in a severe malfunction of your server. So to avoid that always try to keep a backup copies of all your files from the server before working with the .htaccess file.

1. Creating a custom error page with .htaccess on a linux apache is a very simple task. Using you a text editor like notepad you create an .htaccess files. Custom error pages give your website an professional look and catch those visitors who reach your website following a back link.

ErrorDocument 401 /error/401.php
ErrorDocument 403 /error/403.php
ErrorDocument 404 /error/404.php
ErrorDocument 500 /error/500.php

Continue reading

The 9 Most Common Browser Error Messages

Browser error messages appear in all browsers, like Internet Explorer, FireFox, etc. Browser error messages are actually called HTTP status codes and appear when there is some kind of error loading the web page.

The most common browser error messages are listed below with helpful tips to help you get past them and on to the web page you were looking for.

400: Bad Request

The 400 Bad Request browser error means that the request you sent to the website server (i.e. a request to load a web page) was somehow malformed therefore the server was unable to understand or process the request.

zSB(3,3)

401: Unauthorized

The 401 Unauthorized browser error means the page you were trying to access can not be loaded until you first log on with a valid user ID and password. If you have just logged on and received the 401 Unauthorized error, it means that the credentials you entered were invalid.

Invalid credentials could mean that you don’t have an account with the web site, your user ID was entered incorrectly, or you password was incorrect.

403: Forbidden

The 403 Forbidden browser error means that accessing the page or resource you were trying to reach is absolutely forbidden.

404: Not Found

The 404 Not Found browser error means that the page you were trying to reach could not be found on the web site’s server. This is the most popular browser error message that you will probably see. This browser error message also often appears as The page cannot be found.

408: Request Timeout

The 408 Request Timeout browser error means the request you sent to the website server (i.e. a request to load a web page) took longer than the website’s server was prepared to wait. In other words, your connection with the web site “timed out”.

500: Internal Server Error

The 500 Internal Server Error is a very general browser error meaning something has gone wrong on the web site’s server but the server could not be more specific on what the exact problem is.

502: Bad Gateway

The 502 Bad Gateway browser error means that one server received an invalid response from another server that it was accessing while attempting to load the web page or fill another request by the browser.

503: Service Unavailable

The 503 Service Unavailable browser error means the web site’s server is simply not available at the moment. This is usually due to a temporary overloading or maintenance of the server.

504: Gateway Timeout

The 504 Gateway Timeout browser error means that one server did not receive a timely response from another server that it was accessing while attempting to load the web page or fill another request by the browser. This usually means that the other server is down or not working properly.

Copied from about.com