Jump to content
  • 0
kennykiro

athena-web-service install

Question

8 answers to this question

Recommended Posts

  • 0
47 minutes ago, kennykiro said:

Hi, I installed this web support but I can't get it to work 😞

please if someone can help me...

https://github.com/rathena/rathena/pull/5731

athena2.png.be6ef38f9ce62fb8c6932a166db56193.pngathena1.png.b3c97fa679d36bf5e08176b971801673.pngathena.png.9e28e96eeb234f1d6547f8a76f975d5c.png

Your web server listening to port 8888.

So change your port to 8888 in your lua files there.

Link to comment
Share on other sites

  • 0

 

it was not ... 😞 Ialso saw that "Vstumpf" he said he had to create a folder named " guild_emblem_dir" but I don't not where to where create ....

Edited by kennykiro
Link to comment
Share on other sites

  • 0
18 hours ago, kennykiro said:

 

it was not ... 😞 Ialso saw that "Vstumpf" he said he had to create a folder named " guild_emblem_dir" but I don't not where to where create ....

thats the old one. No need that anymore.

You need to run the SQL for web in sql-files and also make sure port are correct. I saw from screenshot above your ports are not correct.

Link to comment
Share on other sites

  • 0
2 minutes ago, kennykiro said:

how do i run the sql files? the doors I fixed and put 8000.Would you help me ?

This one : https://github.com/rathena/rathena/blob/e7ba7ebdb56b95d7d9d72d7a0d3d614e3f36ac86/sql-files/web.sql

Run this SQL script in your ragnarok database.

 

Then dont forget to :

make web and ./web-server  (for linux)

or just recompile that web-server and run the web-server.exe

Edited by Chaos92
additional info
Link to comment
Share on other sites

  • 0

I understand, but my server is using offline windows, why is it not picking up?

Couldn't you make a little tutorial on how I do in the final part to make it work? please friend.if not to bother. ❤️

athena.png.7d3f03fc81756a84bb069e53b90a083f.png

 

I did the whole procedure again but the emblem doesn't appear in the game.. ;(

do i need to use some command before?? I imported the tables, and put 8000 ExternalSettings_kr, but the emblem still doesn't appear..

I've already compiled the emulator, I'm just not getting it to work, the tables are imported into the database... how do i run this web.sql?

 

the tables are all imported and added correctly without any errors. now I don't know why it's not working...

hcggf.png.b223c45490c58a8354f4b5b9183b95bb.png

 

web server not running, sleeping  1 second...

dffdfddf.thumb.png.7361d8b0ae0a57d99c247dbde17a355e.png

when I change the in-game badge, it doesn't report anything on web-server.exe

I can't compile the web-server on the host, by MobaXterm...

Link to comment
Share on other sites

  • 0
19 hours ago, kennykiro said:

I understand, but my server is using offline windows, why is it not picking up?

compile with visual studio and running web.sql

Link to comment
Share on other sites

  • 0
18 hours ago, kennykiro said:

when I change the in-game badge, it doesn't report anything on web-server.exe

 conf/inter_athena.conf 

 
// MySQL Web Server
    web_server_ip: 127.0.0.1
    web_server_port: 3306
    web_server_id: ragnarok
    web_server_pw: ragnarok
    web_server_db: ragnarok
   

 

First make sure the Web server settings are correct.

conf/web_athena.conf

// Print requests and responses?
    // This is useful for debugging purposes, it will print the entire
    // request and response for each transaction.
   

print_req_res: off

 

Then u can on this one if u want to see request and response information.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.