Search found 6 matches

by pete
Tue Apr 26, 2011 2:27 pm
Forum: NetBurner Software
Topic: mailto.h and time stamps
Replies: 0
Views: 2985

mailto.h and time stamps

I just switched to 2.5.2 tools. Back in the day SendMail messages that were received from my netburner were time stamped by the email server. I never gave it a second thought. Now I see them time stamped with time from the netburner. Anyway to override this? Looks like now it is using UTC time ...
by pete
Thu Mar 10, 2011 7:10 pm
Forum: NetBurner Software
Topic: Branding
Replies: 6
Views: 6087

Re: Branding

Excellent , Thank you
by pete
Tue Mar 08, 2011 8:01 pm
Forum: NetBurner Software
Topic: SaveUserParameters debug output
Replies: 3
Views: 3856

Re: SaveUserParameters debug output

Found it , At the top of MydoPost nowhere near my SaveUserParam call - no wonder I couldnt find it.

iprintf( pData );
by pete
Tue Mar 08, 2011 7:35 pm
Forum: NetBurner Software
Topic: SaveUserParameters debug output
Replies: 3
Views: 3856

Re: SaveUserParameters debug output

Thanks for the reply - I only found 1 commented print statement in the system.c under the UpdateConfigRecord
/* iprintf("*******************Updateing config record # %d\r\n",num); */

but nothing under the SaveUserParams. Nothing in the other files either. I turned on some debuging in my code but ...
by pete
Tue Mar 08, 2011 6:47 pm
Forum: NetBurner Software
Topic: Branding
Replies: 6
Views: 6087

Re: Branding

Does netburner provide a cover for the SB72-EX without the netburner logo for rebranding ?
by pete
Tue Mar 08, 2011 6:30 pm
Forum: NetBurner Software
Topic: SaveUserParameters debug output
Replies: 3
Views: 3856

SaveUserParameters debug output

I have an issue with when I call the SaveUserParameters function. Its not an issue with the command itself it works fine But, when I call it I get the saved parameters sent to the debug port. I have no print statements of any kind to send it out the port. I cant remember if I changed something in a ...