[FREE] NPWD (Standalone phone)

I’d already figured it out, it was missing a code inside the npwd config.json file which I’m using imgur instead of PE

“images”: {
“url”: “https://api.imgur.com/3/image”,
“type”: “imgur”,
“imageEncoding”: “jpg”,
“contentType”: “multipart/form-data”,
“useContentType”: true,
“authorizationHeader”: “Authorization”,
“authorizationPrefix”: “Client-ID”,
“useAuthorization”: true,
“returnedDataIndexes”: [“data”, “link”]
},

2 Likes

Could you tell me how through terminal?

What terminal? Ther server console? You can try and run npwd-debug-dump

EDIT: I see you have the mysql terminal

SELECT * FROM users LIMIT 1, and let me just see what’s there

It comes back as empty set

So it seems like the users are not being saved in the first place. Is this pe-core?

Yes, it is

I also recommend connecting your db to something like heidisql, so you can get a GUI to work with, if you prefer that, and it helps me as well :stuck_out_tongue:

I’d love to but my VPS uses an Ubuntu Server, so I can’t really see anything GUI-based lol

You can connect your db to a GUI on your local machine

btw, are there any server errors from npwd/pe-core or oxmysql?

Ah, in that case I’ll install HeidiSQL

Not that I know of

Have a look when you boot up the fivem server and when you connect it. Might be :stuck_out_tongue:

and yeah, try heidisql

Lol it can’t seem to connect, oh well

This seems to be the only error

Can you please how the whole thing? :stuck_out_tongue:

And can I see the columns in the ‘users’ table + your current npwd config.

Yes, here you go


image

lol, what the heck is “2”

Can I see your pe-core configuration?

oh wait,
can I see your mysql connection string?

It confused me when I saw it too xD

Sure, here it is

As for my MySQL connection string: user=root;database=es_extended;password=nope;charset=utf8mb4

user=root;database=es_extended;password=nope;charset=utf8mb4 - where is your host/server property?