I'm not actually using FluxCP. The new build comes with a built in Webserver (Running on port 8888) and options for configuring it to talk to the database for Guild options. My Client is not sending Data to the web server. Is there some client configuration needed to send the Guild icon to the web server ? Or is this to be used for something else and I am misunderstanding the use of those configuration options?
Danke! That must be it. The Emblem data URL is not populated. I figured it was something there.
Now its talking. I've imported the tables for the web server to my database (Both _log and _rag) and now i'm getting an 400 series error when I try to upload an emblem.
[Warning]: Request with AID 2000001 and token unverified
[Debug]: Incoming Headers are:
[Debug]: Accept: */*
[Debug]: Connection: keep-alive
[Debug]: Content-Length: 2479
[Debug]: Content-Type: multipart/form-data; boundary=------------------------ba2860e6d04bbb49
[Debug]: Expect: 100-continue
[Debug]: Host: 192.168.1.90:8888
[Debug]: REMOTE_ADDR: 192.168.1.119
[Debug]: REMOTE_PORT: 1601
[Debug]: Incoming Pages are:
[Debug]: AID: 2000001
[Debug]: AuthToken:
[Debug]: GDID: 1
[Debug]: Img: BM�
[Debug]: ImgType: BMP
[Debug]: WorldName: rAthena
[Debug]: Outgoing Headers are:
[Debug]: Content-Length: 5
[Debug]: Content-Type: text/plain
[Debug]: Keep-Alive: timeout=5, max=5
[Debug]: Response status is: 400
[Debug]: Body is:
Error
[Info]: 192.168.1.119 [POST /emblem/upload] 400
Nevermind. Found the solution.
rathena/conf/login_athena.conf
use_web_auth_token: yes // <= must be set to yes... I had thought it was for HTTP authentication such as an external login token via web page.