Advertisement

Results for "Author: daniel m"

ASP_Volume2 #27010
DNS Browser

Project Description: This project was originally intended to be a way for me to access the internet at my workstation in college because they had disabled DNS and I had to find a way around this. So I decided to make a browser that would get the IP address for the DNS and would place it in a database which the browser would search through to decide where to navigate. Well, after spending over two months working on it I've added many different features and a lot of code that I think many people will find useful. NOTED FEATURES - 1. Fully functional web browser which can be set to DNS or Normal Browsing Mode. 2. Fully functional FTP client included. 3. A whoIs client that is fully functional and includes 6 servers. 4. Implemented own "favorites" system which isn't very good but oh well, lol. 5. Implementation of many additional features for browser such as "style changing" for people who cannot read well and extracting links, emails, or image urls. 6. Implementation of pop-up blocker as well as a feature to filter website content. 7. Some features you will have to find on your own because I never got around to making a help file or anything for this. So just search through the code and see what you can find. Notably, check the form keypress section. 8. PASSWORD FOR FILTERING IN BROWSER OPTIONS IS (CASE-SENSITIVE): "admin" 9. Also included is the feature to block ad-banners and ad-text but must be uncommented to be active. I didn't have the time to include it in the options. BUGS: There are MANY bugs in this program as you might imagine because the code is quite large (over 120 pages when pasted in Microsoft Word). So please just tell me if you find any bugs but please don't criticize me for them. Note that I grabbed a few things from PSC and have noted it below. NOTED UNFINISHED WORK: (1) FTP is fully functional but the file listing does not always work properly and I never got around to finishing that. (2) The "clean-up" bit in the Browser Options was never completed and little features like the (3) updating browser weekly and (4) backing up files weekly was never fully completed. (5) I was intending on creating a mini-chat application between browser users but never got around to even starting it. (6) Adding whois servers has not yet been included. (7) Was going to add a history feature but never got around to that either. Wow, so many things, lol. CREDITS: I give credit to whoever's code the Alpha Transparancy is as I did not make that. I also give credit to the person who provided the "isButton" control as I also did not write that. And finally I give credit to the person who provided the .RES for the XP Manifest code. Extra Comments: This is my second largest project I've made and I've spent about two months or so working on it so I hope you appreciate me distributing this code. So before you close this program and go onto doing whatever else you do, please vote for me! CONTACT: Email - SeoulxKorean@yahoo.com AIM - xAznHangukBoix

ASP_Volume2 #28212
Event Recorder (Simulates Events)

This little application records your mouse movements, clicks, and keypresses when turned on. When "played", it will simulate the mouse clicks, movement, and key presses you've made while it was being recorded. I have now updated the coding a bit to remove minor bugs and add more commenting on the code. The program does not currently recognize multiple-key presses but I plan to include that in the future. Bugs, comments, and suggestions are greatly appreciated. Please vote for me! PS. This is my first submission so don't hate, =) Umm.. Need some more comments please!! Also check out my other submissions!

ASP_Volume2 #28276
ezDatabase ADO Class Updated! (30+ Functions!)

This class makes VB Database Applications easy to write on the fly! This class includes over 30 functions for ADODB programming in VB! It encapsulates all the Find Functions, Move Functions, along with AddNew, Delete, Update functions and a ton of error trapping for easy use! Also includes events to program at your disposal! Please leave comments/feedback and vote if you'd like. This is my first class file I have been working on.

ASP_Volume2 #28496
Mouse KeyGen

UPDATE: Changed save path and included hotkeys to start/stop generator so that random data can be produced without the fact that the mouse was around the command button. Somebody gave me a comment about creating a key generator based on mouse movement and I had already heard about this previously and decided to make my own version of it. Well here you have it. You can modify this key-gen to be more random if you'd like, it is just a simple example. You can choose options between the generator to generate uppercase/lowercase alpha and numeric characters. I'm too lazy to make more settings modifiable such as interval for recording, choosing save location, whatever else.. But anyhow, please VOTE FOR ME! Extra Notes: AT PSC search for "DNS Browser" for a 100+ source code web browser I spent over 2 1/2 months working on it so go check it out and give me feedback

ASP_Volume2 #28501
IsIP Function

Checks if string is a valid IP or not. I saw this submitted earlier and made my own better version of it. =) OK there is now an updated version with fixes so go check it out here: http://planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=57999&lngWId=1&txtForceRefresh=123020041845765523

ASP_Volume2 #28502
IsIP Function v2

Updated version of IsIP function. Should clear up all the problems in the last one. Here ya go, =)

ASP_Volume2 #28699
Frequency Analysis

Learn how to break cyphertext with Frequency Analysis.

ASP_Volume2 #29219
IP From Domain Application

Retrieves IP Address from domain name by querying a DNS Server using NS Lookup. Application "waits" until command prompt is closed before opening results file by using the FindWindow API. Results are added to a listbox and Internet Explorer can be shelled when an address is found. Code is commented.

ASP_Volume3 #62843
IP From Domain Application

Retrieves IP Address from domain name by querying a DNS Server using NS Lookup. Application "waits" until command prompt is closed before opening results file by using the FindWindow API. Results are added to a listbox and Internet Explorer can be shelled when an address is found. Code is commented.

ASP_Volume3 #62844
Mouse KeyGen

UPDATE: Changed save path and included hotkeys to start/stop generator so that random data can be produced without the fact that the mouse was around the command button. Somebody gave me a comment about creating a key generator based on mouse movement and I had already heard about this previously and decided to make my own version of it. Well here you have it. You can modify this key-gen to be more random if you'd like, it is just a simple example. You can choose options between the generator to generate uppercase/lowercase alpha and numeric characters. I'm too lazy to make more settings modifiable such as interval for recording, choosing save location, whatever else.. But anyhow, please VOTE FOR ME! Extra Notes: AT PSC search for "DNS Browser" for a 100+ source code web browser I spent over 2 1/2 months working on it so go check it out and give me feedback

ASP_Volume3 #62845
IsIP Function

Checks if string is a valid IP or not. I saw this submitted earlier and made my own better version of it. =) OK there is now an updated version with fixes so go check it out here: http://planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=57999&lngWId=1&txtForceRefresh=123020041845765523

ASP_Volume3 #62846
IsIP Function v2

Updated version of IsIP function. Should clear up all the problems in the last one. Here ya go, =)

ASP_Volume3 #62847
Frequency Analysis

Learn how to break cyphertext with Frequency Analysis.

ASP_Volume3 #62866
DNS Browser

Project Description: This project was originally intended to be a way for me to access the internet at my workstation in college because they had disabled DNS and I had to find a way around this. So I decided to make a browser that would get the IP address for the DNS and would place it in a database which the browser would search through to decide where to navigate. Well, after spending over two months working on it I've added many different features and a lot of code that I think many people will find useful. NOTED FEATURES - 1. Fully functional web browser which can be set to DNS or Normal Browsing Mode. 2. Fully functional FTP client included. 3. A whoIs client that is fully functional and includes 6 servers. 4. Implemented own "favorites" system which isn't very good but oh well, lol. 5. Implementation of many additional features for browser such as "style changing" for people who cannot read well and extracting links, emails, or image urls. 6. Implementation of pop-up blocker as well as a feature to filter website content. 7. Some features you will have to find on your own because I never got around to making a help file or anything for this. So just search through the code and see what you can find. Notably, check the form keypress section. 8. PASSWORD FOR FILTERING IN BROWSER OPTIONS IS (CASE-SENSITIVE): "admin" 9. Also included is the feature to block ad-banners and ad-text but must be uncommented to be active. I didn't have the time to include it in the options. BUGS: There are MANY bugs in this program as you might imagine because the code is quite large (over 120 pages when pasted in Microsoft Word). So please just tell me if you find any bugs but please don't criticize me for them. Note that I grabbed a few things from PSC and have noted it below. NOTED UNFINISHED WORK: (1) FTP is fully functional but the file listing does not always work properly and I never got around to finishing that. (2) The "clean-up" bit in the Browser Options was never completed and little features like the (3) updating browser weekly and (4) backing up files weekly was never fully completed. (5) I was intending on creating a mini-chat application between browser users but never got around to even starting it. (6) Adding whois servers has not yet been included. (7) Was going to add a history feature but never got around to that either. Wow, so many things, lol. CREDITS: I give credit to whoever's code the Alpha Transparancy is as I did not make that. I also give credit to the person who provided the "isButton" control as I also did not write that. And finally I give credit to the person who provided the .RES for the XP Manifest code. Extra Comments: This is my second largest project I've made and I've spent about two months or so working on it so I hope you appreciate me distributing this code. So before you close this program and go onto doing whatever else you do, please vote for me! CONTACT: Email - SeoulxKorean@yahoo.com AIM - xAznHangukBoix

ASP_Volume3 #62867
Event Recorder (Simulates Events)

This little application records your mouse movements, clicks, and keypresses when turned on. When "played", it will simulate the mouse clicks, movement, and key presses you've made while it was being recorded. I have now updated the coding a bit to remove minor bugs and add more commenting on the code. The program does not currently recognize multiple-key presses but I plan to include that in the future. Bugs, comments, and suggestions are greatly appreciated. Please vote for me! PS. This is my first submission so don't hate, =) Umm.. Need some more comments please!! Also check out my other submissions!

ASP_Volume3 #62868
ezDatabase ADO Class Updated! (30+ Functions!)

This class makes VB Database Applications easy to write on the fly! This class includes over 30 functions for ADODB programming in VB! It encapsulates all the Find Functions, Move Functions, along with AddNew, Delete, Update functions and a ton of error trapping for easy use! Also includes events to program at your disposal! Please leave comments/feedback and vote if you'd like. This is my first class file I have been working on.

ASP_Volume3 #62869
phpLinkCheck

phpLinkCheck is a full featured php application that you can install on your server. It allows you to keep track of reciprocal links and ensure that they are still linking with you. Features of this application include: * Easy to use Admin control panel * Easy install (requires only username/password) * Create/manage multiple profile for multiple websites * No need for MySQL databases * Use of Ajax for instant results * Fast and secure * Free to use! Not sure you want to install the application? Then try out our demo application. To access our demo, visit http://programming-designs.com/misc/phpLinkCheck and use the following info: Username: Admin Password: test Support Forums: http://forums.programming-designs.com/viewforum.php?id=30

C_Volume2 #68072
DNS Browser

Project Description: This project was originally intended to be a way for me to access the internet at my workstation in college because they had disabled DNS and I had to find a way around this. So I decided to make a browser that would get the IP address for the DNS and would place it in a database which the browser would search through to decide where to navigate. Well, after spending over two months working on it I've added many different features and a lot of code that I think many people will find useful. NOTED FEATURES - 1. Fully functional web browser which can be set to DNS or Normal Browsing Mode. 2. Fully functional FTP client included. 3. A whoIs client that is fully functional and includes 6 servers. 4. Implemented own "favorites" system which isn't very good but oh well, lol. 5. Implementation of many additional features for browser such as "style changing" for people who cannot read well and extracting links, emails, or image urls. 6. Implementation of pop-up blocker as well as a feature to filter website content. 7. Some features you will have to find on your own because I never got around to making a help file or anything for this. So just search through the code and see what you can find. Notably, check the form keypress section. 8. PASSWORD FOR FILTERING IN BROWSER OPTIONS IS (CASE-SENSITIVE): "admin" 9. Also included is the feature to block ad-banners and ad-text but must be uncommented to be active. I didn't have the time to include it in the options. BUGS: There are MANY bugs in this program as you might imagine because the code is quite large (over 120 pages when pasted in Microsoft Word). So please just tell me if you find any bugs but please don't criticize me for them. Note that I grabbed a few things from PSC and have noted it below. NOTED UNFINISHED WORK: (1) FTP is fully functional but the file listing does not always work properly and I never got around to finishing that. (2) The "clean-up" bit in the Browser Options was never completed and little features like the (3) updating browser weekly and (4) backing up files weekly was never fully completed. (5) I was intending on creating a mini-chat application between browser users but never got around to even starting it. (6) Adding whois servers has not yet been included. (7) Was going to add a history feature but never got around to that either. Wow, so many things, lol. CREDITS: I give credit to whoever's code the Alpha Transparancy is as I did not make that. I also give credit to the person who provided the "isButton" control as I also did not write that. And finally I give credit to the person who provided the .RES for the XP Manifest code. Extra Comments: This is my second largest project I've made and I've spent about two months or so working on it so I hope you appreciate me distributing this code. So before you close this program and go onto doing whatever else you do, please vote for me! CONTACT: Email - SeoulxKorean@yahoo.com AIM - xAznHangukBoix

C_Volume2 #69274
Event Recorder (Simulates Events)

This little application records your mouse movements, clicks, and keypresses when turned on. When "played", it will simulate the mouse clicks, movement, and key presses you've made while it was being recorded. I have now updated the coding a bit to remove minor bugs and add more commenting on the code. The program does not currently recognize multiple-key presses but I plan to include that in the future. Bugs, comments, and suggestions are greatly appreciated. Please vote for me! PS. This is my first submission so don't hate, =) Umm.. Need some more comments please!! Also check out my other submissions!

C_Volume2 #69338
ezDatabase ADO Class Updated! (30+ Functions!)

This class makes VB Database Applications easy to write on the fly! This class includes over 30 functions for ADODB programming in VB! It encapsulates all the Find Functions, Move Functions, along with AddNew, Delete, Update functions and a ton of error trapping for easy use! Also includes events to program at your disposal! Please leave comments/feedback and vote if you'd like. This is my first class file I have been working on.

Languages
Top Categories
Global Discovery