/    Sign up×
Community /Pin to ProfileBookmark

make this work ?
this program (when finished) will send a message to every (online) aol instant messager screenname (even the invalid ones).
The only problem is that i don’t know how to do the automatic ‘send’ thing

[code=html]<html>
<HEAD>

<SCRIPT LANGUAGE=”JavaScript”>
<!– Begin
function doAIM() {
var action;
var msg = document.frmAIM.txtMessage.value;
var newMsg = “”;
var charSpec = “N”;
var specials = “&? @%”;
for(var i = 0; i < msg.length; i++) {
for(var q = 0; q < specials.length; q++) {
if(msg.charAt(i) == specials.charAt(q)) {
charSpec = “Y”;
break;
} else {
charSpec = “N”;
}
}
if(charSpec == “Y”) {
newMsg += “+”;
} else {
newMsg += msg.charAt(i);
}
}
action = “aim:goim?screenname=”;
action += document.frmAIM.txtName.value;
action += “&message=”;
action += newMsg;
document.frmAIM.action = action;
document.frmAIM.submit();
}
// End –>
</script>

</HEAD>

<BODY>

<script type=”text/javascript”>
var str;
var amt = 36*36*36;
for(n=0; n<amt; n++) {
str = “00”+(n.toString(36));
document.write(str.substr(str.length-3)+”, “);
}
amt = amt*36;
for(n=0; n<amt; n++) {
str = “000”+(n.toString(36));
document.write(str.substr(str.length-4)+”, “);
}
amt = amt*36;
for(n=0; n<amt; n++) {
str = “0000”+(n.toString(36));
document.write(str.substr(str.length-5)+”, “);
}
amt = amt*36;
for(n=0; n<amt; n++) {
str = “00000”+(n.toString(36));
document.write(str.substr(str.length-6)+”, “);
}
amt = amt*36;
for(n=0; n<amt; n++) {
str = “000000”+(n.toString(36));
document.write(str.substr(str.length-7)+”, “);
}
amt = amt*36;
for(n=0; n<amt; n++) {
str = “0000000”+(n.toString(36));
document.write(str.substr(str.length-8)+”, “);
}
amt = amt*36;
for(n=0; n<amt; n++) {
str = “00000000”+(n.toString(36));
document.write(str.substr(str.length-9)+”, “);
}
amt = amt*36;
for(n=0; n<amt; n++) {
str = “000000000”+(n.toString(36));
document.write(str.substr(str.length-10)+”, “);
}
amt = amt*36;
for(n=0; n<amt; n++) {
str = “0000000000”+(n.toString(36));
document.write(str.substr(str.length-11)+”, “);
}
amt = amt*36;
for(n=0; n<amt; n++) {
str = “00000000000”+(n.toString(36));
document.write(str.substr(str.length-12)+”, “);
}
amt = amt*36;
for(n=0; n<amt; n++) {
str = “000000000000”+(n.toString(36));
document.write(str.substr(str.length-13)+”, “);
}
amt = amt*36;
for(n=0; n<amt; n++) {
str = “0000000000000”+(n.toString(36));
document.write(str.substr(str.length-14)+”, “);
}
amt = amt*36;
for(n=0; n<amt; n++) {
str = “00000000000000”+(n.toString(36));
document.write(str.substr(str.length-15)+”, “);
}
amt = amt*36;
for(n=0; n<amt; n++) {
str = “000000000000000”+(n.toString(36));
document.write(str.substr(str.length-16)+”, “);
}
amt = amt*36;
for(n=0; n<amt; n++) {
str = “0000000000000000”+(n.toString(36));
document.write(str.substr(str.length-17)+”, “);
}
amt = amt*36;
for(n=0; n<amt; n++) {
str = “00000000000000000”+(n.toString(36));
document.write(str.substr(str.length-18)+”, “);
}

You must have AIM running for this to work.
<form method=post name=”frmAIM”>
ScreenName to Send to: <input type=text value=name onFocus=”this.select();” name=”txtName”><br>
Message:<br>
<textarea name=”txtMessage” rows=”5″ cols=”32″ wrap=”virtual”>Just Enter Your Message Here!</textarea><br>
<input type=button onClick=”doAIM();” value=”Send Message!”>
</form>
</script>
</html>[/code]

to post a comment
JavaScript

4 Comments(s)

Copy linkTweet thisAlerts:
@HaganeNoKokoroApr 09.2005 — You expect us to help you spam people?
Copy linkTweet thisAlerts:
@SepetPhalanxauthorApr 09.2005 — just for fun?

i SERIOUSLY doubt it'll work anyway
Copy linkTweet thisAlerts:
@SepetPhalanxauthorApr 09.2005 — yeah, this is stupid.....i was just bored
Copy linkTweet thisAlerts:
@SepetPhalanxauthorApr 09.2005 — lol, yeah this thread needs to be deleted
×

Success!

Help @SepetPhalanx spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...