14 Aug, 2010

Vaio e series vs cw

Articles related to vaio e series vs cw

XSS on GrazeIt.com

http://digitalpbk.blogspot.com/2007/01/xss-on-grazeitcom.html Scripting holeshttp://www.grazeit.com/Backpage.asp?BPID=210&FilterBy;=tags&FilterTag;=%3Cscript%3Ealert('hi')%3C/script%3E&FilterTagID;=1325to Grazeit.com administratorsGreat work guys. But please remove this serious security vulnerability as it can be used for more than redirection. It can be used to deface, steal user sessions etc. Thank you for making Grazeit.com.How to remove this vulnerablilty?To remove this vulnerablity you have to strengthen the filters. To do this, the src ...
Published 5 years ago

FTPCHK3 : Virus that adds malicious scripts to your website.

http://digitalpbk.blogspot.com/2009/10/ftpchk3-virus-php-pl-hacked-website.html .#!/usr/bin/perl# http://digitalpbk.blogspot.com/2009/10/ftpchk3-virus-php-pl-hacked-website.htmluse strict;`grep -Rn aWYoIWlzc2V0KCRiMHNyMSkpe2Z1bmN0aW9u * | cut -d ':' -f 1 > listofinfected`;open FP,"listofinfected";my $file;while($file = ){ print "Testing $file ... "; chomp($file); if(-e ($file)){ open VI,$file; my @filecon = ; close VI; if($filecon[0] =~ m/aWYoIWlzc2V0KCRiMHNyMSkpe2Z1bmN0aW9u/){ $filecon[0] =~ s ...
Published 2 years, 3 months ago

T9 Dictionary Implementation in C, BASH

http://digitalpbk.blogspot.com/2008/07/trie-data-structure-c-t9.html ; printf("%s\n",pre); }}int in_mob_ks(struct t9 * root,char val,int o){ int a[]={0,3,6,9,12,15,19,22,26}; /* 2=>0 1 2 3=>3 4 5 4=>6 7 8 5=>9 10 11 6=>12 13 14 7=>15 16 17 18 8=>19 20 21 9=>22 23 24 25 */ if(o && o>=a[val+1]) return -1; int s=o?o:a[val]; int e=a[val+1]; //printf("From %d-%d",s,e); for(;s if(root->node[s]) return s; return -1;}void t9_search_mob(char *pre, struct t9 * root,int depth,char *val){ if(*(val+depth)==0) { pre ...
Published 3 years, 6 months ago

Win32.Vundo adware manual removal

http://digitalpbk.blogspot.com/2008/05/8298235210-malwareadware-vundo.html likehttp://82.98.235.210/go//?cmp=nm_firefox_rn&uid;=565E335C0FAF11DD8105F67908CFFFFF&rid;=ggthnks&guid;=3CF72C3808684EFABBDA369C4C32ABAF&affid;=67908&lid;=http&url;=http:%2F%2Fwww.kitiyo.com%2FApparently this virus is a spy, it sends information on sites you are visiting to the suspicious IP address.RemovalThe virus resides in the famous folder %SYSTEM_ROOT%\system32 (,for example C:\windows\System32). There are so many files in this folder, so the makers find it easier to hide'em in the system32 folder.As usually you would need the help of regedit to get rid of the virus.run regedit and go to the usual locationHKLM\Software\Microsoft\Windows\CurrentVersion\RunCheck for any anomalies ...
Published 3 years, 9 months ago

Making subdomains on localhost

http://digitalpbk.blogspot.com/2007/01/making-subdomains-on-localhost.html Making subdomains on localhost IntroDeveloping websites on localhost may sometimes need making of sub domains. Installing and running another server for this purpose is useless, consumes more resources etc. So here is the technique to make sub domains on localhost. You can also use this to host more than one site on localhost. i.e, you can host multiple sites situated on different folders. PS: This is for Apache-Windows configuration. (If you have info about other Server-OS configs please let ...
Published 5 years, 1 month ago

How to Access Stock Quotes Realtime through Google Finance

http://digitalpbk.com/stock/google-finance-get-stock-quote-realtime for the above URL is as follows // [ { "id": "694653" ,"t" : "GOOG" ,"e" : "NASDAQ" ,"l" : "581.84" ,"l_cur" : "581.84" ,"s": "0" ,"ltt":"4:00PM EDT" ,"lt" : "Mar 30, 4:00PM EDT" ,"c" : "+0.11" ,"cp" : "0.02" ,"ccol" : "chg" } ] Getting the Quotes from the above response is much simpler ...
Published 10 months, 1 week ago

Automate Rsync without Password using Rsync Daemon

http://digitalpbk.com/linux/automate-rsync-passwordless-daemon-rsyncd-conf-cron .168.1.34 Contents of rsyncd.secret user123:password123 It is to be noted that the permission of the secret file should be 400, i.e, readable only by the owner that is the process which runs rsync chmod 400 rsyncd.secret Finally start the rsync daemon using the command rsync --daemon Configuration on Live Server In the slave server you just have to run the command rsync -r rsync_user@rsync_host::rsync_module Target_Folder --password-file Password_File The parameters as shown in italics have to be edited ...
Published 1 year, 12 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" /lib/DBI/Gofer/Execute.pm cp lib/DBI/DBD.pm blib/lib/DBI/DBD.pm cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm cp lib/DBI/PurePerl.pm blib/lib/DBI/PurePerl.pm cp lib/DBD/ExampleP.pm blib/lib/DBD/ExampleP.pm cp lib/DBI/ProfileData.pm blib/lib/DBI/ProfileData.pm /usr/bin/perl.exe -p -e "s/~DRIVER~/Perl/g" ./Driver.xst > Perl.xsi /usr/bin/perl.exe /usr/lib/perl5/5.10/ExtUtils/xsubpp -typemap /usr/lib/perl5/5 .10/ExtUtils/typemap -typemap typemap Perl.xs > Perl.xsc && mv Perl.xsc Perl.c gcc -c ...
Published 1 year, 10 months ago

Solve "Cannot modify header information - headers already sent by *.php"

http://digitalpbk.com/php/warning-cannot-modify-header-information-headers-already-sent Solve  "Cannot modify header information - headers already sent by *.php" as ; a value for this directive (e.g., output_buffering=4096). output_buffering = On Video to fix your warning cannot modify header information VID-33025531 Hope this solves all your annoying Warning Cannot Modify Header Information :) PHP Web ...
Published 1 year, 10 months ago

Protect yourselves from phishing

http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html now its our turn to get smart and fight back.Common methods of phishingMost phishing scams start from fake e-mails that arise from compromised mail servers across the world, or from zombie computers called botnets. Phishing mails will be asking for confidential data like PIN numbers, Bank account id and passwords, or anything personal. There would be some links in the mail that redirects to some compromised server, which would be very similar to the legitimate site.Another common scam is someone ...
Published 5 years, 1 month ago

Related help topics for vaio e series vs cw More keywords like vaio e series vs cw
More pages for vaio e series vs cw


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Tender Coconut water anyone ? Tender Coconut water anyone ? in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk