In Feburary 2016 30,
Open your FTP client.
Enter the IP address and login details into your FTP client. The method varies between FTP client, but all will offer some kind of site manager or quick connect feature. As an example, FileZilla Client offers a 'Quickconnect' bar at the top of the window, where you enter the IP address, username and password to easily connect to the server. You can also click 'Site Manager' and enter the details there so they are saved for future use.
Click the newly created site and select 'Connect' to connect to the FileZilla server. As an example, FileZilla requires that you only click the top 'Quickconnect' button once the IP and login details are entered. Alternatively, Hold the 'Ctrl' key and press 'S' to open the Site Manager. Click the site and then click 'Connect' to connect to the FileZilla Server.
In Feburary 2016 30,
Showing posts with label Manager. Show all posts
Showing posts with label Manager. Show all posts
Tuesday, 1 March 2016
Monday, 29 February 2016
How to Set up Hosting on an External Domain in Go DaddyIn Feburary 2016 29,
In Feburary 2016 29,
Go Daddy is an Arizona-based company that registers millions of Website domain names and hosts many sites as well as providing email, analytics and business tools.Log in to your Go Daddy Account Manager by typing your customer number or login name and password.
Click 'Web Hosting' from the 'Products' section.
Locate your hosting account and click 'Launch' next to it.
Type your external domain in the 'Enter domain' field.
Use the automatically generated user name in the 'FTP user name' field. If you wish to change your user name, click 'Change.' Enter your preferred FTP user name.
Type and retype a password that you wish to use to access the hosting account with FTP.
Click 'Finish.'
In Feburary 2016 29,
Go Daddy is an Arizona-based company that registers millions of Website domain names and hosts many sites as well as providing email, analytics and business tools.Log in to your Go Daddy Account Manager by typing your customer number or login name and password.
Click 'Web Hosting' from the 'Products' section.
Locate your hosting account and click 'Launch' next to it.
Type your external domain in the 'Enter domain' field.
Use the automatically generated user name in the 'FTP user name' field. If you wish to change your user name, click 'Change.' Enter your preferred FTP user name.
Type and retype a password that you wish to use to access the hosting account with FTP.
Click 'Finish.'
In Feburary 2016 29,
How to Modify a Website With GoDaddyIn Feburary 2016 29,
In Feburary 2016 29,
Log into your GoDaddy account and click on 'Hosting' under 'My Products.'
Click the green arrow under 'Launch' to open your hosting account. On the next page, click the 'Your Files' button in the top left. The File Manager will open, giving you access to your server's files. Your website files are stored on the server.
Navigate to the location of the file(s) you want to edit on your website. If you want to edit the 'contact' page, for example, you would probably want to edit the file named 'contact.html' or 'contact.php.' It may be found under a subfolder, such as 'html' or 'website.' Check with your Web developer if you aren't sure which file to edit or where it is located.
Left click your mouse beside the file you want to edit in the checkbox. Click the 'edit' button found in the navigation menu going across the top of the File Manager.
Use the visual editor in the new window to add or edit content, or click 'HTML' in the top right to open the file in HTML view. If it appears blank, click the 'HTML' button to see the contents of the page.
Modify your file and click the 'Save File' icon in the top left of the editor. The 'Save File' icon is an image of a floppy disk.
Check your website to verify the changes you made.
In Feburary 2016 29,
Log into your GoDaddy account and click on 'Hosting' under 'My Products.'
Click the green arrow under 'Launch' to open your hosting account. On the next page, click the 'Your Files' button in the top left. The File Manager will open, giving you access to your server's files. Your website files are stored on the server.
Navigate to the location of the file(s) you want to edit on your website. If you want to edit the 'contact' page, for example, you would probably want to edit the file named 'contact.html' or 'contact.php.' It may be found under a subfolder, such as 'html' or 'website.' Check with your Web developer if you aren't sure which file to edit or where it is located.
Left click your mouse beside the file you want to edit in the checkbox. Click the 'edit' button found in the navigation menu going across the top of the File Manager.
Use the visual editor in the new window to add or edit content, or click 'HTML' in the top right to open the file in HTML view. If it appears blank, click the 'HTML' button to see the contents of the page.
Modify your file and click the 'Save File' icon in the top left of the editor. The 'Save File' icon is an image of a floppy disk.
Check your website to verify the changes you made.
In Feburary 2016 29,
Sunday, 28 February 2016
How to Upload Files to WordPress Larger Than 2MbIn Feburary 2016 28,
In Feburary 2016 28,
Access PHP Config. Log in to your cPanel account and scroll down to “Software and Services.” Next, click “PHP Configuration.”
Install the php.ini file. Once you are on this screen, click the button that says “Install PHP.INI Master File.”
Access the php.ini file. Go back to the cPanel main screen. Click “File Manager” and then “Webroot.” Find the file that says “php.ini” and select “Edit.”
Change the maximum file size. Once the configuration file opens, find the line that says “upload_max_filesize=” and change the file size to 300M. Also change the line that says “post_max_size=” to 300M.
Increase the time allowed. Find the lines that say “max_execution_time =30” and “max_input_time =60” and change them both to 120. This allows for the server to allow 120 seconds to execute, or load, scripts and parse data. This may be necessary if you are uploading large files.
Save the changes. Click the button that says “Save Changes.”
Test the settings. Log in to WordPress and try to upload a file that is greater than 2 MB but less than 100 MB. If you still receive an error message, contact your Web host.
In Feburary 2016 28,
Access PHP Config. Log in to your cPanel account and scroll down to “Software and Services.” Next, click “PHP Configuration.”
Install the php.ini file. Once you are on this screen, click the button that says “Install PHP.INI Master File.”
Access the php.ini file. Go back to the cPanel main screen. Click “File Manager” and then “Webroot.” Find the file that says “php.ini” and select “Edit.”
Change the maximum file size. Once the configuration file opens, find the line that says “upload_max_filesize=” and change the file size to 300M. Also change the line that says “post_max_size=” to 300M.
Increase the time allowed. Find the lines that say “max_execution_time =30” and “max_input_time =60” and change them both to 120. This allows for the server to allow 120 seconds to execute, or load, scripts and parse data. This may be necessary if you are uploading large files.
Save the changes. Click the button that says “Save Changes.”
Test the settings. Log in to WordPress and try to upload a file that is greater than 2 MB but less than 100 MB. If you still receive an error message, contact your Web host.
In Feburary 2016 28,
Saturday, 27 February 2016
How to Back Up a Go Daddy WebsiteIn Feburary 2016 27,
In Feburary 2016 27,
Create a new folder on your computer's desktop, called 'Backup.'
Launch a web browser and go to www.godaddy.com.
Log in to your GoDaddy account, and click 'My Account' to navigate to the Account Manager.
Select 'Web Hosting' in the Products section. When the screen shifts to your hosting account, click the 'Launch' button next to the account that contains the site that you want to back up.
Click the 'Content' tab in the Hosting Control Center, then click 'Java FTP Client.'
Click 'Yes' or 'Trust' if a security window asks you for permission to continue.
Set the left-hand 'Local System' window to the 'Backup' folder on your computer's desktop.
Drag and drop all of the files for the website you are backing up from the right-hand 'Remote System' window into the 'Backup' folder.
Connect an external drive to your computer via a USB port. Depending on the size of your website, this could be as small as a flash drive or as large as an independent hard drive.
Drag and drop the 'Backup' folder into the external drive. Store this drive somewhere safe.
In Feburary 2016 27,
Create a new folder on your computer's desktop, called 'Backup.'
Launch a web browser and go to www.godaddy.com.
Log in to your GoDaddy account, and click 'My Account' to navigate to the Account Manager.
Select 'Web Hosting' in the Products section. When the screen shifts to your hosting account, click the 'Launch' button next to the account that contains the site that you want to back up.
Click the 'Content' tab in the Hosting Control Center, then click 'Java FTP Client.'
Click 'Yes' or 'Trust' if a security window asks you for permission to continue.
Set the left-hand 'Local System' window to the 'Backup' folder on your computer's desktop.
Drag and drop all of the files for the website you are backing up from the right-hand 'Remote System' window into the 'Backup' folder.
Connect an external drive to your computer via a USB port. Depending on the size of your website, this could be as small as a flash drive or as large as an independent hard drive.
Drag and drop the 'Backup' folder into the external drive. Store this drive somewhere safe.
In Feburary 2016 27,
Friday, 26 February 2016
How to Change a Go Daddy Absolute Hosting PathIn Feburary 2016 26,
In Feburary 2016 26,
Open your preferred Web browser.
Log in to your Go Daddy 'Account Manager' by typing your 'Customer No. or Login Name' and 'Password.'
Click 'Web Hosting' under the 'Products' section.
Click the 'Launch' button next to the hosting account you wish to modify.
Navigate to the 'Server' section. Replace the existing 'Absolute Hosting Path' with the new one. Click 'Save.'
In Feburary 2016 26,
Open your preferred Web browser.
Log in to your Go Daddy 'Account Manager' by typing your 'Customer No. or Login Name' and 'Password.'
Click 'Web Hosting' under the 'Products' section.
Click the 'Launch' button next to the hosting account you wish to modify.
Navigate to the 'Server' section. Replace the existing 'Absolute Hosting Path' with the new one. Click 'Save.'
In Feburary 2016 26,
Tuesday, 23 February 2016
How to Install TS Web in Windows 7In Feburary 2016 23,
In Feburary 2016 23,
Click 'Start,' type 'Administrative Tools' in the Search box and then press 'Enter.'
Double-click 'Server Manager' on the Administrative Tools window that opens.
Click 'Add Roles' below Roles Summary on the Server Manager screen.
Click the 'Next' button on the Before You Begin screen.
Choose the 'Terminal Services' check box on the Select Server Roles screen and then click 'Next.'
Click 'Next' on the Terminal Services screen.
Choose the 'TS Web Access' check box on the Select Role Services screen.
Click 'Add Required Role Services' and then click 'Next.'
Click 'Next' on the Web Server (IIS) screen.
Click 'Next' on the Select Role Services screen.
Click 'Install' on the Confirm Installation Selections screen.
Click 'Close' on the Installation Results screen.
In Feburary 2016 23,
Click 'Start,' type 'Administrative Tools' in the Search box and then press 'Enter.'
Double-click 'Server Manager' on the Administrative Tools window that opens.
Click 'Add Roles' below Roles Summary on the Server Manager screen.
Click the 'Next' button on the Before You Begin screen.
Choose the 'Terminal Services' check box on the Select Server Roles screen and then click 'Next.'
Click 'Next' on the Terminal Services screen.
Choose the 'TS Web Access' check box on the Select Role Services screen.
Click 'Add Required Role Services' and then click 'Next.'
Click 'Next' on the Web Server (IIS) screen.
Click 'Next' on the Select Role Services screen.
Click 'Install' on the Confirm Installation Selections screen.
Click 'Close' on the Installation Results screen.
In Feburary 2016 23,
Monday, 22 February 2016
How to Update My WebsiteIn Feburary 2016 22,
In Feburary 2016 22,
Go to the link below and click on 'Free Trial.' After registering at the site, download Adobe DreamWeaver, a website design program for updating your website.
Download your website in html or htm format using the FTP server from your hosting company or the 'File Manager' feature of your hosting company. (For example, if your website is hosted at Globat.com, then go there, click on 'File Manager' and download 'index.html.')
Decide whether you are more comfortable working with a graphic visual interface or looking directly at the code. Click on the 'Design' button to see the website from a graphical perspective or on the 'Code' button to look at the html.
Update your website by adding the necessary new paragraphs or lines of code. If you are using the graphical view, click 'In Context Editing' to create a region where text can be edited. Clicking on the region again will cause a cursor to appear so you can edit the text directly on the webpage using the design interface.
Update your website in 'Code View' simply by finding the line where text needs to be added or changed, and replacing your old text with the new information.
In Feburary 2016 22,
Go to the link below and click on 'Free Trial.' After registering at the site, download Adobe DreamWeaver, a website design program for updating your website.
Download your website in html or htm format using the FTP server from your hosting company or the 'File Manager' feature of your hosting company. (For example, if your website is hosted at Globat.com, then go there, click on 'File Manager' and download 'index.html.')
Decide whether you are more comfortable working with a graphic visual interface or looking directly at the code. Click on the 'Design' button to see the website from a graphical perspective or on the 'Code' button to look at the html.
Update your website by adding the necessary new paragraphs or lines of code. If you are using the graphical view, click 'In Context Editing' to create a region where text can be edited. Clicking on the region again will cause a cursor to appear so you can edit the text directly on the webpage using the design interface.
Update your website in 'Code View' simply by finding the line where text needs to be added or changed, and replacing your old text with the new information.
In Feburary 2016 22,
How to Upload Products on Zen Cart Via CSVIn Feburary 2016 22,
In Feburary 2016 22,
Download the EasyPopulate module from the Zen Cart module repository. Extract the contents of the zip file to your desktop, or to a common folder.
Access your server using an FTP program, or using your Web host's file manager.
Upload the contents of the 'Admin' folder (not the folder itself) to the Zen Cart administration directory on your server.
Upload the contents of the 'TempEP' folder to the root directory of your Zen Cart installation.
Sign in to your Zen Cart administration dashboard. Click on 'Tools,' and then click on 'Easy Populate.' A message will appear in your administration header, requesting you to 'Click Here' to configure the installation file. Follow the link to configure the installation.
Click on 'Download Complete .csv File to Edit.' The csv template will now download.
Open the CSV file and add the desired data to upload your products in bulk. Save the file, and then click on 'Upload EP File.'
Select the CSV file to upload, and then click on 'Insert Into DB' to import your bulk products.
In Feburary 2016 22,
Download the EasyPopulate module from the Zen Cart module repository. Extract the contents of the zip file to your desktop, or to a common folder.
Access your server using an FTP program, or using your Web host's file manager.
Upload the contents of the 'Admin' folder (not the folder itself) to the Zen Cart administration directory on your server.
Upload the contents of the 'TempEP' folder to the root directory of your Zen Cart installation.
Sign in to your Zen Cart administration dashboard. Click on 'Tools,' and then click on 'Easy Populate.' A message will appear in your administration header, requesting you to 'Click Here' to configure the installation file. Follow the link to configure the installation.
Click on 'Download Complete .csv File to Edit.' The csv template will now download.
Open the CSV file and add the desired data to upload your products in bulk. Save the file, and then click on 'Upload EP File.'
Select the CSV file to upload, and then click on 'Insert Into DB' to import your bulk products.
In Feburary 2016 22,
Sunday, 21 February 2016
How to Disable Anonymous FTP in Windows Server 2003In Feburary 2016 21,
In Feburary 2016 21,
Open your start menu and click 'Control Panel.' If you don't see it, check under the 'Settings' menu.
Double-click 'Administrative Tools,' then 'Internet Information Services (IIS) Manager.'
Expand the FTP server by clicking the arrow next to its name, then expand 'FTP Sites.'
Right-click on 'Default FTP Site' and click 'Properties.' Select the 'Security Accounts' tab. Un-check 'Allow Anonymous Connections' and click OK.
Close the IIS window. Your FTP server should no longer be accepting anonymous FTP connections.
In Feburary 2016 21,
Open your start menu and click 'Control Panel.' If you don't see it, check under the 'Settings' menu.
Double-click 'Administrative Tools,' then 'Internet Information Services (IIS) Manager.'
Expand the FTP server by clicking the arrow next to its name, then expand 'FTP Sites.'
Right-click on 'Default FTP Site' and click 'Properties.' Select the 'Security Accounts' tab. Un-check 'Allow Anonymous Connections' and click OK.
Close the IIS window. Your FTP server should no longer be accepting anonymous FTP connections.
In Feburary 2016 21,
Labels:
Administrative,
Expand,
FTP,
IIS,
Information,
Internet,
Manager,
server,
Services,
Tools
How to Use CPanel to Create a WebsiteIn Feburary 2016 21,
In Feburary 2016 21,
Create your website files using Notepad or an HTML program. Save the files on your computer and remember where you saved them.
Log in to Cpanel. Use the information your hosting provider gave you to log in to your Cpanel account.
Access the main directory. Click on the icon that says 'File Manager' and then select the 'Document Root' folder for your domain. Next click on ''public_html'.
Upload your website files. You will see a split screen. One side represents your computer's drive, the other side represents the Cpanel tool. Transfer your website HTML files from your computer to Cpanel by highlighting the files and clicking on the transfer arrow.
Test your website. To ensure that your files have been properly uploaded, type your web address in your browser window.
Installing Website Software
Log in to your Cpanel account.Scroll down to 'Software and Services' and click on 'Fantastico Deluxe'.
Decide on which software you want to use to create your website. Fantastico has many choices of website software categorized as either 'Blogs' or 'Content Management Systems'. If you click on each software selection you can see its features. Your choice will depend on what your needs are.
Make your software selection and click on it. Next click on 'New Installation' to begin the installation process.
Follow the prompts to install the software. Usually you will just have to enter basic information such as the name of your site, your email address and a site password.
Wait for the installation to complete; the screen will prompt you when this is the case. You will also receive an email if you provided your email address.
Use the web software to create your website. Now that the software is installed, you can begin adding content to your website. The email you received after installation will provided details on how to log in to the administration panel so that you can begin to add content.
In Feburary 2016 21,
Create your website files using Notepad or an HTML program. Save the files on your computer and remember where you saved them.
Log in to Cpanel. Use the information your hosting provider gave you to log in to your Cpanel account.
Access the main directory. Click on the icon that says 'File Manager' and then select the 'Document Root' folder for your domain. Next click on ''public_html'.
Upload your website files. You will see a split screen. One side represents your computer's drive, the other side represents the Cpanel tool. Transfer your website HTML files from your computer to Cpanel by highlighting the files and clicking on the transfer arrow.
Test your website. To ensure that your files have been properly uploaded, type your web address in your browser window.
Installing Website Software
Log in to your Cpanel account.Scroll down to 'Software and Services' and click on 'Fantastico Deluxe'.
Decide on which software you want to use to create your website. Fantastico has many choices of website software categorized as either 'Blogs' or 'Content Management Systems'. If you click on each software selection you can see its features. Your choice will depend on what your needs are.
Make your software selection and click on it. Next click on 'New Installation' to begin the installation process.
Follow the prompts to install the software. Usually you will just have to enter basic information such as the name of your site, your email address and a site password.
Wait for the installation to complete; the screen will prompt you when this is the case. You will also receive an email if you provided your email address.
Use the web software to create your website. Now that the software is installed, you can begin adding content to your website. The email you received after installation will provided details on how to log in to the administration panel so that you can begin to add content.
In Feburary 2016 21,
Friday, 19 February 2016
How to Delete a Godaddy AccountIn Feburary 2016 19,
In Feburary 2016 19,
Start your Internet browser and go to GoDaddy.com.
Sign in to the Account Manager.
Choose 'Hosting' from the 'My Products' section.
Locate the hosting account that you wish to cancel and click on it once.
Choose 'Cancel Account,' which is located above the account list.
Select 'Save Changes,' in the 'Cancel Hosting Account' section on the right-hand side of the screen.
In Feburary 2016 19,
Start your Internet browser and go to GoDaddy.com.
Sign in to the Account Manager.
Choose 'Hosting' from the 'My Products' section.
Locate the hosting account that you wish to cancel and click on it once.
Choose 'Cancel Account,' which is located above the account list.
Select 'Save Changes,' in the 'Cancel Hosting Account' section on the right-hand side of the screen.
In Feburary 2016 19,
Thursday, 18 February 2016
How to Change the Default Rendering on SSRSIn Feburary 2016 18,
In Feburary 2016 18,
Locate the report you will be creating a link to using the ReportServer portal in SSRS. Typically, this is found at http://servername/ReportServer. The interface will be minimal, but will display the same folders and reports as the Report Manager.
Copy the URL. Note that the URL may contain several parameters, but the part to look for is the report path, which can be found between the '?' and the first '&', if any exists. In the following example, the report path is '/Folder/Report%20Name':http://servername/ReportServer?/Folder/Report%20Name&rs:Command=Render
Create a new URL using the report path with some additional parameters to specify the rendering format. The 'rs:Format' parameter specifies the rendering format for the report. The following values are common for a default installation of SSRS: HTML4.0, MHTML, IMAGE, EXCEL, PDF and CSV. The 'rs:Command' parameter set to 'Render' instructs the report server to render the report in the specified format.For example, for a URL that always renders the report as a PDF document, use the following:http://servername/ReportServer?/Folder/Report%20Name&rs:Format=PDF&rs:Command=Render
Render a report as an Excel document this way:http://servername/ReportServer?/Folder/Report%20Name&rs:Format=EXCEL&rs:Command=Render
In Feburary 2016 18,
Locate the report you will be creating a link to using the ReportServer portal in SSRS. Typically, this is found at http://servername/ReportServer. The interface will be minimal, but will display the same folders and reports as the Report Manager.
Copy the URL. Note that the URL may contain several parameters, but the part to look for is the report path, which can be found between the '?' and the first '&', if any exists. In the following example, the report path is '/Folder/Report%20Name':http://servername/ReportServer?/Folder/Report%20Name&rs:Command=Render
Create a new URL using the report path with some additional parameters to specify the rendering format. The 'rs:Format' parameter specifies the rendering format for the report. The following values are common for a default installation of SSRS: HTML4.0, MHTML, IMAGE, EXCEL, PDF and CSV. The 'rs:Command' parameter set to 'Render' instructs the report server to render the report in the specified format.For example, for a URL that always renders the report as a PDF document, use the following:http://servername/ReportServer?/Folder/Report%20Name&rs:Format=PDF&rs:Command=Render
Render a report as an Excel document this way:http://servername/ReportServer?/Folder/Report%20Name&rs:Format=EXCEL&rs:Command=Render
In Feburary 2016 18,
Thursday, 11 February 2016
How to Disable WebDAV IIS 6.0In Feburary 2016 11,
In Feburary 2016 11,
Click the Windows 'Start' button, select 'Administrative Tools,' and then click 'Internet Information Services (IIS) Manager.'
Select the 'Web Service Extensions' folder on the left side of the IIS Manager window.
Select the 'Extended' tab near the bottom of the window.
Select the 'WebDAV' item below the 'Web Service Extension' heading on the right side of the window.
Click the adjacent 'Prohibit' button.
In Feburary 2016 11,
Click the Windows 'Start' button, select 'Administrative Tools,' and then click 'Internet Information Services (IIS) Manager.'
Select the 'Web Service Extensions' folder on the left side of the IIS Manager window.
Select the 'Extended' tab near the bottom of the window.
Select the 'WebDAV' item below the 'Web Service Extension' heading on the right side of the window.
Click the adjacent 'Prohibit' button.
In Feburary 2016 11,
Tuesday, 9 February 2016
How to Move an OpenX ServerIn Feburary 2016 09,
In Feburary 2016 09,
Log in to your site's administrative back-end and make sure that the server points to your new domain name. Your host might do this for you automatically.
Connect to your site via an FTP client or a file manager provided by your Web host, whichever is most convenient for you. Navigate to the 'var' directory within your OpenX server files and locate the 'olddomain.com.conf.php' file, where 'olddomain' is the URL of your old domain. Right-click the file and select 'Rename.' Change 'olddomain' to your new domain name.
Double-click the newly named file to open it. Change every instance of your old domain name in the file to the new domain name. Save and close the file.
Double-click the 'default.conf.php' file. Replace every instance of your old domain name in the file with your new domain name. Save and close the file.
Open every other file with 'conf' in its name and change any instance of your old domain to the new domain. The number and names of these configuration files will vary depending on how you have previously used your OpenX server. Once all of the files point to the new domain, you are ready to use OpenX with your new domain name.
In Feburary 2016 09,
Log in to your site's administrative back-end and make sure that the server points to your new domain name. Your host might do this for you automatically.
Connect to your site via an FTP client or a file manager provided by your Web host, whichever is most convenient for you. Navigate to the 'var' directory within your OpenX server files and locate the 'olddomain.com.conf.php' file, where 'olddomain' is the URL of your old domain. Right-click the file and select 'Rename.' Change 'olddomain' to your new domain name.
Double-click the newly named file to open it. Change every instance of your old domain name in the file to the new domain name. Save and close the file.
Double-click the 'default.conf.php' file. Replace every instance of your old domain name in the file with your new domain name. Save and close the file.
Open every other file with 'conf' in its name and change any instance of your old domain to the new domain. The number and names of these configuration files will vary depending on how you have previously used your OpenX server. Once all of the files point to the new domain, you are ready to use OpenX with your new domain name.
In Feburary 2016 09,
Saturday, 6 February 2016
How to Create a Table in GoDaddy With MySQLIn Feburary 2016 06,
In Feburary 2016 06,
Open a Web browser. Navigate to the GoDaddy website and log in to your customer account. At the top of the window, click the 'Database' tab to open a list of database management features.
Click the 'Run Query' link to open a query manager. Click 'MySQL' to open a view of your database. You can create tables, delete tables and edit table information in the phpMyAdmin application.
Type the following code to create a GoDaddy table:create table customer(id int,name varchar(50))In this example, a customer table is created with two columns: ID and name. You can add as many columns as you need in the table. Separate each column definition with a comma.
Click the 'Run' button. The application creates the table and sets up the columns. After the page refreshes, the new table is displayed in the phpMyAdmin window.
In Feburary 2016 06,
Open a Web browser. Navigate to the GoDaddy website and log in to your customer account. At the top of the window, click the 'Database' tab to open a list of database management features.
Click the 'Run Query' link to open a query manager. Click 'MySQL' to open a view of your database. You can create tables, delete tables and edit table information in the phpMyAdmin application.
Type the following code to create a GoDaddy table:create table customer(id int,name varchar(50))In this example, a customer table is created with two columns: ID and name. You can add as many columns as you need in the table. Separate each column definition with a comma.
Click the 'Run' button. The application creates the table and sets up the columns. After the page refreshes, the new table is displayed in the phpMyAdmin window.
In Feburary 2016 06,
Friday, 5 February 2016
How to Solve 'Permission Denied' in HostMonsterIn Feburary 2016 05,
In Feburary 2016 05,
Login to your HostMonster control panel. Click 'File Manager,' select the Web Root 'public_html' directory and click 'Go.' Highlight the '._private' directory and select 'Edit' at the top of the menu.
Click 'Change Permissions' at the top of the file manager menu. Place check marks in the 'Read,' 'Write' and 'Execute' boxes and click the 'Change Permissions' button to save.
Click the 'Home' button on the sub-menu and highlight 'access-logs.' Click 'Change Permissions' and insert check marks in the 'Read,' 'Write' and 'Execute' boxes. Click the 'Change Permissions' button to save.
Resolving 'Permission Denied' error using Web Design Software
Login to the hosting account where your domain name is parked (this may or may not be the same company that host your website.) Unlock the domain name to make changes.
Access the DNS (Domain Name Server) settings in the administration section of your domain account. Change the DNS primary and secondary server information to 'NS1.HOSTMONSTER.COM' and 'NS2.HOSTMONSTER.COM' respectively.
Lock the domain name to save the settings and log out of your domain name control panel.
In Feburary 2016 05,
Login to your HostMonster control panel. Click 'File Manager,' select the Web Root 'public_html' directory and click 'Go.' Highlight the '._private' directory and select 'Edit' at the top of the menu.
Click 'Change Permissions' at the top of the file manager menu. Place check marks in the 'Read,' 'Write' and 'Execute' boxes and click the 'Change Permissions' button to save.
Click the 'Home' button on the sub-menu and highlight 'access-logs.' Click 'Change Permissions' and insert check marks in the 'Read,' 'Write' and 'Execute' boxes. Click the 'Change Permissions' button to save.
Resolving 'Permission Denied' error using Web Design Software
Login to the hosting account where your domain name is parked (this may or may not be the same company that host your website.) Unlock the domain name to make changes.
Access the DNS (Domain Name Server) settings in the administration section of your domain account. Change the DNS primary and secondary server information to 'NS1.HOSTMONSTER.COM' and 'NS2.HOSTMONSTER.COM' respectively.
Lock the domain name to save the settings and log out of your domain name control panel.
In Feburary 2016 05,
Tuesday, 2 February 2016
How to Backup Filezilla LoginsIn Feburary 2016 02,
In Feburary 2016 02,
Launch FileZilla by clicking on the FileZilla FTP icon on your desktop. Select 'Export' from the 'File' menu found on the software menu bar.
FileZilla stores site login information in 'Site Manager.' In the 'Export Settings' window, select the check box for 'Export Site Manager Entries' and click the 'OK' button.
Type a file name for the XML file to save and click the 'Save' button. The backup file will be saved to the designated file location on your hard drive.
Restore Site Manager Entries
Select 'Import' from the 'File' menu.
Select a previously exported FileZilla XML file to restore and click the 'Open' button.
Verify the 'Site Manager Entries' check box in the 'Import Settings' window is checked, then click the 'OK' button. A confirmation window will indicate the import was successful.
In Feburary 2016 02,
Launch FileZilla by clicking on the FileZilla FTP icon on your desktop. Select 'Export' from the 'File' menu found on the software menu bar.
FileZilla stores site login information in 'Site Manager.' In the 'Export Settings' window, select the check box for 'Export Site Manager Entries' and click the 'OK' button.
Type a file name for the XML file to save and click the 'Save' button. The backup file will be saved to the designated file location on your hard drive.
Restore Site Manager Entries
Select 'Import' from the 'File' menu.
Select a previously exported FileZilla XML file to restore and click the 'Open' button.
Verify the 'Site Manager Entries' check box in the 'Import Settings' window is checked, then click the 'OK' button. A confirmation window will indicate the import was successful.
In Feburary 2016 02,
Monday, 1 February 2016
How to Set Permissions in Go DaddyIn Feburary 2016 01,
In Feburary 2016 01,
Open a Web browser window, navigate to the GoDaddy.com home page, log into your account and then click the 'My Account' link.
Click the 'Web Hosting' link within the 'Products' section and then click the 'Launch' link adjacent to the name of the hosting account you want to update.
Click the 'File Manager' link within the 'Content' section.
Select one or more directories, click the 'Permissions' icon and then click 'Advanced.'
Uncheck the 'Read' box to prevent public access to the directory, or check the box to re-enable public access if you disabled it previously.
Uncheck the 'Write' box to prevent users from writing to files in the directory, or check the box to re-enable writing access if you disabled it previously.
Uncheck the 'Execute (Directory)' box to prevent users from executing scripts within the directory, or check the box to re-enable script access if you disabled it previously.
Click 'OK' to confirm your choices.
Set Permissions on a Windows Server
Open a Web browser window, navigate to the GoDaddy.com home page, log into your account and then click the 'My Account' link.
Click the 'Web Hosting' link within the 'Products' section and then click the 'Launch' link adjacent to the name of the hosting account you want to update.
Click the 'IIS Settings' link within the 'Content' section.
Select one or more directories and then click 'Edit.'
Uncheck the 'Anonymous Access' box to prevent public access to the selected directories, or check the box to re-enable public access if you disabled it previously. In either case, click 'OK' to confirm your choice.
In Feburary 2016 01,
Open a Web browser window, navigate to the GoDaddy.com home page, log into your account and then click the 'My Account' link.
Click the 'Web Hosting' link within the 'Products' section and then click the 'Launch' link adjacent to the name of the hosting account you want to update.
Click the 'File Manager' link within the 'Content' section.
Select one or more directories, click the 'Permissions' icon and then click 'Advanced.'
Uncheck the 'Read' box to prevent public access to the directory, or check the box to re-enable public access if you disabled it previously.
Uncheck the 'Write' box to prevent users from writing to files in the directory, or check the box to re-enable writing access if you disabled it previously.
Uncheck the 'Execute (Directory)' box to prevent users from executing scripts within the directory, or check the box to re-enable script access if you disabled it previously.
Click 'OK' to confirm your choices.
Set Permissions on a Windows Server
Open a Web browser window, navigate to the GoDaddy.com home page, log into your account and then click the 'My Account' link.
Click the 'Web Hosting' link within the 'Products' section and then click the 'Launch' link adjacent to the name of the hosting account you want to update.
Click the 'IIS Settings' link within the 'Content' section.
Select one or more directories and then click 'Edit.'
Uncheck the 'Anonymous Access' box to prevent public access to the selected directories, or check the box to re-enable public access if you disabled it previously. In either case, click 'OK' to confirm your choice.
In Feburary 2016 01,
Subscribe to:
Posts (Atom)