net ymsg 1.2
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2201
Net::YMSG 1.2
Net::YMSG is a Perl interface to the Yahoo! Messenger IM protocol. more>>
Net::YMSG is a Perl interface to the Yahoo! Messenger IM protocol.
SYNOPSIS
use Net::YMSG;
my $yahoo = Net::YMSG->new(
id => your_yahoo_id,
password => your_password,
);
$yahoo->login or die "Cant login Yahoo!Messenger";
$yahoo->send(recipient_yahoo_id, Hello World!);
Net::YMSG is a client class for connecting with the Yahoo! Messenger server, and transmitting and receiving a message.
Since implement of a protocol is the result of analyzing and investigating a packet, it has an inadequate place. However, it is working as expected usually.
METHODS
This section documents method of the Net::YMSG class.
Net::YMSG->new()
It should be called with following arguments (items with default value are optional):
id => yahoo id
password => password
pre_login_url => url which refers to setting information.
(default http://msg.edit.yahoo.com/config/)
hostname => server hostname
(default scs.yahoo.com)
Returns a blessed instantiation of Net::YMSG.
Note: If you plan to connect with Yahoo!India (yahoo.co.in), it sets up as follows.
my $yahoo_japan = Net::YMSG->new(
pre_login_url => http://edit.my.yahoo.co.in/config/,
hostname => cs.yahoo.co.in,
);
Since it connects with Yahoo!(yahoo.com), this procedure is unnecessary in almost all countries.
<<lessSYNOPSIS
use Net::YMSG;
my $yahoo = Net::YMSG->new(
id => your_yahoo_id,
password => your_password,
);
$yahoo->login or die "Cant login Yahoo!Messenger";
$yahoo->send(recipient_yahoo_id, Hello World!);
Net::YMSG is a client class for connecting with the Yahoo! Messenger server, and transmitting and receiving a message.
Since implement of a protocol is the result of analyzing and investigating a packet, it has an inadequate place. However, it is working as expected usually.
METHODS
This section documents method of the Net::YMSG class.
Net::YMSG->new()
It should be called with following arguments (items with default value are optional):
id => yahoo id
password => password
pre_login_url => url which refers to setting information.
(default http://msg.edit.yahoo.com/config/)
hostname => server hostname
(default scs.yahoo.com)
Returns a blessed instantiation of Net::YMSG.
Note: If you plan to connect with Yahoo!India (yahoo.co.in), it sets up as follows.
my $yahoo_japan = Net::YMSG->new(
pre_login_url => http://edit.my.yahoo.co.in/config/,
hostname => cs.yahoo.co.in,
);
Since it connects with Yahoo!(yahoo.com), this procedure is unnecessary in almost all countries.
Download (0.015MB)
Added: 2006-12-11 License: Perl Artistic License Price:
1058 downloads
NET=MGM 1.2
Net=MGM (Netmanager) is a tool to store information about subnets and virtual LANs in a data center environment. more>>
Net=MGM (Netmanager) is a tool to store information about subnets and virtual LANs in a data center environment.
NET=MGM is useful for network administrators who manage a large network and want to track information on every LAN or VLAN in the network. You can view information grouped by ownership, manager, or VLAN.
Enhancements:
- With this version i change the number release, the latest 1.7 version now is a 1.1.x.x version, in CHANGELOG you can see where it is.
- Two file fore changelog information:
CHANGELOG is writed by my hand with simple information
CHANGELOG-AUTO is generated from cvs server with detailed change
- In this release we start from the last ex-1.7 version, now 1.1.x.x, and insert new feature like a sistem to generate the network details.
- Some code was added to improve the security of the tool, but now is not complete.
- A first version of manual was addes, very simple manual, for the next release i try to improve this.
- This release have the same database structure and dont break compatibility with old version.
For any bug/problem or idea please use sourceforce site to notify me.
Thank You to use Net=MGM
<<lessNET=MGM is useful for network administrators who manage a large network and want to track information on every LAN or VLAN in the network. You can view information grouped by ownership, manager, or VLAN.
Enhancements:
- With this version i change the number release, the latest 1.7 version now is a 1.1.x.x version, in CHANGELOG you can see where it is.
- Two file fore changelog information:
CHANGELOG is writed by my hand with simple information
CHANGELOG-AUTO is generated from cvs server with detailed change
- In this release we start from the last ex-1.7 version, now 1.1.x.x, and insert new feature like a sistem to generate the network details.
- Some code was added to improve the security of the tool, but now is not complete.
- A first version of manual was addes, very simple manual, for the next release i try to improve this.
- This release have the same database structure and dont break compatibility with old version.
For any bug/problem or idea please use sourceforce site to notify me.
Thank You to use Net=MGM
Download (0.045MB)
Added: 2005-11-30 License: GPL (GNU General Public License) Price:
1426 downloads
Net::YMSG::CRAM 1.2
Net::YMSG::CRAM is a Yahoo Messenger Challenge-Response Authentication Mechanism. more>>
Net::YMSG::CRAM is a Yahoo Messenger Challenge-Response Authentication Mechanism.
SYNOPSIS
my $cram = Net::YMSG::CRAM->new();
$cram->set_id($your_yahoo_id);
$cram->set_password($your_password);
$cram->set_challenge_string($string_from_server);
my ($response_type6, $response_type96) = $cram->get_response_strings();
Net::YMSG::CRAM is Challenge-Response Authentication Mechanism for Yahoo Messenger protocol version 9.
Main features:
- Yahoo Instant Messaging
- Custom status message
- Invisible mode
- Complete offline messaging
- Store offline messages
- Buddy add message (Someone added you)
- Add new buddy (You add someone)
- All Chat rooms supported
- Easy installation
- Works on *unix, windows[Active-perl],Mac-OS
<<lessSYNOPSIS
my $cram = Net::YMSG::CRAM->new();
$cram->set_id($your_yahoo_id);
$cram->set_password($your_password);
$cram->set_challenge_string($string_from_server);
my ($response_type6, $response_type96) = $cram->get_response_strings();
Net::YMSG::CRAM is Challenge-Response Authentication Mechanism for Yahoo Messenger protocol version 9.
Main features:
- Yahoo Instant Messaging
- Custom status message
- Invisible mode
- Complete offline messaging
- Store offline messages
- Buddy add message (Someone added you)
- Add new buddy (You add someone)
- All Chat rooms supported
- Easy installation
- Works on *unix, windows[Active-perl],Mac-OS
Download (0.015MB)
Added: 2006-12-12 License: Perl Artistic License Price:
1047 downloads
Net Tamagotchi 1.2.0
Net Tamagotchi project consists of a Net Tamagotchi server. more>>
Net Tamagotchi project consists of a Net Tamagotchi server.
Net Tamagotchi server maintains multiple virtual pets on a Unix host, accessible through telnet.
The first thing you should do is edit the Makefile, and make sure youre happy with all the settings. Then you are ready to:
$ make
The Tamagotchi server does not need superuser privileges, and it is in fact recommended to run it as an unprivileged user. Move the executable to a directory where you would like it to reside. The server will keep its files in that
directory.
If you wish, you may do a make install which will place the executable into a common system daemon directory.
To start Net Tamagotchi, type in:
$ ./tamad 90210
Thats it. Net Tamagotchi should be up and running. To test it, telnet to the port its running on. You should see the login screen... you may now create your Net Tamagotchi.
$ telnet localhost 9111 # or the port you specified
All profiles will be stored and kept in a file named tamas in the current directory... users on the system should not be able to read this file since it will contain plaintext passwords.
Enhancements:
- New versioning scheme, as popularised by the Linux kernel
- Renamed the `tama binary to `tamad to reflect that it is a daemon
- Makefile is now GNU standards compliant
<<lessNet Tamagotchi server maintains multiple virtual pets on a Unix host, accessible through telnet.
The first thing you should do is edit the Makefile, and make sure youre happy with all the settings. Then you are ready to:
$ make
The Tamagotchi server does not need superuser privileges, and it is in fact recommended to run it as an unprivileged user. Move the executable to a directory where you would like it to reside. The server will keep its files in that
directory.
If you wish, you may do a make install which will place the executable into a common system daemon directory.
To start Net Tamagotchi, type in:
$ ./tamad 90210
Thats it. Net Tamagotchi should be up and running. To test it, telnet to the port its running on. You should see the login screen... you may now create your Net Tamagotchi.
$ telnet localhost 9111 # or the port you specified
All profiles will be stored and kept in a file named tamas in the current directory... users on the system should not be able to read this file since it will contain plaintext passwords.
Enhancements:
- New versioning scheme, as popularised by the Linux kernel
- Renamed the `tama binary to `tamad to reflect that it is a daemon
- Makefile is now GNU standards compliant
Download (0.018MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
954 downloads
Net::Lyskom 1.1
Net::Lyskom is a Perl module used to talk to LysKOM servers. more>>
Net::Lyskom is a Perl module used to talk to LysKOM servers.
SYNOPSIS
use Net::Lyskom;
$a = Net::Lyskom->new();
$conf = 6;
$a->login(pers_no => 437, password => "God", invisible => 1)
or die "Failed to log in: $a->err_stringn";
$b = $a->send_message(7680, "Oook!");
$b = $a->create_text(
subject => "Testsubject",
body => "A nice and tidy message body.",
recpt => [437],
);
if ($b) {
print "Text number $b created.n";
} else {
print "Text creation failed: $a->err_string.n";
}
<<lessSYNOPSIS
use Net::Lyskom;
$a = Net::Lyskom->new();
$conf = 6;
$a->login(pers_no => 437, password => "God", invisible => 1)
or die "Failed to log in: $a->err_stringn";
$b = $a->send_message(7680, "Oook!");
$b = $a->create_text(
subject => "Testsubject",
body => "A nice and tidy message body.",
recpt => [437],
);
if ($b) {
print "Text number $b created.n";
} else {
print "Text creation failed: $a->err_string.n";
}
Download (0.023MB)
Added: 2007-02-22 License: Perl Artistic License Price:
974 downloads
B-net 1.1
B-net Software is a Website Content Management software that allows you have a dynamic website. more>>
B-net project is a Website Content Management software that allows you have a dynamic website and add content to your website without knowing anything about HTML.
Main features:
- News Publishing
- Polls / Opinions
- Guest Book
- ShoutBox
- Image Gallery
- Admin interface for managing smilies (used in shoutbox, guestbook etc)
- Admin interface for managing Bad Word List
- Templating system.
- Multi Language support. Kiswahili being one of them of course.
Enhancements:
- Security holes in guesbook.php and shoutbox.php have been fixed.
<<lessMain features:
- News Publishing
- Polls / Opinions
- Guest Book
- ShoutBox
- Image Gallery
- Admin interface for managing smilies (used in shoutbox, guestbook etc)
- Admin interface for managing Bad Word List
- Templating system.
- Multi Language support. Kiswahili being one of them of course.
Enhancements:
- Security holes in guesbook.php and shoutbox.php have been fixed.
Download (0.14MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1158 downloads
Net::Oscar 1.0
Net::Oscar project is a pure Perl implementation of the OSCAR protocol used by ICQ and AIM instant message clients. more>>
Net::Oscar project is a pure Perl implementation of the OSCAR protocol used by ICQ and AIM instant message clients.
<<less Download (MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
859 downloads
net-tools 1.60
net-tools are programs that form the base set of the NET-3 networking distribution. more>>
The net-tools package contains a collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system.
It contains the important tools for controlling the network subsystem of the Linux kernel including arp, hostname, ifconfig, netstat, rarp and route.
<<lessIt contains the important tools for controlling the network subsystem of the Linux kernel including arp, hostname, ifconfig, netstat, rarp and route.
Download (0.19MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1664 downloads
Net::iTMS 0.15
Net::iTMS is a Perl interface to the information within the iTunes Music Store (iTMS). more>>
Net::iTMS is a Perl interface to the information within the iTunes Music Store (iTMS).
SYNOPSIS
my $iTMS = Net::iTMS->new;
my $artist = $iTMS->get_artist(2893902);
print "Artist: ", $artist->name, "n";
for my $album ($artist->discography) {
print $album->title, "n";
for my $track ($album->tracks) {
print "t ", $track->number, ": ", $track->title, "n";
}
}
Net::iTMS is the main class (that is, the one you should be using) for interacting with Apples iTunes Music Store (http://apple.com/itunes/store/).
Currently, it provides means to access individual artist, album, and song information in the iTMS.
<<lessSYNOPSIS
my $iTMS = Net::iTMS->new;
my $artist = $iTMS->get_artist(2893902);
print "Artist: ", $artist->name, "n";
for my $album ($artist->discography) {
print $album->title, "n";
for my $track ($album->tracks) {
print "t ", $track->number, ": ", $track->title, "n";
}
}
Net::iTMS is the main class (that is, the one you should be using) for interacting with Apples iTunes Music Store (http://apple.com/itunes/store/).
Currently, it provides means to access individual artist, album, and song information in the iTMS.
Download (0.013MB)
Added: 2007-03-24 License: Perl Artistic License Price:
945 downloads
Net::FCP 1.0
Net::FCP Perl module is a Freenet client protocol. more>>
Net::FCP Perl module is a Freenet client protocol.
SYNOPSIS
use Net::FCP;
my $fcp = new Net::FCP;
my $ni = $fcp->txn_node_info->result;
my $ni = $fcp->node_info;
See http://freenet.sourceforge.net/index.php?page=fcp for a description of what the messages do. I am too lazy to document all this here.
The module uses AnyEvent to find a suitable Event module.
<<lessSYNOPSIS
use Net::FCP;
my $fcp = new Net::FCP;
my $ni = $fcp->txn_node_info->result;
my $ni = $fcp->node_info;
See http://freenet.sourceforge.net/index.php?page=fcp for a description of what the messages do. I am too lazy to document all this here.
The module uses AnyEvent to find a suitable Event module.
Download (0.028MB)
Added: 2007-06-23 License: Perl Artistic License Price:
854 downloads
Net::Daemon::SSL 1.0
Net::Daemon::SSL is a SSL extension for Net::Daemon. more>>
Net::Daemon::SSL is a SSL extension for Net::Daemon.
SYNOPSIS
use Net::Daemon::SSL;
package MyDaemon;
@MyDaemon::ISA = qw (Net::Daemon::SSL);
sub Run
{
my $this = shift;
my $buffer;
$this->{socket}->print ( "vasja was heren" );
$this->{socket}->sysread ( $buffer, 100 ); # Attention! getline() method
# do not work with IO::Socket::SSL
# version 0.73
# see perldoc IO::Socket::SSL
# for more details
}
package main;
my $daemon = new MyDaemon ( {}, @ARGV ); # you can use --help command line key
$daemon || die "error create daemon instance: $!n";
$daemon->Bind();
__top
This class implements an IO::Socket::SSL functionality for Net::Daemon class. See perldoc Net::Daemon for more information about Net::Daemon usage.
Options
This method add IO::Socket::SSL specific options ( SSL_use_cert, SSL_verify_mode, SSL_key_file, SSL_cert_file, SSL_ca_path, SSL_ca_file ) to generic Net::Daemon options. See perldoc IO::Socket::SSL for description of this options
Bind
This method creates an IO::Socket::SSL::SafeAccept socket, stores this socket into $this->{socket} and passes control to parent Net::Daemon::Bind. The IO::Socket::SSL::SafeAccept is a class inherited from IO::Socket::SSL with the only difference from parent class - the accept() method of this class returns EINTR on *any* error. This trick is needed to ``hack Net::Daemon::Bind functionality: if this method gets an error from accept() ( Net::Daemon::SSL auth error, for example ) it will call Fatal() method and die unless this is a EINTR error.
<<lessSYNOPSIS
use Net::Daemon::SSL;
package MyDaemon;
@MyDaemon::ISA = qw (Net::Daemon::SSL);
sub Run
{
my $this = shift;
my $buffer;
$this->{socket}->print ( "vasja was heren" );
$this->{socket}->sysread ( $buffer, 100 ); # Attention! getline() method
# do not work with IO::Socket::SSL
# version 0.73
# see perldoc IO::Socket::SSL
# for more details
}
package main;
my $daemon = new MyDaemon ( {}, @ARGV ); # you can use --help command line key
$daemon || die "error create daemon instance: $!n";
$daemon->Bind();
__top
This class implements an IO::Socket::SSL functionality for Net::Daemon class. See perldoc Net::Daemon for more information about Net::Daemon usage.
Options
This method add IO::Socket::SSL specific options ( SSL_use_cert, SSL_verify_mode, SSL_key_file, SSL_cert_file, SSL_ca_path, SSL_ca_file ) to generic Net::Daemon options. See perldoc IO::Socket::SSL for description of this options
Bind
This method creates an IO::Socket::SSL::SafeAccept socket, stores this socket into $this->{socket} and passes control to parent Net::Daemon::Bind. The IO::Socket::SSL::SafeAccept is a class inherited from IO::Socket::SSL with the only difference from parent class - the accept() method of this class returns EINTR on *any* error. This trick is needed to ``hack Net::Daemon::Bind functionality: if this method gets an error from accept() ( Net::Daemon::SSL auth error, for example ) it will call Fatal() method and die unless this is a EINTR error.
Download (0.002MB)
Added: 2006-07-27 License: Perl Artistic License Price:
1184 downloads
Net::YahooMessenger 0.16
Net::YahooMessenger is a Perl interface to the Yahoo!Messenger IM protocol. more>>
Net::YahooMessenger is a Perl interface to the Yahoo!Messenger IM protocol.
SYNOPSIS
use Net::YahooMessenger;
my $yahoo = Net::YahooMessenger->new(
id => your_yahoo_id,
password => your_password,
);
$yahoo->login or die "Cant login Yahoo!Messenger";
$yahoo->send(recipient_yahoo_id, Hello World!);
MAINTAINERS WANTED
This module is not in active maintenance now. Thus it doesnt play well with recent Yahoo! protocol updates. If you are interested in taking over this module on CPAN, please let me know your CPAN author ID to me at miyagawa[at]cpan.org.
Net::YahooMessenger is a client class for connecting with the Yahoo!Messenger server, and transmitting and receiving a message.
Since implement of a protocol is the result of analyzing and investigating a packet, it has an inadequate place. However, it is working as expected usually.
<<lessSYNOPSIS
use Net::YahooMessenger;
my $yahoo = Net::YahooMessenger->new(
id => your_yahoo_id,
password => your_password,
);
$yahoo->login or die "Cant login Yahoo!Messenger";
$yahoo->send(recipient_yahoo_id, Hello World!);
MAINTAINERS WANTED
This module is not in active maintenance now. Thus it doesnt play well with recent Yahoo! protocol updates. If you are interested in taking over this module on CPAN, please let me know your CPAN author ID to me at miyagawa[at]cpan.org.
Net::YahooMessenger is a client class for connecting with the Yahoo!Messenger server, and transmitting and receiving a message.
Since implement of a protocol is the result of analyzing and investigating a packet, it has an inadequate place. However, it is working as expected usually.
Download (0.016MB)
Added: 2006-12-11 License: Perl Artistic License Price:
1052 downloads
Net::DBus 0.33.2
Net::DBus provides a Perl binding for the DBus messaging system. more>>
Net::DBus provides a Perl binding for the DBus messaging system.
Net::DBus enables services to be exported to the bus, as well as full use of services present on the bus.
Modules:
Net::DBus Perl extension for the DBus message system0.33.2
Net::DBus::ASyncReply asynchronous method reply handler
Net::DBus::Annotation annotations for changing behaviour of APIs
Net::DBus::Binding::Bus Handle to a well-known message bus instance
Net::DBus::Binding::Connection A connection between client and server
Net::DBus::Binding::Introspector Handler for object introspection data
Net::DBus::Binding::Iterator Reading and writing message parameters
Net::DBus::Binding::Message Base class for messages
Net::DBus::Binding::Message::Error a message encoding a method call error
Net::DBus::Binding::Message::MethodCall a message encoding a method call
Net::DBus::Binding::Message::MethodReturn a message encoding a method return
Net::DBus::Binding::Message::Signal a message encoding a signal
Net::DBus::Binding::PendingCall A handler for pending method replies
Net::DBus::Binding::Server A server to accept incoming connections
Net::DBus::Binding::Value Strongly typed data value
Net::DBus::Binding::Watch binding to the dbus watch API
Net::DBus::Callback a callback for receiving reactor events
Net::DBus::Dumper Stringify Net::DBus objects suitable for printing
Net::DBus::Exporter Export object methods and signals to the bus
Net::DBus::Object Provide objects to the bus for clients to use
Net::DBus::Reactor application event loop
Net::DBus::RemoteObject Access objects provided on the bus
Net::DBus::RemoteService Access services provided on the bus
Net::DBus::Service Provide a service to the bus for clients to use
Net::DBus::Test::MockConnection Fake a connection to the bus unit testing
Net::DBus::Test::MockObject Fake an object from the bus for unit testing
<<lessNet::DBus enables services to be exported to the bus, as well as full use of services present on the bus.
Modules:
Net::DBus Perl extension for the DBus message system0.33.2
Net::DBus::ASyncReply asynchronous method reply handler
Net::DBus::Annotation annotations for changing behaviour of APIs
Net::DBus::Binding::Bus Handle to a well-known message bus instance
Net::DBus::Binding::Connection A connection between client and server
Net::DBus::Binding::Introspector Handler for object introspection data
Net::DBus::Binding::Iterator Reading and writing message parameters
Net::DBus::Binding::Message Base class for messages
Net::DBus::Binding::Message::Error a message encoding a method call error
Net::DBus::Binding::Message::MethodCall a message encoding a method call
Net::DBus::Binding::Message::MethodReturn a message encoding a method return
Net::DBus::Binding::Message::Signal a message encoding a signal
Net::DBus::Binding::PendingCall A handler for pending method replies
Net::DBus::Binding::Server A server to accept incoming connections
Net::DBus::Binding::Value Strongly typed data value
Net::DBus::Binding::Watch binding to the dbus watch API
Net::DBus::Callback a callback for receiving reactor events
Net::DBus::Dumper Stringify Net::DBus objects suitable for printing
Net::DBus::Exporter Export object methods and signals to the bus
Net::DBus::Object Provide objects to the bus for clients to use
Net::DBus::Reactor application event loop
Net::DBus::RemoteObject Access objects provided on the bus
Net::DBus::RemoteService Access services provided on the bus
Net::DBus::Service Provide a service to the bus for clients to use
Net::DBus::Test::MockConnection Fake a connection to the bus unit testing
Net::DBus::Test::MockObject Fake an object from the bus for unit testing
Download (0.081MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1236 downloads
Net::Amazon::S3 0.1.0
Net::Amazon::S3 is a simple, easy to use, pure Ruby implementation of the Amazon S3 REST API. more>>
Net::Amazon::S3 is a simple, easy to use, pure Ruby implementation of the Amazon S3 REST API.
The project aims to provide a more Rubyish interface to the S3 API than other libraries and has no non-Ruby dependencies, so it’s completely platform-independent.
The easiest way to install Net::Amazon::S3 is via RubyGems:
gem install net-amazon-s3
<<lessThe project aims to provide a more Rubyish interface to the S3 API than other libraries and has no non-Ruby dependencies, so it’s completely platform-independent.
The easiest way to install Net::Amazon::S3 is via RubyGems:
gem install net-amazon-s3
Download (0.010MB)
Added: 2006-11-28 License: BSD License Price:
1060 downloads
Net::Akismet 0.02
Net::Akismet is a Perl interface to Akismet - comment and trackback spam fighter. more>>
Net::Akismet is a Perl interface to Akismet - comment and trackback spam fighter.
SYNOPSIS
my $akismet = Net::Akismet->new(
KEY => secret-baba-API-key,
URL => http://example.blog.net/,
) or die(Key verification failure!);
my $verdict = $akismet->check(
USER_IP => 10.10.10.11,
COMMENT_CONTENT => Run, Lola, Run, the spam will catch you!,
COMMENT_AUTHOR => dosser,
COMENT_AUTHOR_EMAIL => dosser@subway.de,
REFERRER => http://lola.home/,
) or die(Is the server here?);
if (true eq $verdict) {
print "I found spam. I am a spam-founder!n";
}
<<lessSYNOPSIS
my $akismet = Net::Akismet->new(
KEY => secret-baba-API-key,
URL => http://example.blog.net/,
) or die(Key verification failure!);
my $verdict = $akismet->check(
USER_IP => 10.10.10.11,
COMMENT_CONTENT => Run, Lola, Run, the spam will catch you!,
COMMENT_AUTHOR => dosser,
COMENT_AUTHOR_EMAIL => dosser@subway.de,
REFERRER => http://lola.home/,
) or die(Is the server here?);
if (true eq $verdict) {
print "I found spam. I am a spam-founder!n";
}
Download (0.004MB)
Added: 2007-03-23 License: Perl Artistic License Price:
945 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 net ymsg 1.2 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