Access To Our Admin Panel

We've recently made changes to our domain. Due to that, the link to our admin panel (where we access our customer orders) is broken. Is there a back-door to the panel? If not, how can we construct a URL that will allow us to get back to the admin panel to see our existing orders?

PS - all of the files still exist in their original form on our ISP's server. The ISP can create a new domain but accessing the storeadmin.php file but get a message that the 'service is temporarily unavailable'

PS - all of the files still exist in their original form on our ISP's server. The ISP can create a new domain but accessing the storeadmin.php file but get a message that the 'service is temporarily unavailable'

Please check page source code (ctrl+u) to see error message

Hi eComLabs, Thanks for pointing me in a helpful direction. I suspect the answer lies in these few lines near the end of the error page source code. Seeing this, perhaps you can suggest a solution?

Message
No storefronts defined for this domain
Error at
app/functions/fn.init.php, line: 1027
Backtrace
File:init.php
Line:164
Function:fn_init
File:index.php
Line:24
Function:require

The entire error page source code is here:

Service unavailable
.bigEntrance{
animation-name: bigEntrance;
-webkit-animation-name: bigEntrance;
animation-duration: 1.6s;
-webkit-animation-duration: 1.6s;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
visibility: visible !important;
}
@keyframes bigEntrance {
0% {
transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
opacity: 0.2;
}
30% {
transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
opacity: 1;
}
45% {
transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
60% {
transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
opacity: 1;
}
75% {
transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
90% {
transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
opacity: 1;
}
100% {
transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
opacity: 1;
}
}
@-webkit-keyframes bigEntrance {
0% {
-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
opacity: 0.2;
}
30% {
-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
opacity: 1;
}
45% {
-webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
60% {
-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
opacity: 1;
}
75% {
-webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
opacity: 1;
}
90% {
-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
opacity: 1;
}
100% {
-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
opacity: 1;
}
}
body {
margin-top: 100px;
font-family: Tahoma;
}
.banner {
background-color: #fe5652;
border-radius: 24px;
color: #ffffff;
font-weight: normal;
font-size: 68px;
padding: 10px;
text-align: center;
margin-left: auto;
margin-right: auto;
display: inline-block;
zoom: 1;
display*: inline; /* ie hack */
}
.banner-inner {
border-radius: 20px;
border: 4px solid #ffffff;
padding: 30px;
text-transform: uppercase;
letter-spacing: 2px;
}
.container {
text-align:center;
}
.message {
margin-top: 20px;
font-size: 20px;
text-align: center;
}
Service
unavailable
Sorry, service is temporarily unavailable.

Please check store URLs in the config.local.php file. Looks like they do not correspond used domain