http://digitalpbk.blogspot.com/2009/07/wordpress-nextgen-gallery-xss.html
the magic_quotes_gpc would be turned on (for older PHP installations) the quotes would be escaped. So the simple tests for XSS likenext-gen-gallery/?album=1&pid;=3&gallery=2alert("hi");would fail. Since the quotes on the "hi" would appear as \"hi\". However why worry with the quotes when something like this works.next-gen-gallery/?album=1&pid;=3&gallery=2You can put any arbitrary code on the target
file and it would get executed on the website. The following ...
Published 2 years, 10 months ago
http://digitalpbk.com/nexus-s/how-to-root-nexus-s-windows
How to easily unlock and root the Samsung Google Nexus S on Windows
Easily root your Google Nexus S or the i9023/i9020 manufactured by Samsung by following these simple steps. There are plenty of rooting steps out there but all of them required you to download a lot of
files and do a lot of complicated steps. Moreover not one worked for me fully. Skip to the rooting steps
What is rooting? Why should I root ?
By default your Nexus S phone comes with default users and many system functionality ...
Published 6 months, 1 week ago
http://digitalpbk.com/laptop/restore-power-plan-missing-saver-high-performance-balanced-windows-7
\SYSTEM\CurrentControlSet\Control\Power\User\PowerSchemes
and
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes
Windows use the former to display the power plan options in control panel.
So if something is corrupted in the registry entry, you can restore it from the later registry entry.
This can be easily achieved by exporting HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes to a .reg
file, Search and replace all /Default/ with / and then import the same back into the registry ...
Published 2 years, 1 month ago