
!!!!As always make backups of any files that you change before you start hacking!!!!
This is the offending File:
C:\Program Files (x86)\CodeGear\RAD Studio\6.0\bin\bordbk120N.dll
- Either get the Hotfix RadStudio2009HF2
OR
-
- Make a backup
- Open it up in a HEX editor
- find "01 00 48 74 47 80 3D" - there should only be one instance
- Replace 74 with EB
- Save the File
Now you are good to go.

BlogEngine.NET is a .NET web app that can run on Windows (obviously) and Linux! and the app is maintained that way ensuring case sensitivity... sweeeeet!
You can use XML to store your data... which is very good and fast... and if you want to use mysql, or MSSQL, or SQLite or VistaDB... the choice is yours.... all are maintained to ensure stablity.
More...

Every new request to a web app will cause a Semaphore to be created... the problem is that it does not release the created semaphore. I have tried just about every combination of option suggested and none kills the semephore created.
This is how I resolved the issue.
More...

How to install vtiger on CentOS VPS
vTiger is an awsome CRM package that is free... The features are very useful for just about any sort of business.
The features are toooo many to detail... so check them out here....
More...

OSSEC is an Open Source Host-based Intrusion Detection System. It performs log analysis, file integrity checking, policy monitoring, rootkit detection, real-time alerting and active response.
These instructions will download the ossec archive, unzip it, install/update the app, and then remove the files...
More...

This is assuming that you have already installed a previous version of MONO on CentOS x64.
There are a few differences compared to the previous version and that is why I chose to uninstall first.
More...
Installing MONO on CentOS with Plesk
These instructions are for a new installation and the result will be that you can run .NET web sites on your Linux BOX!
More...
Get the Zip file... http://blog.crm-now.de/doc/vtiger/pdf/crmnow_vtiger5.1.PDFconfig4.zip
As with anything... CHECK THE CONTENTS OF THE ZIP FILE!!! before you do anything!!! if you have made any modifications to any files in the directories in the zip files... please be very careful!!
Unzip to the root of the site and overwrite files... Open your mySQL DBeditor and in the root of the zip file there are 2 files db-extentions and enableadmin... these are sql scripts to add the tables for the configurator and to add PDF Configurator to the admin page
You now need to restart the vTiger website.
Install PHP:
you will need the non-threadsafe version of PHP:
http://windows.php.net/download/
select the zip file. unzip it to c:\php
copy the file php.ini-dist to c:\windows
and rename it to php.ini
make the following changes:
max_execution_time = 600
error_reporting = E_WARNING & ~E_NOTICE
if you are using the latest version of PHP and the release date of vTiger is older you want to use the following
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
extension_dir = "c:\php\ext\"
cgi.force_redirect = 0
cgi.fix_pathinfo=1
fastcgi.impersonate = 1;
fastcgi.logging = 0
extension=php_gd2.dll
extension=php_imap.dll
What you require is to ensure that IIS can execute the PHP scripts
http://in.php.net/manual/en/install.windows.iis7.php
When receiving an error of this nature:

And the files are present in your file system "C:\Program Files\Windows Defender" (path to service)...
TRY THIS More...