User login

MetaTraffic 2.0 Boxshot

Username & Password

Posted by dcwood57 [May 24, 2006]

I've installed the software and created the database. Things seem to be working, but now every page of the web-site is asking for a "Username" & "Password." Hit "Cancel" and the page loads properly, the activity gets logged in the traffic database. But it makes the site obnoxious!

Any idea what I'm doing wrong?

By the way, the site uses ASPX off of a MSSqlExpress database server.

Thanks in advance for your help.

Username & Password

How are you inserting the tracking code into your pages? What tracking code are you using?

Username & Password

quote:[i]Originally posted by cdegroot[/i]
[br]How are you inserting the tracking code into your pages? What tracking code are you using?

// METATRAFFIC -- COPYRIGHT (C) 2002-2005, Metasun Software Corp.

var pagetitle = document.title; //INSERT CUSTOM PAGE NAME IN QUOTES
var scriptlocation = "/metatraffic_lite_v221/metatraffic2/track.asp";

var pagedata = 'mtpt=' + escape(pagetitle) + '&mtr=' + escape(document.referrer) + '&mtt=2&mts=' + window.screen.width + 'x' + window.screen.height + '&mti=1&mtz=' + Math.random();
document.write ('');

By the way, it happens mainly with Mozilla based browsers.

Here is an example page:

http://www.seatorque.com/HGate.aspx

IE - seems ok. Firefox, I get a sign-in box every time.

Username & Password

Looks like you have a permission problem on the track.asp file (at a minimum). You need to make sure all the MetaTraffic files have read permission and script execute access for the IUSR_machinename account.

~Chad