shroudBNC Board

Full Version: Problem with webinterface
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all and thanks for taking the time to read this topic...

I have a problem with the webinterface I can't solve myself...

I've added the script to the sbnc.tcl file and rehashed sbnc. My config.php file looks like this:

Code:
$connections = array(
    "Server1" => "user.shellxnet.com 8090"
);

My iface.tcl looks like this:
Code:
# options
set ::ifaceport 8090
set ::ifacessl 0

When I try to login I keep getting the wrong username/pass error.... What can I try next? I tried changing the ports but that didn't made a difference...

Is there anyway to show the error that is occuring instead of the wrong username/pass error?
Unfortunately the webinterface for 1.1 is not very verbose when it comes to error reporting.

Take a look at this checklist, it might help you solve your problem.

If it does not, try to open a telnet connection to user.shellxnet.com on port 8090 (assuming that is still your configured iface port). If you can establish the connection the problem is on the webservers end (fopen() support? firewall?), if you can not it is on the BNC servers end (firewall? other daemon using the port?).
Reference URL's