Science Behind Modern DATA Storage Systems

data storage system

Familiarizing yourself with data storage and database internals eases architectural choices, helps clarify why a system acts a certain way, helps troubleshoot issues when they appear, and also fine-tunes the database to your own workload.

Continue reading

FTP Port Numbers : Explained

ftp port numbers

The full form FTP is File Transfer Protocol, As the name suggests, the primary uses of FTP is to transfer file from one point to other (normally from client to server or vice-versa).
The FTP runs as a protocol on a different port which we will understand in this article.

Continue reading

Turning off magic quotes in six easy steps

Turning off magic quotes magic_quotes_gpc

Magic Quotes is a process that automatically breaks away the incoming data to the PHP script. Thus, it is always suggested to code with the Magic Quotes off and to instead escape the data at runtime.

Many Open Source Software programs like Drupal, Joomla require magic_quotes_gpc to be turned off. In this article, we will be describing the detail steps on how to turn off magic_quotes_gpc.

How to turn off magic_quotes_gpc

Step 1: Login into your cPanel

Step 2: Go to the File Manager, Select your public_html directory and press GO

Step 3: Open your php.ini with the code editor Find the magic_quotes_gpc line like the code below and change it from On to Off.(Refer to the following fig)

Magic_quotes_gpc
Magic_quotes_gpc

[su_code];Magic quotes
;
; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = On
[/su_code]

You should change the value of php.ini as per bellow code.

[su_code]
;Magic quotes
;
; Magic quotes for incoming GET/POST/Cookie data.

magic_quotes_gpc = Off
[/su_code]


Step 4:
Save the changes.

Step 5:  Make the php.ini recursive in the .htaccess

Step 6:  To verify the changes, visit your phpinfo page by going to your domain and adding phpinfo.php at the end of the URL like the example below.

magic_quotes_gpc successfully turned off
magic_quotes_gpc successfully turned off

We hope this article is helpful. Comment below for any queries.

 

How to configure outlook for Cpanel – Outlook 2010

Configure outlook for Cpanel

How to configure outlook for Cpanel – Outlook 2010

Reading Time: 3 minutes
Configure outlook for Cpanel

If you have Linux Hosting with Cpanel with us or any hosting provider follow these simple steps to configure your email client (assuming you have created an already created email account from your Cpanel Account).

Table of Contents

Navigate to File

outlook2010-0

Navigate to File >> Add Account.

Account Setup

The Auto Account Setup wizard will start and request information such as type of account, your name, e-mail address, and password.

Select E-mail Account

outlook2010-1

Select “E-mail Account,” type in your name or a display name for the account, type in the full e-mail address “[email protected]” (note that user+domain.com will also work in the cPanel environment), and your password twice.

outlook2010-2

Click Next and The wizard will test the settings and should show you a successful and complete message once it finishes.
If it does not, you will see an error message. Click Next to see an option allowing you to “Manually configure server settings.”

you need to manually configure the server settings, you will be taken through another series of similar prompts.

Select Internet E-mail

  • Type in your name and your e-mail address
  • Select the account type as POP3 or IMAP. Type yourdomain.com for the incoming mail server, and yourdomain.com for the outgoing mail server. [Replace yourdomain.com with the name of your domain.]
  • User name: enter your full email address in the format [email protected]. (note that user+domain.com will also work)
outlook2010-4
  • Fill in your password and check the “Remember Password” box if you do not want to type it in each time you connect to your account.
  • DO NOT check the “Require logon using Secure Password Authentication [SPA]” unless that has been activated or configured by you or a web developer.
  • Click on More Settings and then Outgoing Server.
  • Check the box that says My outgoing server (SMTP) requires authentication.
    Also, choose the option that says Use the same settings as my incoming mail server.
  • Click on Advanced. Make sure the Outgoing server (SMTP) port number is set to 25.
  • Click Ok >> Click on Next to see the “Congratulations” page. Click Finish.
Facebook
Twitter
LinkedIn
Digg
Picture of netspace

netspace

Leave a Comment

Get the latest news and deals

Sign up for email updates covering blogs, offers, and lots more.

Current Deals at Netspace

Subscribe: Trusted By 1M+ Readers

Get the weekly Tech Update straight to your inbox.