Putting WebtrendsLive on the Ultimate BB

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....




Topic Options
#35898 - 09/26/00 06:37 AM Putting WebtrendsLive on the Ultimate BB
hzarabet Offline
stranger

Registered: 09/25/00
Posts: 2
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.

Top
Advertisement
#35899 - 09/26/00 03:18 PM Re: Putting WebtrendsLive on the Ultimate BB
Philipp Offline
Pooh-Bah

Registered: 07/15/99
Posts: 1948
Loc: Vienna, Austria
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

Top
#35900 - 09/27/00 06:51 AM Re: Putting WebtrendsLive on the Ultimate BB
hzarabet Offline
stranger

Registered: 09/25/00
Posts: 2
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)

Top
#35901 - 09/27/00 12:19 PM Re: Putting WebtrendsLive on the Ultimate BB
Philipp Offline
Pooh-Bah

Registered: 07/15/99
Posts: 1948
Loc: Vienna, Austria
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.

Top


Forums
Windows Support Forums
Everything New Technology
Legacy OS
Hardware
Software
Games
Networking
Customization & Tweaking
Security

Linux Support Forums
Everything Linux
Linux Hardware
Linux Software
Linux Games
Linux Networking
Linux Customization & Tweaking
Linux Security

Apple Support Forums
Everything Apple
Recent Topics
Carmageddon 2 weird
by Kuikie
Today at 04:32 PM
Computer Repair Utility Kit
by gailerl
Yesterday at 01:26 PM
x86 OS, RAM, & Virtual Machines
by Myke
12/22/09 08:16 PM
Ram Question
by JohnnyAshes
12/21/09 09:50 PM
NEWBIE needs help with REALTEK
by SerryJW
12/21/09 06:09 AM
Who's Online
1 Registered (1 invisible), 269 Guests and 37 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
91416 Members
24 Forums
59331 Topics
189859 Posts

Max Online: 1079 @ 03/12/08 01:36 PM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22