14 Aug, 2010

Script brontok remover

Articles related to script brontok remover

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 ? How to Prevent my Computer from going to sleep when I am running big process ? By default on Windows 7, the computer sleeps after 30 minutes. Usually power plans and options are more required on laptops, but desktops also do use this setting. This is bad if you want to run some process which has to run for a long time like downloading from the internet or running torrents or running huge scripts. If you leave your computer unattended the computer sleeps after 30 minutes. This interrupts ...
Published 2 years, 1 month ago

How to make more fans on orkut?

http://digitalpbk.blogspot.com/2006/11/how-to-make-more-fans-on-orkut.html .Hope it works for you ...Happy OrkuttingFor advanced uses with knowledge in PHP and server accessYou guys can make a PHP script that takes a GET argument the id of your friend, and embend a img or script such that a GET request is made to the correct url. eg: http://www.yoursite.com/makefan.php?to=US1010101010makefan.php:if(isset($_GET["to"])){$to = $_GET["to"];}else {$to="US00000000";}?>function ld(){var img ...
Published 5 years, 6 months ago

SQL Injection: Tutorial Part 1

http://digitalpbk.blogspot.com/2009/06/hacking-sql-injection-tutorial.html . Warning: The following methods may be illegal, given for illustration purpose only. Most dynamic websites use a database server such as SQL Server from Microsoft, MySQL, etc. To demonstrate what SQL injection is, let us see a piece of code that is used as a login script. Most ASP websites use a code like this:user = Request.Form("user")pass = Request.Form("pass")SQL = "SELECT * FROM users WHERE username='" & user & _ "' AND password='" ...
Published 2 years, 10 months ago

How to Access Stock Quotes Realtime through Google Finance

http://digitalpbk.com/stock/google-finance-get-stock-quote-realtime than scrapping a page. UPDATE: http://finance.google.com/finance/info?client=ig&q=NASDAQ:GOOG,NASDAQ:YHOO You can get multiple quotes in a single request by comma separating the symbols on q parameter. Will come back soon with a script that does something based on this realtime data from Google Finance. UPDATE: The Code in Python import urllib2 import json import time class GoogleFinanceAPI: def __init__(self): self ...
Published 1 year, 1 month 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 Engine does not seem to have a method to download the app engine source code in a ZIP file via HTTP / FTP. To download the app engine source code from the online cloud, you must install the App Engine SDK for your Operating System. Go to the App engine SDK download page to download the corresponding SDK. Make sure you have Python 2.5 (higher versions should work too) also installed since most of the commands are scripts written in Python. This shouldn't be a problem if you're on *nix ...
Published 7 months ago

Drag 'n Drop Files from explorer to VB

http://digitalpbk.blogspot.com/2006/12/drag-n-drop-files-from-explorer-to-vb.html a drop Dropped wParam 'wparam stores the Hdrop handle End If WindowProc = CallWindowProc(PrevProc, hwnd, uMsg, wParam, lParam) 'Call the default window procedure !IMPORTANTEnd Function'Remove our default window procedure.Private Function UnHookForm(ByVal hwnd As Long) If PrevProc 0 Then SetWindowLong hwnd, GWL_WNDPROC, PrevProc PrevProc = 0 End IfEnd Function''' interface api '''Public Sub EnableDragDrop(ByVal hwnd As Long) Drag ...
Published 5 years, 5 months ago

How to make Windows Media Player Skins

http://digitalpbk.blogspot.com/2006/12/how-to-make-windows-media-player-skins.html rectangle. The Picture here shows the skin on Windows Media Player 11.Next we can start making the actual theme. Modify the view node to accomodate the following :Show/Hide Codeleft="0" top="0" width="600" height="267"resizable="false"minWidth="600" minHeight="267"titlebar="false"title="Digitalpbk"scriptFile="digitalpbk.js"onload="init()"backgroundColor="none">Make a new js file ...
Published 5 years, 5 months ago

Dataone Account Usage Checker in PERL

http://digitalpbk.blogspot.com/2008/06/free-dataone-account-usage-checker-perl.html Dataone Account Usage Checker in PERL The following Script in PERL is a Dataone account usage checker.#!/usr/bin/perl# http://digitalpbk.blogspot.com/2008/06/free-dataone-account-usage-checker-perl.htmluse WWW::Mechanize;use HTTP::Cookies;use HTTP::Request::Common;my $verbose = 0;my $username;my $password;my $url="http://10.240.64.195/weblogin.jsp";for(my $i=0;$i{ if($ARGV[$i] eq "-v" or $ARGV[$i] eq "--verbose"){ $verbose = 1; } elsif($ARGV[$i] eq "-u" ...
Published 3 years, 10 months ago

T9 Dictionary Implementation in C, BASH

http://digitalpbk.blogspot.com/2008/07/trie-data-structure-c-t9.html =0; while((a[i]=getch()) != 'q') { if(a[i]=='0'){i=0;continue;} if(a[i] >= '2' && a[i] { i++; a[i]=0; maxdepth = i; printf("%s:\n",a); t9_search_mob(b,root,0,a); fflush(stdout); } } t9_free(root);}t9.dicT9 Dictionary sample fileNow in BASH!#!/bin/bash# bash script does something outrageous.# It attempts to reproduce the T9 capability of the Mobile Phones !# And does it in fewer commands than before!# Adapted from Rahul's Original ...
Published 3 years, 10 months ago

Extracting embedded Album art in mp3

http://digitalpbk.blogspot.com/2007/01/extracting-embedded-album-art-in-mp3.html the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include ...
Published 5 years, 4 months ago

Related help topics for script brontok remover More keywords like script brontok remover
More pages for script brontok remover


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