Advertisement

Results for "Author: ashley harris"

5_2007-2008 #182571
Ashleys Webserver

(OBSOLETE! see 'a complete perl, php and asp webserver' on this site) The FIRST webserver on PSC that supports form posting! (see screenshot). It currently supports perl cgi. Also supported are directory listings, custom front pages, custom error pages. It also supports flash, pdf, realmedia, mp3s, avi's, etc. Included is a useless but amusing 'loveclaculator.cgi' I built (basically to prove form submission works). You could host a full website here! I'm using it to 'preview' cgi-enabled websites before uploading them to the http server, although, you could host a full website on it. Perl must be installed on your system, and in your msdos PATH variable (see contained instructions). Currently, the server only supports GET without modification of your CGI scripts, although, a full range of $ENV variables are available to your CGI scripts (query_string, remote_addr, server_port, server_addr, etc.) (see screenshot). and GET is suitable for almost every operation. Just file uploading from a form is impossible, but, I'm working on it. This release is a major jump from the last one, with directory listing, more $ENV variables, custom 404 pages, and full support for sub directories (with /../ protection). Please download and tell me what you think, or, better, use it.

5_2007-2008 #182572
A complete Perl, + PHP, SSI and ASP webserver (be your own geocities!)

Several webservers here support CGI. but this is the ONLY one that supports FORM POSTING (get/POST), REDIRECTION!, FILE UPLOADING!, COOKIES!, RESUME DOWNLOADS!, STREAMING SUPPORT! SERVER SIDE INCLUDES! SENDMAIL! PERL! PHP! ASP!. Plus the usual webserver features (multiple silmultanious connections, images, flash, pdf, audio, movies, directory browsing (with simple filters), html files, 404 pages, pause feature, javascript!, etc) If a website works on apache (or anything less), 95% of the time it'll work on this without any modifications! (no .htaccess, sendmail in diff place, diff filesystem, some ASP missing) OVER 200kb OF CODE (ASP, PHP, PERL, HTML, SSI, JS, VB6, C++) is included. and things like mx lookup (email without smtp server) are included. (a vote would be nice...) NOTE: set runperl = false if you dont have perl! (same for php)

5_2007-2008 #182573
Complete mailserver! Full implementation of a POP3 server and SMTP server! EVEN a webmail interface!

An SMTP server, POP3 server, and Webmail service! All written in pure VB6! Ideal for a small-medium company with a spare machine sitting around! Unlimited # of mailboxes! Works directly with outlook, or any other email client, and supports everything that a large server does, even SMS notification and account sizes (ie bounced messages saying 'sorry, account is over quota' (also SMS's you when your account is over quota)). Email to/from other dommains, ie, someone at hotmail can send an email to 'me@mydommain.com', and it'll arive in my maildrop, ready to be downloaded into my email client or view via the webmail. It works just like a normal server, ie, it doesn't try to send an email once, fail, and give up, it tries for hours, giving status reports after the first try, 4 hours, and 4 days. The webmail has some missing features (it was a 2AM to 5:30AM Job), ie reply/forward/attachment support, but these are all supported by the POP3/SMTP servers. Even secure passwords are supported by this server! Check it out!

5_2007-2008 #182574
A boolean expression parser, complete search engine like support for and, or, not, brackets, "", etc

Ever wanted the ability to run a 'smart' search, ie, with full and's, or's, not's, xor's, brackets (even nested brackets), and "". Basically like a search engine? This is the vb code to do it for you. An example expression would be: animals and ((cats or feline) or (dogs or canine)) and "is cuddly" Very usefull and very easy to implement

6_2008-2009 #205086
A boolean expression parser as in search engines. process complex expressions with "", nested ()...

Process complex boolean expressions, just like the professionals do ie google or altavista. can do and, or, not, xor, brackets, nested, and "". VERY usefull. an example expression would be: animals and ((cats or feline) or (dogs or canine)) and "is cuddly" Vote if you like it.

6_2008-2009 #205087
A msn messenger SERVER, supports mutliuser chat, blocking, screen names, away states, file transf...

This small code runs an msn messenger server. It allows for people who either don't want to, or can't, connect to the official MSN server, to still use MSN messenger and to talk to other people using the same server. This has never been done before, so, there are some bugs and a few missing features (namely contact list groups), but, otherwise this is great for a school, small office, or someone building an MSN client from the socket level and needs a good example. Also, wait for the screenshot to load, they are popular clients, with a quick registry/ini hack (.reg to simplify process included), connected to my server, talking to each other. Includes file transfer support.

6_2008-2009 #205088
A revised lunar lander. Trick bonuses, excelent example of bitblt, highscores, commented. Enjoy!

ou all rememeber that old lunar lander game, right? land the spaceship on the pad without crashing? well, here is my version of it. excellent example of bitblting, double buffering, high scores, particles for an explosion, etc. It has a twist on the old game, no terrain, just a moving floating pad, it also has wind, and, belive it or not, trick bonuses. I submitted it as a school project a couple of weeks ago. It's very addictive, the entire class preatty much played it non-stop for three weeks. Enjoy! (vote if you like it). Graphics done in terragen (planetside.co.uk) and blender (blender.org).

6_2008-2009 #205089
Ashleys Webserver

(OBSOLETE! see 'a complete perl, php and asp webserver' on this site) The FIRST webserver on PSC that supports form posting! (see screenshot). It currently supports perl cgi. Also supported are directory listings, custom front pages, custom error pages. It also supports flash, pdf, realmedia, mp3s, avi's, etc. Included is a useless but amusing 'loveclaculator.cgi' I built (basically to prove form submission works). You could host a full website here! I'm using it to 'preview' cgi-enabled websites before uploading them to the http server, although, you could host a full website on it. Perl must be installed on your system, and in your msdos PATH variable (see contained instructions). Currently, the server only supports GET without modification of your CGI scripts, although, a full range of $ENV variables are available to your CGI scripts (query_string, remote_addr, server_port, server_addr, etc.) (see screenshot). and GET is suitable for almost every operation. Just file uploading from a form is impossible, but, I'm working on it. This release is a major jump from the last one, with directory listing, more $ENV variables, custom 404 pages, and full support for sub directories (with /../ protection). Please download and tell me what you think, or, better, use it.

6_2008-2009 #205090
A complete Perl, + PHP, SSI and ASP webserver (be your own geocities!)

Several webservers here support CGI. but this is the ONLY one that supports FORM POSTING (get/POST), REDIRECTION!, FILE UPLOADING!, COOKIES!, RESUME DOWNLOADS!, STREAMING SUPPORT! SERVER SIDE INCLUDES! SENDMAIL! PERL! PHP! ASP!. Plus the usual webserver features (multiple silmultanious connections, images, flash, pdf, audio, movies, directory browsing (with simple filters), html files, 404 pages, pause feature, javascript!, etc) If a website works on apache (or anything less), 95% of the time it'll work on this without any modifications! (no .htaccess, sendmail in diff place, diff filesystem, some ASP missing) OVER 200kb OF CODE (ASP, PHP, PERL, HTML, SSI, JS, VB6, C++) is included. and things like mx lookup (email without smtp server) are included. (a vote would be nice...) NOTE: set runperl = false if you dont have perl! (same for php)

6_2008-2009 #205091
Complete mailserver! Full implementation of a POP3 server and SMTP server! EVEN a webmail interface!

An SMTP server, POP3 server, and Webmail service! All written in pure VB6! Ideal for a small-medium company with a spare machine sitting around! Unlimited # of mailboxes! Works directly with outlook, or any other email client, and supports everything that a large server does, even SMS notification and account sizes (ie bounced messages saying 'sorry, account is over quota' (also SMS's you when your account is over quota)). Email to/from other dommains, ie, someone at hotmail can send an email to 'me@mydommain.com', and it'll arive in my maildrop, ready to be downloaded into my email client or view via the webmail. It works just like a normal server, ie, it doesn't try to send an email once, fail, and give up, it tries for hours, giving status reports after the first try, 4 hours, and 4 days. The webmail has some missing features (it was a 2AM to 5:30AM Job), ie reply/forward/attachment support, but these are all supported by the POP3/SMTP servers. Even secure passwords are supported by this server! Check it out!

6_2008-2009 #205092
A boolean expression parser, complete search engine like support for and, or, not, brackets, "", etc

Ever wanted the ability to run a 'smart' search, ie, with full and's, or's, not's, xor's, brackets (even nested brackets), and "". Basically like a search engine? This is the vb code to do it for you. An example expression would be: animals and ((cats or feline) or (dogs or canine)) and "is cuddly" Very usefull and very easy to implement

7_2009-2012 #227604
A boolean expression parser as in search engines. process complex expressions with "", nested ()...

Process complex boolean expressions, just like the professionals do ie google or altavista. can do and, or, not, xor, brackets, nested, and "". VERY usefull. an example expression would be: animals and ((cats or feline) or (dogs or canine)) and "is cuddly" Vote if you like it.

7_2009-2012 #227605
A msn messenger SERVER, supports mutliuser chat, blocking, screen names, away states, file transf...

This small code runs an msn messenger server. It allows for people who either don't want to, or can't, connect to the official MSN server, to still use MSN messenger and to talk to other people using the same server. This has never been done before, so, there are some bugs and a few missing features (namely contact list groups), but, otherwise this is great for a school, small office, or someone building an MSN client from the socket level and needs a good example. Also, wait for the screenshot to load, they are popular clients, with a quick registry/ini hack (.reg to simplify process included), connected to my server, talking to each other. Includes file transfer support.

7_2009-2012 #227606
A revised lunar lander. Trick bonuses, excelent example of bitblt, highscores, commented. Enjoy!

ou all rememeber that old lunar lander game, right? land the spaceship on the pad without crashing? well, here is my version of it. excellent example of bitblting, double buffering, high scores, particles for an explosion, etc. It has a twist on the old game, no terrain, just a moving floating pad, it also has wind, and, belive it or not, trick bonuses. I submitted it as a school project a couple of weeks ago. It's very addictive, the entire class preatty much played it non-stop for three weeks. Enjoy! (vote if you like it). Graphics done in terragen (planetside.co.uk) and blender (blender.org).

7_2009-2012 #227607
Ashleys Webserver

(OBSOLETE! see 'a complete perl, php and asp webserver' on this site) The FIRST webserver on PSC that supports form posting! (see screenshot). It currently supports perl cgi. Also supported are directory listings, custom front pages, custom error pages. It also supports flash, pdf, realmedia, mp3s, avi's, etc. Included is a useless but amusing 'loveclaculator.cgi' I built (basically to prove form submission works). You could host a full website here! I'm using it to 'preview' cgi-enabled websites before uploading them to the http server, although, you could host a full website on it. Perl must be installed on your system, and in your msdos PATH variable (see contained instructions). Currently, the server only supports GET without modification of your CGI scripts, although, a full range of $ENV variables are available to your CGI scripts (query_string, remote_addr, server_port, server_addr, etc.) (see screenshot). and GET is suitable for almost every operation. Just file uploading from a form is impossible, but, I'm working on it. This release is a major jump from the last one, with directory listing, more $ENV variables, custom 404 pages, and full support for sub directories (with /../ protection). Please download and tell me what you think, or, better, use it.

7_2009-2012 #227608
A complete Perl, + PHP, SSI and ASP webserver (be your own geocities!)

Several webservers here support CGI. but this is the ONLY one that supports FORM POSTING (get/POST), REDIRECTION!, FILE UPLOADING!, COOKIES!, RESUME DOWNLOADS!, STREAMING SUPPORT! SERVER SIDE INCLUDES! SENDMAIL! PERL! PHP! ASP!. Plus the usual webserver features (multiple silmultanious connections, images, flash, pdf, audio, movies, directory browsing (with simple filters), html files, 404 pages, pause feature, javascript!, etc) If a website works on apache (or anything less), 95% of the time it'll work on this without any modifications! (no .htaccess, sendmail in diff place, diff filesystem, some ASP missing) OVER 200kb OF CODE (ASP, PHP, PERL, HTML, SSI, JS, VB6, C++) is included. and things like mx lookup (email without smtp server) are included. (a vote would be nice...) NOTE: set runperl = false if you dont have perl! (same for php)

7_2009-2012 #227609
Complete mailserver! Full implementation of a POP3 server and SMTP server! EVEN a webmail interface!

An SMTP server, POP3 server, and Webmail service! All written in pure VB6! Ideal for a small-medium company with a spare machine sitting around! Unlimited # of mailboxes! Works directly with outlook, or any other email client, and supports everything that a large server does, even SMS notification and account sizes (ie bounced messages saying 'sorry, account is over quota' (also SMS's you when your account is over quota)). Email to/from other dommains, ie, someone at hotmail can send an email to 'me@mydommain.com', and it'll arive in my maildrop, ready to be downloaded into my email client or view via the webmail. It works just like a normal server, ie, it doesn't try to send an email once, fail, and give up, it tries for hours, giving status reports after the first try, 4 hours, and 4 days. The webmail has some missing features (it was a 2AM to 5:30AM Job), ie reply/forward/attachment support, but these are all supported by the POP3/SMTP servers. Even secure passwords are supported by this server! Check it out!

7_2009-2012 #227610
A boolean expression parser, complete search engine like support for and, or, not, brackets, "", etc

Ever wanted the ability to run a 'smart' search, ie, with full and's, or's, not's, xor's, brackets (even nested brackets), and "". Basically like a search engine? This is the vb code to do it for you. An example expression would be: animals and ((cats or feline) or (dogs or canine)) and "is cuddly" Very usefull and very easy to implement

Languages
Top Categories
Global Discovery