ghostsurf platinum 2007
Tdah Webmail 3.2.0-2.0Alpha
T-dah is an Open Sourced Universal Webmail origially developed by Aldoir Ventura under the name Uebimiau in which we picked up late in 2007. It is free and can be installed on any server that supports PHP. Uses a FlatFile Database. No MySQL required. more>> <<less
Web safety with AJAX and PHP 5 safeweb_01_fastpro
Manipulation of parameters, Cross Site Scripting, SQL Injection, Session hacking - there are many ways to attack a websites integrity for evil purposes. And it is note easy to imagine every way hackers are trying to manipulate your web code. This more>> Manipulation of parameters, Cross Site Scripting, SQL Injection, Session hacking - there are many ways to attack a websites integrity for evil purposes. And it is note easy to imagine every way hackers are trying to manipulate your web code. This application makes use of several techniques to prevent your web application from harmful code (some of them refer to the excellent book "PHP-Sicherheit", published by dpunkt.verlag, 2007). Among other features youll find data type control, control of allowed variables in URI strings, several session and history controls, control of drowdown menus, control of form names and form action URI and controls of forbidden inserts in form elements (fully automated), a generator for safe passwords, and a consistent use of file_exists(). Besides the PHP 5 functions __autoload for classes and try and catch a special feature is the safeHTML parser (http://pixel-apes.com/sa fehtml), which helps to remove not desired attributes and tags effective.<<less
Drupal iSite Essentials 6.x-1.0
Build the ultimate Web 2.0 sites with this extended, easier to use distribution of the wildly popular Drupal content management framework - winner of the 2007 & 2008 best open source CMS from Pakt Publishing. Ideal for building next generation corporate more>> Build the ultimate Web 2.0 sites with this extended, easier to use distribution of the wildly popular Drupal content management framework - winner of the 2007 & 2008 best open source CMS from Pakt Publishing. Ideal for building next generation corporate sites, personal sites and social media portals. iSE easily integrates blogs, forums, wikis, article knowledgebase, press releases & news, FAQs, events & calendars, locations and more. Features include: search optimized architecture, user management, role based permissions, WYSIWYG editor, multiple languages, spam control, customizable content types and listing pages, multiple taxonomies, free tagging, commenting, rating, social bookmarking, web form manager, advanced calendars, Google Analytics, Geo coding & GMap integration, RSS aggregator over 1800 ad on modules and 100s of themes available from a community of over 280,000 members.<<less
ICMP Knock Server 11-Sep-2007
This program uses a concept similar to port knocking, which basically involves waiting for a range of packets that match given criteria before executing some action (typically exposing a port, e.g. for SSH connections, that is kept closed or blocked more>> This program uses a concept similar to port knocking, which basically involves waiting for a range of packets that match given criteria before executing some action (typically exposing a port, e.g. for SSH connections, that is kept closed or blocked otherwise). But instead of listening for TCP or UDP packets to arrive on specific ports in a specific order, it accepts ICMP echo requests and checks if their payload lengths and order of arrival match the given pattern. The advantage is that this approach works with the standard PING tool. Programs with custom code or (although common) networking tools like netcat plus the ability to execute them are not required.<<less
New Features in the .NET Framework Version 3.5 1.0.0
Microsoft released ASP.NET 3.5 on November 19, 2007. Along with it, was released Visual Studio 2008. In this version Microsoft enhanced features of .NET Framework Version 3.0 and add some new too. Now we will take a look at new and enhanced features in more>> Microsoft released ASP.NET 3.5 on November 19, 2007. Along with it, was released Visual Studio 2008. In this version Microsoft enhanced features of .NET Framework Version 3.0 and add some new too. Now we will take a look at new and enhanced features in the .NET Framework version 3.5. The which get updated or added by Microsoft are: * .NET Compact Framework * ASP.NET * Add-Ins and Extensibility * Common Language Runtime * Cryptography * Networking * Windows Communication Foundation * Windows Presentation Foundation * Windows Workflow Foundation * Windows Forms * LINQ * Expression Trees * Programming Languages<<less
The .NET Framework Versions Road Map 1.0.0
Microsoft started development on the .NET Framework in the late 1990s originally under the name of Next Generation Windows Services (NGWS). By late 2000 the first beta versions of .NET 1.0 were released. .NET Framework 1.0 This is the first release more>> Microsoft started development on the .NET Framework in the late 1990s originally under the name of Next Generation Windows Services (NGWS). By late 2000 the first beta versions of .NET 1.0 were released. .NET Framework 1.0 This is the first release of the .NET Framework. Released on February 13, 2002. Available for Windows 98, NT 4.0, 2000, and XP. Mainstream support by Microsoft for this version ended July 10th, 2007, and extended support ends July 14th, 2009.<<less
eZ components 2007.2.1
eZ components is an enterprise ready general purpose PHP components library by eZ systems. more>>
eZ components 2007.2.1 is a useful program including independent building blocks for PHP application development eZ components for speeding up development and limiting risks. An application can use one or more components effortlessly as they all adhere to the same naming conventions and follow the same structure.
All components are based on PHP 5.1, except for the ones that require the new Unicode support that will be available from PHP 6 on.
The Base component provides basic functionality that all other components rely on. This basic functionality contains a certain set of exceptions and a mechanism to load components on demand, reducing memory usage. Other components build around this Base component and provide functionality for a whole range of different subjects.
Subjects include reading archive files (.zip, .tar), caching data, database SQL abstraction layer and schema management, debugging and event logging, image analysis and manipulation, in-process communication, sending fully feature mail message, templating and the safe usage of input data. Besides these main features there are also a few other components dealing with a whole range of subjects.
This is a complete list of all the individual libraries that is included in eZ components.
- Archive
-
- Allows you to extract and create archive files, such as .tar (ustar, v7tar and gnutar) and .zip
- Cache
-
- A solution for caching, supporting multiple backends allowing you to specify the best performing solution for your caching-problem.
- Configuration
-
- A component that allows you to use configuration files in different formats.
- The formats include the standard .ini file, and an array based format.
- ConsoleTools
-
- A set of classes to do different actions with the console (also called shell). It can render a progress bar, tables and a status bar and contains a class for parsing command line options.
- Database
-
- A lightweight database layer on to of PHPs PDO that allows you to utilize a database without having to take care of differences in SQL dialects.
- DatabaseSchema
-
- A set of classes that allow you to extract information from a database schema, compare database schemas and apply a set of changes to a database schema.
- A set of classes that allow you to extract information from a database schema, compare database schemas and apply a set of changes to a database schema.
- Debug
-
- This components provides a set of classes that help you to debug an application. It provides timers and report generators for different formats that give a summary of warnings and errors that occurred within your application.
- EventLog
-
- Allows you to log events into files or other storage spaces in different formats.
- Execution
-
- Provides functionality to give feedback to your applications users when a fatal error happened or an uncaught exception was thrown.
- Feed
-
- Provides reading and writing support of RSS (multiple versions) and ATOM feeds.
- Provides reading and writing support of RSS (multiple versions) and ATOM feeds.
- File
-
- Provides support for file operations which are not covered by PHP or are just missing.
- Provides support for file operations which are not covered by PHP or are just missing.
- ImageAnalysis
-
- This class allows you to analyse image files in different ways. At least the MIME type of the file is returned. In some cases (JPEG, TIFF and GIF) additional information is gathered as well.
- ImageConversion
-
- A set of classes to apply different filters on images, such as colour changes, resizing and special effects.
-
- The components allows you construct Mail messages conforming to the RFCs. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send the e-mail. Reading and parsing mail messages comes in version 1.1.
- PersistentObject
-
- This component allows you to store an arbitrary data structures to a fixed database table. The component provides all the functionality needed to fetch, list, delete etc these datastructures.
- PhpGenerator
-
- Provides a simple interface for creating PHP files and executing PHP code.
- SystemInformation
-
- Provides access to common system variables, such as CPU type and speed, and the available amount of memory.
- Provides access to common system variables, such as CPU type and speed, and the available amount of memory.
- Template
-
- A fully functional Templating system, supporting template compilation in different levels, user defined functions and operators, an optimizer, output escaping for different output handlers to prevent XSS and other security problems and a plug in system for extra functionality (such as a Translation system).
- A fully functional Templating system, supporting template compilation in different levels, user defined functions and operators, an optimizer, output escaping for different output handlers to prevent XSS and other security problems and a plug in system for extra functionality (such as a Translation system).
- Translation
-
- A component that reads XML translation definitions (the Qt Linguist format), supports caching of translation contexts and presents you with a class to apply translations to strings. A filter system allows you to transform translation definitions for special use.
- Url
-
- Provides functionality for parsing URL parameters, and path manipulation.
- UserInput
-
- A component that assists you to safely user input variables coming into your application. It builds on top of PHPs filter extension and extends it by providing a more inituitive API.
Major Features:
- Designed for enterprise PHP application development
- Open source and licensed under the New BSD license
- Clear IP rights
- Thoroughly documented
- Developed, supported and maintained by eZ systems
Think5 GroupChat DNN Module 2007.0.532
Interact with your visitors by text, voice and video in single- or multiuser chatrooms. Features: Assign worldwide unique chat IDs and interact with foreign systems. Manage your contacts in a personal conact list. Stream webcam and video data in more>> Interact with your visitors by text, voice and video in single- or multiuser chatrooms. Features: Assign worldwide unique chat IDs and interact with foreign systems. Manage your contacts in a personal conact list. Stream webcam and video data in realtime to contacts and rooms. Record video clips and attach them to a chat room. Open API for integration.<<less
Free ASP.NET ProgressBar 2007.2
* Completely FREE! * Simple yet powerful. Especially suitable for * showing progress information for long running server tasks; * Support using images to implement any design scheme; * Single property to display/hide percentage numbers; * Support more>> * Completely FREE! * Simple yet powerful. Especially suitable for * showing progress information for long running server tasks; * Support using images to implement any design scheme; * Single property to display/hide percentage numbers; * Support both "solid bar" style progress bar or "endless moving" style progress bar; * Cross browser support; * Powerful ProgressBar Builder with preview; * Various pre-built design to choose from; * Complete client side JavaScript interface;<<less
cP Creator v2.3
Welcome, cP Creator is a well formed and built up script which has provided the free hosting market with a powerful, secure, simple script to run your business without the manual labor which is not needed! cP Creator was developed and coded by me and more>> Welcome, cP Creator is a well formed and built up script which has provided the free hosting market with a powerful, secure, simple script to run your business without the manual labor which is not needed! cP Creator was developed and coded by me and released on the 19th of November 2007. Ever since then Ive been working on new gleaming features which will set cP Creator above the rest in terms of security, reliability and simplicity. What can it do? Well cP Creator offers Post 2 Host with the most popular forums, it manages your users, suspends, terminates and emails them. It its totally automated, if you want it to be. Why not try it?<<less
WebSQL 2007.01_rc3
WebSQL wants to run on every DBMS and wants to give you the chance to have a unique tool to access and manage a DB through a simple web interface. more>> WebSQL wants to run on every DBMS and wants to give you the chance to have a unique tool to access and manage a DB through a simple web interface.<<less
Fcp.Commentator 2007-12-09
Fcp.Commentator is a single-file, no-database comment script for your web pages. Features * tiny - under 7.5KB; * fully customizable looks via CSS; * easy setup and maintenance; * simple but effective antispam system; * Companion newsfeed more>> Fcp.Commentator is a single-file, no-database comment script for your web pages. Features * tiny - under 7.5KB; * fully customizable looks via CSS; * easy setup and maintenance; * simple but effective antispam system; * Companion newsfeed generator. Requirements * Any Web server with PHP 4.3 or later version; * Any Web browser.<<less
Insert Flash into PowerPoint 2007
How to insert and embed Flash into PowerPoint 2007, and make it play automatically more>> How to insert and embed Flash into PowerPoint 2007, and make it play automatically<<less
EKKOREAD
EKKOREAD allows you to import WinEkko ascii GPR data files with header info. more>>
EKKOREAD with its excellent features will surely help you if you use MatLab. It can actually import WinEkko ascii GPR data files with header info which is a WinEKKO Ground Penetrating Radar File (.as2).
Usage - example:
- [x,t,A] = EKKOREAD('FILE') reads an ascii Sensors & Software WinEkko export file (.as2 extension). Output values are:
-
- x: vector of trace positions in x direction.
- t: vector of travel times
- A: amplitude data array
- hdr: structure array of parameters from header file in field .name and .value (empty if no header file exists).
- EKKOREAD('FILE','HEADERFILE') uses the specified header file. Default = 'FILE.hd'.
Enhancements: 30 Jul 2007
- Fixed some typos in description and added keywords.
Requirements:
- MATLAB 7.2 (R2006a)

Computation Tree Logic
This provides a temporal logic used in formal verification of state machines. more>>
Computation Tree Logic is a great temporal logic used in formal verification of state machines. This package implements the basic CTL model checking algorithm using labels. The content of this package is taken from the package CheckMate and restructured to use independently.
Enhancements: 01 Aug 2007
- Fixed a wrong term in the demo description.
- Fix the snapshot
Requirements:
- MATLAB release - MATLAB 7.4 (R2007a)
- Other requirements - AT&T graphviz is supported for visualizing the transition system.