03 Jan, 2011

Virus changes javascript files

Articles related to virus changes javascript files

T9 Dictionary Implementation in C, BASH

http://digitalpbk.blogspot.com/2008/07/trie-data-structure-c-t9.html root;}int main(){ struct t9 * root = (struct t9 *) 0; char a[100],b[100];int i; FILE *fp = fopen("t9.dic","r"); while(!feof(fp)) { fscanf(fp,"%s",&a;); if(a[0]=='0')break; root=t9_insert(root,a); } while(1) { printf("mob keys 2-9:"); scanf("%s",&a;); if(a[0]=='0')break; t9_search_mob(b,root,0,a); } t9_free(root);}V2Nothin's changed except for the input method and output limited: /*t9.cDependency : t9.dicA file ...
Published 3 years, 6 months ago

Increasing the karma ratings on Orkut

http://digitalpbk.blogspot.com/2007/01/increasing-karma-ratings-on-orkut.html , the 3 get requests must not be sent to the server together. Leave a time delay of about 100ms between each of the GET requests.You can accomplish this in javascript by the following this template: function fn(index){ var links=new Array("Link 1 for cool/trusty/sexy/fan", "etc fill in"); var i= new Image(); i.src = links[index]; if(index != Count) { window.setTimeout("fn("+(index+1)+")",100); } else window.location = "Somewhere"; //Redirect ...
Published 5 years ago

CAPTCHA - What ?

http://digitalpbk.blogspot.com/2007/07/captcha-what.html Bend, Orient or change the fonts randomlyHas a random background colour, which is not uniformHas little contrastHas minimum sharp edgesMaking your own CAPTCHA systemA simple CAPTCHA system can be made with PHP and the GD Library.The PHP-GD Library is used to make CAPTCHA images on the fly with random letters.The original text used in the image can be hashed by one way hashing algorithms such as MD5 and SHA. These hashes must be passed through a top-secret function that alters or encrypts the text again ...
Published 4 years, 6 months ago

Why cant a folder be named "CON" or "LPT1" in windows?

http://digitalpbk.blogspot.com/2006/11/why-cant-folder-be-named-con-or-lpt1-in.html Why cant a folder be named "CON" or "LPT1" in windows? File/Folder named CON or LPT1 on WINDOWSG:\>mkdir CONThe directory name is invalid.G:\>mkdir LPT1The directory name is invalid.G:\>mkdir LPT2The directory name is invalid.G:\>mkdir LPT9The directory name is invalid.Have you ever tried to make a folder or file named CON or LPT1 (in general LPTX X takes 1,2,3,...9)? If not try now and see that you cannot make a folder or file with those names. Have u already ...
Published 5 years, 2 months ago

Automate Rsync without Password using Rsync Daemon

http://digitalpbk.com/linux/automate-rsync-passwordless-daemon-rsyncd-conf-cron _Name] path = Filesystem_Path comment = Comment auth users = Authenticated_Users secrets file = User_Password_file hosts allow = IP_Addresses The parameters as shown in italics have to be edited. Module_Name : A name to the module Filesystem_Path : The folder that is to be synced Comment : A comment about the entry Authenticated_Users : List of users separated by space who can access the module / path User_Password_file : The location of the file containing ...
Published 1 year, 11 months ago

How to burn ISO files on Windows 7

http://digitalpbk.com/how-to/burn-iso-on-windows-7 How to burn ISO files on Windows 7 How to burn ISO files on Windows 7 How to burn ISO files on Windows 7 using Windows burner software Windows 7 has built in support to burn ISO images onto DVD and CD. That means you dont have to install any other software like Roxio or Nero to burn your images. And in few clicks you can burn your ISO ! Steps to burn ISO files Right click the ISO file and choose burn disc Image If you have other CD/DVD writing software, you might have to do Right Click > Open With > Windows ...
Published 2 months, 3 weeks ago

Sony Vaio Gamma error and color is not saved (Nvidia Geforce GT 300)

http://digitalpbk.com/hardware/sony-vaio-gamma-correct-color-not-saved-nvidia-geforce-gt-300 Sony Vaio Gamma error and color is not saved (Nvidia Geforce GT 300) Sony Vaio Gamma error and color is not saved (Nvidia Geforce GT 300) The default settings on my Sony Vaio CW Series laptop had wrong Gamma settings, therefore the color reproduction on the screen was slightly on the redish side. The setting on the Display on Control Panel was not getting saved due to some reason (Windows 7). This issue can be resolved by changing the Gamma setting on the Nvidia Control Panel as shown highlighted in the image below. The Control Panel can be accessed from ...
Published 1 year, 11 months ago

How to change root admin user password in Drupal ?

http://digitalpbk.com/drupal/how-change-drupal-root-user-password How to change root admin user password in Drupal ? In order to reset the root or superadmin password on a drupal system, login into the database by looking at the settings.php. You can use phpMyAdmin or any other MySQL utilities like SQLYog, or MySQL command line. Run the following query to reset the password. UPDATE users SET pass = MD5('password') WHERE uid = 1 The user id of administrator is always 1. Password field in drupal is stored as MD5 of the actual string password. So ...
Published 1 year, 10 months ago

PERL Code to change Google talk status

http://digitalpbk.blogspot.com/2009/02/perl-change-google-talk-status.html PERL Code to change Google talk status Code : stat.plThe following code changes the status of gmail/gtalk user status.Requires NET::XMPP module, and with SSL modules installed.#!/usr/bin/perl #usage : perl stat.pl use strict;use Net::XMPP;## Pls fill in these here :)my $username = "";my $password = "";my $hostname = 'talk.google.com';my $port = 5222;my $componentname = 'gmail.com';my $connectiontype = 'tcpip';my $tls = 1;my $Con = new ...
Published 3 years ago

How to Prevent my Computer from going to sleep when I am running big process ?

http://digitalpbk.com/windows/prevent-my-computer-going-sleep-run-process-without-stop How to Prevent my Computer from going to sleep when I am running big process ? the process. In order to change the power settings, and to Prevent my Computer from going to sleep , Goto Control Panel\System and Security\Power Options Choose Change Plan Settings as shown on the image below On the Put computer to sleep option select Never (illustrated below) Press Save Changes And you are now ready to now run your long processes and the computer will not sleep. Remember this settings does not make your computer sleep and can cause to use more power. After you are done ...
Published 1 year, 10 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
Like a batman guarding his boat @ Elephant Beach Havelock Like a batman guarding his boat @ Elephant Beach Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk