AIM Profile Screenname Viewer as a component of AIM Profile Designs

AIM Profile Screenname Viewer AIM profile designs provide us with new possibilities. And this Aim Profile Screenname Viewer tutorial will show you how to make a script to see who has seen your AOL Instant Messenger profile.

Part I - Creating the flat file
First, make a file called "sn.html" inside a folder (I've chosen my database folder even though this is a flat file). Leave it blank. Be very attentive while making changes to AIM profile designs.
CAUTION: IF you have access, you MUST give the IUSR_ user read/write permissions to the file. Otherwise, your host probably has it set to that already.

Part II - Creating the viewer page
Now that were done, we need a page to view the screen names, as well as input them. Here's the code:

<%Dim fileLOCDim ScreenNameIf request("sn") <> "" thenScreenName = Request("sn")Set objFSO = 	Server.CreateObject("Scripting.FileSystemObject")fileLOC = Server.MapPath ("db/sn.html")Set File = objFSO.OpenTextFile (fileLOC, 8)File.Write("" & ScreenName & "<br>" & vbcrlf)File.CloseSet objFSO = NothingEnd If%>

And there's your code. objFSO loads the file using the FileSystemObject for appending (notice the "8"?), writes the screen name, followed by an html linebreak "<br>", and "vbcrlf" is the VB's command to go to insert a line break within the html file. It's important to close the files and set the objects to nothing, or else cpu time will be wasted even long after the user as closed his/her browser, shut down his computer, and fallen sleep.

Part III - putting the link in your profile
Now, put this piece of code in your profile by going to My Aim > Edit Profile in AOL Instant Messenger and inserting this link:

<a href="http://www.yoursite.com/sn.asp?sn=%n" target="_self">Click Here to See Who's Seen My Profile</a><br>
To see who has read it, just erase the "?sn=%n" from the url, or go to your "db/sn.html" page.

We hope that our tutorial on AIM Profile Screenname Viewer will be of a great help for you as we strive to give useful advices on AIM profile designs.

Related Articles

  • Benefiting From Social Network Sites
    Of all the aspects of Social Media Marketing (SMM), social networking sites or profile sites have attracted the most attention from main stream marketers as they involve huge potential markets that run into tens and even a couple of hundred millions....
  • Social Media Optimisation - The Importance of an Avatar
    Social media has become an integral part of Search Engine Optimization, or SEO, over the past couple of years. It is widely regarded as an excellent way of promoting your website and increasing your brand awareness; building links into your site; and setting yourself up as an authority within your c...
  • 6 Must-Haves on a Website Design
    Designing a website is a tedious and critical work. There are just too many considerations that a web designer should take into when designing a site.
  • Logo Design
    Logo design is a process. This tutorial will help you create a custom logo for your companys brand identity.
  • For a Global Presence You need a Quality Web Design
    Its the right time to go global. Whether you are a global business giant or a local enterprise, you need to make your presence strongly felt in the virtual world. Your success depends to a large extent how your profile and portray your business with the right target audience. And your presence mus....
  • 8 ways to use the Alexa toolbar to promote your site
    By now, most web marketers know that the Alexa.com ranking of their site is important. It gives an independent measure of your monthly unique visitors and reach on the Web to potential advertisers. To potential clients, it gives them a vehicle by which they can research your site, and if your ranki...
  • Digg: SEO's Bestfriend
    Use social networks in your favor to promote your resource or just share your opinion on any topic. Read a few strategy tips to do it the right way.
  • Colour Management
    This interesting article on Web Design is about Color Management. The author discusses color theory, then applies it to graphics and monitor displays in a very helpful tutorial with lots of screenshots.
  • Designing Know Hows
    What is the purpose of a good design? A good design is like a logo. It stands for what the company is for. In getting a design, one should consider how it will be of use. It can be made of more than one type, depending on the preference of a company, as long as the concept is still the same...
  • Don't let your Web Designer ruin your Web site
    This is advice to web design customer - good advice. The author explains what you need, what you should want, and what to ask your designer for - before the designer puts a lot of time and work into the wrong direction.

Contact Web Design Outsource and get started today

Need Website Designing, Development, Redesigning, Maintenance and SEO services or help growing your company's web presence? Request a free Quote Now.