03 Jan, 2011
Drupal hosting on windows
Articles related to drupal hosting on windows
http://digitalpbk.com/windows/host-file-windows-7-write-permission-denied
Permission Denied on
Hosts File (
Windows 7)
On
Windows 7, I was trying to edit the
host file using Komodo and was getting Permission Denied, and tried notepad too still got permission denied. I thought initially it was McAfee Anti Virus that was disabling the edit of
host file as this file is an important system configuration file.
The reason but was that
Windows requires the editor to run with administrator privileges to edit the file, this is different in
Windows XP because all programs ...
Published 1 year, 11 months ago
http://digitalpbk.blogspot.com/2007/12/virtual-hosts-apache-226-windows.html
Virtual
Hosts on Apache 2.2.6 [
Windows]
What ?Virtual
Hosts allow you to simulate multiple sites on a single server.i.e, One Server many Websites.Virtual
Hosts is enabled by uncommenting the line :# Virtual
hosts#Include conf/extra/httpd-vhosts.conf #Uncomment this lineon httpd.confThe virtual
host conf file ./conf/extra/httpd-vhosts.confEg:## Virtual
Hosts## If you want to maintain multiple domains/hostnames on your# machine you can setup Virtual
Host containers for them. Most configurations ...
Published 4 years, 2 months ago
http://digitalpbk.com/adsense-analytics/how-integrate-google-analytics-tracking-and-adsense
the following script on the head.
window.google_analytics_uacct = "UA-XXXXXX-X";
Replace XXXXXX-X with your analytics tracking ID which you can obtain from the analytics tracking script or from the analytics setting page as shown in the image below.
Then goto the analytics settings page, and click the link highlighted below Edit Adsense linking settings
Adsense on analytics screenshot
On
Drupal
You can set the header in code by
drupal_set_html_head or add in the page ...
Published 2 years, 2 months ago
http://digitalpbk.blogspot.com/2006/11/about-hosts-file.html
About &
quot;HOSTS" File
Warning: Backup the file before playing with it!What does this file do?The
HOSTS file found on
Windows (and linux too) is like a local DNS (domain name server). When you type a url on the browsers address bar, the domain name is converted to the IP of the server by a DNS lookup by the browser. Now here is the catch ...
Windows first looks at the
HOSTS file before doing any DNS lookup. So we can block certain sites by editing the
HOSTS file. Where is it ? I dont see ...
Published 5 years, 2 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.com/2009/10/other-welcome-digitalpbkcom
Welcome to digitalpbk.com
Well just to have something to get started. :)
This is my experiment with
drupal. I got somehow
drupal to run, figured out and tinkered it as far as I know. I am a
drupal 5 developer, has written a few modules in it, for the company SmartCrowds for which I work for.
Drupal 6 is a little bit different. So if you find it a little plain and have ideas to improve, help me out.
Just Ignore the above, its pretty old and historically true, But now it runs on Django ...
Published 2 years, 3 months ago
http://digitalpbk.com/2009/12/list-publically-accessible-drupal-sites-you-can-play-around
List of Publically accessible
drupal sites you can play around with
Here's a list of sites for
drupal developers to play around with.
HTML Comments without moderation
www.themallblog.com
www.eatsleepandcode.com
www.layt.net
Anonymous node editing
mature-ip.eu/node/115/edit
drupal.kldp.net (Its all Korean I dont know what all is possible)
drupal.x73.ch
proves2.iws.es/
drupal
emusic.mozdev.org/
drupal
www.news7newslinc.net
futuregrid.org
www.aidsvancouver.org
jennycrumiller ...
Published 2 years, 1 month ago
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
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 "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/windows-drivers-for-compaq-presario.html
HDAUDIO Soft Data Fax Modem with SmartCP Driver » Broadcom Wireless LAN Driver » HP Wireless Assistant» Ricoh 5-in-1 Card Reader
Host Controller and Driver» AMD Processor Update for Microsoft
Windows XPHere is my device driver list screenshot after full installation : Fedora Core 6In FC6, changing the default driver from vesa to nv (nvidia) driver can cause the mouse pointer to disappear. Mouse pointer may be hidden or cannot be seen. So add the following lines to /etc/X11/xorg ...
Published 4 years, 10 months ago
Related help topics for drupal hosting on windows
More keywords like drupal hosting on windows
More pages for drupal hosting on windows