http://digitalpbk.blogspot.com/2009/04/jwgkvsqvmx-conficker-virus-manual.html
Conficker disables the Background Intelligent Transfer Service (BITS) and Windows Automatic Updates. So If you find these services disabled, be alert. (To checkout what services are running and their statuses Run > services.msc.Follow these steps to detect and remove Conficker virus:Run regedit.exe registry editorGoto HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Svc
Host\netsvcsDouble click the key to see if there is a random value at its end.Note the "zbtthjd" at the end ...
Published 3 years, 1 month ago
http://digitalpbk.blogspot.com/2007/04/introduction-to-php-part1.html
An Introduction to PHP
PHP ?PHP stands for Hypertext Preprocessor. Well what is it ? In the world wide
web we are familiar with the HTML page. The HTML page is static and does not change. What if we want a page that has some parts common and other parts different according to the browser or user that is visiting the site? Say for an example, a user's profile page. It is wasteful and time consuming to make each user a separate HTML page. Here is where Server side scripting comes in. Thus we ...
Published 5 years, 1 month ago
http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html
Protect yourselves from phishing
Phishing? Haven't heard that...Phishing is very similar to fishing. In fishing, we put a bait and wait for the fish to catch it. In Phishing, a fraudsters acting as a genuine bank employee or
web admin, sents you an email (the bait) asking for confidential and personal data, that could potentially harm you (Its not nice to see your savings balance to drop to ZERO, right?)Fraudsters are getting smarter and equipping with techniques that almost fool you. So ...
Published 5 years, 4 months ago
http://digitalpbk.com/drupal/remove-flash-tracking-addthis-module-drupal-5
));
}
PHP
Drupal
Web ...
Published 2 years, 6 months ago
http://digitalpbk.com/perl/script-fetch-pnr-status-reservation-train-indian-railways
Perl Script to Fetch PNR Status reservation on train from Indian Railways
The code below is a perl script that fetches the PNR status from the indianrail.gov.in website and displays it on the command line.
Warning: No one is authorised to make any type of commercial usage like putting
web advertisements or SMS service and Reproducing/Transmitting/Storing in its database, any content of www.indianrail.gov.in website, without prior written permission from Indian Railways. Violators ...
Published 2 years, 3 months ago
http://digitalpbk.com/php/file_get_contents-garbled-gzip-encoding-website-scraping
.
// Allow it for now... Do nothing...
}
// Verifiy decompressed size and CRC32:
// NOTE: This may fail with large data sizes depending on how
// PHP's integer limitations affect strlen() since $isize
// may be negative for large sizes.
if ($isize != strlen($data) || crc32($data) != $datacrc) {
// Bad format! Length or CRC doesn't match!
return false;
}
return $data;
}
}
Happy Scraping :)
PHP
Web ...
Published 2 years, 2 months ago
http://digitalpbk.com/php/warning-cannot-modify-header-information-headers-already-sent
as
; a value for this directive (e.g., output_buffering=4096).
output_buffering = On
Video to fix your warning cannot modify header information
Hope this solves all your annoying
Warning Cannot Modify Header Information :)
PHP
Web ...
Published 2 years, 2 months ago
http://digitalpbk.blogspot.com/2007/04/using-php-for-more-than-html.html
Using PHP for more than HTML
IntroIt is mostly thought that PHP can be used only for making dynamic
web pages. No. PHP can also be used to make dynamic images (jpg,gif,bmp,png..), javascript codes (js), Style sheets (css), XML files and in the advanced cases pdf's, docs etc.So How do we know the php is a different file ?By default the php file is rendered as a HTML file. The server does not need any recognition for the format of the php file, i.e, server doesn't care what the format is ...
Published 5 years ago
http://digitalpbk.com/virus/gumblar-web-virus-manual-removal-free-tool
Published 2 years, 1 month ago
http://digitalpbk.blogspot.com/2007/04/http-11-response-status-codes.html
HTTP 1.1 Response Status Codes
IntroFor each request a client sends to the server, the
web server returns a 3 digit HTTP status code indicating the server's response. Eg:HTTP/1.1 404 Not FoundHere is the list of codes that the server sends and a brief description of the code.The status response codes are grouped as : 100 - 199 : Informational Status CodesProvides information to the Client that the server is starting to fulfill the request.100 Continue : Server says "Ready to receive ...
Published 5 years, 1 month ago