User Control Panel
Advertisements

HELP US, HELP YOU!

Saving Individual's Names
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Bot Depot Forum Index -> AIM Protocol & questions
View unanswered posts
Author Message
BraveHeart
Senior Member
Senior Member


Joined: 14 Jan 2004
Posts: 285

Reputation: 33.8Reputation: 33.8Reputation: 33.8

PostPosted: Wed Feb 04, 2004 9:24 pm    Post subject: Reply with quote

Could someone paste the msn command and where to put them?

Thanks
Back to top
Keenie
Almost An Agent
Almost An Agent


Joined: 31 Oct 2003
Posts: 1071

Reputation: 52.4

PostPosted: Wed Feb 04, 2004 9:29 pm    Post subject: Reply with quote

txt files isnt the best idea for storing information
you could store them like

$details->{$victim}->{name}= 'Keenie';
$details->{$victim}->{age} = '18';
$details->{$victim}->{location} = 'Canada';

then just use Storable to store the $details hash ref then you can just load it and easily find peoples details based on their email address that is passed when they send you a message
Back to top
Tony_shu
God Like
God Like


Joined: 12 Nov 2003
Posts: 624

Reputation: 42.9Reputation: 42.9Reputation: 42.9Reputation: 42.9

PostPosted: Wed Feb 04, 2004 9:44 pm    Post subject: Reply with quote

With Storable...if your bot suddenly signs on, is the data still there? Or is it lost. One thing I've found with storing data in files, is if the data isn't stored right after a change, and the bot signs off for some reason (other than logoff), the new data is lost...sometimes the entire file.

EDITED: Sorry that I didn't clarify...but I don't use Storable...and was wondering if Storable will save the data even if the bot signs off right away.

_________________
Anthony Arslan
@-Squared Enterprises
MacroHard Corporation
Back to top
Keenie
Almost An Agent
Almost An Agent


Joined: 31 Oct 2003
Posts: 1071

Reputation: 52.4

PostPosted: Wed Feb 04, 2004 9:48 pm    Post subject: Reply with quote

hmm ive never had any problems, lucida uses it to store her names, and she signs off quite a bit for dumb reasons and we havnt had a problem yet
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> AIM Protocol & questions All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 



Protected by phpBB Security phpBB-TweakS
phpBB Security Has Blocked 9 Exploit Attempts.
Antispam Captcha Mod by phpbb-security.com
Powered by phpBB © 2001, 2005 phpBB Group