Raised This Month: $ Target: $400
 0% 

How can i read all data in a fvault file?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Enum
Junior Member
Join Date: Oct 2010
Location: ee.uu
Old 10-16-2010 , 14:29   How can i read all data in a fvault file?
Reply With Quote #1

example i have this data in my fvault file:

"Name" "1 2"

and my questions is:
How can i make a for and obtain all data? i tried this, but doesn't work ;(

PHP Code:
static Data[512], Name[33], Num1[11], Num2[11];

for( new 
1<= 20i++ )
{
     
get_user_nameiName32 )

     if( 
fvault_get_dataDataBaseNameData511 ) )
     {
          
parseDataNum110Num210 )

          
client_printidprint_console"Names: %s"Name )
          
client_printidprint_console"Nums: %i-%i"str_to_numNum1 ), str_to_numNum2 ) )
     }
     else
     {
          
client_printidprint_console"No data" )
          break;
     }

PD: And in the for, how can i obtain automatically the size of all data? example i push 20, but if is more? Thanks.

Excuse my little english
Enum is offline
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:25.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode