bylundjonas
"Tibia Mapper"
I click on Myaccount and i come to otland WHY??? how i fix it?
I using Crying Damson 0.3.5 pl 1
And Gesiors accmaker 0.3.5 fixed v6
I using Crying Damson 0.3.5 pl 1
And Gesiors accmaker 0.3.5 fixed v6
function LoginButtonAction()
{
if(loginStatus == "false") {
window.location = LINK_ACCOUNT + "/?subtopic=accountmanagement";
} else {
window.location = LINK_ACCOUNT + "/?subtopic=accountmanagement";
}
}
function LoginstatusTextAction(source) {
if(loginStatus == "false") {
window.location = LINK_ACCOUNT + "/?subtopic=createaccount";
} else {
window.location = LINK_ACCOUNT + "/?subtopic=accountmanagement&action=logout";
}
}
function LoginButtonAction()
{
if(loginStatus == "false") {
window.location = "/?subtopic=accountmanagement";
} else {
window.location = "/?subtopic=accountmanagement";
}
}
function LoginstatusTextAction(source) {
if(loginStatus == "false") {
window.location = "/?subtopic=createaccount";
} else {
window.location = "/?subtopic=accountmanagement&action=logout";
}
}
I click on Myaccount and i come to otland WHY??? how i fix it?
I using Crying Damson 0.3.5 pl 1
And Gesiors accmaker 0.3.5 fixed v6
url = "http://otland.net/"
url = "http://YOURSERVERIP/"