User Agent Mechanize

How to change root admin user password in Drupal ?

the following query to reset the password. UPDATE users SET pass = MD5 ( 'password' ) WHERE uid = 1 The user id of administrator is always 1 . Password field ... as password of the superadmin user. Thank you - works brilliantly Thank you, thank you, thank you ...
http://digitalpbk.com/drupal/how-change-drupal-root-user-password

Django SocialAuth Fix Google Email Open id attribute exchange

authentication from 3rd party websites which supports open authentication helps users easy to register to your ... authenticate ( self , openid_key, request, provider ) : try : assoc = UserAssociation. objects . get ( openid_key = openid_key ) return assoc. user except UserAssociation. DoesNotExist : #fetch if openid provider provides any simple ... : valid_username = True name_count = User. objects . filter ( username ...
http://digitalpbk.com/django/django-social-auth-fix-google-open-id-email

Google search goes social with Social Search Results - The Facebook effect ?

of Facebook. Facebook being an awsome platform for any "social" activities has attracted millions of users all ... or the content producer and the consumer are both likely to be already a Facebook user. This is scary for Google ...
http://digitalpbk.com/google/google-search-social-results-beta

Perl Script to send Free SMS to any mobile number in INDIA using way2sms

sends SMS to any number in INDIA using the free service provided by Way2Sms.com Requires WWW::Mechanize ... . #!/usr/bin/perl   use WWW :: Mechanize ; use Compress :: Zlib ;   my $mech = WWW :: Mechanize -> new ( ) ;   my $username = & ... the program. "perl: relocation error: /user/kumark/perl/perl_modules/lib64/perl5/site_perl/5.8.0/auto/HTML/Parser/Parser.so: undefined symbol: Perl_Tstack_sp_ptr" Can you please help me?. Mechanize Version? What version ...
http://digitalpbk.com/2009/12/perl-script-send-free-sms-any-mobile-number-india-using-way2sms

Make WWW::Mechanize do not exit on GET Errors

and WWW::Mechanize, your script can stop if there is some error in GETing a URL (such as 404 Not Found ... resuming, you have to pass autocheck => 0 in the Mechanize class constructor as shown below my $mech = WWW :: Mechanize -> new ( autocheck => 0 ) ; This makes sure that the mechanize library does not check for errors and exit automatically. Now its upto ... { ## Failure } What about "Nagios::Plugin::WWW::Mechanize" ? Hi Arun ...
http://digitalpbk.com/perl/wwwmechanize-error-geting-premature-do-not-exit-resume

Power plans missing - Restore power plans on Windows 7

conditions. It is stored in the following location under registry. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User ... said location. Now the power plans called "PowerSchemes" is located in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\PowerSchemes and HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes Windows use ... by exporting HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User ... _MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes] & ...
http://digitalpbk.com/laptop/restore-power-plan-missing-saver-high-performance-balanced-windows-7

Resolve Net::MySQL Hang problem if the database result has only 1 row or is empty

perl Net::MySQL is a simple MySQL perl Client to connect to MySQL servers. But Net::MySQL hangs if your result set is having just one row. Sample Net::MySQL code #!/usr/bin/perl   use Net :: MySQL ;   $mysql = Net :: MySQL -> new ( hostname => 'localhost' , database => 'db' , user => 'user' , password => 'password ...
http://digitalpbk.com/perl/solve-netmysql-hang-problem-if-database-result-has-only-1-row-or-empty

yum/apt-get update Breaks Perl CPAN

are running... CPAN: LWP::UserAgent loaded ok Fetching with LWP: ftp ... Doing an yum update or apt-get update and upgrading your system might break the PERL installation, the output I got while doing so: (after an update). [root@desktop]# cpan cpan shell -- CPAN exploration and modules installation (v1.7602) ReadLine support enabled cpan> install WWW::Mechanize CPAN: Storable loaded ok Going to read /root ...
http://digitalpbk.blogspot.com/2009/07/perl-update-code-500-architecture.html

Perl Script to Fetch PNR Status reservation on train from Indian Railways

: WWW::Mechanize module and PERL. Usage : ./pnr.pl <PNR NUMBER> EDIT ... /bin/perl   use WWW :: Mechanize ;   my $mech = WWW :: Mechanize -> new ... script #!/usr/bin/perl   use WWW :: Mechanize ;   my $mech = WWW :: Mechanize -> new ( ) ;     $pnr = $ARGV [ 0 ] ;   $mech -> ...
http://digitalpbk.com/perl/script-fetch-pnr-status-reservation-train-indian-railways

Automate Rsync without Password using Rsync Daemon

auth users = Authenticated_Users secrets file = User_Password_file hosts allow ... : A comment about the entry Authenticated_Users : List of users separated by space who can access the module / path User_Password_file : The location of the file containing the username and passwords IP_Addresses : List of IP Addresses that can connect to the rsync daemon to sync. The User_Password_file is a file which is only readable by the rsync daemon. The contents of the file have the template User ...
http://digitalpbk.com/linux/automate-rsync-passwordless-daemon-rsyncd-conf-cron
More Results for "user agent mechanize" ... 1     2     3     4     5     6     7