Okay, I debugged the issue, and it was a simple error in my part that my version of php for windows didnt pick up which i odd i must say so here is the simple fix
Code:
-----------
find
-----------
if($dc=0){
-----------
Replace with
-----------
if(!($dc==1)){
###########
Done ^_^
It has already been applied to the 1.5 version so all is well, and thank you for pointing the error out AutomatikStudio