SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
SI - Site Forums : Silicon Investor - Welcome New SI Members! -- Ignore unavailable to you. Want to Upgrade?


To: Edwarda who wrote (12259)6/8/2000 6:08:00 PM
From: Green Receipt  Respond to of 32884
 
Have fun writing your own stuff

icq.com

I did a quick look over the API and found this function:

BOOL WINAPI ICQAPICall_SendURL(int iUIN, char *pszMessage);

I suspect all someone would have to do if they didn't care to check if people were on/off (cause it doesn't really matter) would be to do something like this (c language)

int i;
for (i=0; i < 6000000; i++)
{
ICQAPICall_SendURL(i, "http://www.duneram.com");
/* ignore the error code */
Sleep(0);/* on windows it has significance */
/* however, u'd want to tune it or perhaps use a windows approach and use wm_timer... so u don't hog the CPU */
}
---------------

Now there is probably a format to get the URL and a message in.. probably something like a \0 or a \t....

David

PS: and to make it more efficient, create a matrix at the start, set it all to 1 then whenever the api fails, set that offset to 0. next time around only visit the ones marked 1...



To: Edwarda who wrote (12259)7/19/2000 1:26:27 AM
From: Neocon  Respond to of 32884
 
Message 14069760



To: Edwarda who wrote (12259)7/31/2000 11:51:03 AM
From: Neocon  Respond to of 32884
 
I am progressing rapidly with the memorial to Edwarda/Monica. If you wish to contribute, or need more info, PM me........



To: Edwarda who wrote (12259)8/1/2000 8:53:39 AM
From: Neocon  Respond to of 32884
 
A new site for updates on Monica's tribute:

Subject 36477