Results for "Volume: 4_2005-2006"
You can ether scan for exploits one by one, or run through the whole list of 407. This will tell if CGI code was found and if you have access (i.e. Forbidden!). Even supports a simple form of OS and Server App. detection. This was ported from a couple of C scripts, which came from a well known hacking site. I posted this here in hopes of raising the security level of Admins. This DOES NOT exploit web pages, just tells if exploitable CGI scripts exist. Please email me any bugs or updates, anyone might find or implement :)
Its amazing Public as well as Private chat, pops up a private chat window on remote PC, just like other popular chat programs does. You will not believe your eyes when you will see a chat window opening on remote users pc when you click on his loginid in the users list on your pc chat window. It took a lot of thinking to achieve this, doing this in ASP was almost impossible(no more). There are companies who will ask u $$$$ for the same code. Vote,if you feel it worth all my efforts.....Though ASP is outdated web development language, I still get questions about this application :)
This code will extract the Windows XP cdkey from the registry. It's a mod of Snytax's visual basic code at http://www.pscode.com/vb/scripts/ShowCode.asp?lngWId=1&txtCodeId=57164. Leave your comments. =D
Learn how to make ur own screen saver lookalike with this simple code!!!! please comment and vote!!!
This is a program that will allow to create message boxes easily and fast. it has an auto preview so when you type the text or whatnot it shows you. it will automaticly create the select case for the manipulation of the buttons and allows you to create the button codes right from the program and puts it all together in the output textbox all as one code. all you do is copy and paste!!. PLEASE rate this program and leave your comments!
Many sites have "windows" on the left/right sides of the site. This code alows those windows to be moved around at will and snapped to the left and right sides of the site. Requires very little modification to the windows. see http://www.webattempts.com for a live example
Convert a SQL query into ASP code.
When making menus with Win32 API functions, have you ever wondered how to call functions when the user clicks on a menu entry? This code shows you how to solve that problem using subclassing, in very few lines of code :) Please rate this.
Demonstrate how to use ADO and ASP, includes Paging, Editing, Searching, Stored Procedures with MS Access and more.
A simple WebServer. It can show PIC's,LINKS
This code adjusts the Hue, Saturation and Luminosity of any gif file on the fly! No component needed, it's just asp code. live demo: http://www.cwolves.com/testing/coloradj.html Live site using this: http://www.cwolves.com/home.asp?hue=0&sat=0&lum=0&con=0&red=true&green=true&blue=true&invert=false play with all the querystring values in that link.
learn how to use the Common Dialog Control the right way!!! please vote or at least comment!!
SALES AND RENTAL SYSTEM Features of the system: * the system has the capabilities to send email to there customer. * Sales Order, Sales Return, Sales Delivery, Purchase Order, Purchase Order return and etc. * can import from listview to excel. * the system has a built -in Scheduler(Calendar scheduler like MS OUTLOOK). * Charts and Graphs for data interpretation Note: The status of the system is still ongoing... expect some new features and cool GUI factor on the next update... May God Bless us all.....
This sample code provides you the concept on how image processing is done and manipulated using EmguCV. One good example of image processing is FACE and Object DETECTION and RECOGNITION etc. but in this sample code I only give Face detection and Eyes detection concept. I Hope you guys, you appreciate and love this work.. In order to work this program: 1.) I never use any SDK for this.. I just use EMGU CV for Image processing and Vision library. 2.) There is the so called COMPATIBILITY ISSUE when running and compiling this program... This program is compile in the Windows XP SP3 32-Bit OS. Therefore this program runs only on Windows XP. Note: when you compile and run this in the Windows 7 32 or 64-Bit OS, this program will commit an error on "cvextern.dll" why? because of the compatibility issue which is this program is compile under Windows XP. Solution: 1.) Download the latest EMGU CV, then run and compile it under your OS Compatibility. After compiling.. Copy the following DLL and paste it in the folder where you save this program. *cvextern.dll *Emgu.CV.dll *Emgu.CV.ML.dll *Emgu.CV.UI.dll *Emgu.Util.dll *opencv_calib3d220.dll *opencv_contrib220.dll *opencv_core220.dll *opencv_features2d220.dll *opencv_ffmpeg220.dll *opencv_flann220.dll *opencv_gpu220.dll *opencv_highgui220.dll *opencv_imgproc220.dll *opencv_legacy220.dll *opencv_ml220.dll *opencv_objdetect220.dll *opencv_video220.dll 2.) Download the latest SQLite connector for .Net IDE (System.Data.SQLite.dll) Thank you and Good Day... Philip Cesar B. Garay BSIT Mindanao State University at Naawan Naawan Misamis Oriental 9023 Philippines For more info about this system.. please visit this link Face Detection Concept in C#
It's a combo box in html!
Kepp track of your Internet Time. This code is an update of Fabian Fischer's NetTimer. Added some codes to it. It now show you the hours, minutes and seconds instead of only minutes. Added new code for the loggbook.
Generate PDF files on the server without any server-side components. Based on X2PDF.NET library created by Arne Garvander. Limitations: Paragraph (TextArea) cannot exceed on page. Table cannot exceed one page. To read about PDF file specifications go to: http://partners.adobe.com/asn/tech/pdf/specifications.jsp To learn how to edit an existing PDF file go to: http://www.15seconds.com/issue/990902.htm To learn how to merge PDF file go to: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=37121&lngWId=1
Manages and implements hotkey in Windows 95/98/2000
simplest password program... displays "*" as each letter is typed... enable backspace... good efficient
This logviewer reads the logfiles of the IIS server and displays it with a graph of the amount of requests per hour. And an overview of the requests and/or errors occured on that day. Great tool for ASP programmers.