CPP RELEASE UGChat - UGBASE Chat Integration

Status
Not open for further replies.

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,118
Reaction score
166
Since the Ingame chat application didn't got used, and i wanted to be in the shoutbox to stalk without having my webbrowser open i tought it will be nice to create a nice leightweight chat app for ugbase.

Without further talking here are some screenies:
937866f578a1d588ca014cf791853ede.png

5fbdd0316d88e3d7f5c6fa0806c1e78b.png
(Tray)

This Chat has some things to notice:
- It's written in C++ and compiled with the VS2008 toolset.
- It's using QT for the GUI and BOOST for processing some things.
- It has a low usage of resources, means you should be able to run it in background w/o problems.
- It supports both Reading & Writing in the Chat.
- It has an customizable sound if messages are received (just replace notification.wav).
- You can customize the theme by overwriting style.qss with qt 4.8 styles (you can find them in the interwebz)
- If you use it you can gladly say "I AM ECO!" because it has less demand on the Server than the in-site chat box.

Download: @Attachment

How to use / how to Chat:
You should be fine with reading, you need no permissions for that.
But for writing it's another thing, you need to supply the Program with a password hash and your username.
If you first start the Program it'll create an config.yml with empty fields.
But no problem just go to this Site http://ugbase.eu/NChat/getcredits.php supply it with your Account Data and it'll output a finished config.yml just replace the content with your current one ( AND BE SURE YOU RESTART IT ).

Before complaining that something not works check if you have installed the "Microsoft Visual C++ 2008 Redistributable" for your OS.
 

Attachments

  • UGCHAT0.02.zip
    4.4 MB · Views: 338

rottentwinkie

Moderator
Moderator
Joined
Apr 4, 2014
Messages
608
Reaction score
1
How to edit the Config.yml.

1. First right click in the config.yml and then click edit.
pMtAFQn.png

2.It will opened a notepad, and it will say "<login name="" pwd=""/>" (without quotes).
gx0Ah6h.png

3.Go to this link. : http://ugbase.eu/NChat/getcredits.php
and insert your username and your password, after that click send.

4.You will see an code look like in the point number 2, after that, copy all the code in the board, and replace it in the code at the config.yml. and click save.

Enjoy!
 

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,118
Reaction score
166
Redownload and replace the .exe...
I fixed a rare crash on multithreaded access.
 

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,118
Reaction score
166
Fixed again a minor thing
 

TraCerX

Active member
Joined
Oct 17, 2014
Messages
114
Reaction score
0
Update needed for this.
Stuck @ : Fetching data for the first time... Please Wait...
Been there for like 10 minutes and nothing happens
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
TraCerX said:
Update needed for this.
Stuck @ :  Fetching data for the first time... Please Wait...
Been there for like 10 minutes and nothing happens

or we better get the source  :pPFFH:
btw how to login by http socket connection? possible? anyone got link to login form?
 

Spix

Well-known member
Joined
Sep 23, 2013
Messages
353
Reaction score
1
0x688 said:
Since the Ingame chat application didn't got used, and i wanted to be in the shoutbox to stalk without having my webbrowser open i tought it will be nice to create a nice leightweight chat app for ugbase.

Without further talking here are some screenies:
937866f578a1d588ca014cf791853ede.png

5fbdd0316d88e3d7f5c6fa0806c1e78b.png
(Tray)

This Chat has some things to notice:
- It's written in C++ and compiled with the VS2008 toolset.
- It's using QT for the GUI and BOOST for processing some things.
- It has a low usage of resources, means you should be able to run it in background w/o problems.
- It supports both Reading & Writing in the Chat.
- It has an customizable sound if messages are received (just replace notification.wav).
- You can customize the theme by overwriting style.qss with qt 4.8 styles (you can find them in the interwebz)
- If you use it you can gladly say "I AM ECO!" because it has less demand on the Server than the in-site chat box.

Download: @Attachment

How to use / how to Chat:
You should be fine with reading, you need no permissions for that.
But for writing it's another thing, you need to supply the Program with a password hash and your username.
If you first start the Program it'll create an config.yml with empty fields.
But no problem just go to this Site http://ugbase.eu/NChat/getcredits.php supply it with your Account Data and it'll output a finished config.yml just replace the content with your current one ( AND BE SURE YOU RESTART IT ).

Before complaining that something not works check if you have installed the "Microsoft Visual C++ 2008 Redistributable" for your OS.

Very cool, nice man :D!
 

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,118
Reaction score
166
This is clearly outdated, closed.
 
Status
Not open for further replies.
Top