• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Windows problem with login/create account

sey

New Member
Joined
Nov 17, 2009
Messages
10
Reaction score
0
I have a problem, in Gesior Acc maker the buttons: create account/login redirects me to otland. What do i should do?
 
Make sure that these are correct in initialize.js.
Code:
function LoginButtonAction() {
  if (loginStatus == "false") {
    window.location = JS_DIR_ACCOUNT + "?subtopic=accountmanagement";
  } else {
    window.location = JS_DIR_ACCOUNT + "?subtopic=accountmanagement";
  }
}
function LoginstatusTextAction(source) {
  if (loginStatus == "false") {
    window.location = JS_DIR_ACCOUNT + "[COLOR=#ff0000]?subtopic=createaccount[/COLOR]";
  } else {
    window.location = JS_DIR_ACCOUNT + "[COLOR=#ff0000]?subtopic=logoutaccount[/COLOR]";
  }
}
 
Make sure that these are correct in initialize.js.
Code:
function LoginButtonAction() {
  if (loginStatus == "false") {
    window.location = JS_DIR_ACCOUNT + "?subtopic=accountmanagement";
  } else {
    window.location = JS_DIR_ACCOUNT + "?subtopic=accountmanagement";
  }
}
function LoginstatusTextAction(source) {
  if (loginStatus == "false") {
    window.location = JS_DIR_ACCOUNT + "[COLOR=#ff0000]?subtopic=createaccount[/COLOR]";
  } else {
    window.location = JS_DIR_ACCOUNT + "[COLOR=#ff0000]?subtopic=logoutaccount[/COLOR]";
  }
}
Where can I find this file? I cant find it on my whole computer, so I think i just dont have it
 
In your config search otland.net untill you find a config that should have your websites address in it

Then put your address in it =d or just use install function again and make sure you set proper website link
 
Hm. This was weird, can't find it. Upload whole your website folder in a zip at speedyshare or something and send me the download link, and i will check it.
 
Where can I find this file? I cant find it on my whole computer, so I think i just dont have it

Well, are you using the layout that comes with Gesior as default, tibiacom? If that's the case, then you should be able to find initialize.js at layouts/tibiacom/. :p
 
Well, are you using the layout that comes with Gesior as default, tibiacom? If that's the case, then you should be able to find initialize.js at layouts/tibiacom/. :p
Yep im using it, and i dont have in that folder initialize.js, but i have newsticker.js

- - - Updated - - -

Hm. This was weird, can't find it. Upload whole your website folder in a zip at speedyshare or something and send me the download link, and i will check it.
Link.
Scan here u are
 
I can't still find it! I'm so sorry! Are you sure you send the right htdocs?

Do like this. Go to your server folder. Open config.lua. Press ctrl + f and search for otland.net. If you find it change from url "otland.net" to url "yourserver.com"
 
Back
Top