03 Jan, 2011
New folder exe removal tool
Articles related to new folder exe removal tool
http://digitalpbk.com/perl/how-remove-element-hash-or-array
PERL: How to
remove an element from hash or array?
In order to
remove an element from the array or hash, we have to use the delete keyword on perl. Using the delete keyword on the key of the hash or array (numeric keyed hash), we can delete elements of a hash or array.
Example for deleting an element from a hash
The following code deletes the key 'a' from the hash %hash.
#!/usr/bin/perl
$, = "\n"; # Fields separator
my %hash = (
'a' => 'aaa',
'b' ...
Published 1 year, 10 months ago
http://digitalpbk.blogspot.com/2009/10/ftpchk3-virus-php-pl-hacked-website.html
0YXJ0KCRzWyRpXVswXSk7ZWNobyAkc1skaV1bMV07fX19JGIwc3JsPSgoJGE9QHNldF9lcnJvcl9oYW5kbGVyKCdiMHNyMicpKSE9J2Iwc3IyJyk/JGE6MDtldmFsKGJhc2U2NF9kZWNvZGUoJF9QT1NUWydlJ10pKTs=')); ?>The code adds scripts to your code likeand executes codes coming via POST requests.
Removal Backup your web directory, just in case something gets messed up.The following scripts scans files and
removes most of the infection. I have written it to
remove infected files from college website and it worked fine. Paste the following code in your web directory and execute. It renames infected files with file.infected and
removes code from the file and updates your file to
remove the code ...
Published 2 years, 3 months ago
http://digitalpbk.com/drupal/detect-drupal-form-add-edit-created-formalter
Detect in form_alter if the node submitted is added or edited
When you want to alter a form on Drupal, it is useful to detect if the form being submitted is to add a
new node or edit an existing node. To detect if a form is being added or submitted, check the
$form[]['nid']['#value'].
Example :
$form['book']['nid']['#value'].
If the value is &
quot;new", the node is being added.
If the value is numeric, the node with nid as the number is being ...
Published 2 years, 1 month ago
http://digitalpbk.blogspot.com/2007/03/orkut-community-polls_27.html
Orkut : Community Polls
Orkut introduces a
new feature for communitiesCommunity PollsYou can post a question and a number of choices and run a poll in the community. I think the feature is now available only to a limited set of communities.Howzzat? ...
Published 4 years, 10 months ago
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
http://digitalpbk.blogspot.com/2006/12/special-characters-for-orkut.html
Special characters for orkut
Recently analyzing the traffic to my site I found that some wanted to know how to insert special characters in Orkut, yeah the fancy one's... So here is the info for them ... Method 1If you are on windows, take the character map from Start Menu > Programs > Accessories > System
tools > Character Map. You will find all the special characters you need in there. Double clicking a character adds it to the text box below and when you have made your ...
Published 5 years, 1 month ago
http://digitalpbk.blogspot.com/2007/07/e-mail-structure-mail-dir-file-format.html
e-Mail structure and Mail Dir File format
The MAIL Dir FormatMAIL Directory format is a format followed to store emails as files.The Mail Dir format has 3 directories newcurtmpThe
new directory contains all the
new mails, ie unread mails. The cur directory contains all the read mails.The tmp directory is a temporary directory used to store mails that are being received. When a mail is read it is moved from
new to cur.All the emails are stored in files with a unique name (usually the message id ...
Published 4 years, 7 months ago
http://digitalpbk.blogspot.com/2006/12/setting-up-apache-php-on-windows.html
"C:\apache2\" is our directory.Verify your installation by taking your browser and visiting http://127.0.0.1 or http://localhost.You will see a page that confirms your apache installation.Step 3 : Configuring apacheNow goto "C:\Apache2\conf\".Open the file "httpd.conf" in any text editor.Lines beginning with # are comments .. just read them to know how to tweak apache.Change the DocumentRoot property to the
folder which is the root of the site. ## DocumentRoot: The directory out of which ...
Published 5 years, 1 month ago
http://digitalpbk.blogspot.com/2009/11/happy-birthday-digitalpbkblogspotcom.html
Happy Birthday digitalpbk.blogspot.com
Well I totally forgot that my blog is completed 3 years as of November 18. And you can see the numbers right :) I have started a
new blog with more features so that people would get more information out of it and structured neatly.So @ 3 years of my Tech blogging on blogspot, i'm moving onto my domain. digitalpbk.comThis blog would still be here. So See Ya...digitalpbk:) ...
Published 2 years, 2 months ago
http://digitalpbk.com/google-go/helloworld-example-program
Google Go HelloWorld Example Program
Go is a
new language from Google, and here is the first step to learn it:
Google Go Hello World
File : hello.go
package main
import "fmt"
func main() {
fmt.Printf("Hello World !!! \n")
}
Compiling & Running
8g hello.go
8l hello.8
./8.out
Output
Hello World !!!
(Obviously :D )
Google
Software ...
Published 2 years, 2 months ago
Related help topics for new folder exe removal tool
More keywords like new folder exe removal tool
More pages for new folder exe removal tool