upload vault content to mysql
Hello, is it possible to somehow extract content from file .vault into mysql db? Just for reading (every day for example)
|
Re: upload vault content to mysql
Yes, use nVault Utility to read the vault and SQL statements to insert into the DB.
|
Re: upload vault content to mysql
Thank you! But which sql statements do you exactly mean?
|
Re: upload vault content to mysql
Insert into ?
|
Re: upload vault content to mysql
Yes, INSERT INTO [table] ([fields]) VALUES ([values])
|
Re: upload vault content to mysql
Okay, thank you. But now I have this problem:
I have one vault entry like this: Code:
josey-10-cod470524#98#100#100#100#100#50#3112#50Code:
[1307 of 1322] Key=josey-10-cod Val=470524#98#100#100#100#100#50#3112#50 Timestamp=1547216339Also this is the vault: Code:
format(vaultkey,63,"%s-%i-cod", nazwa_gracza[id], klasa_gracza[id]); |
Re: upload vault content to mysql
PHP Code:
|
Re: upload vault content to mysql
Quote:
also had to change argparse to parse, it did not want to compile. |
Re: upload vault content to mysql
From AES:
PHP Code:
|
Re: upload vault content to mysql
Quote:
|
| All times are GMT -4. The time now is 07:39. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.