Hi all, I've looked through the threads that relate to this query and I'm sorry to start another one, but I couldn't find my answer.

As per the security recommendations, I went about changing my 'admin' folder's name to something else to guard against hacking. I went into my new 'NEWNAME/includes/dist-configure' and changed all instances of 'admin' to 'NEWNAME' and FTP'd the file to my site.

I then got an error message when I tried to access my shop's admin area at store/NEWNAME.

Worried, I've changed it all back but I'm still getting errors:

Warning: require(../../zen-cart-v1.3.7-full-fileset-12302006/admin/includes/application_top.php) [function.require]: failed to open stream: No such file or directory in /home/windowam/public_html/store/admin/index.php on line 23

Warning: require(../../zen-cart-v1.3.7-full-fileset-12302006/admin/includes/application_top.php) [function.require]: failed to open stream: No such file or directory in /home/windowam/public_html/store/admin/index.php on line 23

Fatal error: require() [function.require]: Failed opening required '../../zen-cart-v1.3.7-full-fileset-12302006/admin/includes/application_top.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/windowam/public_html/store/admin/index.php on line 23
After reading someone else's posts I realised I have configure.php and dist-configure.php file on my live site so I deleted the dist-configure.php and checked that the configure.php has only 'admin' references.

Can anyone advise what I should do to get back to square one?