Select Values from Database C++

08/08/2018 14:52 concucu#1
I'm use [Only registered and activated users can see links. Click Here To Register...]

Link Src : [Only registered and activated users can see links. Click Here To Register...]

Code:
namecolors::SetPrefix(L"Name1", 0xFF25DD25);
namecolors::SetPrefix(L"Name2", 0xFFFF0088);
namecolors::SetPrefix(L"Name3", 0xFF0055FF);
namecolors::SetPrefix(L"Name4", 0xFF66FF66);
namecolors::SetPrefix(L"Name5", 0xFF00CC00);
I want it to change the colors color does not based on physical name, which
select from the database through the filter package

I'm not good at C ++, please give me help, please suggest

Thanks
08/08/2018 20:47 #HB#2
You cannot do that for sure, you have to use packets afaik. (Or maybe you can but that will enable the SQL injection.)

Also, do not ask for a full-code for a thing. You don't even try.
08/08/2018 21:53 qqdev#3
I don't even understand what he is trying to do :elegiggle:
08/09/2018 05:31 concucu#4
i trying use this Src to change character name.

Quote:
Originally Posted by #HB View Post
You cannot do that for sure, you have to use packets afaik. (Or maybe you can but that will enable the SQL injection.)

Also, do not ask for a full-code for a thing. You don't even try.
yes., i know use Packet , but i can do it because i not good c++
08/09/2018 15:10 #HB#5
Quote:
Originally Posted by concucu View Post
i not good c++
Did read what I've written above?

Quote:
Originally Posted by qqdev View Post
I don't even understand what he is trying to do :elegiggle:
You better not actually. :lul:
08/09/2018 15:33 concucu#6
Tiếng anh không phải ngôn ngữ mẹ đẻ của tôi ok
Tôi đă thử rất nhiều nhưng nó quá khó. C̣n bạn không giúp được cũng không cần cmt đâu. Tôi ước ǵ mă nguồn nó là c# th́ cũng không cần lập topic này.

English is not the native language ok
I tried a lot but it was too hard. If you do not help, then you should not comment. I wish the source code was c #, then I do not need to set up this topic.
08/10/2018 01:47 #HB#7
This section isn't made for copypasters. I am not sure if there's someone that will give you a full-code to copy.
Learn or burn.
08/10/2018 10:51 athena1410#8
Using the filter to read the data from the database and send it to the client through the packet. Then dll read information from packet and do all the things you want
Hint for you: using Sro++ library, you can handle the swap packet between filter and client via dll. ;)
08/12/2018 19:05 $WeGs#9
first of all , it cannot be done via C# (C# cannot create dynamic dll files like C++)

You have to use Packets instead of sql connection (To Avoid sql injections) , inject a custom packet to work with a filter then customize the db with the filter (like HWID limit)

it also can be done via php , make a connection between a php and sql then read the data of php from your dll
08/13/2018 22:55 B1Q#10
Quote:
Originally Posted by $WeGs View Post
first of all , it cannot be done via C# (C# cannot create dynamic dll files like C++)
by far the stupidest statement i've ever seen in this section.
but true use a webserver
08/14/2018 04:09 concucu#11
hmm.
08/14/2018 05:58 B1Q#12
Quote:
Originally Posted by concucu View Post
hmm.
use curl or boost.
if you need help i can write you a PHP script to retrieve data from your database and help you parse/split results in C++
08/14/2018 10:21 concucu#13
Quote:
Originally Posted by B1Q View Post
use curl or boost.
if you need help i can write you a PHP script to retrieve data from your database and help you parse/split results in C++
yes please. I contacted you at discord
08/14/2018 15:10 $WeGs#14
Quote:
Originally Posted by B1Q View Post
by far the stupidest statement i've ever seen in this section.
but true use a webserver
i'm trying to let him understand how things works
08/14/2018 16:54 B1Q#15
Quote:
Originally Posted by $WeGs View Post
i'm trying to let him understand how things works
ok my bad