[SOLVED] [fvault] Error in save..
I have this code in one plugin
PHP Code:
Code:
"mylogin" "mypw 0" 1342133388Code:
"mylogin" "mypw" "myammopacks" 1342133388 |
Re: [fvault] Error in save..
Because thats how you're saving it...formatex(szData, charsmax(szData), "%s %i", g_szTempPassWord[id], g_AP[id])
I don't use fvault so I'm not sure if there is a way to save multiple data items per save. But you can get it to save that way with this, you just need to read it correctly when needed...or leave it as-is and just parse the data. PHP Code:
|
Re: [fvault] Error in save..
Ok Bugsy, thanks!
Now it's saving correctly. Code:
"lol" "lol" "100" 1342134070 |
Re: [fvault] Error in save..
Yes, but next you're going to ask how to read the data.
|
Re: [fvault] Error in save..
Quote:
Now, when i'm going to login, my password is wrong.. see the code: PHP Code:
|
Re: [fvault] Error in save..
Don't use what I posted above for saving, use your original code.
PHP Code:
|
Re: [fvault] Error in save..
Ok, thanks Bugsy, the password is now ok!
But and the g_AP? How to load it? I don't understand this: iVal = str_to_num( szVal ); It's to load the g_AP[id]? ---- EDIT: Really thanks bugsy, works correctly! Thanks so much!!! g_AP[id] = str_to_num( szVal ); ;) |
| All times are GMT -4. The time now is 15:18. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.