03 Jan, 2011

Wordpress cannot modify header

Articles related to wordpress cannot modify header

Update Nvidia drivers on Sony Vaio

http://digitalpbk.com/sony-vaio/install-updated-nvidia-drivers-on-vaio Update Nvidia drivers on Sony Vaio Update Nvidia drivers on Sony Vaio Updating Nvidia graphics drivers on Sony Vaio is been a problem recently as the driver installation is not detecting your hardware. Sony Vaio OEM provided drivers are not up to date and when installing drivers directly from the Nvidia GeForce website, the screen says NVidia installation cannot continue This graphics driver could not find compatible graphics hardware To Solve the problem you need to change an inf file after you downloaded your drivers ...
Published 2 months, 2 weeks ago

C Code to convert JPEG to BMP in LINUX using libjpeg

http://digitalpbk.blogspot.com/2009/01/code-libjpeg-converting-jpeg-to-bmp.html ; int i = 0; if ( !infile ) { printf("Error opening jpeg file %s\n!", filename ); return -1; } /* here we set up the standard libjpeg error handler */ cinfo.err = jpeg_std_error( &jerr; ); /* setup decompression process and source, then read JPEG header */ jpeg_create_decompress( &cinfo; ); /* this makes the library read from infile */ jpeg_stdio_src( &cinfo;, infile ); /* reading the image header which contains image information */ jpeg_read_header( &cinfo;, TRUE ...
Published 3 years ago

Perl Download Manager

http://digitalpbk.blogspot.com/2008/06/perl-download-manager.html ; $enbit = $length - 1 if($enbit > $length); my $err =0; my $i = int($stbit / $pcksize); my $req = HTTP::Request->new('GET',$url); if($stbit >= $length) { print "$localfile Part Complete! $length $stbit\n"; $stats[$inx] = 1; return; } while($stbit { my $stbit2 = $stbit + $blockstart; my $enbit2 = $enbit + $blockstart; my $range = "bytes=$stbit2-$enbit2"; $req->header('Range' => $range); $i++; print "\n $inx ... $i ...
Published 3 years, 7 months ago

SQL Injection: Tutorial Part 1

http://digitalpbk.blogspot.com/2009/06/hacking-sql-injection-tutorial.html injection hole, all an user has to do is add a ' (single quote) to the username and/or password fields, sayuser=digitalpbkpass=password'Now the SQL query would be constructed as SELECT * FROM users WHERE user='digitalpbk' AND pass='password''This will throw up an invalid SQL and if the errors are not supressed you will get a screen as shown below:So if we modify the user input field pass such thatuser=digitalpbkpass=password' OR '1'='1,the constructed SQL ...
Published 2 years, 7 months ago

Win32.Vundo adware manual removal

http://digitalpbk.blogspot.com/2008/05/8298235210-malwareadware-vundo.html in names like wierd combination of letters which doesn't mean anything. The virus names itself randomly for example (jmmjqusl.dll) a combination of 8 letters. Look for the RunDll32.exe XXXXXXXX.dll,X.Thats where the virus is and XXXXXXXX is its name.Now navigate to the System32 folder rename the virus to something say DELETEME.Reboot your system.Now a popup must appearing saying Rundll32: Cannot find XXXXXXX.dllNow goto the regedit as before and delete the entry.Repeat for the same in Run ...
Published 3 years, 9 months ago

Why cant a folder be named "CON" or "LPT1" in windows?

http://digitalpbk.blogspot.com/2006/11/why-cant-folder-be-named-con-or-lpt1-in.html Why cant a folder be named "CON" or "LPT1" in windows? File/Folder named CON or LPT1 on WINDOWSG:\>mkdir CONThe directory name is invalid.G:\>mkdir LPT1The directory name is invalid.G:\>mkdir LPT2The directory name is invalid.G:\>mkdir LPT9The directory name is invalid.Have you ever tried to make a folder or file named CON or LPT1 (in general LPTX X takes 1,2,3,...9)? If not try now and see that you cannot make a folder or file with those names. Have u already ...
Published 5 years, 2 months ago

Apache Solr MySQL Sample Data Config

http://digitalpbk.com/apachesolr/apache-solr-mysql-sample-data-config -config.xml Create a new file called data-config.xml in the same directory and configure the database connection and table schema to reflect your database structure. Sample data-config.xml The dataSource configuration attributes , query in entity tag and database fields must be modified to match your database structure. The Query given in the example is a simple Join of the drupal node and node revisions tables. Now restart or start Apache ...
Published 1 year, 11 months ago

UNIX Networking : Sockets UDP Transmitter and Reciever

http://digitalpbk.blogspot.com/2007/10/unix-networking-sockets-udp-transmitter.html Reads messages from input and sends it to localhost:34000.To Setup a transmitter following must be done:1. Setup a port address and open a socket and bind to it.2. Send message to specified port and IP addresses.#include types.h>>#include socket.h>>#include in.h>>#include inet.h>>#include #include #include #include #include #include #include time.h>>#include /*Some are unused, But I read these are general headers used in a network program:)*/int main(void){ struct sockaddr ...
Published 4 years, 3 months ago

Gumblar Virus Javascript removal using PERL

http://digitalpbk.com/virus/gumblar-web-virus-manual-removal-free-tool
Published 1 year, 10 months ago

UNIX Networking : Sockets TCP Transmitter and Reciever

http://digitalpbk.blogspot.com/2007/11/unix-networking-sockets-tcp-transmitter.html address and open a socket and bind to it.2. Connect to server 3. Send messages4. Close connection when done#include types.h>>#include socket.h>>#include in.h>>#include inet.h>>#include #include #include #include #include #include #include time.h>>#include /*Some are unused, But I read these are general headers used in a network program:)*/int main(void){ struct sockaddr_in sin; int s; s = socket(AF_INET, SOCK_STREAM, 0); if(!s) { perror("socket()"); return 1 ...
Published 4 years, 3 months ago

Related help topics for wordpress cannot modify header More keywords like wordpress cannot modify header
More pages for wordpress cannot modify header


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Havelock Boat Jetty Havelock Boat Jetty in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk