Compatible Support Forums: Putting WebtrendsLive on the Ultimate BB

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Putting WebtrendsLive on the Ultimate BB

#1 User is offline   hzarabet 

  • stranger
  • Group: Members
  • Posts: 2
  • Joined: 25-September 00

Posted 26 September 2000 - 06:37 AM

Hello. I see you folks put Webtrends Live on your bulletin board. I have a freeware version of the UBB and would also like tio install Webtrends live. How did you do it?

Thanks in advance.
0

#2 User is offline   Philipp 

  • Pooh-Bah
  • Group: Administrators
  • Posts: 1964
  • Joined: 15-July 99

Posted 26 September 2000 - 03:18 PM

The licensed version of UBB has a header/footer option in the control panel which allow to add easy the HTML code.

For the freeware UBB:
You need to add the webtrends HTML code directly into the script.

Example:

ubb_library.pl

Look for

Code:
<FONT COLOR="#000000" size="1" FACE="Verdana, Arial">
<P>
Powered by Infopop&#58; 
<A HREF="http&#58;//www.ultimatebb.com">Ultimate Bulletin Board</A>, Freeware Version 2000d<BR>Purchase our Licensed Version- which adds many more features! <BR>&copy; Infopop Corporation</A>, 2000.
<br><br>
</FONT>
</CENTER>
</body></html>
BOTTOM
&#125;  # end PageBottomHTML sr


and add your webtrendscode under the "powered by".

Code:
<FONT COLOR="#000000" size="1" FACE="Verdana, Arial">
<P>
Powered by Infopop&#58; 
<A HREF="http&#58;//www.ultimatebb.com">Ultimate Bulletin Board</A>, Freeware Version 2000d<BR>Purchase our Licensed Version- which adds many more features! <BR>&copy; Infopop Corporation</A>, 2000.
<br><br>

<!-- START OF WEBTRENDS LIVE TAG INSERTION -->
<!-- Copyright 1999-2000 WebTrends Corporation -->

<!-- Visit our corporate website at &#91;url=http&#58;//www.webtrends.com&#93;http&#58;//www.webtrends.com&#91;/url&#93;  -->
<!-- Visit our Webtrends Live website at &#91;url=http&#58;//www.webtrendslive.com&#93;http&#58;//www.webtrendslive.com&#91;/url&#93;  -->
<!-- eCommerce Revenue Tracking &#40;patent pending&#41; -->
<SCRIPT LANGUAGE="JavaScript1.2">
var ORDER= "";
var SERVER= "";
var CONTENTGROUP= "";

// You may customize the values of the above three variables to suit your website.
// Simply insert your own values between the double-quotes.
// The lines below show some examples&#58;
//   var ORDER= "D2,Business to Consumer,Pocket FM Radio,Audio Products,10,499.99;";
//   var SERVER= "Name of this web server";
//   var CONTENTGROUP = "Content group name for this page";
</SCRIPT>

<!-- Modification of this code is not allowed and will permanently disable your account! -->

<SCRIPT LANGUAGE="JavaScript1.2">
v = '<' + 'SCRIPT SRC="';
v+= 'http&#58;//stats.webtrendslive.com/S006-00-6-10-146601-xxxxx/scripts/wttagv2.cgi?sid=006-00-6-10-146601-xxxxx&siteID=xxxxx&tagver=2&tz=100&ed=personal&button=10&';
v+= 'order=' + escape&#40;ORDER&#41; + '&';
v+= 'server=' + escape&#40;SERVER&#41; + '&';
v+= 'url=' + escape&#40;window.document.URL&#41; + '&';
v+= 'ref=' + escape&#40;window.document.referrer&#41; + '&';
v+= 'title=' + escape&#40;document.title&#41; + '&';
v+= '"' + '>' + '<' + '/' + 'SCRIPT' + '>';
document.write&#40; v&#41;;
</SCRIPT>

<NOSCRIPT>
<IMG SRC="http&#58;//stats.webtrendslive.com/S006-00-6-10-146601-xxxxx/scripts/wttagv2_ns.cgi?uid=006-00-6-10-146601-xxxxx&siteID=xxxxx&tagver=2&tz=100&ed=personal&button=10&javaOk=No">
</NOSCRIPT>

<!-- END OF WEBTRENDS LIVE TAG INSERTION -->

</FONT>
</CENTER>
</body></html>
BOTTOM
&#125;  # end PageBottomHTML sr

0

#3 User is offline   hzarabet 

  • stranger
  • Group: Members
  • Posts: 2
  • Joined: 25-September 00

Posted 27 September 2000 - 06:51 AM

Thanks for your speedy reply. I am still waiting for Infopop to answer and I asked them the question days befor I asked you!

One thing that you didn't make clear was this...do I have to add the code to EVERY page or if I place it in the one page you mention will it act as a footer and transfer to every page?

Thanks again for humoring me!!!

(PS-Now I know where to go for my NT questions as well)
0

#4 User is offline   Philipp 

  • Pooh-Bah
  • Group: Administrators
  • Posts: 1964
  • Joined: 15-July 99

Posted 27 September 2000 - 12:19 PM

You need to add the webtrends code on the follow locations:

Ultimate.cgi

Between

Code:
<center><p><B><FONT SIZE="$TextSize" FACE="$FontFace">
<A HREF="mailto&#58;$BBEmail">Contact Us</A> | <A HREF="$HomePageURL" target=_top>$MyHomePage</A> | <A HREF="$PrivacyURL">Privacy Statement</A>
</B></FONT>
<P>
<FONT COLOR="$CopyrightTextColor" size="1" FACE="$FontFace">$YourCopyrightNotice
<P>
<BR><BR>Powered by <A HREF="http&#58;//infopop.com"><FONT COLOR="$CopyrightTextColor">Infopop</font></A> Ultimate Bulletin Board Freeware 2000d
<br><br>


and

Code:
</FONT>
</CENTER></font>
</p>
$Footer</FONT></BODY></HTML>
COPPACheck


ubb_library.pl

Between

Code:
<P></font>
<FONT COLOR="#000000" size="1" FACE="Verdana, Arial">
<P>
Powered by Infopop&#58; 
<A HREF="http&#58;//www.ultimatebb.com">Ultimate Bulletin Board</A>, Freeware Version 2000d<BR>Purchase our Licensed Version- which adds many more features! <BR>&copy; Infopop Corporation</A>, 2000.
<br><br>


and

Code:
</FONT>
</CENTER>
</body></html>
BOTTOM
&#125;  # end PageBottomHTML sr


ubb_library2.pl

Between

Code:
<p><FONT COLOR="#000000" size="1" FACE="Verdana, Arial">
<P>
Powered by&#58; <A HREF="http&#58;//www.ultimatebb.com">Ultimate Bulletin Board</A>, Freeware Version 2000d<BR>Purchase our Licensed Version- which adds many more features! <BR>&copy; Infopop Corporation &#91;url=http&#58;//www.infopop.com</A>&#93;www.infopop.com</A>&#91;/url&#93;  1998 - 2000.<br><br>


and

Code:
</FONT></CENTER></body></html>

&#41;;


Upload the files and select "Update Threads" in the control panel to update all UBB generated HTML pages.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users