-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database is empty #13
Comments
Look in the panel/private folder there is MySQL dump just upload that (phpmyadmin or sql cli) to build the database structure. |
Yeah I used the CLI like this: `[root@localhost ~]# mysql -u root -p Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> USE panel Database changed Query OK, 0 rows affected (0.00 sec) Query OK, 0 rows affected (0.00 sec) Query OK, 0 rows affected (0.00 sec) Query OK, 0 rows affected (0.00 sec) Query OK, 2 rows affected (0.00 sec) Query OK, 1 row affected (0.00 sec) Database changed Query OK, 0 rows affected (0.00 sec) Query OK, 0 rows affected, 1 warning (0.00 sec) Query OK, 0 rows affected (0.01 sec) Query OK, 0 rows affected (0.00 sec) Query OK, 0 rows affected (0.00 sec) Query OK, 0 rows affected (0.00 sec) MariaDB [panel]> ` |
How did you manage to compile the exe, it gives me an error when compiling |
You have to fix the function BookitInitialize() that's messed up on purpose in nzt.c |
As I said, look at the function it's referring to in the nzt.c file it's somewhere at the top. |
Show me the properties for bot |
that's not all of them |
Hi bro, which version of VS have you used to compile the project? |
2019 |
you managed to make it work? |
@temp288 Did you ever get it to connect? If so how? I've ran Bot.exe on multiple machines with nothing showing in DB |
@temp288 hello, could you upload the compiled project on your github please? I'm getting errors too |
@temp288 I was able to compile the bot and the Encryptor I also accessed the panel so it's just missing the bootkit efi driver I don't know how to compile it could you help me? I'm using windows |
have you had any success? |
@uwuw7 are the bots showing in your panel? Mine is not showing, I changed the IP in the file Share/config.c yet it's not showing or I need to host it on a public IP? |
@temp288 is it working for you now? |
@C-fire Hello, were you able to compile the .efi driver? what did you use linux or windows can you help me? |
@gabriel-maxx use x86_64-w64-mingw32-gcc |
install x86_64-w64-mingw32-gcc on windows or linux? and then what is the next step? |
Install it on linux then compile it. |
I installed it, but what now? there is no makefile or inf file, etc. Should I create one and what do I put inside? Help me |
@C-fire did you manage to resolve this? I'm constantly getting Response as NULL even after changing config.c |
Hi guys, I finished compiling, loaded it up on centos 7 with apache and mariadb, set firewall rules, etc. Can connect to localhost and login.
Question: I now have an empty database I need to populate. Supposedly when I load up bot,exe it should show up in the database, no?
The text was updated successfully, but these errors were encountered: