*Kazaa lite, for those that lost morph. banner/pop up ad,spyware free dl**DL Mirrors UP*

Ciber

Platinum Member
Nov 20, 2000
2,531
30
91


Kazaa Lite page with info and DL link, provided by Moonbeam

Direct DL Link


KaZaA Lite

Extra Features compared to original KaZaA
- No Adware
- No Spyware
- No banners
- No bitratelimit for mp3 files
- No irritating websites loaded into KaZaA
- No crappy BDE Viewer
- No f*cking Bonzi Buddy

running it now. works great.

*Edit* for the lazy ones that dont bother to read.....

!!!! IMPORTANT !!!!
A dummy DLL file called "cd_clint.dll" is placed in the installation directory. This is a required file for KaZaA. Normally this file is a part of a spyware program called Cydoor. This dummy file however is completely harmless. So do not delete it when it is detected by a program such as Ad-aware.

there will also be a pop up to put some info into your registry when you start the installation, pick yes, this will remove the ads and other things.
 

Ciber

Platinum Member
Nov 20, 2000
2,531
30
91
scanned the file with latest defs before installing and just finished a scan after installing, all clear. just in case anyone wanted to know hehe.
 

Zenmervolt

Elite member
Oct 22, 2000
24,514
34
91


<< it installed Cydoor. ad-aware got rid of it, and now it won't work >>

Says on the website that it installs a dummy file for Cydoor. Ad-Aware will detect it, but it is (supposedly) not the real program.

ZV
 

dakata24

Diamond Member
Aug 7, 2000
6,366
0
76
!!!! IMPORTANT !!!!
A dummy DLL file called "cd_clint.dll" is placed in the installation directory. This is a required file for KaZaA. Normally this file is a part of a spyware program called Cydoor. This dummy file however is completely harmless. So do not delete it when it is detected by a program such as Ad-aware.


and if you are worried about it, just get the one cydoor dummy file that's been posted a million times and replace this one.
 

Ciber

Platinum Member
Nov 20, 2000
2,531
30
91
toph99, try reading the text under "!!!! IMPORTANT !!!!"
rolleye.gif
 

Ciber

Platinum Member
Nov 20, 2000
2,531
30
91
looks like the AT effect......if someone wants to host the file i can upload it to them.
 

Blayze

Diamond Member
Feb 22, 2000
6,152
0
0
hmmm anywhere else I can get this file?

server is full and I can't download.
 

Jhill

Diamond Member
Oct 28, 2001
5,187
3
0
I got it finally. Does anyone know how to get it to go to the main page when you launch the program and not the kazaa website?
 

Here is a tiny program I wrote that does the same thing. Compile to cd_clint.dll and no more spyware

----

#include <windows.h>
#define CD_CLINT_API extern "C" __declspec(dllexport)

int WINAPI DllMain(HANDLE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved)
{
return 1;
}

CD_CLINT_API int ServiceShow(int AdwrCode, // Adware Code
int LoctNum, // Total Location number
int LoctIndx, // Current Location index
HWND hWnd, // Parent window handle for this location
int X, // Start Position X-cord
int Y, // Start Position Y-cord
int width, // Length X-Axis
int height, // Length Y-Axis
int Mode, // Extra Location setting
void *General1,// Reserved
void *General2)
{
return 1;
}

CD_CLINT_API int ServiceClose(int LoctIndx, // Location index
HWND hWnd, // Window Handle
void* General)// Reserved
{
return 1;
}

CD_CLINT_API void DescWrite(int BitStart, // start point
int BitLen, // field length
int Val, // value
int Resv1, // Reserved
int Resv2) // Reserved
{
}
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
hm...installer doesnt install right under wine...i'll have to install under windows and copy the files over.......