Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
My local sphere block my admin account.
Author Message
Baal
Apprentice
*

Posts: 24
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: Jul 2013
Reputation: 0



Post: #1
My local sphere block my admin account.
Hello,im using a downloaded server on lan,on my computer,and with normal chars accounts,dont have any problem,but when i create an account,and i give it plevel on console,when i log first time,its ok,but on relog,my account is blocked.

There is the console code:

23:45:144:Client connected [Total:1] ('127.0.0.1' 1/1)
23:45:144:Login 'a'
23:45:140:Client connected [Total:2] ('127.0.0.1' 1/2)
23:45:140:Login 'a'
23:45:144:Client disconnected [Total:1] ('127.0.0.1' 0/1)
23:45:140:Setup_Start acct='a', char='rome'
23:45:ERROR:140:Bad Login 2
23:45:ERROR:140:Bad Login 0
23:45:140:Client disconnected [Total:0] ('127.0.0.1' 0/0)

Anyone know the roblem?Thank you
(This post was last modified: 07-18-2013 07:46 AM by Baal.)
07-18-2013 07:44 AM
Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #2
RE: My local sphere block my admin account.
In the example above, the log entries are composed as follows:

HOUR:MINUTE:SOCKET:MESSAGE

So here is a possible explanation line by line in English:

Code:
23:45:144:Client connected [Total:1] ('127.0.0.1' 1/1)..... A client connects to the server on socket 144
23:45:144:Login 'a'                                         The client on socket 144 logs into account 'a'
23:45:140:Client connected [Total:2] ('127.0.0.1' 1/2)      Another client connects to the server on socket 140
23:45:140:Login 'a'                                         The client on socket 140 logs into account 'a'
23:45:144:Client disconnected [Total:1] ('127.0.0.1' 0/1)   The client on socket 144 disconnects from server (and account 'a')
23:45:140:Setup_Start acct='a', char='rome'                 The client on socket 140 creates a character
23:45:ERROR:140:Bad Login 2                                 The client on socket 140 fails to login twice...
23:45:ERROR:140:Bad Login 0                                 ...because account 'a' was just disconnected
23:45:140:Client disconnected [Total:0] ('127.0.0.1' 0/0)   The client on socket 140 disconnects from server

The solution is to wait a bit longer after you log out (or close a client) before logging in again.
07-19-2013 04:48 AM
Find all posts by this user Like Post Quote this message in a reply
Baal
Apprentice
*

Posts: 24
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: Jul 2013
Reputation: 0



Post: #3
RE: My local sphere block my admin account.
(07-19-2013 04:48 AM)RanXerox Wrote:  In the example above, the log entries are composed as follows:

HOUR:MINUTE:SOCKET:MESSAGE

So here is a possible explanation line by line in English:

Code:
23:45:144:Client connected [Total:1] ('127.0.0.1' 1/1)..... A client connects to the server on socket 144
23:45:144:Login 'a'                                         The client on socket 144 logs into account 'a'
23:45:140:Client connected [Total:2] ('127.0.0.1' 1/2)      Another client connects to the server on socket 140
23:45:140:Login 'a'                                         The client on socket 140 logs into account 'a'
23:45:144:Client disconnected [Total:1] ('127.0.0.1' 0/1)   The client on socket 144 disconnects from server (and account 'a')
23:45:140:Setup_Start acct='a', char='rome'                 The client on socket 140 creates a character
23:45:ERROR:140:Bad Login 2                                 The client on socket 140 fails to login twice...
23:45:ERROR:140:Bad Login 0                                 ...because account 'a' was just disconnected
23:45:140:Client disconnected [Total:0] ('127.0.0.1' 0/0)   The client on socket 140 disconnects from server

The solution is to wait a bit longer after you log out (or close a client) before logging in again.

Hello,first,thanks for your info,but the solution dont run,the problem is only with pleveled accs,i think there is a rare script or wathever blocking accounts with special plevel.
If i get plevel on my acc,and relog,account blocked,char deleted,if i close the client,same,and if i log out,and try to login next day,the same.
Is very rare...
07-19-2013 10:19 PM
Find all posts by this user Like Post Quote this message in a reply
Adidas-=420=-
Unregistered

 



Post: #4
RE: My local sphere block my admin account.
In order to change PvLEVEL on 51a or 55i you need to turn the server off and then make the appropriate changes and then start server again. then you will have no more porblems.

Any changes that you make to scripts or ini files you must shut down server and restart.
09-23-2013 03:09 AM
Quote this message in a reply
jdchixin
Journeyman
*

Posts: 51
Likes Given: 9
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #5
RE: My local sphere block my admin account.
directly input "account xxx plevel 6" Enter
#
Enter
10-10-2013 05:09 PM
Find all posts by this user Like Post Quote this message in a reply
Rattlehead
Master
**

Posts: 290
Likes Given: 3
Likes Received: 8 in 6 posts
Joined: Jun 2012
Reputation: 8



Post: #6
RE: My local sphere block my admin account.
'and i give it plevel on console'

always best to read the entire thread before you post Wink

[Image: matts_siggy.gif]
10-11-2013 02:25 AM
Find all posts by this user Like Post Quote this message in a reply
Spooky
Apprentice
*

Posts: 22
Likes Given: 6
Likes Received: 0 in 0 posts
Joined: Dec 2014
Reputation: 0

Sosaria World

Post: #7
RE: My local sphere block my admin account.
i know this problem, i need to open sphere.ini and rename all names "Menace Central" to your name shard, maybe in you sphere.ini up 1 name, down another name sphere world. Understand me?
12-08-2014 07:34 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Sypheris
Journeyman
*

Posts: 84
Likes Given: 0
Likes Received: 10 in 7 posts
Joined: May 2012
Reputation: 0



Post: #8
RE: My local sphere block my admin account.
what gives... every time i restart my server, that account that has owner privs gets banned.
02-28-2016 04:04 PM
Find all posts by this user Like Post Quote this message in a reply
Criminal
Journeyman
*

Posts: 182
Likes Given: 38
Likes Received: 22 in 22 posts
Joined: Jun 2015
Reputation: 0

SantiagoUO.com

Post: #9
RE: My local sphere block my admin account.
set max plevel 07

[Image: mfqAZnj.png]
Discord: SantiagoUO
Skype:
criminaluo
02-28-2016 10:19 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)