• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release]Player Painel + Admin Painel

Mythic Archon
Joined
Nov 18, 2011
Messages
711
Reaction score
179
Is there a way that Control panel would get the character without needing to Sync roles? (which for me damaged database and killed it)
And not to forget im on 1.3.6
 
Junior Spellweaver
Joined
Dec 21, 2008
Messages
195
Reaction score
10
Dont get mad on me but i still say verry loud duck 1.4.4 :junglejane:

Its dont have big different with 1.3.6, bu u need learn about ubuntu, and networking , just basic its okay

2
 
Mythic Archon
Joined
Nov 18, 2011
Messages
711
Reaction score
179
Its dont have big different with 1.3.6, bu u need learn about ubuntu, and networking , just basic its okay

2

hahha belive menthere are eough different things enough to change lots of things.
id update chars by php but doesnt works and for java i dont have enough experience.
 
Banned
Banned
Joined
Sep 1, 2004
Messages
170
Reaction score
5
sorry to bring up an old topic but every time i try to log in it take me to
trying to access it from my computer not linux computer i modified my config but still keeps taking me to
 
Newbie Spellweaver
Joined
Sep 10, 2012
Messages
6
Reaction score
0
:-(

the painel version1.4.5, but my perfect world server it's 1.4.6 v80
 
Experienced Elementalist
Joined
Nov 29, 2013
Messages
213
Reaction score
2
When I vist the shop it says ''Connection refused''




Why is that?
 
Junior Spellweaver
Joined
Jul 8, 2014
Messages
107
Reaction score
4
SQL query:
--
-- Дамп данных таблицы `logs`
--
`users` ADD `mudev` VARCHAR( 32 ) NOT NULL ,
ADD `money` INT( 32 ) NOT NULL DEFAULT '0',
ADD `mmotop` VARCHAR( 32 ) NOT NULL
MySQL said:
#1060 - Duplicate column name 'mudev'



How to fix this?



i got it to work with the old way encrypted passwords
instead of:
$password = "0x".md5($login.$password);
put:
$password = md5($login.$password, true);
and it should work

Where is that Exactly?



When I get into the webshop it says (Invalid rout to host)
 
Back
Top