Open Upload Folder & Open config.php file
All things will be put only in double quotes " ". If you miss the double quotes anywhere, script will not work
Line 7 : $siteUrl = "https://www.yourwebsite.com"; (It means this is your website address. Do not put forward slash / at the end of URL)
Line 13 : $metaSiteDescription = "Easiest Way to Calculate Your Bitcoin Value. We supports 200+ International Currencies & Crypto Currencies as well. Find Your Bitcoin Value Now!"; (It means this is Meta Description of your Site. It helps SEO)
Line 16 : $metaTags = "Bitcoin, Bitcoin Calculator, Crypto, Crypto Currency, Today Bitcoin Value, Bitcoin to USD."; (It means this is Tags of your Site. It helps SEO)
Line 19 : $twitterShareText = "Best Bitcoin Calculator - More Than 200 Currencies Supports. Find Your Bitcoin Value Now!"; (When you or any visitor share your website then this Automated Text generated on Twitter Post)
Line 22 : $whatsappShareText = "Best Bitcoin Calculator - More Than 200 Currencies Supports. Find Your Bitcoin Value Now!"; (When you or any visitor share your website via whatsapp then this Automated Text generated)
Line 28 : $headerHeadline = "200+ Currencies Supported"; (This is your website Header Headline)
Line 31 : $headerHeadlineColor = "#CA7900"; (This is your website Header Headline Color)
Line 31 : $headerHeadlineColor = "#CA7900"; (This is your website Header Headline Color)
Line 34 : $placeHolder = "Type Number"; (This is your website Input Placeholder where User enter Bitcoin Value)
Line 37 : $submitText = "Calculate"; (This is your website Submit Button Value)
Line 40 : $submitBtnTextColor = "#2e5c5c"; (This is your website Submit Button Text Color)
Line 43 : $submitBtnBgColor = "#b6b4e0"; (This is your website Submit Button Background Color)
Line 46 : $fbShareColor = "#3B5998"; (This is your website Facebook Share Button Color)
Line 49 : $twitterShareColor = "#00ACEE"; (This is your website Twitter Share Button Color)
Line 51 : $whatsappShareColor = "#128C7E"; (This is your website Whatsapp Share Button Color)
Line 55 : $shareIconButtonColor = "#E4E4E4"; (This is your website Share Button Color which is visible only in Small Devices like Mobile)
Line 58 : $logoImage = "logo.png"; (This is your website Logo, All images should be in img folder)
Line 61 : $faviconImage = "favicon.png"; (This is your website Favicon Image, All images should be in img folder)
Line 64 : $socialShareImage = "bitcoin_share.png" ; (This is your website Social Share Image, When any user share on Twitter or Facebook)
Line 67 : $footerBgColor = "#9A9A9A" ; (This is your website Footer Background Color)
Line 70 : $footerTextColor = "#FFFFFF"; (This is your website Footer Text Color)
Line 73 : $copyrightName = "CodeDaddy Developers"; (This is your website Footer Company or Individual Name)
Line 76 : $rightReserved = "All Rights Reserved."; (This is your website Footer Reserved Line)
Line 79 : $refreshUsd = "#E6E6E6"; (This is your website refresh button color inside header)
Line 82 : $oneBitcoinColor = "#3A3A3A"; (This is your website 1 BTC = USD Text Color)
Line 85 : $refreshBitcoinPrice = "#FF9900"; (This is your website Refresh Bitcoin Price Color below Header)
Line 88 : $bodyHeadline = "Refresh Bitcoin Price"; (This is your website Refresh Bitcoin Text Line below Header)
Line 91 : $bodyHeadlineColor = "#9A9A9A"; (This is your website Refresh Bitcoin Text Line Color below Header)
Line 94 : $bodyBgColor = "#E4E4E4"; (This is your website Body Background Color)
Line 112 : $adCode = ''; (This is your Ad - 970 x 250 pixel ad - leave blank if you do not want to use google ads or any other ads)
Now Open Upload Folder & Open js folder and open custom.js file