Results for "Category: Miscellaneous"
This is a demo application of using ActiveX DLLs to implement custom plug-ins in you programs (written by you or other people), including methods to install and load them.
--JUST UPDATED - VER 1.1-- Extremely powerful text scrolling engine, supports: 1) Different fonts (sizes, colors, styles (bold, italic, underline) 2) Custom images 3) Different alignments (left, center, right) 4) Shadows (for text) with differnet colors, lengths, and directions 5) Custom scrolling speed very smooth scrolling, no flicker (via BitBlt) and all in an easy-to-use, and fully commented, class module
Removes the Welchia/Nachi worm. No great advance in this code, to the code in my DCOM worm remover. Basically, this will remove the WELCHIA worm, which was released, saw it on the news this morning. Other ways this could be done, is changing the clock to the year 2004, which the worm will remove itself. Also other advances would work in killing the process of the worm before removing it's SERVICES keys in the registry. I know someone has done that with the DCOM remover, great to see people expanding the code. Feel free to advance the code all you like, or leave it as it is, it works.
This will remove the SOBIG virus. Nothing greatly fantastic, feel free to post creative comments or suggestions. Any 'flaming' will be removed, and reported.
Ok, it's been ages and ages since I have posted any code. Kind of got sick of people ripping code and making claim for their own, so I removed pretty much all code I ever posted. Anyway, things aside, this application will remove that DCOM Worm that was realeased. Pretty simple. I would like to take the time to add, that the registry code I used was from Master Spy's startup adder/remover. Basically because it was right there, and I was a lil too lazy to code it myself. Same goes for the shutdown code, which was from one of Federico Bridger's examples, for the same reason, heh. Enjoy.
This is just a minor update to my previous submission for the DCOM worm remover. This simple update will remove the BLASTER worm, as well as it's B and C varients.
Gives the Altitude and Azimuth angles of the sun at any time of the year, as well as giving the position in rectangular coordinates for use in positioning the sun in Lightwave. The program also creates a motion file that can be loaded into Lightwave to create animations involving the sun at a given location over a given period of time.
This code creates up to 10 particles. Each particle has a random mass, initial speed, position, and initial direction. Each particle will then interact with the other particles on the screen and all will adjust positions, speed, and direction according to the gravitational forces affecting it. By modifying the code to create customized particles instead of randomly generated particles the user can: -Create a solar system with orbiting planets around a sun. -Change the limit set to maximum gravity and watch a 'slingshot' effect. -Add friction to the particles and watch as several particles collect together. (to do these, you can modify the presets in the code, or create your own) Three new objects are created: VectorPoint, Vector, and Particle. A particle contains a Vector, which uses a VectorPoint. Beginners can see how to set up their own custom objects, and how to use an object as a property of another object.
Convert any bitmap (16 shades of gray) to text (*.WRI). Code is very simple... it reads picture loaded in picturebox and then converts pixel by pixel to ASCII code...
THis program is a addon for AOL Instant Messenger Chatrooms. You can also access great options with the type of a few keys to make chatting more fun.
This is largely based on the code authored by Richard Southey, but it works w/o the OCX he used.
This code scrolls anything you want in movie style credits! It's flicker free! Please Vote For Me!!!!!! :)
This code used cookies to count unique hits. If the user has the cookie, then the hit isn't counted. If they don't, then the hit is counted, and they are given a cookie. All you have to do is use an #include file="nameoffile.asp" and the correct action is preformed. I made this script for my host to count unique hits across his networked sites. This is also my submission to the asp world of PSC all my expreience is in the VB world. I hope you guys like it! Later ~/Andy
This is an update to my Unique Hit Counter that used a text file to keep track of all hits. With a database, more than one page on your site can be monitored by this file. It uses the servervariable url to determine what page it needs to add a hit to. As with my last hit counter, it uses cookies to keep track of who has been and who hasn't. I built my Text to Images into this script. As with that submission, you have to make your own images. They don't have to be any special height, or width. My images start with "cnt_" and have a numerical value coresponding with the value passed (that means you need images cnt_0 - cnt_9). I also have a cnt_start and cnt_end image to make everything look nice. Save this save as something like counter.asp and just use an include (). You can use it on every page on your site to track where people go, and what-not.
This code will encrypt a wav file onto your form so you dont have to load them up from directories
Shows what's REALLY in a masked password box, instead of just '********'
This demostrates how you can create a simple script interpreter, how work with Drag API's (For Files). Note: I just start to create array's suport in this script language, but I'm not finished. And Please, VOTE IN THIS SOURCE, and sorry about my bad English. Thank You.
DelTree function using FileSystemObject. Removes folder regardless of files/folders/system/hidden contained within. Couldn't find any deltree code here that worked, most used the kill statement and such in a rather large sub, found this in MSDN...
Generates the code for Visual Basic to display a message box. Useful for beginners. See the Screen Shot for more information
LED Marquee/Label (Tuned) ' This code is only a high performance of the original made by Wasp53x ' i only change some functions so all the work is from the autor, i just though ' is was a great code but a bit slowly so dont wait any more and rate the original autor ' at ' www.planet-source-code.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=25019