http://digitalpbk.blogspot.com/2009/07/wordpress-nextgen-gallery-xss.html
in should note this and please do the required validation on the GET parameter. Since the parameters are numeric this should not be so hard to apply a is_numeric check to the parameters. Don't Believe? Check out these links (XSS
Demo)http://www.fusarofineart.com/wordpress/?page_id=41&pid;=61%3C/title%3E%3Cscript%3Ealert(document.cookie)%3C/script%3Ehttp://asteriknu.com/roadtrip-pictures?pid=32%3C/title%3E%3Cscript%3Ealert(document.cookie)%3C/script%3Ehttp://www.timecaptured.net/p ...
Published 2 years, 10 months ago
http://digitalpbk.blogspot.com/2007/03/mp3-id3-tag.html
(Variable) (optional)Frames (Variable)Padding (Variable) (optional)Footer (10 bytes) (optional)ID3 HeaderID3 Header is 10 bytes long.ID: Byte1 : I 0x49 Byte2 : D 0x44 Byte3 : 3 0x33 Byte4 : Major Version , Typically 2 Byte5 : Minor Version , (Latest 4) Byte6 : Flag Byte [ABCD 0000]Size: Byte7 : Length of the ID3 Frames. Byte8 : Byte9 : Byte10: 4 x 8 =
32 Bit Unsigned Long Integer.The Equivalent C structure for the ID3 Tag Header is given below : struct id3v2header{ char id[3]; unsigned char ...
Published 5 years, 2 months ago
http://digitalpbk.blogspot.com/2006/11/network-traffic-calculator-using-vc-6.html
); return 0; } return DefWindowProc(hwnd,msg,wParam,lParam);}int WINAPI WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpszCmdParam,int nCmdShow) //Windows Main{ /*standard win
32 application init*/ static char szAppName[] = "Traffic Analyzer"; HWND hwnd; MSG msg; WNDCLASS wc; if(!hPrevInstance) { wc.style = CS_HREDRAW | CS_VREDRAW; wc.lpfnWndProc = WndProc; wc.cbClsExtra = 0; wc.cbWndExtra = 0; wc.hInstance = hInstance; wc.hIcon = LoadIcon(NULL,IDI_WARNING); wc ...
Published 5 years, 5 months ago
http://digitalpbk.com/laptop/restore-power-plan-missing-saver-high-performance-balanced-windows-7
.
This is "Example" of how the reg would look like after exported.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes]
"ActivePowerScheme"="381b4222-f694-41f0-9685-ff5bb260df2e"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes\381b4222-f694-41f0-9685-ff5bb260df2e]
"Description"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,\
00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,
32 ...
Published 2 years, 1 month ago
http://digitalpbk.com/wireless-laptop-tv/connect-laptop-to-tv-wireless-intel-widi
LM, 2620LM, 2630UM, 2610UM, 2530UM, 2920XM
Intel Core i5: 580M, 560M, 540M, 520M, 480M, 460M, 450M, 430M, 580UM, 560UM, 540UM, 520UM, 470UM, 430UM, 2540M, 2520M, 2410M, 2537M
Intel Core i3: 390M, 380M, 370M, 350M, 330M, 330E, 2310M
Intel HD Graphics works. Investigating whether non Intel graphics like NVidia work. ATI seems to be not supported.
It should run Windows 7
32bit or 64bit.
Before we go into the Hardware requirements of the TV, let us look at the software installations ...
Published 6 months, 2 weeks ago