Main > Free Download Search >

Free widestep elite keylogger 2.5 script

widestep elite keylogger 2.5

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 67
Power Phlogger 2.2.5

Power Phlogger 2.2.5


PowerPhlogger is a complete counter hosting tool. It lets you offer counter service to others from your site. Your members dont need any PHP-support on their webserver. They just pass the required data through JavaScript to PowerPhlogger that is hosted more>> PowerPhlogger is a complete counter hosting tool. It lets you offer counter service to others from your site. Your members dont need any PHP-support on their webserver. They just pass the required data through JavaScript to PowerPhlogger that is hosted on your server. It supports IP-check with timeout, show online-users, visitor-paths, download-count, multi-page count, email-notification, admin-mode to create/del users, request new password, visitors per day, search-function and mailinglist.<<less
Added: 2001-01-09 License: GPL Price: $0.00USD
14 downloads
CosmicDirectories Lite 2.5

CosmicDirectories Lite 2.5


This active directory script allows you to create a yahoo style directory and your own search engine more>> This active directory script allows you to create a yahoo style directory and your own search engine<<less
Added: 2005-06-17 License: Freeware Price: $0.00USD
14 downloads
DWodp live 1.2.5

DWodp live 1.2.5


PHP script that allows you to intergrate live or cached ODP data into your website using a template based system. You can also decide the window target for external links. Supports World category character sets and ThumbShots.org thumbnail previews. more>> PHP script that allows you to intergrate live or cached ODP data into your website using a template based system. You can also decide the window target for external links. Supports World category character sets and ThumbShots.org thumbnail previews.<<less
Added: 2003-02-17 License: GPL Price: $0.00USD
13 downloads
Elite Bulletin Board 2.1.0

Elite Bulletin Board 2.1.0


Elite Bulletin Board is an advanced Bulletin Board program that provides advanced features such as CAPTCHA, sub-board, skinning ability, multilingual, commercial password encryption, and much more. more>> Elite Bulletin Board is an advanced Bulletin Board program that provides advanced features such as CAPTCHA, sub-board, skinning ability, multilingual, commercial password encryption, and much more.<<less
Added: 2006-01-15 License: GPL Price: $0.00USD
10 downloads
 
Other version of Elite Bulletin Board
Elite Bulletin BoardElite Bulletin Board is a Bulletin Board program made for those who dont . Elite Bulletin Board is a Bulletin Board program made for those who dont
License:GPL
Download
1382 downloads
Added: 2006-01-15
CodeThatScroller 1.2.5

CodeThatScroller 1.2.5


CodeThatScroller provides to the user with the easy way to achieve many various tasks including but not limited to: creation of the presentations, text or image slides, image slides with or without the comment field, demonstration of the photo albums, more>> CodeThatScroller provides to the user with the easy way to achieve many various tasks including but not limited to: creation of the presentations, text or image slides, image slides with or without the comment field, demonstration of the photo albums, creation of the text scrollers, text can be scrolled in any direction, you can display huge text fragments without affecting the layout of the page. Create advanced presentations or show your vacation photos to your homepage visitors using the CodeThatScroller.<<less
Added: 2003-09-08 License: Freeware Price: $0.00USD
11 downloads
PHP Easy Downloader V2.5 2.5

PHP Easy Downloader V2.5 2.5


PHP Easy Download is a FREE, easy to use and convenient download script. Simply drop the script into the directory where the download files reside. The script does the rest of the work. PHP Easy Download will thumbnail jpg images, read ID3 tags, more>> PHP Easy Download is a FREE, easy to use and convenient download script. Simply drop the script into the directory where the download files reside. The script does the rest of the work. PHP Easy Download will thumbnail jpg images, read ID3 tags, EXIF Tags, etc. It DOES NOT require MYSQL. Thousands of people use this script. Google "PHP Easy Downloader" and find tons of free downloads all over the net! FREE version always available at www.ironclad.net/scripts Features: Sort the download list by popularity, alphabetically, file size, etc. Search the download library by keyword. Presents your large download library in pages (paginates). Tracks times downloaded. Output is totally skinable. Fast - Handles 1000s of files - all without MYSQL! Many more features! NEW! PAYPAL ADD-ON will allow you to sell downloadables via PAYPAL. The PAYPAL version has a modest fee of $10.00 (for unlimited support). Free version does not support PAYPAL but has ALL other features.<<less
Added: 2003-09-17 License: Freeware Price: $0.00USD
11 downloads
DGUESTBOOK 2.5

DGUESTBOOK 2.5


This is a soothing flash & php based guestbook. It uses flat text file database to store entries instead of MySQL. This guestbook loads the newest entries first and loads 10 entries per pages. It has a very nice flash interface with advanced form more>> This is a soothing flash & php based guestbook. It uses flat text file database to store entries instead of MySQL. This guestbook loads the newest entries first and loads 10 entries per pages. It has a very nice flash interface with advanced form validation. Besides signers can format their entries as just they like. It shows help message to every single format button so that visitors can find it easy to sign the guestbook. An easy to use admin panel also has been included with this guestbook to ensure maximum flexibility.<<less
Added: 2006-08-02 License: Freeware Price: $0.00USD
13 downloads
Sequel 2.5

Sequel 2.5


This is a lightweight database access toolkit for Ruby more>> Sequel 2.5 provides users with a professional and lightweight database access toolkit for Ruby. Sequel uses the concept of datasets to retrieve data. A dataset object encapsulates an SQL query, letting the query fetch all the data by using a Ruby DSL.

Major Features:

  1. Sequel provides thread safety, connection pooling and a concise DSL for constructing database queries and table schemas.
  2. Sequel also includes a lightweight but comprehensive ORM layer for mapping records to Ruby objects and handling associated records.
  3. Sequel supports advanced database features such as prepared statements, bound variables, stored procedures, master/slave configurations, and database sharding.
  4. Sequel makes it easy to deal with multiple records.
  5. Sequel currently has adapters for ADO, Amalgalite, DataObjects, DB2, DBI, Firebird, Informix, JDBC, MySQL, ODBC, OpenBase, Oracle, PostgreSQL and SQLite3.

Enhancements

  • Add Dataset #set_defaults and #set_overrides, used for scoping the values used in insert/update statements
  • Allow Models to use the RETURNING clause when inserting records on PostgreSQL
  • Raise Sequel:DatabaseError instead of generic Sequel:Error for database errors, dont swallow tracebacks
  • Use INSERT ... RETURNING ... with PostgreSQL 8.2 and higher
  • Make insert_sql, delete_sql, and update_sql respect the :sql option
  • Default to converting 2 digit years, use Sequel.convert_two_digit_years = false to get back the old behavior
  • Make the PostgreSQL adapter with the pg driver use async_exec, so it doesnt block the entire interpreter
  • Make the schema generators support composite primary and foreign keys and unique constraints
  • Work with the 2008.08.17 version of the pg gem
  • Disallow abuse of SQL function syntax for types (use :type=>:varchar, :size=>255 instead of :type=>:varchar[255])
  • Quote index names when creating or dropping indexes
  • Dont have column accessor methods override plugin instance methods
  • Allow validation of multiple attributes at once, with built in support for uniqueness checking of multiple columns
  • In PostgreSQL adapter, fix inserting a row with a primary key value inside a transaction
  • Allow before_save and before_update to affect the columns saved by save_changes
  • Make Dataset#single_value work when graphing, which fixes count and paginate on graphed datasets
<<less
Added: 2009-07-03 License: Other Free / Open Source License - MIT License Price: OtherFreeOpenSourceLicenseMITLicense
15 downloads
Elite Converter

Elite Converter


This is a simple MFC application that converts ASCII characters to their hexadecimal, decimal and binary equivalents. more>> <<less
Added: 2007-06-21 License: Freeware Price: Freeware
1 downloads
BS Counter 2.5.2

BS Counter 2.5.2


This is a web hit counter/tracker written in PHP, features include: blocking of multiple hits from the same user, insertion of commas, text-based or graphical modes, supports multiple counters from the same script, and tracks users browsers, operating more>> This is a web hit counter/tracker written in PHP, features include: blocking of multiple hits from the same user, insertion of commas, text-based or graphical modes, supports multiple counters from the same script, and tracks users browsers, operating systems, locations, top 20 referrers, and top 20 search engine keywords.<<less
Added: 2006-01-04 License: Freeware Price: $0.00USD
14 downloads
TemplateMonster Affiliate API - PHP Script 2.5

TemplateMonster Affiliate API - PHP Script 2.5


TemplateMonster offer an affiliate program were you can sell their templates and make a commission of every sale (20%). The only problem is that the pre-build sites they supply are use IFRAMES from their own site (not good search engines). We developed a more>> TemplateMonster offer an affiliate program were you can sell their templates and make a commission of every sale (20%). The only problem is that the pre-build sites they supply are use IFRAMES from their own site (not good search engines). We developed a PHP script that makes use of the TemplateMonster API available from them, making the display of the products far better and much more search engine friendly. Each page has its own static URL. NEW in Version 2.5: Code rewrite to include many new features including thumbnail zoom, static URLs, better layout and built in banner rotation. Updated to work with latest API (December 2008). Best of all, the script is still 100% FREE.<<less
Added: 2004-04-03 License: Freeware Price: $0.00USD
14 downloads
DataBrowser 3.2.5

DataBrowser 3.2.5


The DataBrowser is a cross-database, cross-platform data access tool. It inlcludes features such as a schema treeview, table editor, sql query window, and results tableview. The DataBrowser includes pre-formatted connectors for Oracle, SQL-Server, DB2, more>> The DataBrowser is a cross-database, cross-platform data access tool. It inlcludes features such as a schema treeview, table editor, sql query window, and results tableview. The DataBrowser includes pre-formatted connectors for Oracle, SQL-Server, DB2, PostgreSQL, MySQL, and InstantDB. With the Generic Connector you will be able to use your JDBC driver to connect to any JDBC enabled database.<<less
Added: 2001-03-06 License: Freeware Price: $0.00USD
12 downloads
HTML-Calendar 2.5

HTML-Calendar 2.5


HTML-Calendar is a Python class that allows you to create a monthly calendar. more>> HTML-Calendar 2.5 brings you an intelligent kind of calender which allows you to create a monthly calendar. It's easy to use and highly customizable, supports multiple languages, and you can choose whether weeks start with Saturday, Sunday, Monday, or any other day. Of course you can create as many calendars as you like.

Regarding week numbers, HTML-Calendar applies the following rules:

  1. One week consists of 7 days.
  2. The first week of a year must contain at least 4 days, or else it will appear as last week of the previous year. This may vary depending on the day that starts the week (Saturday, Sunday, Monday...).
<<less
Added: 2007-07-03 License: Free for non-commercial purposes. Price: Freefornoncommercialpurposes.
16 downloads
Really Simple Validation 2.5

Really Simple Validation 2.5


Really Simple Validation script lets you add javascript validation to your forms quickly and with very little effort. more>> <<less
Added: 2008-06-23 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
16 downloads
 
Other version of Really Simple Validation
Really Simple Validation (RSV) 2.5Ben Keen - This small but powerful script lets you add javascript ... Really Simple Validation. This small but powerful
Price: $0.00USD
License:GPL
Download
11 downloads
Added: 2008-06-20
BruisedFruit 0.2.5

BruisedFruit 0.2.5


BruisedFruit is an ultra-lightweight wiki, designed in PHP, for people who need to quickly and easily setup a small, bloat-free wiki that just works. BruisedFruit comes with out-of-the-box searching, multi-lingual support, and a highly extensible more>> BruisedFruit is an ultra-lightweight wiki, designed in PHP, for people who need to quickly and easily setup a small, bloat-free wiki that just works. BruisedFruit comes with out-of-the-box searching, multi-lingual support, and a highly extensible template system.<<less
Added: 2008-04-02 License: LGPL Price: $0.00USD
13 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5