Advertisement

Results for "Author: saurabh gupta"

C_Volume2 #70974
MX Query

This code looks up MX (Mail eXchange) records for any domain from a DNS server (For those who dont know what a MX record is, MX records contain the name of the SMTP server which receives mail for a domain). This is an improvement (I hope so :) over Jason Martin's code (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=11006&lngWId=1). Here are the changes I made: 1. It uses winsock and not API for the query. 2. It wont freeze if you give a non-existent domain or DNS server. 3. It gets the DNS server in use by your computer by network api instead of registry. 4. There was a bug in Jason's code due to which if the DNS response was compressed it would return only the first MX record. For example, Jason's code would return one MX record for earthlink.com while mine will return all five. I'll appreciate any feedback on this code.

C_Volume2 #72199
anyMail

anyMail is an anonymous mailer. You can use it to send email without logging into an account. It uses the Winsock control in VB. It uses SMTP relaying to send the message to any e-mail address from any email address. It supports sending email in html format.

C_Volume2 #72200
TinyServer

TinyServer is a very basic http server. This server can accept multiple requests at once. The server is only 60 kb. The default page, webpage directory and port number can be configured. The message window provides details of connections and errors if any. The server has been configured to accept a maximum of 100 connections. I have used the Winsock control in VB. The server can be used for testing websites on a local network before uploading to the Internet. TinyServer is open source and you can freely distribute it.

C_Volume2 #72201
AutoShutdown

AutoShutdown is an application to shutdown your PC after a fixed time. It does not need any configuration and all you need is enter the time after you want your PC to shutdown. AutoShutdown can also be minimized to the system tray.

Java_Volume1 #89518
MX Query

This code looks up MX (Mail eXchange) records for any domain from a DNS server (For those who dont know what a MX record is, MX records contain the name of the SMTP server which receives mail for a domain). This is an improvement (I hope so :) over Jason Martin's code (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=11006&lngWId=1). Here are the changes I made: 1. It uses winsock and not API for the query. 2. It wont freeze if you give a non-existent domain or DNS server. 3. It gets the DNS server in use by your computer by network api instead of registry. 4. There was a bug in Jason's code due to which if the DNS response was compressed it would return only the first MX record. For example, Jason's code would return one MX record for earthlink.com while mine will return all five. I'll appreciate any feedback on this code.

Java_Volume1 #90743
anyMail

anyMail is an anonymous mailer. You can use it to send email without logging into an account. It uses the Winsock control in VB. It uses SMTP relaying to send the message to any e-mail address from any email address. It supports sending email in html format.

Java_Volume1 #90744
TinyServer

TinyServer is a very basic http server. This server can accept multiple requests at once. The server is only 60 kb. The default page, webpage directory and port number can be configured. The message window provides details of connections and errors if any. The server has been configured to accept a maximum of 100 connections. I have used the Winsock control in VB. The server can be used for testing websites on a local network before uploading to the Internet. TinyServer is open source and you can freely distribute it.

Java_Volume1 #90745
AutoShutdown

AutoShutdown is an application to shutdown your PC after a fixed time. It does not need any configuration and all you need is enter the time after you want your PC to shutdown. AutoShutdown can also be minimized to the system tray.

1_2002 #110412
MX Query

This code looks up MX (Mail eXchange) records for any domain from a DNS server (For those who dont know what a MX record is, MX records contain the name of the SMTP server which receives mail for a domain). This is an improvement (I hope so :) over Jason Martin's code (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=11006&lngWId=1). Here are the changes I made: 1. It uses winsock and not API for the query. 2. It wont freeze if you give a non-existent domain or DNS server. 3. It gets the DNS server in use by your computer by network api instead of registry. 4. There was a bug in Jason's code due to which if the DNS response was compressed it would return only the first MX record. For example, Jason's code would return one MX record for earthlink.com while mine will return all five. I'll appreciate any feedback on this code.

1_2002 #110413
anyMail

anyMail is an anonymous mailer. You can use it to send email without logging into an account. It uses the Winsock control in VB. It uses SMTP relaying to send the message to any e-mail address from any email address. It supports sending email in html format.

1_2002 #110414
TinyServer

TinyServer is a very basic http server. This server can accept multiple requests at once. The server is only 60 kb. The default page, webpage directory and port number can be configured. The message window provides details of connections and errors if any. The server has been configured to accept a maximum of 100 connections. I have used the Winsock control in VB. The server can be used for testing websites on a local network before uploading to the Internet. TinyServer is open source and you can freely distribute it.

1_2002 #110415
AutoShutdown

AutoShutdown is an application to shutdown your PC after a fixed time. It does not need any configuration and all you need is enter the time after you want your PC to shutdown. AutoShutdown can also be minimized to the system tray.

2_2002-2004 #116665
MX Query

This code looks up MX (Mail eXchange) records for any domain from a DNS server (For those who dont know what a MX record is, MX records contain the name of the SMTP server which receives mail for a domain). This is an improvement (I hope so :) over Jason Martin's code (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=11006&lngWId=1). Here are the changes I made: 1. It uses winsock and not API for the query. 2. It wont freeze if you give a non-existent domain or DNS server. 3. It gets the DNS server in use by your computer by network api instead of registry. 4. There was a bug in Jason's code due to which if the DNS response was compressed it would return only the first MX record. For example, Jason's code would return one MX record for earthlink.com while mine will return all five. I'll appreciate any feedback on this code.

2_2002-2004 #117890
anyMail

anyMail is an anonymous mailer. You can use it to send email without logging into an account. It uses the Winsock control in VB. It uses SMTP relaying to send the message to any e-mail address from any email address. It supports sending email in html format.

2_2002-2004 #117891
TinyServer

TinyServer is a very basic http server. This server can accept multiple requests at once. The server is only 60 kb. The default page, webpage directory and port number can be configured. The message window provides details of connections and errors if any. The server has been configured to accept a maximum of 100 connections. I have used the Winsock control in VB. The server can be used for testing websites on a local network before uploading to the Internet. TinyServer is open source and you can freely distribute it.

2_2002-2004 #117892
AutoShutdown

AutoShutdown is an application to shutdown your PC after a fixed time. It does not need any configuration and all you need is enter the time after you want your PC to shutdown. AutoShutdown can also be minimized to the system tray.

3_2004-2005 #135209
MX Query

This code looks up MX (Mail eXchange) records for any domain from a DNS server (For those who dont know what a MX record is, MX records contain the name of the SMTP server which receives mail for a domain). This is an improvement (I hope so :) over Jason Martin's code (http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=11006&lngWId=1). Here are the changes I made: 1. It uses winsock and not API for the query. 2. It wont freeze if you give a non-existent domain or DNS server. 3. It gets the DNS server in use by your computer by network api instead of registry. 4. There was a bug in Jason's code due to which if the DNS response was compressed it would return only the first MX record. For example, Jason's code would return one MX record for earthlink.com while mine will return all five. I'll appreciate any feedback on this code.

3_2004-2005 #136434
anyMail

anyMail is an anonymous mailer. You can use it to send email without logging into an account. It uses the Winsock control in VB. It uses SMTP relaying to send the message to any e-mail address from any email address. It supports sending email in html format.

3_2004-2005 #136435
TinyServer

TinyServer is a very basic http server. This server can accept multiple requests at once. The server is only 60 kb. The default page, webpage directory and port number can be configured. The message window provides details of connections and errors if any. The server has been configured to accept a maximum of 100 connections. I have used the Winsock control in VB. The server can be used for testing websites on a local network before uploading to the Internet. TinyServer is open source and you can freely distribute it.

3_2004-2005 #136436
AutoShutdown

AutoShutdown is an application to shutdown your PC after a fixed time. It does not need any configuration and all you need is enter the time after you want your PC to shutdown. AutoShutdown can also be minimized to the system tray.

Languages
Top Categories
Global Discovery