Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

pwAdmin 151

Newbie Spellweaver
Joined
Apr 20, 2014
Messages
32
Reaction score
0
Help find the file pw AdminConfig not'm in the area .pwi new and would like a little learning how to do everything
 
Newbie Spellweaver
Joined
Jan 22, 2014
Messages
14
Reaction score
1
And here we go, the same question, n[SUP]th[/SUP] time... Sorry guys...

The story so far:
Installation on Debian 8 (Jessie)
MySQL-server and Apache2/Tomcat7 OK
pwAdmin extracted to Tomcat7 folder: OK
MySQL running OK (yep, I verified even this)​

Then: /var/lib/tomcat7/webapps/pwAdmin/WEB-INF/.pwadminconf.jps OK
// pwadmin access password as md5 encrypted string
// default password is root -> 63a9f0ea7bb98050796b649e85481845
String iweb_password = "c4ca4238a0b923820dcc509a6f75849b";

// connection settings to the mysql pw database
String db_host = "127.0.0.1";
String db_port = "3306";
String db_user = "root";
String db_password = "1";
String db_database = "pw";
BTW, all my passwords are "1".
Then :
/var/lib/tomcat7/webapps/pwAdmin/WEB-INF/.pwconf.conf OK
/etc/iweb.conf OK
/etc/table.xml OK
/var/www/curl_reg.php OK
$config = array (
'hostname'=>'127.0.0.1', # Host Name :: Имя хоста
'username'=>'root', # User Name :: Имя юзера
'password'=>'1', # Pass Word :: Пароль
'basename'=>'pw', # Base Name :: Имя базы
'reg_type'=>'1', # Rega Type :: Тип реги ( 1:base64 | 2:md5 | 3:0x )
'goldstat'=>'0', # Gold Stat :: Статус голда ( 1:выдавать | 0:не выдавать )
'gold_cnt'=>'1000', # Gold Cnt :: Количество голда, выдаваемого при регистрации
NOTE: Firstly I used my own IP, but could not access MySQL, then changed back to localhost IP and it finally started.

The problem is, pwAdmin can "read" (?) MySQL but cannot change it. I can create users using phpmyadmin, can add then as GM's. When done, they appear normally at pwAdmin. pwAdmin also can see the roles in MySQL table, "see" online status of the server (but cannot start server or maps), also cannot change server configuration. It says, "Starting Up Server Failed/home/iweb_starter.sh (Permission denied)", but this file does not exist.

What am I missing? :?:

---
Edit: /etc/table.xml OK
 
Last edited:
Dbo Dev
Joined
Sep 19, 2009
Messages
921
Reaction score
191
the file iweb_starter.sh need 644 or 777 rights
 
Newbie Spellweaver
Joined
Jan 22, 2014
Messages
14
Reaction score
1
the file iweb_starter.sh need 644 or 777 rights

That was the first thing I thought, however as I could not find this file anywhere I assumed it did not exist. Where can I find it?
 
Newbie Spellweaver
Joined
Aug 20, 2012
Messages
21
Reaction score
0
Somehow I can't get this thing to work...
I've filled in the settings file as it should look like. (Using 343's release)

All I'm getting is a blank page while the other pwAdmin links provided by the installer from 343's release does work but can't XML edit there.
What am I overlooking?
From the look of the first post I only had to edit the config file? o.o
 
Newbie Spellweaver
Joined
Apr 4, 2016
Messages
26
Reaction score
0
I've got it up and running few problems, addons don't work part from mail and xml doesn't load along with server controls. And ideas what i'm doing wrong been searching can't find it. Its frying my head.
 
Newbie Spellweaver
Joined
Mar 22, 2014
Messages
70
Reaction score
7
Server control is a blank screen. Everything else seems to be working.
I haven't been able to test it yet.

just remove the code part that read swap memories , that do not work on Ubuntu 16
 
Initiate Mage
Joined
Dec 17, 2013
Messages
2
Reaction score
0
I'm really sorry to wake up this thread after such a long time, but I really need some help with getting into my pwAdmin.

The VM was configured a while ago and recently started again, but I can't remember the pwAdmin administration password (not the credentials with username and password, but the one password that is required to manage accounts and so on).

Is it possible to reset this somewhere? All I could find is how to reset the credentials password in the ./webapps/pwAdmin/.pwadminconf.jsp. I did that, but it did not affect the one that I need.

I would be grateful about any ideas.
 
Elite Diviner
Joined
Jan 5, 2017
Messages
477
Reaction score
349
Umm, far as I know there is only one password for for pwadmin and that is set in pwadminconf.jsp... Other password that I can think of would be in relation to the sql database... If this was a working server the sql login info would also be in pwadminconf.jsp... As for reseting sql database password, you may need to look into mysql password support...
 
Back
Top