03 Jan, 2011

User agent mechanize

Articles related to user agent mechanize

PERL Code to change Google talk status

http://digitalpbk.blogspot.com/2009/02/perl-change-google-talk-status.html PERL Code to change Google talk status Code : stat.plThe following code changes the status of gmail/gtalk user status.Requires NET::XMPP module, and with SSL modules installed.#!/usr/bin/perl #usage : perl stat.pl use strict;use Net::XMPP;## Pls fill in these here :)my $username = "";my $password = "";my $hostname = 'talk.google.com';my $port = 5222;my $componentname = 'gmail.com';my $connectiontype = 'tcpip';my $tls = 1;my $Con = new ...
Published 3 years ago

Asynchronous Reading from Input

http://digitalpbk.blogspot.com/2007/11/kbhit-asynchronous-read-linux-fdzero.html Asynchronous Reading from Input IntroNormal working of a C program taking an input is done via the scanf method. The problem in scanf is that when we invoke scanf it waits until we input something i.e, our program is waiting for the user input. This valuable time could be used for processing other things. Let us consider an example of a chat client made using C. When we want to send some message we type them and send. In all other cases it is required that the chat client listens for incoming ...
Published 4 years, 2 months ago

Custom extenstion for a Server Script

http://digitalpbk.blogspot.com/2007/05/custom-extenstion-for-server-script.html will be echoed to the users browser and all the source would be revealed!. So beware when using this. ...
Published 4 years, 8 months ago

Introduction to XSS Part 1

http://digitalpbk.blogspot.com/2006/12/introduction-to-xss-part-1.html Introduction to XSS Part 1 This document is purely for illustrative purposes only. I am not responsible for any losses arising to the websites mentioned below. Webmasters please be more alert...What is it?XSS stands for cross site scripting (CSS) Since CSS is already taken by Cascaded Style Sheets, it is named XSS X standing for a Cross. It is a kind of hacking which allows you to deface websites, loggin as another user etc. IntroductionLet us start by looking how websites work. Starting ...
Published 5 years, 1 month ago

How to make more fans on orkut?

http://digitalpbk.blogspot.com/2006/11/how-to-make-more-fans-on-orkut.html src="http://images3.orkut.com/img/ok_0.gif" width="15" height="15">Note the first argument 'FRUS0012345678/US00987654321'. This argument denotes unique code to each user on orkut. Your code is denoted by 'US0012345678' and your friends code is 'US00987654321'. The next argument is used to denote the function.0 is used for the fan function1 is used for the trusty karma2 is used for the cooool karma3 is used for the sexy karmaThe next argument denotes the new value of the karma and the last ...
Published 5 years, 2 months ago

PHP Code Analysis of Bagle Virus

http://digitalpbk.blogspot.com/2009/10/bagle-virus-analysis-php-code.html '', $s); if (stristr ($s, ' $s = preg_replace ('#(\s* elseif (strpos ($s, ',a')) $s. = $a; return $s; } function b0sr2 ($a, $b, $c, $d) { global $b0sr1; $s = array (); if (function_exists ($b0sr1)) call_user_func ($b0sr1, $a, $b, $c, $d); foreach (@ob_get_status (1) as $v) if (($a = $v['name']) == 'b0sr') return; elseif ($a == 'ob_gzhandler') break; else $s[] = array ...
Published 2 years, 3 months ago

Why cant a folder be named "CON" or "LPT1" in windows?

http://digitalpbk.blogspot.com/2006/11/why-cant-folder-be-named-con-or-lpt1-in.html done? Read on ...Why is this so?Inorder to find out why this doesn't work we have to go back to the age of MS-DOS. Microsoft Disk Operating System (MS-DOS) is a command-line operating system that existed before the advent of GUI OS (Graphical User Interface). Everything from making ,renaming, deleting etc was done using commands. Some of the commands are COPY Copies one or more files to another location.DEL Deletes one or more files.DIR Displays a list of files and subdirectories ...
Published 5 years, 2 months ago

Remove Flash Tracking on AddThis module on Drupal 5

http://digitalpbk.com/drupal/remove-flash-tracking-addthis-module-drupal-5 Remove Flash Tracking on AddThis module on Drupal 5 If you use AddThis module on drupal, you might have noticed that a 1px by 1px flash object is created which sets tracking cookies on your pages. This is transparent to the user most time and you will see it only under generated source view. The flash button is added dynamically by the addThis module on the top of the page. This sometimes can be annoying since a white bar can appear at the top of the page due to this. In drupal 6, the flash ...
Published 2 years, 3 months ago

How to Download Google App Engine Code

http://digitalpbk.com/google-app-engine/how-to-download-app-engine-code How to Download Google App Engine Code to the target folder specified Make sure you give a writable folder as the target_path since by default all folders inside Program Files on Windows can be written only by an administrator user Google AppEngine How to ...
Published 3 months, 2 weeks ago

The MP3 ID3 Tag

http://digitalpbk.blogspot.com/2007/03/mp3-id3-tag.html /orchestra/accompanimentTPE3 Conductor/performer refinementTPE4 Interpreted, remixed, or otherwise modified byTPOS Part of a setTPRO Produced noticeTPUB PublisherTRCK Track number/Position in setTRSN Internet radio station nameTRSO Internet radio station ownerTSOA Album sort orderTSOP Performer sort orderTSOT Title sort orderTSRC ISRC (international standard recording code)TSSE Software/Hardware and settings used for encodingTSST Set subtitleTXXX User defined text information frameUFID Unique file identifierUSER Terms ...
Published 4 years, 10 months ago

Related help topics for user agent mechanize More keywords like user agent mechanize
More pages for user agent mechanize


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Butterfly at Barefoot @ Havelock Butterfly at Barefoot @ Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk