×

php up to date

How to configure domain name in newly bought server?

How to configure domain name in newly bought server?

It is very easy to change your hosting without changing your domain hosting...

Step 1 : First step you need copy your name server from newly bough hosting server.
Step 2 : Change name server of your domain name using which you copied..
Once done this two steps the domain started propagation period which will effect within 24 hours...

Donate us

If you need any help let us know we will solve it.

Eightlegbuilders.com

Eightlegbuilders.in

vmkrealestate.in

Cheapest Web Hosting in India


 Cheapest Web Hosting in India

One of the appreciated web hosts, hosting thousands of websites and blogs since 2017 which is most liked and least expensive shared hosting services on the market. Name of that least expensive web hosting is CloudHostWorld.

  

Pros of CloudHostWorld Hosting

        One Click Install Apps
        99.99% Uptime Guarantee
        Fast Page Loading
        Easy To Use Control Panel
        Free SSL Certificates
        Free Migration
        Good Security Option
        45 Days Free refund Guarantee
        Low Pricing Plan

Free SSL Certification

You all must not always come across the term SSL, it stands for Secure Sockets Layer, it is a computer networking protocol between network application clients and servers over an insecure network for securing connections, such as the internet. These days, SSL has been a common requirement for over 80% clients. So we provide this SSL certification for the encryption level, at free of cost along with any website hosting, which acts just as another paid SSL certificate.

24/7 Customer Support


Websites being a platform for branding, promoting, advertising and also marketing is not only used or created for high-end technical firm or organizations. But many common people who run the business of various other nature is making a website for better traffic generation as well as for promoting the brand and marketing the products or services they deal with. So, non-developers hardly knows the in and out of a website making, editing or using. We being a res[onsible web hosting company, take care of customer queries and issues by providing them with a 24/7 customer service. We have also applied live chat for instant customer support in our website which has helped many of our clients with an immediate solution when they needed.

Money-Back Guarantee

Often customers are left dissatisfied with either the service or the support or any particular of the element in the process of website solution. So we offer a money-back guarantee, which is nothing but a guarantee of customer satisfaction, and it is primarily a consolation guarantee which ensures if a buyer is not satisfied with our services or products, a money refund is guaranteed. On the contrary, we keep our services to the peak of perfection so that the customer receives cent per cent benefit and stay in touch by our service for a long term.


Get your requirements established and connect to Cloud Host World for a smooth solution on your web hosting project with the above-mentioned benefits. 

Conclusion

CloudHostWorld is literally the highest one that I might advise to anyone and everybody. If you’re hunting for an online host with a rock-solid name, then CloudHostWorld is best for you. Check your best hosting plans below.


Cheapest Hosting Provider in India.

How to export files from Blogger


 Moving from Blogger to WordPress



One of the main reasons why many bloggers are stuck with BlogSpot is that they simply don’t know how to move their data into WordPress. Users that started with Blogger can import their blogging information into their WordPress software using the ‘import’ option from the WordPress database. It allows users to import blog information from various blogging sites like Blogger, Tumblr, LiveJournal and even WordPress.

Now, for a user with a new Blogger blog with few posts and daily traffic below 25-30 it is recommended that he/she simply delete the Blogger blog and start fresh on WordPress platform. Many users who move their blog from Blogger to WordPress however, prefer to have the entire data on their Blogger account imported into their WordPress one.


The process of migrating your posts, comments and users into WordPress is very easy.  This is because WordPress offers an inbuilt Blogger importing feature. By using these Blogger export and WordPress import features the task of migrating the data becomes very easy.


How to export files from Blogger


Google’s Blogger software allows its users to export blogs into XML files. In order to do so the following steps are to be followed:
      Step 1: Log into the required blog in Blogger.
      Step 2: Click Settings menu in the left.
      Step 3: Scroll down and click on Other at the bottom of the list.
      Step 4: The Import and backup window opens. Click on Backup & Content.
      Step 5: Select and name (according to need) the XML file and click on Save to your computer to complete the export.

Guide to Import Blogger into WordPress

      Step 1: Log into the WordPress Dashboard.
      Step 2: Navigate Tools > Import.
      Step 3: On the list of sites, select Blogger.
      Step 4: Under Blogger, click on Install now.
      Step 5: A confirmation screen pops up showing that Blogger import has installed okay. Click on Run Importer.
      Step 6: Next, a screen titled Import Blogger is seen. Click on Choose file to select the exported Blogger file. The process of exporting a Blogger file is shown later-on.
      Step 7: Next, click on Upload and import. This processes the XML file exported from Blogger (the process is shown later-on).
      Step 8: After the import takes place, an author to the posts is required to be assigned. It can either be imported from the Blogger site, or an existing one from within the WordPress installation can be chosen. Click Submit to assign an author.

On successful assignment of an author a screen saying “All done” is seen. All Blogger posts will be imported into the WordPress platform. However, be sure to check the posts as any image in the content may not be imported.

Congratulations you have successfully imported your Blogger data into your WordPress platform. Hope this was on par with your requirements. Have a nice day.

by WP-CLI Contributor cloudhostworld.

11 SIMPLE STEPS TO INCREASE WEBSITE SPEED?

Implement these 10 steps your website speed will increase.

  1. Use external stylesheet only. Remove all inline and internal css.
  2. User external scripts remove internal scripts
  3. Minify css and js.
  4. use gzip and cache technique to increase load speed.
  5. Use image file expire tag using htaccess.
  6. Use css sprites for common and small images .
  7. Remove all Unnecessary and unused codes from html,css and js files.
  8. Try to compress all of your images will reduce loading time of the website.
  9. Use better color combination of your website.
  10. Use labels in forms, rel=”noopener” in external links.
  11. compress all images using gtmatrix tool 
These 10 simple steps definitely increase website speed.

How to integrate Google Captcha in the contact form using PHP using Version 2.0

How to integrate Google Captcha in the contact form using PHP


  Here I can show you how to include google captcha version 2.0 integration in the contact form. 
Step 1:
                Create captcha Account using https://www.google.com/recaptcha this link
Step 2 :
               Register your Website address that mean website url.
Step 3:
                Once you entered your website URL you will get secret key

URL: https://www.google.com/recaptcha/api/siteverify
secret (required)6LdHGIYUAAAAADA67iyHZfcXvIvIBpWMZx0MBRfE
response (required)The value of 'g-recaptcha-response'.
remoteipThe end user's ip address.
This is the overall concept to integrate code in your website, Here i can give you full code to send mail.email,
<?php
header('Content-type: application/json'); $status = array( 'type'=>'success', 'message'=>'Thank you for contact us. We will get touch with you within 2 days ' );
// More headers$headers .= 'From: <info@sssss.com>' . "\r\n";$headers .= 'Cc: sssss@gmail.com' . "\r\n";
    $name = @trim(stripslashes($_POST['name']));     $email = @trim(stripslashes($_POST['email']));     $subject = @trim(stripslashes($_POST['subject']));     $message = @trim(stripslashes($_POST['message']));     $phone = @trim(stripslashes($_POST['phone']));     $company = @trim(stripslashes($_POST['company']));     $service = @trim(stripslashes($_POST['service'])); ;    $email_from = 'info@eightlegbuilders.com';    $email_to = 'ssss@gmail.com';//replace with your email    $email_to = ''; if(isset($_POST['g-recaptcha-response']) && !empty($_POST['g-recaptcha-response']))             {                         if (strstr($_POST['email'], $hn))        {                              $secret = 'secretkey';                  $verifyResponse = file_get_contents('https://www.google.com/recaptcha/api/siteverify?secret='.$secret.'&response='.$_POST['g-recaptcha-response']);        $responseData = json_decode($verifyResponse); if(responseData==='success') { $allowed_hostnames = array("gmail.com", "yahoo.com");    $good_hostname = false;    foreach ($allowed_hostnames as $hn)    {        if (strstr($_POST['email'], $hn))        {            $body = 'Name: ' . $name . "\n\n" . 'Email: ' . $email . "\n\n" . 'Subject: ' . $subject . "\n\n" . 'Contact Number:' . $phone ."\n\n" . 'Company Name:' . $company ."\n\n". 'Message: ' . $message."\n\n". 'Job Required: ' .$service;
    $success = mail($email_to, $subject, $body, $headers);
    echo json_encode($status);    die;        }else{            if ($good_hostname==false)            {                // Keepin' it false here!                $good_hostname = false; // Set it to false anyway            }        }    } }}}    
?>