14 Aug, 2010

Facebook is blocked on my computer on system folders

Articles related to facebook is blocked on my computer on system folders

Drag 'n Drop Files from explorer to VB

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

Fun with UNICODE and Mirroring Character

http://digitalpbk.blogspot.com/2006/11/fun-with-unicode-and-mirroring.html Fun with UNICODE and Mirroring Character What is UNICODE?Everything you see on your computer is represented by 0's and 1's. Characters are also encoded in the form of 0's and 1's. In this method each character is represented by a number. A common method of encoding is called ASCII (American Standard for Information Interchange). In this method each character is represented by 8 bits. Therefore 256 different characters can be represented using this method. But 256 characters ...
Published 5 years, 6 months ago

tracert Program (path to the source)

http://digitalpbk.blogspot.com/2008/03/tracert-program-windows-trace-path.html complete.It shows that the request went through 19 systems to reach google.. phew!! :)Have fun :)Linux should also have one ? can anyone comment on that ? ...
Published 4 years, 1 month ago

SQL Injection: Tutorial Part 1

http://digitalpbk.blogspot.com/2009/06/hacking-sql-injection-tutorial.html . Warning: The following methods may be illegal, given for illustration purpose only. Most dynamic websites use a database server such as SQL Server from Microsoft, MySQL, etc. To demonstrate what SQL injection is, let us see a piece of code that is used as a login script. Most ASP websites use a code like this:user = Request.Form("user")pass = Request.Form("pass")SQL = "SELECT * FROM users WHERE username='" & user & _ "' AND password='" ...
Published 2 years, 10 months ago

Xorg.conf File Settings for Beryl and Desktop-effects

http://digitalpbk.blogspot.com/2007/05/xorgconf-file-settings-for-beryl-and.html Xorg.conf File Settings for Beryl and Desktop-effects NoteThe following is my /etc/X11/xorg.conf file on which beryl and desktop-effects work.NVidia Graphics Card. If you are unable to enable the desktop-effects or beryl,try copy pasting the Module, Device and Screen Sections to your xorg.conf file.Please back up your existing xorg.conf file before changing anything.# Xorg configuration created by livna-config-displaySection "ServerLayout" Identifier "single head ...
Published 5 years 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" and then use header function In that case you can use output buffering functions to buffer your output automatically before senting any output and the output is sent as a chunk at the end. The following code snippet shows this : Hello World !!! Again !!! But my code is already done and I dont want to add ob_* functions to it ! You can turn on buffering in PHP on by default using php.ini. Look for output_buffering , The following shows the mentioned part of the php.ini file. Set the value ...
Published 2 years, 2 months ago

Gumblar Virus Javascript removal using PERL

http://digitalpbk.com/virus/gumblar-web-virus-manual-removal-free-tool
Published 2 years, 1 month ago

yum/apt-get update Breaks Perl CPAN

http://digitalpbk.blogspot.com/2009/07/perl-update-code-500-architecture.html yum/apt-get update Breaks Perl CPAN 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]# cpancpan shell -- CPAN exploration and modules installation (v1.7602)ReadLine support enabled cpan> install WWW::MechanizeCPAN: Storable loaded okGoing to read /root ...
Published 2 years, 10 months ago

XPM File format

http://digitalpbk.blogspot.com/2007/10/xpm-file-format.html XPM File format IntroXPM or XPixMap is a bitmap format in unix based systems. It is a relatively easy format to understand, XPM files have a format similar to a C source code of a string array./* XPM */static char * var name[] = {"","","" //etc....};The first line is XPM in standard C comments. Second is an array declaration with a valid token as variable name.The array index 0 [0] : contains the following %d %d %d %d [%d %d] [%d]which are : Width ...
Published 4 years, 7 months ago

HTTP 1.1 Response Status Codes

http://digitalpbk.blogspot.com/2007/04/http-11-response-status-codes.html is not found.(My Favorite) 405 Method Not Allowed : Requested method is not acceptable406 Not Acceptable : Requested resource is not available in a format the client cannot accept.407 Proxy Authentication Required : Unauthorized access request to a proxy server. Server sends a Proxy Authenticate header.408 Request Time Out : The request timed out, client can reissue the request409 Conflict : The client requests conflict with each other.410 Gone : The requested resource has permanently been gone from ...
Published 5 years, 1 month ago

Related help topics for facebook is blocked on my computer on system folders More keywords like facebook is blocked on my computer on system folders
More pages for facebook is blocked on my computer on system folders


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