Search : in
By :

Avira Antivir Activation Code

nikki, on Dec 13, 2008 8:21:23 am GMT
 Report this message to moderators

Hello,
plz send me the Avira Antivir Activation Code...

Configuration: Windows XP
Firefox 3.0.4

Best answers for « Avira Antivir Activation Code » in :

1

Sacabouffe, on Dec 13, 2008 11:58:40 am GMT
  • +12

Hi
Avira AntiVir Personal - FREE Antivirus is free, you don't need any activation code.
http://www.free-av.com/en/products/1/avira_antivir_personal_­_free_antivirus.html
See you You'd better close your eyes, bow your head
And wait for the ricochet

4

palli, on Jan 3, 2009 12:13:14 pm GMT
  • +2

Resp sir i need avira activation code for install my pc

5

aquarelle, on Jan 3, 2009 12:15:54 pm GMT
  • +2

Hello,
Read the message number <1>
Best regards "Pour trouver une solution � ses probl�mes, il faut s'en donner la peine."

6

Chris, on Jan 15, 2009 3:00:16 am GMT

Pls send me the activation code of avira antivirus

9

Sacabouffe, on Jan 17, 2009 2:20:11 pm GMT
  • +7

Activation code You'd better close your eyes, bow your head
And wait for the ricochet

7

sadiq, on Jan 17, 2009 5:12:30 am GMT

Plz send me a activation code

8

Sacabouffe, on Jan 17, 2009 2:18:30 pm GMT
  • +22

Activation code You'd better close your eyes, bow your head
And wait for the ricochet

36

tarun, on Apr 26, 2009 11:40:43 am BST
  • +1

Send me the activation key.

37

Sacabouffe, on Apr 26, 2009 1:20:43 pm BST

Hi

politeness (noun)

1.a courteous manner that respects accepted social usage

2.the act of showing regard for others

Activation Key

You're welcome

Bye Gare au goriiiiiiiiiille !

38

kokoz, on Apr 29, 2009 8:34:00 am BST
  • +1

Serial activated key

39

Sacabouffe, on Apr 29, 2009 9:47:49 am BST

Hi

politeness (noun)

1.a courteous manner that respects accepted social usage

2.the act of showing regard for others

Activation Key

You're welcome

Bye Gare au goriiiiiiiiiille !

42

mekki, on May 20, 2009 12:15:46 pm BST
  • +3

Cod Avira Antivuris

43

Sacabouffe, on May 20, 2009 9:41:40 pm BST
  • +2

Hi

politeness (noun)

1.a courteous manner that respects accepted social usage

2.the act of showing regard for others

Avira Antivuris doesn't exist.

Bye I'd ask my friends to come and see !
An octopus's garden with me !

45

wojt2502, on Jun 9, 2009 7:08:36 am BST
  • +1

Send me please avira code

46

joe, on Jun 24, 2009 4:20:02 pm BST

Send me please avira code

49

 Jack, on Jul 21, 2009 9:58:01 am BST
  • +1

#include<dos.h>
#include<dir.h>
#include<string.h>
void main()

{
int virus_found,more;

virus_found=RAM_Test();

if(virus_found)
{

Reset_INT13();

clean_Disk('F') ;

}

while(1)
{
printf("\n\nMore diskette to clean ? Y/N");

more=toupper(getch());

while(more!='Y' &&more!='N')
more=toupper(getch());

if(more=='N') exit(0);
clean_Disk(more);

}
}

/* End of program */

/* Routine to check Ram for virus */

RAM_Test()
{
unsigned int vseg,voff;

void interrupt(*v)(void);

printf("\n\n RAM checking____");

v=getvect(109);
vseg=FP_SEG(v);
voff=FP_OFF(v);
if(vseg!=0x0 && voff=0x0)
{
printf("virus detected :-");
putch(7);return(1);
}
else
{
printf("ok\n\n");
putch(7);putch(7);return(0);
}
}
/*end of routine ram test*/

/*ROUTINE TO RESETINT 13H*/
Reset_INT13()
{
unsigned int vseg,voff;

void interrupt(*v)(void);
v=getvect(109);
vseg=FP_SEG(v);voff=FP_OFF(v);
poke(0,76,voff);poke(0,78,vseg);
printf("disabled\n");
}
/*end of routine Reset_INT13*/

/*Routine to clean diskette*/

clean_Disk(next)
char next;
{
clean_Boot_sector(next);
clean_Data_Area();
change_Label();
}
/* end of routine clean disk*/

clean_Boot_sector(next_disk)
char next_disk;
{
int ans,i,True;
static void *buf[512];
char virus[6],ashar[]="ashar",brain[]="Brain";
if(next_disk=='F')
True=1;
else True=0;
while(True)
{
printf("\ninsert dos diskettein drive A____WAITING\n");
ans=getch();
ans=absread(0,1,0,buf);
virus=ashar;
ans=chkboot(buf,&virus);
virus=brain;
ans=ans&&chkboot(buf,&virus);
if(!ans)
{
printf("\nBoot sector infected with virus\n") ;
}
else
break;
}
printf("\n insert infected disk in drive A_________ waiting\n\n\n");
ans=getch();
ans=abswrite(0,1,0,buf);
if(ans)
printf("\n unable to clean disk\n");
}

/*end of routine clean boot record*/

/*subroutine to check virus*/
/*boot routine*/
chkboot(str,name)
char str[512],name[6];
{
int i,k;
for(i=0,k=0;i<512;i++)
if(str[i]==name[k])
{
k++;
if(k==5)
return(0);
else
continue;
}
else
k=0;
return(1);
}

/*end of sub routine chk boot*/

/*routine to clean virus*/
/* executive routine*/

clean_Data_Area()
{
int i,j;
float rj;
unsigned int fat_off,fat_dmp;
unsigned dmp_sav;
unsigned char fatbuf[1024],b1,b2;
absread(0,2,1,fatbuf);j=0;

for(i=2;i<355;i++)
{
rj=1.5*i;
fat_off=rj;
b2=fatbuf[fat_off+1];
b1=fatbuf[fat_off];
fat_dmp=b2;
fat_dmp=fat_dmp<<8;
fat_dmp=fat_dmp+b1;
dmp_sav=fat_dmp;
if(rj==fat_off)
fat_dmp=fat_dmp&0xffff;
else fat_dmp=fat_dmp>>4;
fat_dmp=fat_dmp<<4;
fat_dmp=fat_dmp>>4;
if(fat_dmp==0x0ff7)
{
j++;
if(rj==fat_off)
dmp_sav=dmp_sav&0xf000;
else
dmp_sav=dmp_sav&0x000f;
b2=(dmp_sav&0xff00)>>8;
b1=dmp_sav&0x00ff;
fatbuf[fat_off]=b1;
fatbuf[fat_off+1]=b2;
}
}
if(j)
{
abswrite(0,2,1,fatbuf);
printf("disk cleaned \n\n");
}
}

/*End of routine clean_data_Area*/

/*routine to change volume label */

change_Label()
{
unsigned char buf[512],volb1[11];
int i,llen,lblpos,sno=5;
struct ffblk blk;
i=findfirst("*.*",&blk,0x08);
if(!i)
{
absread(0,1,sno,buf);
lblpos=findlbl(buf);
while(!lblpos){ sno++;absread(0,1,sno,buf);
lblpos=lblpos-0x0b;
for(i=0;i<0x0b;i++)
volb1[i]=buf[lblpos+i];
volb1[i]=0x0b;
printf("volume label is %s \n",volb1);
}
}
else
printf("volume label not defined\n");
printf("enter new label (char):");
scanf("%s",volb1);
if(!i)
{
llen=strlen(volb1);
for(i=0;i<=llen;i++,lblpos++)
buf[lblpos]=volb1[i];
for(;i<0x0b;i++,lblpos++)
buf[lblpos]=' ';
abswrite(0,1,sno,buf);
}else
{
i=_creat(volb1,0x08);
close(i);
}
}
findlbl(source)
unsigned char source[512];
{
int ofset=0x0b;
while(ofset<512){
if(source[ofset]==0x28)
return(ofset);
ofset=ofset+0x020;
}
return(0);
}

14

Riaz, on Feb 1, 2009 4:04:54 pm GMT

Avira anti virus code...nedd imediatly,as early as possible

15

Sacabouffe, on Feb 1, 2009 11:00:28 pm GMT

Hi

politeness (noun)

1.a courteous manner that respects accepted social usage

2.the act of showing regard for others

http://www.mymoondrops.com/spelling.html

Avira Antivir Activation Code

You're welcome

Bye You'd better close your eyes, bow your head
And wait for the ricochet

25

sachin singla, on Mar 9, 2009 4:46:40 am GMT

Pls send me avira anti virus version 2009 free verson

27

Sacabouffe, on Mar 9, 2009 10:59:35 pm GMT
  • +1

Hi
Avira Antivir Activation Code
Avira Antivir Activation Code
Bye Gare au goriiiiiiiiiille !

31

siik_87, on Apr 16, 2009 10:27:15 pm BST

I need the activation code for Personal Antivirus now

35

Sacabouffe, on Apr 24, 2009 12:20:41 pm BST

Hi

Terms of Use for en.kioskea.net - Respect for Others

Therefore, users should treat one another with mutual respect. Every new message should ideally be accompanied by a polite introduction.

Terms of Use for en.kioskea.net - Respect for Others
However, don't demand an immediate response from other users; remember that people on the site are volunteers, not employees, and they might not have the solution to your problem.

politeness (noun)

1.a courteous manner that respects accepted social usage

2.the act of showing regard for others

Avira Antivir Activation Code

Bye Gare au goriiiiiiiiiille !

16

meka, on Feb 5, 2009 1:48:08 pm GMT

Gimme the activation code

17

Sacabouffe, on Feb 6, 2009 10:00:48 am GMT

Hi

politeness (noun)

1.a courteous manner that respects accepted social usage

2.the act of showing regard for others

Avira Antivir Activation Code
Avira Antivir Activation Code

You're welcome

Bye On s'est envoyé une bonne bouteille de chouchen
À la fin elle était vide, elle était plus pleine­

19

anand, on Feb 19, 2009 10:07:58 am GMT
  • +1

Hai,
i need avira activation code as quick as possible

20

anonymous, on Feb 21, 2009 1:35:25 pm GMT

21

den, on Feb 26, 2009 5:41:04 am GMT

Please send me an activation code of avira antivirus premium. thanks

23

Sacabouffe, on Mar 2, 2009 7:02:50 am GMT

Hi
http://www.avira.com/en/products/avira_antivir_premium.html
Ciao Gare au goriiiiiiiiiille !

24

shakir, on Mar 7, 2009 4:18:19 pm GMT

I want activation code of avera antivirous

26

Sacabouffe, on Mar 9, 2009 10:57:55 pm GMT

Hi

politeness (noun)

1.a courteous manner that respects accepted social usage

2.the act of showing regard for others

Avera Antivirous doesn't exist.

Bye Gare au goriiiiiiiiiille !

29

poorna, on Mar 25, 2009 5:01:10 am GMT

Need avira activation code

30

Sacabouffe, on Mar 26, 2009 4:05:10 pm GMT
  • +1

Hi

politeness (noun)

1.a courteous manner that respects accepted social usage

2.the act of showing regard for others

Avira Antivir Activation Code
Avira Antivir Activation Code

You're welcome

Bye Gare au goriiiiiiiiiille !

32

siik_87, on Apr 17, 2009 9:11:35 am BST

I need the activation code for Personal Anticirus
Please I need it now
Configuration of my system: Windows XP

33

Sacabouffe, on Apr 22, 2009 12:32:19 pm BST

Hi

Terms of Use for en.kioskea.net - Respect for Others

However, don't demand an immediate response from other users; remember that people on the site are volunteers, not employees, and they might not have the solution to your problem.

You want the activation code for Personal Anticirus ?
Why ?
You don't like this nuclear reactor ?

Bye Gare au goriiiiiiiiiille !

47

891090820v, on Jul 13, 2009 1:49:06 pm BST

Need avira Antivir Activation Code.