Sie sind nicht angemeldet.
Lieber Besucher, herzlich willkommen bei: Aqua Computer Forum. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Zitat von »TheCrow«
Zitat
To remove the Ad's in 1253 goto your LiteDataFiles directory. Delete the files Banners.xml clbanner.xml and psearch.xml.
Next put a folder for each you deleted. Yes put .xml just as if it was a file. This will prevent ICQ from auto updating the file.
This will replace the WinAmp ad with an ICQ lite logo, and remove banner ad's from you message.
If you would like to make the ICQ lite logo blank. Also delete climage.html and create the folder climage.html in that place. This leaves and ugly white box though so I prefer just leaving the logo :-)
Zitat
Just a quick note - you can change the climage.gif to be whatever takes your fancy. I changed mine to be my company logo
Zitat
Thanks Jeremy. I was very sad to see such a big advertisment area. Also thanks joolz to inspire me about the use of that area. Now I change that box to a small slide show just like a photo gallery.
1. Replace the original climage.html by the following HTML:
--------------------------------------------------------------------------------
<HTML>
<HEAD>
<SCRIPT>
// how long an image is shown, any transition time for IE is added
var delay = 6000;
// IE transition duration, specify as floating point in seconds
var transDuration = 2.0;
var transType = 23; // random change as needed
var images = new Array();
preloadImages( // use your images here
'image1.gif',
'image2.jpg',
'image3.jpg'
);
/* or do a loop for indexed images
for (var i = 0; i < 7; i++)
preloadImages ('img' + (i + 1) + '.gif');
*/
var cnt = 0;
function preloadImages() {
for (var i = 0; i < arguments.length; i++) {
images[images.length] = new Image();
images[images.length - 1].src = arguments;
}
}
var imgTag = '';
imgTag += '<IMG NAME="theImage" ';
imgTag += document.all ?
' STYLE="filter: revealTrans(duration='
+ transDuration + ',transition=' + transType + ');" ' :
'';
imgTag += ' SRC="' + images[0].src + '"';
imgTag += '>';
function nextImage () {
cnt = ++cnt % images.length;
var img = document.theImage;
if (img.filters && transType == 23) // get random type
img.filters.revealTrans.transition =
Math.floor(Math.random() * 23);
if (img.filters)
img.filters.revealTrans.apply();
img.src = images[cnt].src;
if (img.filters)
img.filters.revealTrans.play();
setTimeout('nextImage()',
delay + (img.filters ? Math.round(transDuration * 1000) : 0));
}
</SCRIPT>
</HEAD>
<BODY border="0" topmargin="0" leftmargin="0" scroll="no" ONLOAD="setTimeout('nextImage()', delay)">
<TABLE WIDTH="100%" BORDER="0">
<TR>
<SCRIPT>
document.write(imgTag);
</SCRIPT>
</TR>
</TABLE>
</BODY>
</HTML>
--------------------------------------------------------------------------------
2. save the file and change the attribute to "read-only", "hidden" and "Archieve". It is necessary otherwise the html file will be restored by the original one when you start ICQLite.
I tried jpg file also and it works. remember to cut all images to right side that is 120x90 pixels. Have fun!
FragMaster.nsn
Senior Member
Zitat von »Nem2k«
wieso nicht gleich miranda ? Schneller, kleiner, umfangreicher, werbefrei, ressourcenschonender etc ...![]()
Zitat von »realsmiley«
sorry, eigentlich hatte ich hier nicht vor, einen aber-ich-habe-eh-ein-viel-besseres-und-cooleres-programm-und-bin-der-beste-thread zu eröffnen .. oder hat das was mitm thema zu tun? ..:-X
:-*
-