http://digitalpbk.com/perl-sms/perl-script-send-free-sms-any-mobile-number-india-using-way2sms
Perl Script to send Free SMS to any mobile number in INDIA using way2sms
The following script sends SMS to any number in INDIA using the free service provided by Way2Sms.com
Requires WWW::Mechanize and Compress::Zlib
libraries.
Please remember to fill the username and password in the fields that is mentioned in the script.
Updated code on 28th October 2011. If you face errors use the new script.
#!/usr/bin/perl
use WWW::Mechanize;
use Compress::Zlib;
my $mech ...
Published 2 years, 5 months ago
http://digitalpbk.blogspot.com/2006/12/introduction-to-xss-part-1.html
Request to Response so that XSS can be prevented. Strip all html tags wherever it is ok to do so. Anti-XSS
libraries are avalilable for use. For php users the strip_tags() function is a great way to prevent XSS in most cases. Happy surfing...More XSS holes ... » 99acres.com : search for alert(document.cookie);»Got another XSS hole ? Lemme know .... ...
Published 5 years, 5 months ago
http://digitalpbk.blogspot.com/2007/01/extracting-embedded-album-art-in-mp3.html
Foundation software is covered by the GNU
Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know ...
Published 5 years, 4 months ago