Home
Cute Chat / Web Messenger Developer's Guide Prev Page Prev Page
Getting Started
Features of Cute Chat
Features of Web Messenger
Chat Requirements
Web Messenger Requirements
License
Deployment & Integration
Installing Chat/Messenger Standalone
Community Server CS 2.1 Integration
Community Server CS 2.0 Integration
Community Server CS 1.x Integration
Dotnetnuke 4.x Integration
Dotnetnuke 3.x Integration
Dotnetnuke 2.x Integration
IbuySpy(C#) Integration
IbuySpy(VB) Integration
Snitz forum Integration
Rainbow Portal Integration
FAQ
Overview
Run Cute Chat from different folder
Customization
Set up Cute Chat banner ads
Set up Web Messenger banner ads
Add a time stamp to each message
Embed mode
Run Cute Chat in embed mode
Run Web Messenger in embed mode
Localization
Specify the custom culture name
Add a new language file
Oracle and Access
Use Oracle as Data Source
Use Access as Data Source
Integration with an existing user membership database.
Integration with an existing user membership database (C#).
Integration with an existing user membership database (VB).
General Installation Instructions
Cute Chat

How can I set up Cute Chat banner ads?


You can offer banner advertisements on the chat room. Chat rooms attract large numbers of users with similar demographic profiles, which creates a good opportunity for targeted marketing efforts that advertisers are willing to pay a premium for.

 

You can find the TopAds.ascx from ~/CuteSoft_Client/CuteChat/Advertising/ directory.

 

The TopAds User Control is responsible for displaying the top banner at the top of each chat room.

 

It contains a 468x80 image by default. You can insert the text/image/flash to display the needed ads HTML.

 

<%@ Control Language="c#" %>

<img src="images/cutechat_banner.jpg" border="0" alt="" />

 

 

 

 

 

 

 

 

 


The CHM file was converted to HTML by chm2web software.