Support
- Advanced Backup
- Client Side
- Cloud Enterprise
- ColdFusion
- Control Panel
- cPanel
- Customer Portal
- DNS Information
- Dedicated Servers
- DirectAdmin
- Domain Name
- dotDefender
- Dreamweaver
- FileCatalyst
- Front Page
- FTP
- General Information
- Hosted Exchange & SharePoint
- IIS6
- IIS7
- Juniper Netscreen Firewalls
- Linux
- List Server
- MIVA Merchant
- MySQL
- Patching / Server Updates
- phpMyAdmin
- Plesk
- Policies and Procedures
- Premium Spam Filtering
- Programming
- Ruby on Rails
- Search Engine Submission
- SharePoint 3
- SharePoint 2010
- SiteDesigner
- SmarterMail 3
- SmarterMail 4
- SmarterMail 5
- SmarterMail 6
- SmarterMail 7
- SmarterStats
- Autologin
- Customreports
- Datamining
- Dynamicreports
- Emailreports
- Faq
- Favorites
- Information
- Interactivereports
- Login
- Options
- Reportitems
- Standardreports
- Whatis
- Whatsnew
- SmarterStats
- Activate my SmarterStats license
- Add a new site to SmarterStats
- Manually reimport logs in SmarterStats
- Reset my SmarterStats admin password
- Configure SmarterStats 5.x for load balanced servers
- Install SmarterStats 5 and Configure Sites
- SmarterStats FAQ
- Upgrade SmarterStats
- SmarterTrack
- SQL Server
- Secure Socket Layer (SSL)
- Uploading Your Website
- Video Tutorials
- Windows Server 2003
- Windows Server 2008
- Web Design
- WordPress
- Advanced Monitoring
- MediaWiki
- Enkompass
- Microsoft Outlook 2010
- Android
- Outlook Web Access
- Critical Availability Service
- NAS Data Transfer
- Customer Portal Demos
- Joomla
- Moodle
- Cloud Dedicated
- Gallery CMS
- phpBB
- Standard Monitoring
- Righteous Restore
- NAS (Network Attached Storage)
- Networking
- SmarterMail 8
- PCI Security Scan
- LinkTiger
- Windows Cloud VPS
- Linux Cloud VPS
- Linux VPS
- Windows VPS
- Hyper V
- ENSIM
- Alert Logic
- Webmin
- e107
- Vbulletin
- VPN
- Visual Vault
- Mozilla Thunderbird
- PyroCMS
- Active Directory
- Vmware Related
- Drupal
How do I create an autologin script for SmarterStats?
The following article explains how to create an autologin script that will automatically log you into your SmarterStats account when you click on a link. This script can be added to a new or existing page in your website.
To create the autologin script, please follow these steps:
- Using a text editor, open the page where you will add the autologin script.
- Enter the following lines of code:
-
<SCRIPT LANGUAGE= "JavaScript">function GoToStats() {
document.statsform.submit();
}</SCRIPT><body><form name= "statsform" action= "http://smarterstats#.safesecureweb.com/login.aspx" method= "post">
<input type= "hidden" name= "shortcutLink" value= "autologin" id= "shortcutLink">
<input type= "hidden" name= "txtSiteID" id= "txtSiteID" value= "siteID or domain name">
<input type= "hidden" name= "txtUser" id= "txtUser" value= "username">
<input type= "hidden" name= "txtPass" id= "txtPass" value= "password">
</form><p><a href= "JavaScript:GoToStats()"> See Your Stats</a></p> - Save your work and close the text editor.
