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

Sonntag, 28. Februar 2016

How to Upload Files to a Web ServerIn Feburary 2016 28,

In Feburary 2016 28,
Use FileZilla to upload your files to your web server (see Resources.) This is a free software program designed for beginners. Log into the console using the information provided by your web hosting provider (domain, account username, and password). When you log in, navigate to the folder on your computer containing your web files and then drag and drop the file to your web server. This software works on almost all platforms, including Windows, Mac OS X and Linux.
Manage your web server files using Ipswitch WS_FTP. This software, which contains advanced security features to protect your file transfers, is available for a fee (see Resources.) Establish your connection using your login details provided by your web hosting service, then view your files side by side---the local (computer) files show on the left and the web server files show on the right side. Click the 'Transfer' arrows to move files from your computer to the web server side. This software works on Windows systems.
Transfer files to your web server using SmartFTP. SmartFTP is a paid FTP software option but you can start uploading web server files free for 30 days to get the hang of the tool (see Resources.) After logging in with your account details (username and password,) you'll view a series of windows that contain your computer files and web server, and preview windows that show you what you're about to transfer before taking any action. Upload files to your web server by dragging and dropping them to the window pane containing your remote web files, or schedule a recurring transfer to occur automatically if you wish. This option is compatible with Windows operating systems.
In Feburary 2016 28,

Mittwoch, 24. Februar 2016

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, 23. Februar 2016

How to Create Your Own Private World of Warcraft ServerIn Feburary 2016 23,

In Feburary 2016 23,
Find a website such as 'AC Web' that offers simple server software that will allow you to run your own private server. (See Resources.)
Go to the downloads page of the website and download the latest version of the software. If you are using the AC Web software it will be titled 'AC Web Ultimate Repack.'
Follow the installation instructions for the Repack software after downloading it and then navigate to the folder where it was installed on your computer.
Double-click on the map extractor program to extract all of the game world maps.
Navigate to the folder where you have the World of Warcraft game installed and then transfer all of the extracted maps into it.
Open the file named 'realmslist.wtf' using Notepad or a similar text program. Remove everything in the file and then replace it with the phrase 'set realmlist 127.0.0.1' which will instruct the game to look to your own computer when loading a server to play on. Save the file.
Run the executable file named 'Control Panel' that was extracted with the maps. Start the World of Warcraft game and you will then be able to play on your own private server.
In Feburary 2016 23,