03 Jan, 2011

No input file specified php dreamhost rewrite

Articles related to no input file specified php dreamhost rewrite

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, 7 months ago

Remove Flash Tracking on AddThis module on Drupal 5

http://digitalpbk.com/drupal/remove-flash-tracking-addthis-module-drupal-5 )); } PHP Drupal Web ...
Published 2 years, 6 months ago

Repair Windows with Linux

http://digitalpbk.blogspot.com/2008/03/repair-windows-linux-invalid-sytem32.html Repair Windows with Linux IntroInvalid System FileCorurpt or missing : C:\WINDOWS\SYSTM32\CONFIG\SYSTEMPut Windows CD Press r blaah!Warning: Do it carefully or you might end up in reinstalling :) Pre RequisitesAny Linux OS, Live CD might work as well.What to do?Boot into the linux OS, and run as root dosfsck -a /dev/sdaXwhere /dev/sdaX is the Drive windows is installed on.This should fix a corrupt file system.(Applicable only for vFAT, NTFS no idea :) Reboot the systemIf it doesn't work ...
Published 4 years, 1 month ago

igqjj.exe Manual Removal Steps

http://digitalpbk.com/virus/igqjjexe-manual-removal-steps-free-tool igqjj.exe Manual Removal Steps for IGQJJ.EXE in regedit and remove all key value pairs for those occurences Open notepad and open the file IGQJJ.EXE, For example if IGQJJ.EXE was present in C: Open C:\IGQJJ.EXE Remove all the contents and save the file Now restart your computer IGQJJ.EXE should now not be able to run since we have removed it from Windows Startup Program list and even if somehow it can run the file has been corrupted by removing all its contents Now you are free of IGQJJ.EXE Got any more problems ? Comment and we ...
Published 2 years, 1 month ago

Changing the default Boot OS in GRUB on Ubuntu 9.10

http://digitalpbk.com/ubuntu-grub/changing-default-boot-os-grub-ubuntu-910 Changing the default Boot OS in GRUB on Ubuntu 9.10 Ubuntu 9.10 ships with the new GRUB (Grand Unified Boot Loader 1.97 beta) in plain words its the software that boots the operating system you choose when you boot the computer. In earlier versions of Ubuntu / Grub to change the menu on the grub screen, one had to edit the /boot/grub/menu.lst file. In the new system this a little different from just editing the one file. The GRUB configuration now resides at /boot/grub/menu.cfg But do ...
Published 2 years, 6 months ago

How to remove a reference to a DLL or COM Component Object file in VB.Net

http://digitalpbk.com/vb-net/remove-reference-dll-or-com-component-object-file-vbnet How to remove a reference to a DLL or COM Component Object file in VB.Net How to remove a reference to a DLL or COM Component Object file in VB.Net A reference to 'XXXXX.dll' could not be added. A reference to the component 'XXXXX.dll' already exists in the project. This occurs when you add 2 versions of the same dll into your project. Before adding a reference to a new DLL you have to remove the reference to the existing library. This is not obvious on vb.net in visual studio. There is a Project > Add Reference. But how do you remove ...
Published 2 years, 6 months ago

UNIX Networking : Sockets TCP Transmitter and Reciever

http://digitalpbk.blogspot.com/2007/11/unix-networking-sockets-tcp-transmitter.html UNIX Networking : Sockets TCP Transmitter and Reciever IntroNetworking in UNIX or Linux is done with sockets. The following are 2 programs I made up. 1. Sends messages in TCP, Client2. Listens and Recieves messages from TCP, ServerTCP or Transmission Control Protocol is a 2way connection which is more like a stream or a pipe. Both the ends must be connected.The TransmitterReads messages from input and sends it to localhost:34000.To Setup a transmitter following must be done:1. Setup a port ...
Published 4 years, 6 months ago

How to make a Windows Gadget in Windows 7

http://digitalpbk.com/windows-gadgets/how-make-windows-gadget-windows-7 How to make a Windows Gadget in Windows 7 How to make a Windows Gadget in Windows 7 This is an introduction to developing windows gadgets on the Microsoft Windows 7 Operating System. A windows gadget is a small piece of UI that floats around on your desktop. This is the version 2 of the Windows Sidebar which appeared in Windows Vista operating system. All gadgets are simply a collection or group of HTML/JS(JScript)/CSS files and a bunch of assets described by a gadget.xml placed in a .gadget Folder. This tutorial assumes you know ...
Published 1 year, 6 months ago

SSH Tunneling Proxy using Putty on Windows and Linux (Unblock YouTube / Orkut / Facebook)

http://digitalpbk.blogspot.com/2009/05/ssh-proxy-windows-linux-orkut-bypass.html . Next we have to configure the Browser to use this proxy. On Linux (Or Cygwin on Windows)Run the commandssh -C2qTnN -D 9090 username@remote_machine.comSetting up the BrowserFirefoxOn linux take Edit > PreferencesOn Windows take Tools > OptionsClick on Advanced > Network Tab > Settings. (Illustrated Above)Now you get a window as shown below, and fill the settings as shown below.Manual Proxy SettingsBlank out all other Text FieldsSocks Host: localhostPort : 9090 (or the one you specified ...
Published 2 years, 12 months ago

Introduction to Windows - Programming for Windows

http://digitalpbk.blogspot.com/2007/09/windows-and-c-programming.html Register the class (RegisterClassEx)Create Window (CreateWindowEx)Display Window (ShowWindow)Get the message loop running(while(GetMessage(...)))The contents in italics is the functions used for doing the specified actions. Check them out in the code.the Window ProcedureThe window Procedure is the link between your program and windows. It is the window procedure that windows calls to send messages to your application.That's all for nowstay tuned. ...
Published 4 years, 8 months ago

Related help topics for no input file specified php dreamhost rewrite More keywords like no input file specified php dreamhost rewrite
More pages for no input file specified php dreamhost rewrite


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
One of the vertex of havelock island One of the vertex of havelock island in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk