03 Jan, 2011

Php gzdecode function

Articles related to php gzdecode function

Gumblar Virus Javascript removal using PERL

http://digitalpbk.com/virus/gumblar-web-virus-manual-removal-free-tool Gumblar Virus Javascript removal using PERL Gumblar virus infects all .html and .php files and injects a piece of javascript in the source code. The code is usually found just below the <body> tag. The Javascript code Gumblar injects varies widely and usually attaches a script or inline frame inside your page to execute itself on page load. Read on to get rid of this virus. Gumblar Source Code Samples when delimited by new lines Sample 1 var D; if(D!='' ...
Published 1 year, 10 months ago

Sony Vaio Battery Care utility Download

http://digitalpbk.com/software/sony-vaio-battery-care-utility-download Sony Vaio Battery Care utility Download Sony Vaio Battery Care Function utility is a sony vaio utility which helps improve battery performance by limiting maximum capacity to 80% of the full capacity. Read more about Sony Vaio Battery care function in How to Enable Battery care function on Sony Vaio to improve Battery life. Free download the utility attached with this post. It works with only Sony Vaio. Sony Vaio Software ...
Published 1 year, 9 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

Introduction to XSS Part 1

http://digitalpbk.blogspot.com/2006/12/introduction-to-xss-part-1.html Request to Response so that XSS can be prevented. Strip all html tags wherever it is ok to do so. Anti-XSS libraries are avalilable for use. For php users the strip_tags() function is a great way to prevent XSS in most cases. Happy surfing...More XSS holes ... » 99acres.com : search for alert(document.cookie);»Got another XSS hole ? Lemme know .... ...
Published 5 years, 1 month ago

Detect in form_alter if the node submitted is added or edited

http://digitalpbk.com/drupal/detect-drupal-form-add-edit-created-formalter edited. Anyone got better ideas ? :) PHP Drupal Software ...
Published 2 years, 1 month ago

Drag 'n Drop Files from explorer to VB

http://digitalpbk.blogspot.com/2006/12/drag-n-drop-files-from-explorer-to-vb.html is the module code:DragDrop.basPrivate Const WM_DROPFILES = &H233;'&H233; is the windows message id for the drop files message.'It is the value of the uMsg parameter in the window procedure call.Private Const GWL_WNDPROC = (-4)'The index parameter to the SetWindowLong function 'that specifies to change a windows message handler procedure.Private Declare Sub DragAcceptFiles Lib "shell32.dll" _(ByVal hwnd As Long, ByVal fAccept As Long)'DragAcceptFiles enables or disables ...
Published 5 years, 1 month ago

JQuery make dynamic draggable and droppable containers

http://digitalpbk.com/jquery/drag-drop-make-dynamic-draggable-and-droppable-containers JQuery make dynamic draggable and droppable containers The jquery UI javascript has the Draggable and Droppable Interactions inorder to implement a drag drop UI. By default draggable and droppable containers are marked draggable and droppable by jQuery when the page loades, As shown in the code snippet below for the jQuery Drag code and jQuery Drop Code, jQuery Drop Code using jQuery droppable $(".dropTarget").droppable({ drop: function(event, ui) { // Drop Logic ...
Published 1 year, 11 months ago

CodeIgniter: Use GET Parameters for OAuth or Facebook

http://digitalpbk.com/codeigniter/use-get-parameters-facebook-application CodeIgniter: Use GET Parameters for OAuth or Facebook Codeignitor destroys your GET parameters, because it does not use it, however for applications that use OAuth, Facebook Applications or Facebook authentication using Facebook connect, GET parameters are required. In order to retrieve GET parameters from Code Ignitor, first we have to change the config.php, uri_protocol to PATH_INFO, this solves 404 Errors with GET parameters on Codeigniter ...
Published 1 year, 10 months ago

Making subdomains on localhost

http://digitalpbk.blogspot.com/2007/01/making-subdomains-on-localhost.html Index index.php index.html index.html index.htm index.shtmlEgs: ServerName sub.localhost DocumentRoot "C:/public_html/sub" DirectoryIndex index.php index.html index.html index.htm index.shtml ServerName images.localhost DocumentRoot "C:/public_html/images" DirectoryIndex index.php index.html index.html index.htm index.shtml ServerName site.com DocumentRoot "C:/public_html/site" DirectoryIndex index.php index.html index.html index.htm index.shtmlTest the configurations (using ...
Published 5 years, 1 month ago

Asynchronous Reading from Input

http://digitalpbk.blogspot.com/2007/11/kbhit-asynchronous-read-linux-fdzero.html messages. This is impossible using the normal scanf method, because at all times it would be waiting for our input and there would not be any recieved messages in that time period. So the process of receiving information while checking for input is an example of asynchronous reading.How ?On Windows ...On windows the input STDIN can be tested for data by the function kbhit()defined on conio.h. A simple program template would be#include int main(){ //... while(1) //Main Process loop { //Other Process ...
Published 4 years, 2 months ago

Related help topics for php gzdecode function More keywords like php gzdecode function
More pages for php gzdecode function


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Piercing Light Radha Nagar Beach 1 Havelock Piercing Light Radha Nagar Beach 1 Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk