Posts mit dem Label permissions werden angezeigt. Alle Posts anzeigen
Posts mit dem Label permissions werden angezeigt. Alle Posts anzeigen

Mittwoch, 24. Februar 2016

How to Change Permissions to an FTP SiteIn Feburary 2016 24,

In Feburary 2016 24,
Log in to your CPanel. The CPanel (control panel) is an application that came with your hosting account. Information on how to log in was emailed to you after purchasing the account. Refer to the email on how to log in.
Click on 'FTP Accounts.' This will allow you to add new users and/or change permissions of existing users. There is an area at the top to add new users, or you can click on the area next to an existing user to change the permission. Once you are finish with this, go back to the homepage.
Click on 'File Manager.' This is where you can change the permissions to certain files and directories. Once the File Manager comes up, right-click on a folder or file. Click on 'Change Permissions.' In the dialog box that appears, set whatever permissions you like for users or public access.
Changing Permission Through FTP Software
Open the software program and connect to your server. This is done by using the FTP username and password that you set up through the CPanel. Once connected, you will see a list of all of your files and directories on the right side of the program.
Right-click on a file or directory. Choose 'Change Permission.' Set the permission to the file or directory by selecting or deselecting the checks from the 'Read,' 'Write' and 'Execute' boxes.
Wait for verification that the permission has been changed in the status box. The status box is usually above or below the area where the files are listed. Sometime you will receive an error message if the program wasn't able to change permissions. If this happens, you will have to alter the permissions on the site level by going to the CPanel's FTP Accounts screen.
In Feburary 2016 24,

How to Set Up FormMail in cPanelIn Feburary 2016 24,

In Feburary 2016 24,
Download the latest version of FormMail from Matt’s Script Archive at scriptarchive.org. The file you will be downloading is “formmail.pl.”
Upload formmail.pl to the “cgi-bin” on your Web server. Log into cPanel with your user name and password and go to the “File Manager.” Within the file manager, navigate to “public_html” and then choose “cgi-bin” and upload the FormMail file.
Change the file permissions of formmail.pl to make it a file that is writable by the system. From the file manager, check the box next to FormMail and click the button to edit the file permissions. Change the permissions to a CHMOD setting of 755. This code allows the website to both read and write data associated with FormMail.
Create an HTML code snippet to use on your website. Navigate out of the File Manager and return to the main cPanel dashboard. Click the “Fantastico” icon and use the Fantastico form generator to automatically generate the HTML code for your form. Be sure to input the email address to which form submissions should be delivered, and what form elements you wish to include, such as sender name, sender email and message.
Edit the form to make it compatible with FormMail. Copy and paste the Fantastico-generated code into a text editor, such as Windows Notepad. Edit the form action to point to the location of FormMail, and that the method is “post.” The code should resemble:
form action=“/cgi-bin/formmail.pl” method=“post”
Use the form. Copy and paste the revised form code into the contact page of your website. Navigate to the page in your Web browser and submit a test form to make sure the delivery works properly. Should the form fail, use Fantastico to check the code for errors.
In Feburary 2016 24,

Dienstag, 16. Februar 2016

How to Upload Files to SharepointIn Feburary 2016 16,

In Feburary 2016 16,
Open the Sharepoint library where you want to upload your file. If no library is available, you may need to create a new Sharepoint library. You can also use the default library, called Shared Documents.
Select the Documents tab on the Sharepoint ribbon at the top of the application. Documents is part of the Library Tools section of the ribbon.
Select Upload Document. If the Upload Document selection is all in gray and not clickable, you do not have permission to add documents to the library that you have opened. You may want to check your permissions with your IT department or create a new library in which you have permission to upload files.
Browse for your file in the Upload Document dialog box and click OK.
Adjust your newly uploaded files properties and permissions as appropriate.
In Windows Explorer
Open Windows Explorer--right click on the Windows Start button and select Explorer from the menu. The Windows Start button is the button on the bottom left side of your monitor with the Windows logo.
Find the file you want to upload to Microsoft Sharepoint.
Drag and drop the file onto the Upload Document dialog box in Sharepoint. To get this dialog box, select Upload Document from within the Documents tab in the Library Tools section of the Sharepoint ribbon.
In Sharepoint Compatible Programs
Click on the Microsoft Office button at the top left of the program. The Microsoft Office button is the round button with the Microsoft Office logo.
Select Publish from the list that pops up.
Select Document Management Server from the new list on the right.
Select your Sharepoint library from the network locations.
In Feburary 2016 16,

Samstag, 13. Februar 2016

How to Change Directory Permissions in Plesk 9.3In Feburary 2016 13,

In Feburary 2016 13,
Open your FTP software and log into your Web hosting account. The root directory of your Web hosting account will launch.
Locate the directory on the Web server that you want to change.
Right-click on the directory and click on 'Properties,' or 'File Permissions' in some cases, then identify the current chmod permissions in the appropriate text field. The permissions will be expressed with three digits, such as '644,' '755,' or '777,' for example.
Go to the Page Resource website (see Resources) and look at the permission numbers. Directories and files are typically assigned the following permissions: '644,' '755,' or '777,' the latter of which is known as 'world writable,' meaning that all users will have access. Confirm the changes.
Exit the FTP application.
In Feburary 2016 13,

Donnerstag, 11. Februar 2016

How to Create a Subscription Web SiteIn Feburary 2016 11,

In Feburary 2016 11,
Create a Web-hosting account. Find a Web host that allows installation of third-party software. Hosting of this variety can be found for about $4 per month as of August 2010 (see reference 2).
Install the content management system (CMS) to manage the website's content. The Web host likely offers two or three different packages as part of its hosting plan. Common open-source choices are Drupal, Joomla and Mambo (see reference 1). These packages are installed through a point-and-click interface from the hosting control panel. Installation and configuration takes less than five minutes to complete.
Customize the CMS installation. Set user permissions to allow registered and anonymous user access. Apply a design theme to set the look and feel of the website, and upload the custom graphics that will be used. All of these are accomplished from the CMS admin control panel. Each item has its own heading to configure that option. Click the heading, set the option and select 'save' when done to apply the new setting.
Create the website content. This includes the written and graphical content. The CMS includes a content editor as part of the program, so content can be created directly in the CMS. Another part of creating content in a CMS is assigning who is able to access that content. As pages are created, assign a permission level of 'registered' or 'anonymous.' Content set to 'registered' is available only to subscribers. The setting is a drop-down box located at the bottom of the content creation editor. Choose the access level, and then click 'save' to apply the permissions.
Set up a payment processing account. The payment processor will handle billing the customer through credit card or alternative means, then deposit that money into your account after subtracting the processing fees. Popular choices for small businesses are PayPal and Google, but other options also exist (see reference 3). Do your homework to find the best mix of processing fees and value-added services offered by the payment processor.
Test the website thoroughly before deployment. Nothing annoys paying customers like not being able to get what they paid for. Test every functional aspect of the website before going live. Once confirmed operational, the site is ready to be launched.
In Feburary 2016 11,