email and data extractor pro 3.2.13
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6080
Mozilla Thunderbird 1.5.0.12 / 2.0.0.6
Mozilla Thunderbird is a total redesign of the Mozilla mail component. more>>
Mozilla Thunderbird is a full-featured email, RSS and newsgroup client that makes emailing safer, faster and easier than ever before.
It offers some advantages over other mail clients, including junk mail classification. Built from Mozilla code, Mozilla Thunderbird uses Gecko, the most standards-compliant rendering engine in existence.
In addition to the feature set found in Mozilla Mail, Thunderbird has several new features and improvements to make your mail and new experience better.
Main features:
- Adaptive Junk Mail Controls
- RSS Integration
- Saved Search Folders
- Saved Search Folders display messages based on previously set search criteria. For example, instead of filtering messages into a new folder, you can create a Saved Search Folder that lists all the messages received from a certain person over the past 30 days, even if those messages are stored in different folders and subfolders.
- Global Inbox Support
- POP3 users can now combine all of their POP3 accounts into a single global inbox under local folders.
- Message Grouping
- You can now group messages in a folder by attributes such as date, sender, priority or a custom label. For instance, a folder grouped by date will group messages from today, yesterday, last week, etc. into self-contained groups in the message list pane. (View > Sort By > Grouped By Sort)
- Privacy Protection
- In order to help protect your privacy, Thunderbird now automatically blocks remote image requests in emails from senders you dont know.
- Comprehensive Mail Migration from other Mail Clients
- Switching to Thunderbird has never been easier since Thunderbird can now migrate all of your email data including settings, mail folders and address book data from common mail applications such as the Mozilla 1.x Suite, Outlook Express, Outlook and Eudora.
Enhancements:
- Unescaped URIs passed to external programs
- Privilege escalation through chrome-loaded about:blank windows
<<lessIt offers some advantages over other mail clients, including junk mail classification. Built from Mozilla code, Mozilla Thunderbird uses Gecko, the most standards-compliant rendering engine in existence.
In addition to the feature set found in Mozilla Mail, Thunderbird has several new features and improvements to make your mail and new experience better.
Main features:
- Adaptive Junk Mail Controls
- RSS Integration
- Saved Search Folders
- Saved Search Folders display messages based on previously set search criteria. For example, instead of filtering messages into a new folder, you can create a Saved Search Folder that lists all the messages received from a certain person over the past 30 days, even if those messages are stored in different folders and subfolders.
- Global Inbox Support
- POP3 users can now combine all of their POP3 accounts into a single global inbox under local folders.
- Message Grouping
- You can now group messages in a folder by attributes such as date, sender, priority or a custom label. For instance, a folder grouped by date will group messages from today, yesterday, last week, etc. into self-contained groups in the message list pane. (View > Sort By > Grouped By Sort)
- Privacy Protection
- In order to help protect your privacy, Thunderbird now automatically blocks remote image requests in emails from senders you dont know.
- Comprehensive Mail Migration from other Mail Clients
- Switching to Thunderbird has never been easier since Thunderbird can now migrate all of your email data including settings, mail folders and address book data from common mail applications such as the Mozilla 1.x Suite, Outlook Express, Outlook and Eudora.
Enhancements:
- Unescaped URIs passed to external programs
- Privilege escalation through chrome-loaded about:blank windows
Download (10.2MB)
Added: 2007-08-03 License: MPL (Mozilla Public License) Price:
893 downloads
Form Saver 0.7.0
Form Saver enables you to saves form field data as autofill-bookmarklets. more>>
Form Saver enables you to saves form field data as autofill-bookmarklets.
Saves form field data as autofill-bookmarklets. Works with inputs, checkboxes, radio groups, textareas, and selects. As always, feel free to email me with suggestions or issues.
I designed this because when testing a form, I hated filling in every option each time.
<<lessSaves form field data as autofill-bookmarklets. Works with inputs, checkboxes, radio groups, textareas, and selects. As always, feel free to email me with suggestions or issues.
I designed this because when testing a form, I hated filling in every option each time.
Download (0.063MB)
Added: 2007-04-25 License: MPL (Mozilla Public License) Price:
960 downloads
Obscure-Extractor-GTK 0.2
Obscure-Extractor-GTK can extract data from simple and unusual archives as used by games. more>>
Obscure-Extractor-GTK can extract data from simple and unusual archives as used by games, e.g. Neverwinter Nights, Homeworld 2, BloodRayne.
Mostly a framework where I can easily add new modules when I want to have a look at the inner workings of games, though the Delphi version has some more advanced stuff like support for old InstallShield archives that would need to be ported.
<<lessMostly a framework where I can easily add new modules when I want to have a look at the inner workings of games, though the Delphi version has some more advanced stuff like support for old InstallShield archives that would need to be ported.
Download (0.012MB)
Added: 2006-07-24 License: GPL (GNU General Public License) Price:
1202 downloads
Data::FormValidator::Constraints 4.40
Data::FormValidator::Constraints is a Perl module with basic sets of constraints on input profile. more>>
Data::FormValidator::Constraints is a Perl module with basic sets of constraints on input profile.
SYNOPSIS
use Data::FormValidator::Constraints qw(:all);
In an Data::FormValidator profile:
constraint_methods => {
email => email(),
fax => american_phone(),
phone => american_phone(),
state => state(),
},
These are the builtin constraints that can be specified by name in the input profiles.
Be sure to check out the SEE ALSO section for even more pre-packaged constraints you can use.
<<lessSYNOPSIS
use Data::FormValidator::Constraints qw(:all);
In an Data::FormValidator profile:
constraint_methods => {
email => email(),
fax => american_phone(),
phone => american_phone(),
state => state(),
},
These are the builtin constraints that can be specified by name in the input profiles.
Be sure to check out the SEE ALSO section for even more pre-packaged constraints you can use.
Download (0.086MB)
Added: 2006-10-04 License: Perl Artistic License Price:
1115 downloads
ClamSMTP 1.6
ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software. more>>
ClamSMTP project is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software.
It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. The DATA email body is intercepted and scanned before forwarding.
ClamSMTP aims to be lightweight, reliable, and simple rather than have a myriad of options. Its written in C without major dependencies. If you need more options then you could use something big like AMaViS which is written in PERL and can do almost anything.
I wrote this with the Postfix mail server in mind. Heres how to configure it as a Postfix Content Filter.
ClamSMTP can also be used as a transparent proxy to filter an entire networks SMTP traffic at the router.
Enhancements:
- Support has been removed for listening on ports under 1024.
- Support has been added for embedded NULLs in email data.
- Problems with not listening properly when in daemon mode have been fixed, as well as warnings when compiled with gcc 4.0.
- Empty addresses are handled properly in logs.
- This release will not let Exchange send its strange binary data through the proxy.
- More Solaris fixes.
- Email messages are not rejected when the server is overloaded or encounters errors, or when starting the filter command fails.
<<lessIt accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. The DATA email body is intercepted and scanned before forwarding.
ClamSMTP aims to be lightweight, reliable, and simple rather than have a myriad of options. Its written in C without major dependencies. If you need more options then you could use something big like AMaViS which is written in PERL and can do almost anything.
I wrote this with the Postfix mail server in mind. Heres how to configure it as a Postfix Content Filter.
ClamSMTP can also be used as a transparent proxy to filter an entire networks SMTP traffic at the router.
Enhancements:
- Support has been removed for listening on ports under 1024.
- Support has been added for embedded NULLs in email data.
- Problems with not listening properly when in daemon mode have been fixed, as well as warnings when compiled with gcc 4.0.
- Empty addresses are handled properly in logs.
- This release will not let Exchange send its strange binary data through the proxy.
- More Solaris fixes.
- Email messages are not rejected when the server is overloaded or encounters errors, or when starting the filter command fails.
Download (0.14MB)
Added: 2006-01-05 License: GPL (GNU General Public License) Price:
1389 downloads

Unix configuration extractor 4
The Unix configuration extractor is a script more>> The Unix configuration extractor is a script that runs on the server to extract necessary security configurations. This script doesnt make any changes to the server other than creating the dump files<<less
Download (19KB)
Added: 2009-03-31 License: Freeware Price: Free
206 downloads
Twisted Storage 0.1.5
Twisted Storage is an application that will take your data and manage it for you, just like a file system. more>>
Twisted Storage is an application that will take your data and manage it for you, just like a file system. But Twisted Storage goes way beyond what a normal file system does.
What types of "objects" are stored in Twisted Storage : just regular files. The data stored in the system is expected to be fixed content, meaning it doesnt change at all. If you read the data back, change it, and store it, it is considered a different file. There are plenty of examples of fixed content data : emails you received, movies or mp3 files you made or own, documents you wrote, etc. In fact it is estimated that 80% of the data you have on your computer is fixed, reference data.
Your Twisted Storage system can start out small - a single computer with a few disk drives. When you need more storage you can add more disk drives and more computers. But it has been designed to store petabytes worth of data without requiring any special hardware. For example storing a petabyte worth of data, using the biggest disk drives available today (500 GB), would require 2000 disk drives. To overcome the need of special hardware, Twisted Storage is a scalable, distributed system using ordinary commodity computers. Even so that petabyte of data would require 500 computers networked together and that requires special handling.
Twisted Storage has a few features you wont find in any file system. For example once a file is added to the Twisted Storage repository it can be written in multiple locations simultaneously. The system has been designed to be compliant with Sarbanes-Oxley Act: when an object is added to the repository you can no longer delete it and the integrity of the contents are guaranteed. In addition any access to the object is recorded.
Main features:
Scalable to thousands of servers and multiple petabytes of data.
- Regardless of how much data you want to store,Twisted Storage is designed to handle it. The system can grow from one computer and a few disks to hundreds of systems and thousands of disk drivers.
Automatic data recovery without human intervention.
- Twisted Storage doesnt require backup/restore software or procedures. All data written to the system is recorded in multiple locations.
No special disaster recover procedures.
- So long as you have your systems in physically different locations and you have instructed the software to write the multiple copies to those systems, you have no-hassle disaster recover. If one of the sites goes down, the system will retrieve any data from the other systems. Additionally, once the disaster site is up and running, the system will automatically restore the data to the it.
Simplified configuration.
- To ease management of the system, you can change any one systems configuration and have it ripple through out the system.
<<lessWhat types of "objects" are stored in Twisted Storage : just regular files. The data stored in the system is expected to be fixed content, meaning it doesnt change at all. If you read the data back, change it, and store it, it is considered a different file. There are plenty of examples of fixed content data : emails you received, movies or mp3 files you made or own, documents you wrote, etc. In fact it is estimated that 80% of the data you have on your computer is fixed, reference data.
Your Twisted Storage system can start out small - a single computer with a few disk drives. When you need more storage you can add more disk drives and more computers. But it has been designed to store petabytes worth of data without requiring any special hardware. For example storing a petabyte worth of data, using the biggest disk drives available today (500 GB), would require 2000 disk drives. To overcome the need of special hardware, Twisted Storage is a scalable, distributed system using ordinary commodity computers. Even so that petabyte of data would require 500 computers networked together and that requires special handling.
Twisted Storage has a few features you wont find in any file system. For example once a file is added to the Twisted Storage repository it can be written in multiple locations simultaneously. The system has been designed to be compliant with Sarbanes-Oxley Act: when an object is added to the repository you can no longer delete it and the integrity of the contents are guaranteed. In addition any access to the object is recorded.
Main features:
Scalable to thousands of servers and multiple petabytes of data.
- Regardless of how much data you want to store,Twisted Storage is designed to handle it. The system can grow from one computer and a few disks to hundreds of systems and thousands of disk drivers.
Automatic data recovery without human intervention.
- Twisted Storage doesnt require backup/restore software or procedures. All data written to the system is recorded in multiple locations.
No special disaster recover procedures.
- So long as you have your systems in physically different locations and you have instructed the software to write the multiple copies to those systems, you have no-hassle disaster recover. If one of the sites goes down, the system will retrieve any data from the other systems. Additionally, once the disaster site is up and running, the system will automatically restore the data to the it.
Simplified configuration.
- To ease management of the system, you can change any one systems configuration and have it ripple through out the system.
Download (0.55MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1094 downloads
Contact Form 2.01.00
Contact Form is a perl script that you can run on your website that will allow others to send you email through a web interface. more>>
Contact Form is a perl script that you can run on your website that will allow others to send you email through a web interface. Unlike other web to email gateways, Contact Form is designed to thwart spammers.
It does not allow email to be sent to unknown addresses, nor does it reveal addresses that it knows.
Main features:
- Allow email to be sent to a list of known email addresses through a web interface.
- Prevent email from being sent to other addresses.
- Never reveal email addresses through the web interface.
- Contain no cross site scripting (XSS) vulnerabilities.
- Do not allow arbitrary code to be run on the host.
- Provide adequate information in email headers to trace any spammers.
- Allow, but do not require, an external form.
- Server side validity checking of all data before email is sent.
- Optional client side validity checking of all data before the form is submitted.
- A default configuration that requires only a list of email addresses to be ready for use.
- A customizable interface that allows arbitrary fields.
- Easy to change the way it looks to integrate into your website
Setup:
- Download the contactform archive.
- Extract the contents of the download.
- Place contact.pl in your webservers cgi-bin directory or another place that allows scripts.
- Edit contact.pl to change the email addresses to which email can be sent.
- Optional - Change any other parameters in contact.pl to taste.
- Point your web browser at contact.pl on your server.
- Send yourself email through the web.
<<lessIt does not allow email to be sent to unknown addresses, nor does it reveal addresses that it knows.
Main features:
- Allow email to be sent to a list of known email addresses through a web interface.
- Prevent email from being sent to other addresses.
- Never reveal email addresses through the web interface.
- Contain no cross site scripting (XSS) vulnerabilities.
- Do not allow arbitrary code to be run on the host.
- Provide adequate information in email headers to trace any spammers.
- Allow, but do not require, an external form.
- Server side validity checking of all data before email is sent.
- Optional client side validity checking of all data before the form is submitted.
- A default configuration that requires only a list of email addresses to be ready for use.
- A customizable interface that allows arbitrary fields.
- Easy to change the way it looks to integrate into your website
Setup:
- Download the contactform archive.
- Extract the contents of the download.
- Place contact.pl in your webservers cgi-bin directory or another place that allows scripts.
- Edit contact.pl to change the email addresses to which email can be sent.
- Optional - Change any other parameters in contact.pl to taste.
- Point your web browser at contact.pl on your server.
- Send yourself email through the web.
Download (0.021MB)
Added: 2007-07-10 License: GPL (GNU General Public License) Price:
844 downloads
CRM114 Discriminator 20060704a
CRM114 is a system to examine incoming e-mail, data files or other data streams. more>>
CRM114 is a system to examine incoming e-mail, data files or other data streams, system log streams and to sort, filter, or alter the incoming files or data streams according to the users wildest desires.
Criteria for categorization of data can be by satisfaction of regexes, by sparse binary polynomial matching with a Bayesian Chain Rule evaluator, a Hidden Markov Model, or by other means. Accuracy of the SBPH/BCR classifier has been seen in excess of 99 per cent, for 1/4 megabyte of learning text. In other words, CRM114 learns, and it learns fast .
CRM114 is compatible with SpamAssassin or other spam-flagging software; it can also be pipelined in front of or behind procmail. CRM114 is also useful as a syslog or firewall log filter, to alert you to important events but ignore the ones that arent meaningful.
People have been able to run CRM114 on Linux, BSD, Mac OS-X, and Windows (natively and with Cygwin), and it has even been integrated with Microsoft Outlook and QUALCOMM Eudora. See the "Cool Things" link below for details. I cant help on any of these except Linux, though if you ask on the mailing list, someone might be able to assist you.
You can get at all of these exciting interconnects (including the Outlook macros) below in "Other CRM114 Cool Things", below.
CRM114 is licensed under the GPL; it is WITHOUT WARRANTY of ANY KIND, and it is BETA/FIELD TEST QUALITY. Its still experimental, be warned.
Use at your own risk, and send me bug reports! Or even better, send me improvements! If your code is substantial, I prefer to dual-license the code (i.e. we both get full rights to it, including the right to reuse and relicense under other licenses).
Not every user gets great results with the default classifier; thats why CRM114 has six different classifiers available. Its easy to switch classifiers to see what the tradeoffs are.
Enhancements:
- This version makes OSB classification, mailreaver, and reavercacheing the default configuration, along with an improved learning system (mailtrainer.crm) for faster convergence and higher accuracy.
- There have been a few edge-condition bugs squashed, and the documentation has been updated as well.
- This is the recommended version for all new and upgrade installs.
<<lessCriteria for categorization of data can be by satisfaction of regexes, by sparse binary polynomial matching with a Bayesian Chain Rule evaluator, a Hidden Markov Model, or by other means. Accuracy of the SBPH/BCR classifier has been seen in excess of 99 per cent, for 1/4 megabyte of learning text. In other words, CRM114 learns, and it learns fast .
CRM114 is compatible with SpamAssassin or other spam-flagging software; it can also be pipelined in front of or behind procmail. CRM114 is also useful as a syslog or firewall log filter, to alert you to important events but ignore the ones that arent meaningful.
People have been able to run CRM114 on Linux, BSD, Mac OS-X, and Windows (natively and with Cygwin), and it has even been integrated with Microsoft Outlook and QUALCOMM Eudora. See the "Cool Things" link below for details. I cant help on any of these except Linux, though if you ask on the mailing list, someone might be able to assist you.
You can get at all of these exciting interconnects (including the Outlook macros) below in "Other CRM114 Cool Things", below.
CRM114 is licensed under the GPL; it is WITHOUT WARRANTY of ANY KIND, and it is BETA/FIELD TEST QUALITY. Its still experimental, be warned.
Use at your own risk, and send me bug reports! Or even better, send me improvements! If your code is substantial, I prefer to dual-license the code (i.e. we both get full rights to it, including the right to reuse and relicense under other licenses).
Not every user gets great results with the default classifier; thats why CRM114 has six different classifiers available. Its easy to switch classifiers to see what the tradeoffs are.
Enhancements:
- This version makes OSB classification, mailreaver, and reavercacheing the default configuration, along with an improved learning system (mailtrainer.crm) for faster convergence and higher accuracy.
- There have been a few edge-condition bugs squashed, and the documentation has been updated as well.
- This is the recommended version for all new and upgrade installs.
Download (0.41MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1202 downloads
Bundle::Colloquy::BotBot2 1.00
Bundle::Colloquy::BotBot2 is a bundle to install all modules required for BotBot2. more>>
Bundle::Colloquy::BotBot2 is a bundle to install all modules required for BotBot2.
SYNOPSIS
perl -MCPAN -e install Bundle::Colloquy::BotBot2
CONTENTS
Colloquy::Bot::Simple - Simple robot interface for Colloquy
Colloquy::Data - Read Colloquy 1.3 and 1.4 data files
Config::General - Generic Config Module
Data::Dumper - stringified perl data structures, suitable for both
DBI - Database independent interface for Perl
File::Type - determine file type using magic
Finance::Currency::Convert::XE - Currency conversion module.
FindBin - Locate directory of original perl script
HTML::Entities - Encode or decode strings with HTML entities
HTML::Strip - Perl extension for stripping HTML markup from text.
Image::Info - Extract meta information from image files
LWP::Simple - simple procedural interface to LWP
LWP::UserAgent - Web user agent class
Net::Dict - client API for accessing dictionary servers (RFC 2229)
Net::Finger - a Perl implementation of a finger client.
Net::Whois::IANA - A universal WHOIS data extractor.
RRD::Simple - Simple interface to create and store data in RRD files
SOAP::Lite - Client and server side SOAP implementation
Text::Aspell - Perl interface to the GNU Aspell library
URI::Escape - Escape and unescape unsafe characters
Weather::Cached - Perl extension for getting weather information from
WebService::Google::Sets - Perl access to Google Labs Sets site
WWW::Google::Calculator - Perl interface for Google calculator
WWW::Search - Virtual base class for WWW searches
XML::Simple - Easy API to maintain XML (esp config files)
This bundle installs a bunch of modules related required to make BotBot version 2 for Colloquy (and Nilex) talkers, install and function correctly.
<<lessSYNOPSIS
perl -MCPAN -e install Bundle::Colloquy::BotBot2
CONTENTS
Colloquy::Bot::Simple - Simple robot interface for Colloquy
Colloquy::Data - Read Colloquy 1.3 and 1.4 data files
Config::General - Generic Config Module
Data::Dumper - stringified perl data structures, suitable for both
DBI - Database independent interface for Perl
File::Type - determine file type using magic
Finance::Currency::Convert::XE - Currency conversion module.
FindBin - Locate directory of original perl script
HTML::Entities - Encode or decode strings with HTML entities
HTML::Strip - Perl extension for stripping HTML markup from text.
Image::Info - Extract meta information from image files
LWP::Simple - simple procedural interface to LWP
LWP::UserAgent - Web user agent class
Net::Dict - client API for accessing dictionary servers (RFC 2229)
Net::Finger - a Perl implementation of a finger client.
Net::Whois::IANA - A universal WHOIS data extractor.
RRD::Simple - Simple interface to create and store data in RRD files
SOAP::Lite - Client and server side SOAP implementation
Text::Aspell - Perl interface to the GNU Aspell library
URI::Escape - Escape and unescape unsafe characters
Weather::Cached - Perl extension for getting weather information from
WebService::Google::Sets - Perl access to Google Labs Sets site
WWW::Google::Calculator - Perl interface for Google calculator
WWW::Search - Virtual base class for WWW searches
XML::Simple - Easy API to maintain XML (esp config files)
This bundle installs a bunch of modules related required to make BotBot version 2 for Colloquy (and Nilex) talkers, install and function correctly.
Download (0.006MB)
Added: 2006-11-29 License: Perl Artistic License Price:
1059 downloads
Funambol 6
Funambol is open source mobile application server software. more>>
Funambol is open source mobile application server software that provides push email, address book and calendar (PIM) data synchronization, application provisioning, and device management for wireless devices and PCs, leveraging standard protocols. For users, this means BlackBerry-like capabilities on commodity handsets.
This project is also a software development platform for mobile applications. It provides client and server side Java APIs, and facilitates the development, deployment and management of any mobile project. Funambol is the de facto standard implementation of the Open Mobile Alliance Data Synchronization and Device Management protocols (OMA DS and DM, formerly known as SyncML).
Main features:
- Funambol Data Synchronization Server: a mobile application server providing synchronization services for wireless clients and PCs, including push email.
- Funambol Device Management: an OMA DM server to remotely manage mobile devices.
- Funambol Connectors: gateways to file systems, databases, email systems, and applications for two-way synchronization with existing data assets.
- Funambol Client Plug-ins: protocol extenders and clients for Outlook, Windows Mobile, BlackBerry, Palm and iPod so users can synchronize their email messages and PIM data (address book, calendar, tasks and notes) with the server.
- Funambol Software Development Kit: tools to develop sometimes-connected mobile applications on devices (in Java - J2SE and J2ME - and C++) and to add data sources to the server.
Enhancements:
- Major feature enhancements
<<lessThis project is also a software development platform for mobile applications. It provides client and server side Java APIs, and facilitates the development, deployment and management of any mobile project. Funambol is the de facto standard implementation of the Open Mobile Alliance Data Synchronization and Device Management protocols (OMA DS and DM, formerly known as SyncML).
Main features:
- Funambol Data Synchronization Server: a mobile application server providing synchronization services for wireless clients and PCs, including push email.
- Funambol Device Management: an OMA DM server to remotely manage mobile devices.
- Funambol Connectors: gateways to file systems, databases, email systems, and applications for two-way synchronization with existing data assets.
- Funambol Client Plug-ins: protocol extenders and clients for Outlook, Windows Mobile, BlackBerry, Palm and iPod so users can synchronize their email messages and PIM data (address book, calendar, tasks and notes) with the server.
- Funambol Software Development Kit: tools to develop sometimes-connected mobile applications on devices (in Java - J2SE and J2ME - and C++) and to add data sources to the server.
Enhancements:
- Major feature enhancements
Download (MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
907 downloads
Khalkhi framework 0.2.2
Khalkhi framework was formerly known as Contacts framework. more>>
Khalkhi framework was formerly known as Contacts framework.
Khalkhi (say [?al?i]) is a plugin-based framework for (the properties of) entries in the KDE Addressbook and services upon them. It consists of two libs, libkhalkhicore and libkhalkhigui, and a control center module.
The framework models an addressbook entry, like a person or organization, as a list of property types, with no, one or more items of a type for each entry. There are three types of services for a property (e.g. email address):
- action service (e.g. send email)
- data action service (e.g. send file per email, like from dragndrop)
- status service (e.g. number of unread emails in assigned folder)
The tarball includes a lot of services for the most common properties:
- birthday: copy date; has birthday
- im address: chat with; send message; send file; online status
- email address: send email; copy address; send files/urls;
open assigned folders in KMail; unread emails in assigned KMail folder
- homepage: open; copy url;
- blog feed url: copy
- phone number: make call; send fax; send SMS; copy number;
- postal address: open in Google Maps; copy address
- note: copy note
Examples for programs using the framework are a cards server and a Kicker applet, which are available as seperate packages:
http://www.kde-apps.org/content/show.php?content=54451
http://www.kde-apps.org/content/show.php?content=54452
Please see also http://frinring.wordpress.com/2006/07/05/framework-for-contacts-and-services-slowly-getting-shapes/
Developers, you are welcome to try to create own services! Have a look at the folder "services/example"
If you want to build directly from KDEs repository:
svn co svn://anonsvn.kde.org/home/kde/trunk/playground/pim/ -N
cd pim
svn up khalkhi
svn up khalkhiapplet
svn up khalkhicards
svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
make -f Makefile.cvs
./configure
make
su -c "make install"
Enhancements:
- rename to Khalkhi
- adding namespace Khalkhi
- streamlining API terms and file names
- add ABI flag to plugins
- add eventsrc for status changes
<<lessKhalkhi (say [?al?i]) is a plugin-based framework for (the properties of) entries in the KDE Addressbook and services upon them. It consists of two libs, libkhalkhicore and libkhalkhigui, and a control center module.
The framework models an addressbook entry, like a person or organization, as a list of property types, with no, one or more items of a type for each entry. There are three types of services for a property (e.g. email address):
- action service (e.g. send email)
- data action service (e.g. send file per email, like from dragndrop)
- status service (e.g. number of unread emails in assigned folder)
The tarball includes a lot of services for the most common properties:
- birthday: copy date; has birthday
- im address: chat with; send message; send file; online status
- email address: send email; copy address; send files/urls;
open assigned folders in KMail; unread emails in assigned KMail folder
- homepage: open; copy url;
- blog feed url: copy
- phone number: make call; send fax; send SMS; copy number;
- postal address: open in Google Maps; copy address
- note: copy note
Examples for programs using the framework are a cards server and a Kicker applet, which are available as seperate packages:
http://www.kde-apps.org/content/show.php?content=54451
http://www.kde-apps.org/content/show.php?content=54452
Please see also http://frinring.wordpress.com/2006/07/05/framework-for-contacts-and-services-slowly-getting-shapes/
Developers, you are welcome to try to create own services! Have a look at the folder "services/example"
If you want to build directly from KDEs repository:
svn co svn://anonsvn.kde.org/home/kde/trunk/playground/pim/ -N
cd pim
svn up khalkhi
svn up khalkhiapplet
svn up khalkhicards
svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
make -f Makefile.cvs
./configure
make
su -c "make install"
Enhancements:
- rename to Khalkhi
- adding namespace Khalkhi
- streamlining API terms and file names
- add ABI flag to plugins
- add eventsrc for status changes
Download (0.57MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
879 downloads
phpFormGenerator 2.09c
phpFormGenerator is an easy to use tool to create reliable and efficient forms. more>>
phpFormGenerator is an easy-to-use tool to create reliable and efficient web forms. No programming of any sort is required.
It has the ability to create up to 100 form fields, and to add a variety of field types including text boxes, drop down selection menus, check boxes, radio buttons, and freeform text areas. All field types are highly customizable.
The form data can be sent to a provided email address, or stored in a database table (currently MySQL).
Main features:
- Ability to create up to 100 form fields
- Ability to add a variety of field types including Text Boxes, Passwords, Drop Down Selection menus, Check Boxes, Radio Buttons, free form Text Areas, and File Uploads
- All field types are highly customizable (for example you can specify the sizes, options, etc)
- Ability to have the form data emailed to a provided email address
- Ability to store the form data in a database table (currently supporting MySQL)
- Ability to create a file based database to store form data for those who dont have access to a MySQL database server
- Administration portal to manage your stored form data
<<lessIt has the ability to create up to 100 form fields, and to add a variety of field types including text boxes, drop down selection menus, check boxes, radio buttons, and freeform text areas. All field types are highly customizable.
The form data can be sent to a provided email address, or stored in a database table (currently MySQL).
Main features:
- Ability to create up to 100 form fields
- Ability to add a variety of field types including Text Boxes, Passwords, Drop Down Selection menus, Check Boxes, Radio Buttons, free form Text Areas, and File Uploads
- All field types are highly customizable (for example you can specify the sizes, options, etc)
- Ability to have the form data emailed to a provided email address
- Ability to store the form data in a database table (currently supporting MySQL)
- Ability to create a file based database to store form data for those who dont have access to a MySQL database server
- Administration portal to manage your stored form data
Download (0.074MB)
Added: 2005-05-03 License: GPL (GNU General Public License) Price:
1383 downloads
phpBannerEx 2.0.0
phpBannerEx consists in a PHP/mySQL Banner Exchange script. more>>
phpBannerEx consists in a PHP/mySQL Banner Exchange script.
Main features:
- Rotating Banners without reload !!! (up to 4 Bannerimpressions (1 Member/3 Siteowner) per Pageload)
- Exchange Ratio up 1:1
- Multi-Language easy customizeable with Variables
- Online language switch
- Easy Config (config-File, style.css-File)
- Member Registration (incl. E-Mail confimation)
- Member Data-Administration
- Member lost Password Function
- HTML integration help for Members
- unlimited Categories
- Reload count blocking
- Bad IP blocking
- Bad Word blocking
- Bannerimpressions & Bannerclicks logging
- Processing Time Display
- Webmaster (E-Mail) Notify
- Web Adminpanel
<<lessMain features:
- Rotating Banners without reload !!! (up to 4 Bannerimpressions (1 Member/3 Siteowner) per Pageload)
- Exchange Ratio up 1:1
- Multi-Language easy customizeable with Variables
- Online language switch
- Easy Config (config-File, style.css-File)
- Member Registration (incl. E-Mail confimation)
- Member Data-Administration
- Member lost Password Function
- HTML integration help for Members
- unlimited Categories
- Reload count blocking
- Bad IP blocking
- Bad Word blocking
- Bannerimpressions & Bannerclicks logging
- Processing Time Display
- Webmaster (E-Mail) Notify
- Web Adminpanel
Download (MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
555 downloads
wpoison.php 1.0
wpoison.php is a script that generates page after page of random fake email addresses. more>>
wpoison.php is a script that generates page after page of random fake email addresses, and is intended to be used for poisoning spambot email address databases.
wpoison.php is based on verion 1.8p of his script. It is a direct port and functionally equivalent. The reason for this port is that quite a few people do not have the ability to use CGI scripts on their sites. [cCOPYRIGHT=1]
All that is required to run wpoison.php is a web server configured for PHP and some form of a words file. You may download the words file that Ronald makes available on his site below along with the script.
Wpoison helps to combat the junk e-mail problem by effectively thwarting the efforts of junk e-mailers who regularly scan web pages, looking for target e-mail addresses to harvest. (The junk e-mailers subsequently send junk e-mail to all of the e-mail addresses that they harvest from various web sites.)
The idea behind Wpoison is really very simple. Junk e-mailers write programs to automatically scan thousands and thousands of web pages, looking for e-mail addresses which they then send unsolicited junk e-mail to, or which they sell to other spammers. By and large, these address harvesting web crawlers are about as intelligent as the spammers who use and/or develop them, which is to say not very. The majority of these programs can be easily fooled into accepting lots and lots of completely fake and useless e-mail addresses, so long as the bogus addresses in question appear to reside on ordinary nondescript web pages. That is where Wpoison comes in.
Wpoison is what is called a web CGI program. A CGI program is just like any other program, except that its purpose is to generate web pages on the fly and with dynamic content that can be different each time the program runs, which is to say each time the URL where the program is installed is referenced, either by someones web browser, or else by some web-scanning robotic program.
In the case of the Wpoison CGI program, the dynamic content that is generated each time the program is ``visited (by a web browser, or by a web-scanning robot program) is just a list of randomized bogus e-mail addresses, together with a list of randomized web hyper-links.
Now heres the catch... and this is the clever part. Each of the randomized web hyper-links that Wpoison generates looks exactly like an ordinary web hyper-link that leads off to someplace else, i.e. to some different web page having a different web URL. But in fact, that is just a matter of appearances, and the reality is that if you follow any one of these hyper-links, you will actually end up coming right back and executing the Wpoison CGI program again, at which point you will get yet another randomized dynamically generated web page, and that new page will contain its own totally new set of bogus E-mail addresses and also a fresh new set of randomized hyper-links. And of course, each of those new hyper-links will, if followed, lead right back to the Wpoison CGI program yet again, thus starting the whole cycle all over again.
It is important to note that when Wpoison is generating its randomized bogus e-mail addresses (and also its randomized pseudo-hyper-links) it uses an algorithm which makes the total number of different bogus e-mail addresses and pseudo-hyper-links essentially unlimited. In effect, Wpoison is capable of generating an infinite number of different bogus E-mail addresses!
So the basic idea behind Wpoison is to trap unwary and badly engineered address harvesting web crawlers, and to fool them into adding enormous quantities of completely bogus e-mail addresses to the E-mail address data bases of the spammers, thus polluting those data bases so badly that they become essentially useless, thereby putting the spammers who are using them out of business, or at least shutting them down for a time and causing them some major headaches while they try to clean up the messes in their now-heavily-polluted e-mail address data bases.
<<lesswpoison.php is based on verion 1.8p of his script. It is a direct port and functionally equivalent. The reason for this port is that quite a few people do not have the ability to use CGI scripts on their sites. [cCOPYRIGHT=1]
All that is required to run wpoison.php is a web server configured for PHP and some form of a words file. You may download the words file that Ronald makes available on his site below along with the script.
Wpoison helps to combat the junk e-mail problem by effectively thwarting the efforts of junk e-mailers who regularly scan web pages, looking for target e-mail addresses to harvest. (The junk e-mailers subsequently send junk e-mail to all of the e-mail addresses that they harvest from various web sites.)
The idea behind Wpoison is really very simple. Junk e-mailers write programs to automatically scan thousands and thousands of web pages, looking for e-mail addresses which they then send unsolicited junk e-mail to, or which they sell to other spammers. By and large, these address harvesting web crawlers are about as intelligent as the spammers who use and/or develop them, which is to say not very. The majority of these programs can be easily fooled into accepting lots and lots of completely fake and useless e-mail addresses, so long as the bogus addresses in question appear to reside on ordinary nondescript web pages. That is where Wpoison comes in.
Wpoison is what is called a web CGI program. A CGI program is just like any other program, except that its purpose is to generate web pages on the fly and with dynamic content that can be different each time the program runs, which is to say each time the URL where the program is installed is referenced, either by someones web browser, or else by some web-scanning robotic program.
In the case of the Wpoison CGI program, the dynamic content that is generated each time the program is ``visited (by a web browser, or by a web-scanning robot program) is just a list of randomized bogus e-mail addresses, together with a list of randomized web hyper-links.
Now heres the catch... and this is the clever part. Each of the randomized web hyper-links that Wpoison generates looks exactly like an ordinary web hyper-link that leads off to someplace else, i.e. to some different web page having a different web URL. But in fact, that is just a matter of appearances, and the reality is that if you follow any one of these hyper-links, you will actually end up coming right back and executing the Wpoison CGI program again, at which point you will get yet another randomized dynamically generated web page, and that new page will contain its own totally new set of bogus E-mail addresses and also a fresh new set of randomized hyper-links. And of course, each of those new hyper-links will, if followed, lead right back to the Wpoison CGI program yet again, thus starting the whole cycle all over again.
It is important to note that when Wpoison is generating its randomized bogus e-mail addresses (and also its randomized pseudo-hyper-links) it uses an algorithm which makes the total number of different bogus e-mail addresses and pseudo-hyper-links essentially unlimited. In effect, Wpoison is capable of generating an infinite number of different bogus E-mail addresses!
So the basic idea behind Wpoison is to trap unwary and badly engineered address harvesting web crawlers, and to fool them into adding enormous quantities of completely bogus e-mail addresses to the E-mail address data bases of the spammers, thus polluting those data bases so badly that they become essentially useless, thereby putting the spammers who are using them out of business, or at least shutting them down for a time and causing them some major headaches while they try to clean up the messes in their now-heavily-polluted e-mail address data bases.
Download (0.003MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1225 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above email and data extractor pro 3.2.13 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed