Showing posts with label webpage. Show all posts
Showing posts with label webpage. Show all posts

Monday, August 31, 2015

How to Get IP SMTP From a CPanel (3 Steps)


Go to the cPanel login webpage for your web hosting provider, then enter your username and password to log into your cPanel account. Click the 'Login' button to open the main cPanel window.
Click the 'Email Delivery Route' icon under the 'Mail' section on the main cPanel page.
Enter the email address that you want to find the IP SMTP address for, then click the 'Show Route' button. The resulting page will show all of the routing information about that email address, including the IP SMTP information.
VPS Hosting

Tuesday, August 25, 2015

How to Install Omniture


Access your Adobe Support Manager.
Highlight the Omniture HTML component link provided in the Adobe Support Manager. Right-click the HTML link and click “Copy.”
Log into the website's hosting server platform and open the webpage editor.
Locate the HTML view to see the raw HTML code for the page you intend to edit.
Right-click in the header or footer area of the site's HTML code. The header area is located directly above the beginning of the code, and the footer area is directly below the end of the code.
Click the “Paste” action to place the Omniture HTML embed code link with the site's HTML code.
Save the changes to your Web hosting server. This action installs Omniture to the site, and enables data collection for optimization and monitoring purposes.
VPS Hosting

Saturday, August 22, 2015

How to Stream a WAV (6 Steps)


Upload the WAV file to your own server. Although you might want to stream a file that already exists online somewhere, doing so could cause the person hosting the file to lose “bandwidth” (the amount of data the hosting provider allows him to use each month) every time someone plays it. Login to your 'File Manager' and upload the file. Double click on the name of your file within the 'File Manager' to open it in a new tab or window.
Add an 'embed' code to the HTML of the webpage on which you wish to stream your WAV file. Hold down the 'Ctrl' and 'C' keys at the same time and copy the following code onto your computer's clipboard by highlighting it.
hidden=true>
.
Paste the embed code into the HTML file for the page on which you plan to stream your wave. Double click on the file name—'index.html,' for example—in your 'File Manager' to open the HTML editor. Click your mouse wherever in the page—under the main 'Header' but before the 'Links' section, for example—and hold down the 'Ctrl' and 'V' keys at the same time to paste the embed code into the file.
Paste your WAV file's URL into the embed code. Navigate back to the tab where you opened your WAV file and click your mouse inside your browser's 'Address Bar.' Hold down the 'Ctrl' and 'C' keys at the same time to copy the file's URL and then tab back to your HTML file. Highlight the text file.wav and hold down the 'Ctrl' and 'V' keys at the same time to replace it with your file's URL.
Set whether or not you'd like your streaming WAV file to play automatically by adjusting the value after
'Autostart.' By default, the code you've inserted will begin playing the file as soon as someone visits your webpage. Replace 'true' with 'false' (all lowercase in any instance) to change this.
Save your HTML file and visit your webpage to listen to your streaming WAV file.
VPS Hosting