Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DarkBASIC Discussion / Email thingy

Author
Message
Underworld 1020
21
Years of Service
User Offline
Joined: 2nd Mar 2004
Location: NY, USA
Posted: 26th Jan 2005 07:42 Edited at: 26th Jan 2005 07:44
Everyday I get over 100 messages of spam and whatever else. So, what I've been doing lately is getting their addresses and sending them back stuff.

What I want to know is it possible to make a program in DBC that can send a message to the same address like a thousand times. I want to give them a taste of their own medicine.

Any Ideas?

EDIT: If this works out we all can do this and get them back.
Jake Blues
20
Years of Service
User Offline
Joined: 19th Jun 2004
Location: United States
Posted: 26th Jan 2005 07:53
I would not do that because then they would get your email. Sometimes they use random emails and this would give them your real email.

I don't know a way to do that. You would need to get into your email's website's server and get acsess to your email account.

Don't let life get you down, it will only get better.
Underworld 1020
21
Years of Service
User Offline
Joined: 2nd Mar 2004
Location: NY, USA
Posted: 26th Jan 2005 08:54
Probably impossible then, thanks for the info.

There was a program called MakeLoveNotSpam, but unfortunatly it got hacked into or something and now its not availble anymore.
Underworld 1020
21
Years of Service
User Offline
Joined: 2nd Mar 2004
Location: NY, USA
Posted: 26th Jan 2005 09:09
Do you know how to do it?

If you do can you tell me how, I don't need to learn the whole language just what I need to know to do this.
Underworld 1020
21
Years of Service
User Offline
Joined: 2nd Mar 2004
Location: NY, USA
Posted: 26th Jan 2005 09:31
Thanks, I looking at something on the mail function right now.
Underworld 1020
21
Years of Service
User Offline
Joined: 2nd Mar 2004
Location: NY, USA
Posted: 26th Jan 2005 09:45 Edited at: 26th Jan 2005 09:45
Ok, will this code work:

$mailTo = "[email protected]";
$msgSubject = "Nothing";
$msgBody = "Hi"

mail ($mailTo, $msgSubject, $msgBody);
Underworld 1020
21
Years of Service
User Offline
Joined: 2nd Mar 2004
Location: NY, USA
Posted: 26th Jan 2005 10:04
How do I get PHP?
Underworld 1020
21
Years of Service
User Offline
Joined: 2nd Mar 2004
Location: NY, USA
Posted: 26th Jan 2005 10:09 Edited at: 26th Jan 2005 10:10
I'm not very good with internet stuff, so I'm not exactly sure what you mean.

I was hoping this was like HTML where you can just write the code and save the file with the correct extension.
blanky
20
Years of Service
User Offline
Joined: 3rd Aug 2004
Location: ./
Posted: 1st Feb 2005 03:00
It is, but you need to upload it onto a web server that supports PHP.

Solutions:
- Install Apache, install PHP on top of it, and point your browser to 127.0.0.1.
Pros: + Cool, own mini-webserver
Cons: - Installing extra modules to Apache is hard..

- Find a free webhost that allows PHP and upload your file.
Pros: + Easy, online all the time.
Cons: - No freedom, and if they find out you've been sending spugillions of spams for WHATEVER reason, they'll kill your account. Also, I recommend you use a 'friend's' (i.e., mortal enemy's) computer when executing the spam script - just in case, y'know?

Avatar - white cat in a snowstorm. Look closely.
Osiris
20
Years of Service
User Offline
Joined: 6th Aug 2004
Location: Robbinsdale, MN
Posted: 3rd Feb 2005 06:06 Edited at: 3rd Feb 2005 06:06
i did that if i got ten emails in one day it sent then 1000,000,000 emails back all with the word spam for the subject and the letter inside was just spam over and over and over again

Mobiius
Valued Member
22
Years of Service
User Offline
Joined: 27th Feb 2003
Location: The Cold North
Posted: 3rd Feb 2005 06:13
thats a denial of service attack, which is higly illegal!

My public service announcement for the day.

1800+ XP - GeforceFX 5600 - 256MbDDR - 60Gb Hdd - XP Pro (SP2)
Osiris
20
Years of Service
User Offline
Joined: 6th Aug 2004
Location: Robbinsdale, MN
Posted: 3rd Feb 2005 06:20
Quote: " thats a denial of service attack, which is higly illegal!"


muh...

Tapewormz
22
Years of Service
User Offline
Joined: 15th Sep 2002
Location: Winnipeg, Mantoba, Canada
Posted: 3rd Feb 2005 08:55
Yeah, just a word of caution...Sending someone a message 1000 times may seem like a good solution, but it's a bad one. Your ISP abuse department monitors your smtp usage and you'll set off a flag if you're emailing thousands of emails multiple times per day.

This is definately one of those cases where two wrongs don't make a right...It just gets you even madder...

Osiris
20
Years of Service
User Offline
Joined: 6th Aug 2004
Location: Robbinsdale, MN
Posted: 3rd Feb 2005 10:48
well its only happened once so far thats my last defence against thoose bast@***, my first is a caution, then i reccoment that email getts removed and if that fails well you see where that goes

Underworld 1020
21
Years of Service
User Offline
Joined: 2nd Mar 2004
Location: NY, USA
Posted: 9th Feb 2005 00:01
Just sending them a couple hundred emails would make me feel better. There's got to be some way to get them back....maybe if we all picked just one of them at a time and each of us sent like a hundred emails to them. If a few people started doing this and to the same address, we just might make them stop, the more people the more effective. So, that mail function would work right? Then I just need to put it into a for loop.

Login to post a reply

Server time is: 2025-05-25 03:47:45
Your offset time is: 2025-05-25 03:47:45