Thanks.
It's not actualy my own script it is a GPL licenced auction script avaliable on the internet that I do a few mods and themes for as a regular member of the support forum.
The support forum always has lots of errors posted asking how to resolve them, they guy that makes the script is only one guy and at the moment is very busy with taking exams and is also a family guy so finds it hard of late to get on the forums and resolve problems as well as working on the project, having said that the support this guy gives is second to none.
Anyway to help this guy out and to help other members I decided to try and make the script stable and iron out all the errors, much of this I have managed to do, some of the fixes where already fixed by other members but never made it to the main download, hence my releasing a Service Pack and actualy updating the main download.
I am now left with about 7 errors in the admin back end with that above variable turned on, I am not a PHP coder and find PHP to be to me like learning another language (almost imposible) so when I find an error and fix it to me it's a big thing.
The above I spent two days trying to resolve and as the other member here pointed out it is the codes to do with loadblock, usualy the $system>settings variable pulls the said info from the database however the settings table in the database has no username, password, fields is all the settings table holds is general settings.
Username, password stuff is held in tables users and adminusers, the above is a page in admin to add a new adminuser, the page is just a simple form with username, password, repeat password and status, status being do you want the new admin user to be active or non active.
The loadblocks loads the form from another file called adminpages.php in otherwords the system somehow works out what kind of form fields need to be loaded depending on the form name and being as though we are trying to add a new adminuser the form onload should be empty.
I hope this helps explain things a bit more clearly