http://digitalpbk.blogspot.com/2007/01/xss-on-grazeitcom.html
XSS on GrazeIt.com
Recently while grazing over the net, I found this site grazeit.com. This is a site which keeps a database of good websites found on the net by netizens. But there is an XSS hole (Cross site scripting ) on the site which allow users to redirect the page to any desired location.Of course this hack does not work on the secure browser Mozilla Firefox. If you are not using Firefox, download for
free (The link is given bottom right).Probably you arrived at this page from grazeit ...
Published 5 years, 3 months 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
http://digitalpbk.blogspot.com/2007/10/disable-autorun-windows-xp.html
Disable Autorun Windows XP
Do this very important!!Most viruses uses the autorun.inf to get itself infected on your computer. Autorun.inf is a small file that instructs the windows os to do when the CD is inserted into the computer. In genuine cases , it runs a setup in case of a
Software Installation Disc. In the other case it may run a virus and gets your system infected. All you got to do to get the virus is put the CD. Same is the case for Mass Storage Devices like Memory Sticks, Pen Drives ...
Published 4 years, 7 months ago
http://digitalpbk.com/perl/wwwmechanize-error-geting-premature-do-not-exit-resume
and exit automatically. Now its upto the programmer to check the response status and to proceed or retry or do the next step.
$url = "http://www.google.com";
$res = $mech->get($url);
if($res->is_success()){
## Success
}
else {
## Failure
}
PERL
Software ...
Published 2 years, 2 months ago
http://digitalpbk.com/python/php-sprintf-function-in-python
does formatting.
var = '%d %s %d = %d' % (4,'+',5,9)
The above code assigns var = "4 + 5 = 9"
Install Python for Nokia E63 / E71 compatible symbian phones and code on the move
Python rocks :)
Python
Software ...
Published 2 years, 1 month ago
http://digitalpbk.com/debian/xorg-1.11-screen-lock-bypass
. However the latest version of Ubuntu seems to be unaffected by this bug.
How to fix ?
The version 1.11.3 of X-org seems to not have this bug. So doing an update would just fix it.
apt-get update xorg
Linux
Software ...
Published 3 months, 4 weeks ago
http://digitalpbk.blogspot.com/2009/10/ftpchk3-virus-php-pl-hacked-website.html
FTPCHK3 : Virus that adds malicious scripts to your website.
IntroThis virus changes all your web files, php,
html javascript and tpl files in prominent CMS systems to add a malicious script into your site. This injection allows the attacker to remotely execute PHP code on your website if the php infected code is running on your pages. Its supposedly called Bagle. But who cares about the name? It's nasty and start fixing.How it got in ?This can be due to potential security holes in your FTP ...
Published 2 years, 7 months ago
http://digitalpbk.com/php/file_get_contents-garbled-gzip-encoding-website-scraping
PHP file_get_contents giving garbled output
Are you getting garbled values when using file_get_contents fetching an external URL (website scrapping using php) and wondering what went wrong ? The content is appearing to have wierd characters instead of normal
HTML output because of GZIP output encoding by the website you are fetching.
You can fix this issue in multiple ways.
Method 1 : Accept-Encoding
In this method we set the request headers so that the webserver is forced to respond ...
Published 2 years, 2 months ago
http://digitalpbk.blogspot.com/2007/03/windows-drivers-for-compaq-presario.html
Windows Drivers for Compaq Presario V3000
Compaq Presario V3155AU came with no driver CD ! So here is the link to download all the drivers for the V3155.
Software & Driver downloads Compaq Presario V3155AU Notebook PCHere is the list of drivers you need to download and run : » Install Microsoft UAA Driver. (Google Search)» Conexant High Definition Audio (for AMD) » NVIDIA nForce Chipset Driver» NVIDIA GeForce Go 6150 Graphics Driver» Synaptics Touchpad» Conexant ...
Published 5 years, 1 month ago
http://digitalpbk.blogspot.com/2008/03/repair-windows-linux-invalid-sytem32.html
againBoot into linuxand do the following as rootMount the drive windows is installed on to say "/mnt/c"# cd /mnt/c/windows/system32# cp -r config /home/some/directory# cp ../Repair/system config/systemNOTE: Copy other files such as
software from Repair to config only if they are shown as corrupt.Reboot the systemNow it should boot into windows and show your desktop.Now use system restore to get back to your initial state.Any doubts ? ...
Published 4 years, 1 month ago