Alligatoras
Administrator
- Mar 31, 2016
- 2,570
- 12
- 2,855
- 381
Editing
It's really bad though that you removed the credits from the top right of the page!
Someone spends his free time to create stuff, and then people like you destroy it!
Editing
What with that?
You need to use the password and login that you specified during installation. This data is not from the server admin.Help pls
I am typing correct data.
You need to use the password and login that you specified during installation. This data is not from the server admin.
login and password is stored in the config.php file
<?php $user = 'admin';$pass = 'lol123'; $logindetails = 'serverquery://serveradmin:{pass}@{IP}:10011/'; ?>
Invalid URI supplied sounds like the connection string isn't correct. Show us your serverquery:// uri with password and IP removed
It should be
serverquery://serveradmin:[email protected]:10011/
with bracketsIt should bewithout the {}Code:serverquery://serveradmin:[email protected]:10011/
Did you have it with or without the brackets when the password and ip was in it?
The brackets can't be there.View attachment 881with brackets
I had this way : <?php $user = 'admin';$pass = 'lol123'; $logindetails = 'serverquery://serveradmin:{pass}@{IP}:10011/'; ?>
The brackets can't be there.
What does your webserver log say?
Yes you have a webserver... Otherwise you wouldn't be able to open it in your browser.I do not have a webserver but I have a vps
OS : Ubuntu 16.04 LTS
SDD :20 GB
RAM : 2048 MB
apache2 -v && nginx -v
tail -f /var/log/apache2/error.log