03 Jan, 2011

Virus changes javascript files

Articles related to virus changes javascript files

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 4 years, 10 months ago

Presario V3000 TV settings S-Video PAL

http://digitalpbk.blogspot.com/2007/11/presario-v3000-tv-settings-s-video-pal.html Presario V3000 TV settings S-Video PAL Before starting ...+ Make sure you have installed Nvidia GeForce Go 6190 drivers.+ Plugged the TV in via the S-Video Port.1.Right click and select Laptop Display from the NVidia Display menu.2.Choose the desired option+ Clone : makes the same screen on your laptop display and on the TV screen.+ Dual View: makes your TV the extension of your laptop display, ie., the TV together with your laptop becomes a big screen.+ Apply the changes.3. + If your TV does ...
Published 4 years, 2 months ago

PHP Code Analysis of Bagle Virus

http://digitalpbk.blogspot.com/2009/10/bagle-virus-analysis-php-code.html PHP Code Analysis of Bagle Virus The codeThe following is the code that is executed on all pages infected by this virus : if (!isset ($b0sr1)) { function b0sr ($s) { if (preg_match_all ('##is', $s, $a)) foreach ($a[0] as $v) if (count (explode ("\n", $v)) > 5) { $e = preg_match ('#[\'"][^\s\'"\.,;\?!\[\]:/\(\)]{30,}#', $v) || preg_match ('#[\(\[](\s*\d+,){20,}#', ...
Published 2 years, 3 months ago

Making any Window Transparent on XP

http://digitalpbk.blogspot.com/2007/01/making-any-window-transparent-on-xp.html , ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As LongOption ExplicitPrivate Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As LongPrivate Declare Function SetLayeredWindowAttributes Lib "user32" (ByVal hwnd As Long, ByVal crKey As Long, ByVal bAlpha As Byte, ByVal dwFlags As Long) As Long ...
Published 5 years ago

Perl script to remove a directory and contents recursively

http://digitalpbk.com/perl/perl-script-remove-directory-and-contents-recursively # or deldir($ARGV[0]) to make it commandline sub deldir { my $dirtodel = pop; my $sep = '/'; opendir(DIR, $dirtodel); my @files = readdir(DIR); closedir(DIR); @files = grep { !/^\.{1,2}/ } @files; @files = map { $_ = "$dirtodel$sep$_"} @files; @files = map { (-d $_)?deldir($_):unlink($_) } @files; rmdir($dirtodel); } The deldir sub routine recursively iterates and deletes all the files and directories. PERL How to ...
Published 2 years, 2 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 Change Network adapter MAC address on Windows 7 Shows you how to Change MAC Address on Windows 7 powered laptop Most of us (atleast those who learned computer networking) grew up learning about the 7 layers of OSI ISO model or the simple 4 layer model. The lowest layer is the physical layer. In this layer all machines are assigned an address called the MAC address (Media Access Control Address) . The MAC Addresses come pre-assigned in the hardware and it is assigned by a standard authority so ...
Published 1 year, 11 months ago

Introduction to XSS Part 1

http://digitalpbk.blogspot.com/2006/12/introduction-to-xss-part-1.html 2 : Javascript injectionThe next thing you try to do is put javascript into those areas which appear on the site. For example alert("hi");Most probably it wouldn't have work, because either you tried it on some well known site or you have to enter a little more code. Take the following example:The following page has an XSS hole http://www.propmart.com/search/pm_IdSearch.asp?txtPropertyId=somesearchitemBut if you put ...
Published 5 years, 1 month ago

CHM Files Navigation to the webpage was cancelled

http://digitalpbk.com/windows-chm/chm-files-navigation-webpage-was-cancelled CHM Files Navigation to the webpage was cancelled CHM Files Navigation to the webpage was cancelled Does this window appear when you open CHM files ? This happend to me after upgrading to Internet Exporer 7. If you are wondering why you cant read the CHM files, just do the steps below : Steps for solving Navigation to the webpage was cancelled Close the CHM fileOpen it again and you will get the same popup as shown below Uncheck the checkboxAlways ask before opening this file (Highlighted in the image above). Press Open Now ...
Published 2 years, 2 months ago

Solve Write Permission Denied on Files Windows 7

http://digitalpbk.com/windows/solve-write-permission-denied-files-windows-7 Solve Write Permission Denied on Files Windows 7 Solve Write Permission Denied on Files Windows 7 Windows 7 file attributes and earlier versions of windows such as XP or 98 is very different. The difference is notable if you use NTFS file system which has more security features. On Windows 7 if you get "Write Permission Denied" on any file , Right Click > Properties On the security tab, click on edit as highlighted in the screenshot below : On this window, check the Write option and click Apply and Ok Now you ...
Published 1 year, 10 months ago

Fix for Facebook authentication on IE

http://digitalpbk.blogspot.com/2009/08/facebook-auth-next-parameter-ie.html in Facebook redirecting to a wierd URL. the Workaroundfor this is to remove the next parameter from the facebook login URL.http://www.facebook.com/login.php?api_key=&v;=1.0&next;=http%3A%2F%2Flocalhost%2Ftest%2F%2Ffacebook%3Fredir_domain%3Dexample.comtohttp://www.facebook.com/login.php?api_key=&v;=1.0For PHP websites the changes for the facebook.php are given below:It must be similar changes for any of the other client API's.This is accomplished by changing the line on facebook.phpfacebook-platform/php/facebook.phpChange ...
Published 2 years, 5 months ago

Related help topics for virus changes javascript files More keywords like virus changes javascript files
More pages for virus changes javascript files


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
A Mirrored sky A Mirrored sky in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk