Quote Originally Posted by dewragdave View Post
Well, the Wikipedia definition of a hacker is:
Hacker (computer security) or cracker, who accesses a computer system by circumventing its security system.
I wasn't intererested in Wikipedia's definintion. I was interested in what *you* consider to be a 'hack'. This means many different thing to different people.

Quote Originally Posted by dewragdave View Post
So why would a Zen-cart tutorial tell us to rename the ADMIN folder?
Two reasons spring to mind.
1. Security by obscurity
2. There are ready made scripts that the 'script kiddies' (often mis-labled as 'hackers') can execute to gain access to vulnerable versions of zencart that rely/depend on certain files located in the /admin/ folder. The simple act of renaming this folder prevents these 'hacks' from working.

Quote Originally Posted by dewragdave View Post
Is it that easy to open someone's folder
I don't know... exactly how easy is 'that easy'? This question makes no sense.

Quote Originally Posted by dewragdave View Post
and open the configure.php file
By design, this file is unreadable via HTTP access to anyone other than a logged in administrator.

Quote Originally Posted by dewragdave View Post
and low and behold there is an un-encrypted password that gets them full admin rights.
Err, no it doesn't. The username/password stored in that file gives them the login details to the *database* only.
Needless to say, this isn't something you want to give other people, which is why the file itself is protected from being accessable to anyone.

Quote Originally Posted by dewragdave View Post
It was encrypted in v1.39... why is in not encrypted in v1.5?????
You are mistaken. This username/password in configure.php has never been encrypted, and it never will be, for reasons that will take you several lessons to understand. No offense intended. You'd need to familiarise yourself with the workings of an SQL server for this, and that is something that most zenners will never need to concern themselves with.

Quote Originally Posted by dewragdave View Post
I'm looking for a way to fix it not the resulting problems from someone finding it.
Unless I'm completely misunderstanding you, there is nothing to be fixed.

Cheers
Rod