Search found 15 matches

Return to advanced search

Re: AMailSender

Pretty much yes. If you have an open relay SMTP server, you can just telnet to it on port 25 and manually send an email message from whatever address you want. This is essentially what AMailSender does, cept it does it for you automatically using sockets (WinSock FTW!) and supports attachments. :mrg...
by hxhl95
on February 15th, 2009, 10:23 am
 
Forum: Filesharing
Topic: AMailSender
Replies: 13
Views: 424

Re: AMailSender

But from your modem's domain name, a simple MX record lookup could get the SMTP server. The thing is, I can't get that either...like programmatically. I can do it manually no problem :lol:
by hxhl95
on February 14th, 2009, 1:17 pm
 
Forum: Filesharing
Topic: AMailSender
Replies: 13
Views: 424

Re: AMailSender

:twisted: Not bad.

I seem to be having trouble obtaining a local hostname/domain name...(e.g. shawcable.net) to use DnsQuery on...Wonder why.
by hxhl95
on February 14th, 2009, 1:07 pm
 
Forum: Filesharing
Topic: AMailSender
Replies: 13
Views: 424

Re: AMailSender

Maybe. I haven't tried yet.

Currently fixing the "Find" button.

EDIT: found the problem. I had a bad if/else statement.
by hxhl95
on February 14th, 2009, 12:44 pm
 
Forum: Filesharing
Topic: AMailSender
Replies: 13
Views: 424

Re: AMailSender

My best guess is that Shaw's mailserver is configured as an open relay by accident - it won't relay mail from the outside world without authentication, but to customer PCs within the *.shawcable.net domain(s) it acts as an open relay. Most mailservers probe incoming connections from other mailserve...
by hxhl95
on February 14th, 2009, 12:32 pm
 
Forum: Filesharing
Topic: AMailSender
Replies: 13
Views: 424

Re: AMailSender

Hmm..To answer your question about the From email, it can be anything. You can even put asdlfjaslkfj@aslkdfjalskfjdawotijaslktjawoienakgnasldgn.com if you want. Anything goes. For the SMTP server, you have to use the one that your ISP uses...like I'm using shaw internet and my smtp server is shawmai...
by hxhl95
on February 13th, 2009, 10:04 pm
 
Forum: Filesharing
Topic: AMailSender
Replies: 13
Views: 424

AMailSender

I've been working on this for quite a long time now, and right now I need some testing to be done so I can see if there are any glitches present in it that I need to fix. Basically this is a program for sending anonymous emails. I believe it's pretty self-explanatory when you run it, I've added tool...
by hxhl95
on February 13th, 2009, 5:27 pm
 
Forum: Filesharing
Topic: AMailSender
Replies: 13
Views: 424

Re: StarPulse

You're using a much more...."higher-generation" language (for lack of a better word) than I am. My friend and I are coding this entire thing using DIrectX and C++/Windows :mrgreen: Maybe we should switch :lol: But so far it's working fine, cept it's a pain in the ass to set up handlers for...
by hxhl95
on January 3rd, 2009, 11:55 pm
 
Forum: Side Projects
Topic: StarPulse
Replies: 14
Views: 499

Re: StarPulse

How did you implement the shaking? A rand function? My friend's writing this game where he needs to implement screen shaking too, and so far all of his attempts (and mine) don't work properly. At one point we had this huge complicated formula for x, with the output being polar coordinates on the sha...
by hxhl95
on January 3rd, 2009, 4:50 pm
 
Forum: Side Projects
Topic: StarPulse
Replies: 14
Views: 499

Re: StarPulse

LOLs. The game lags so badly when I use more than 10 guns and hold the right click button. :twisted: It's sorta cheap, since the missiles are homing and I fire 10 at once, even though only 1 is needed to kill an enemy. Then the other nine go flying around till another enemy spawns...kaboom :D
by hxhl95
on December 31st, 2008, 11:19 pm
 
Forum: Side Projects
Topic: StarPulse
Replies: 14
Views: 499
Next

Return to advanced search

cron