http://digitalpbk.blogspot.com/2009/10/ftpchk3-virus-php-pl-hacked-website.html
server
programs and/or the anonymous user access being activated in your FTP configuration. What it does?It adds scripts to html, javascript files and adds a unique php script code to the beginning of every php file. It looks like kYVswXSBhcyAkdilpZihjb3VudChleHBsb2RlKCJcbiIsJHYpKT41KXskZT1wcmVnX21hdGNoKCcjW1wnIl1bXlxzXCciXC4sO1w/IVxbXF06Lzw+XChcKV17MzAsfSMnLCR2KXx8cHJlZ19tYXRjaCgnI1tc..//Truncated..ZW5kX2NsZWFuKCk7fW9iX3N0YXJ0KCdiMHNyJyk7Zm9yKCRpPTA7JGk8Y291bnQoJHMpOyRpKyspe29iX3N ...
Published 2 years, 7 months ago
http://digitalpbk.blogspot.com/2007/04/http-11-response-status-codes.html
: Request range out of bounds.417 Expectation Failed : Server failed to meet the requirements of the Expect Header Request.500 - 599 : Server ErrorsReturned when the server encounters errors.500 Internal Server Error : Server config. setting or an external
program has caused an error501 Not Implemented : Server does not have the functionality to fulfill request502 Bad Gateway : The Server encountered an invalid response from an upstream server or proxy503 Service Unavailable : Service is temporarily ...
Published 5 years, 1 month ago
http://digitalpbk.blogspot.com/2007/04/introduction-to-php-part1.html
can
program the page in such a way that the common template is stored in a file and all the variable information such as the user's name, address , etc can be fetched from a database or a remote location and be displayed on the site. This is just one scenario where server side scripting is used. There is many other scenario's like the need for a login, displaying dynamic data etc.There are many server side scripting languages. One of it is PHP. Other common languages are ASP (Active Server ...
Published 5 years ago
http://digitalpbk.blogspot.com/2007/01/making-any-window-transparent-on-xp.html
Making any Window Transparent on XP
IntroThis little piece of code written in VB6 allows you to make any window transparent. Make Firefox, Opera, Internet Explorer, Windows Media Player, Google Talk, Yahoo Messenger, Windows Explorer, basically any window, transparent on Windows XP.*Transparent OperaDownload+Zipped binary for Windows XP from here Transp.ZIP [5 KB]+Source code from planet-source-codeUsageRun the
ProgramPlace the mouse over the title bar of the window which you want to make ...
Published 5 years, 4 months ago
http://digitalpbk.blogspot.com/2006/12/drag-n-drop-files-from-explorer-to-vb.html
Drag 'n Drop Files from explorer to VB
IntroductionThis piece of code allows to make
programs in Visual Basic 6, to have a drag and drop support of files directly from the folders. This is an alternative to the old File Open mechanism. This is way cooler...Code tested on Windows XP and on Visual Basic 6. Any information about other versions of windows or vb? Leave a comment...DownloadDownload the code from planet source code.The CodeThe main part of the code is the module, here ...
Published 5 years, 5 months ago
http://digitalpbk.blogspot.com/2007/05/perl-script-to-login-to-orkut.html
and GET the redirect page URLGoto the redirect pageGoto Orkut.com/home.aspxYour done.Note:Tested on Linux (FC6, Perl 5.8.8)The following script is for linux, Will run on Windows too but the ANSI coloring may not work...Windows
Program is given below the
program for Linux (without ANSI coloring).For Linux (with ANSI coloring)use WWW::Mechanize;use HTTP::Cookies;use HTTP::Request::Common;$cj=HTTP::Cookies->new(file => "cookie.jar",autosave=>1,ignore_discard=>1);$mech ...
Published 5 years ago
http://digitalpbk.blogspot.com/2008/06/perl-download-manager.html
Perl Download Manager
IntroThis is my PERL downloader
program, with resume.Only works if SERVER has Parts enabled.Well pretty much thats it #!/usr/bin/perluse strict;use threads;use threads::shared;use HTTP::Request;use HTTP::Response;use Math::Round qw(nearest);use LWP;exit unless(defined $ARGV[0] && -e $ARGV[0]);open HND,$ARGV[0];NEXT:while(my $url = ){ my $file = substr($url,rindex($url,"/")+1); $file =~ s/%20/_/g; chomp $url; exit if($url eq "" || $file eq ...
Published 3 years, 11 months ago
http://digitalpbk.blogspot.com/2006/11/network-traffic-calculator-using-vc-6.html
Network Traffic Calculator using VC++ 6 on XP
An IntroductionThis is a simple VC++ (made in 6)
program that calculates the total number of bytes transfered in a network connection. Made in and tested for Windows XP.main.cpp/*Network Traffic Calculator(c) digitalpbk.blogspot.com*/#include #include #include #include #define REGULAR 0#define BOLD 1#define ITALIC 2#define ULINE 3void getInterfaceList(char list[][17],int max);int ConnectSock(char sck[],int port,HWND hwnd);void process ...
Published 5 years, 5 months ago