Saturday, February 9, 2008

Play Downloaded RAR Video Files WITHOUT Extracting

Play Downloaded RAR Video Files WITHOUT Extracting
Dziobas Rar Player Portable lets you play AVI, MPGE, RMVB, OGG, MP3, RAR, MKV, MKA and some not popular
formats even if you don’t have the proper codecs installed. Other than that, it also supports subtitles and automatic downloading subtitles from opensubtitles.org using hash. The name already tells you that it is PORTABLE as there is no need to install. Just download, extract and run DziobasPlayer.exe.

To play RAR movies without extracting:
1. Download Dziobas Rar Player

2. Extract and run DziobasPlayer.exe


3. You can either drag and drop RAR files to Dziobas RAR Player window or go to File and select Open RAR.

To play RAR movies while downloading:
1. Completely download first and last part file from movie CD.
Example:
CD2/movie.rar (first part)
CD2/movie.r47 (last part)

2. The first and last parts above must be set as high priority in your torrent client. Wait for download and play in Dziobas Rar Player.

Here are Dziobas Player advantages:
1. Preview partial downloaded movie
2. Watch downloaded movie without extracting
3. Watch downloaded movie even if RAR is corrupted
4. Don’t need to worry about installing the correct codec to watch video
5. Stream from torrent
6. Support automatic download subtitles using hash
7. Portable
8. FREE


http://rapidshare.com/files/86988041/Dziobas_Rar_Player_0.008.8alfa_Play_rar_movies_without_extracting.rar

Friday, February 8, 2008

All About Registry

Registry


What is the Registry?
The Registry is a database used to store settings and options for the 32 bit versions of Microsoft Windows including Windows 95, 98, ME and NT/2000. It contains information and settings for all the hardware, software, users, and preferences of the PC. Whenever a user makes changes to a Control Panel settings, or File Associations, System Policies, or installed software, the changes are reflected and stored in the Registry.
The physical files that make up the registry are stored differently depending on your version of Windows; under Windows 95 & 98 it is contained in two hidden files in your Windows directory, called USER.DAT and SYSTEM.DAT, for Windows Me there is an additional CLASSES.DAT file, while under Windows NT/2000 the files are contained seperately in the %SystemRoot%\System32\Config directory. You can not edit these files directly, you must use a tool commonly known as a "Registry Editor" to make any changes (using registry editors will be discussed later in the article).

The Structure of the Registry

The Registry has a hierarchal structure, although it looks complicated the structure is similar to the directory structure on your hard disk, with Regedit being similar to Windows Explorer.
[font_body]Each main branch (denoted by a folder icon in the Registry Editor, see left) is called a Hive, and Hives contains Keys. Each key can contain other keys (sometimes referred to as sub-keys), as well as Values. The values contain the actual information stored in the Registry. There are three types of values; String, Binary, and DWORD - the use of these depends upon the context.
There are six main branches, each containing a specific portion of the information stored in the Registry. They are as follows:
• HKEY_CLASSES_ROOT - This branch contains all of your file association mappings to support the drag-and-drop feature, OLE information, Windows shortcuts, and core aspects of the Windows user interface.
• HKEY_CURRENT_USER - This branch links to the section of HKEY_USERS appropriate for the user currently logged onto the PC and contains information such as logon names, desktop settings, and Start menu settings.
• HKEY_LOCAL_MACHINE - This branch contains computer specific information about the type of hardware, software, and other preferences on a given PC, this information is used for all users who log onto this computer.
• HKEY_USERS - This branch contains individual preferences for each user of the computer, each user is represented by a SID sub-key located under the main branch.
• HKEY_CURRENT_CONFIG - This branch links to the section of HKEY_LOCAL_MACHINE appropriate for the current hardware configuration.
• HKEY_DYN_DATA - This branch points to the part of HKEY_LOCAL_MACHINE, for use with the Plug-&-Play features of Windows, this section is dymanic and will change as devices are added and removed from the system
Each registry value is stored as one of five main data types:
• REG_BINARY - This type stores the value as raw binary data. Most hardware component information is stored as binary data, and can be displayed in an editor in hexadecimal format.
• REG_DWORD - This type represents the data by a four byte number and is commonly used for boolean values, such as "0" is disabled and "1" is enabled. Additionally many parameters for device driver and services are this type, and can be displayed in REGEDT32 in binary, hexadecimal and decimal format, or in REGEDIT in hexadecimal and decimal format.
• REG_EXPAND_SZ - This type is an expandable data string that is string containing a variable to be replaced when called by an application. For example, for the following value, the string "%SystemRoot%" will replaced by the actual location of the directory containing the Windows NT system files. (This type is only available using an advanced registry editor such as REGEDT32)
• REG_MULTI_SZ - This type is a multiple string used to represent values that contain lists or multiple values, each entry is separated by a NULL character. (This type is only available using an advanced registry editor such as REGEDT32)
• REG_SZ - This type is a standard string, used to represent human readable text values.
Other data types not available through the standard registry editors include:
• REG_DWORD_LITTLE_ENDIAN - A 32-bit number in little-endian format.
• REG_DWORD_BIG_ENDIAN - A 32-bit number in big-endian format.
• REG_LINK - A Unicode symbolic link. Used internally; applications should not use this type.
• REG_NONE - No defined value type.
• REG_QWORD - A 64-bit number.
• REG_QWORD_LITTLE_ENDIAN - A 64-bit number in little-endian format.
• REG_RESOURCE_LIST - A device-driver resource list.

Editing the Registry

• The Registry Editor (REGEDIT.EXE) is included with most version of Windows (although you won't find it on the Start Menu) it enables you to view, search and edit the data within the Registry. There are several methods for starting the Registry Editor, the simplest is to click on the Start button, then select Run, and in the Open box type "regedit", and if the Registry Editor is installed it should now open and look like the image below. • An alternative Registry Editor (REGEDT32.EXE) is available for use with Windows NT/2000, it includes some additional features not found in the standard version, including; the ability to view and modify security permissions, and being able to create and modify the extended string values REG_EXPAND_SZ & REG_MULTI_SZ.
• Create a Shortcut to Regedit
This can be done by simply right-clicking on a blank area of your desktop, selecting New, then Shortcut, then in the Command line box enter "regedit.exe" and click Next, enter a friendly name (e.g. 'Registry Editor') then click Finish and now you can double click on the new icon to launch the Registry Editor.
• Using Regedit to modify your Registry
Once you have started the Regedit you will notice that on the left side there is a tree with folders, and on the right the contents (values) of the currently selected folder.
• Like Windows explorer, to expand a certain branch (see the structure of the registry section), click on the plus sign [+] to the left of any folder, or just double-click on the folder. To display the contents of a key (folder), just click the desired key, and look at the values listed on the right side. You can add a new key or value by selecting New from the Edit menu, or by right-clicking your mouse. And you can rename any value and almost any key with the same method used to rename files; right-click on an object and click rename, or click on it twice (slowly), or just press F2 on the keyboard. Lastly, you can delete a key or value by clicking on it, and pressing Delete on the keyboard, or by right-click

• Importing and Exporting Registry Settings

• A great feature of the Registry Editor is it's ability to import and export registry settings to a text file, this text file, identified by the .REG extension, can then be saved or shared with other people to easily modify local registry settings. You can see the layout of these text files by simply exporting a key to a file and opening it in Notepad, to do this using the Registry Editor select a key, then from the "Registry" menu choose "Export Registry File...", choose a filename and save. If you open this file in notepad you will see a file similar to the example below:
• REGEDIT4

• [HKEY_LOCAL_MACHINE\SYSTEM\Setup]
• "SetupType"=dword:00000000
• "CmdLine"="setup -newsetup"
• "SystemPrefix"=hex:c5,0b,00,00,00,40,36,02
• The layout is quite simple, REGEDIT4 indicated the file type and version, [HKEY_LOCAL_MACHINE\SYSTEM\Setup] indicated the key the values are from, "SetupType"=dword:00000000 are the values themselves the portion after the "=" will vary depending on the type of value they are; DWORD, String or Binary.
• So by simply editing this file to make the changes you want, it can then be easily distributed and all that need to be done is to double-click, or choose "Import" from the Registry menu, for the settings to be added to the system Registry.
• Deleting keys or values using a REG file
It is also possible to delete keys and values using REG files. To delete a key start by using the same format as the the REG file above, but place a "-" symbol in front of the key name you want to delete. For example to delete the [HKEY_LOCAL_MACHINE\SYSTEM\Setup] key the reg file would look like this:
• REGEDIT4
• [-HKEY_LOCAL_MACHINE\SYSTEM\Setup]
• The format used to delete individual values is similar, but instead of a minus sign in front of the whole key, place it after the equal sign of the value. For example, to delete the value "SetupType" the file would look like:
• REGEDIT4

• [HKEY_LOCAL_MACHINE\SYSTEM\Setup]
• "SetupType"=-
• Use this feature with care, as deleting the wrong key or value could cause major problems within the registry, so remember to always make a backup first.
• Regedit Command Line Options
Regedit has a number of command line options to help automate it's use in either batch files or from the command prompt. Listed below are some of the options, please note the some of the functions are operating system specific.
regedit.exe [options] [filename] [regpath]
[filename] Import .reg file into the registry
/s [filename] Silent import, i.e. hide confirmation box when importing files
/e [filename] [regpath] Export the registry to [filename] starting at [regpath]
e.g. regedit /e file.reg HKEY_USERS\.DEFAULT
/L:system Specify the location of the system.dat to use
/R:user Specify the location of the user.dat to use
/C [filename] Compress (Windows 98)
/D [regpath] Delete the specified key (Windows 98)

Maintaining the Registry

How can you backup and restore the Registry?
Windows 95
Microsoft included a utility on the Windows 95 CD-ROM that lets you create backups of the Registry on your computer. The Microsoft Configuration Backup program, CFGBACK.EXE, can be found in the \Other\Misc\Cfgback directory on the Windows 95 CD-ROM. This utility lets you create up to nine different backup copies of the Registry, which it stores, with the extension RBK, in your \Windows directory. If your system is set up for multiple users, CFGBACK.EXE won't back up the USER.DAT file.
After you have backed up your Registry, you can copy the RBK file onto a floppy disk for safekeeping. However, to restore from a backup, the RBK file must reside in the \Windows directory. Windows 95 stores the backups in compressed form, which you can then restore only by using the CFGBACK.EXE utility.
Windows 98
Microsoft Windows 98 automatically creates a backup copy of the registry every time Windows starts, in addition to this you can manually create a backup using the Registry Checker utility by running SCANREGW.EXE from Start | Run menu.
What to do if you get a Corrupted Registry
Windows 95, 98 and NT all have a simple registry backup mechanism that is quite reliable, although you should never simply rely on it, remember to always make a backup first!
Windows 95
In the Windows directory there are several hidden files, four of these will be SYSTEM.DAT & USER.DAT, your current registry, and SYSTEM.DA0 & USER.DA0, a backup of your registry. Windows 9x has a nice reature in that every time it appears to start successfully it will copy the registry over these backup files, so just in case something goes wrong can can restore it to a known good state. To restore the registry follow these instruction:
1. Click the Start button, and then click Shut Down.
2. Click Restart The Computer In MS-DOS Mode, then click Yes.
3. Change to your Windows directory. For example, if your Windows directory is c:\windows, you would type the following:
cd c:\windows

How can I clean out old data from the Registry?

Although it's possible to manually go through the Registry and delete unwanted entries, Microsoft provides a tool to automate the process, the program is called RegClean. RegClean analyzes Windows Registry keys stored in a common location in the Windows Registry. It finds keys that contain erroneous values, it removes them from the Windows Registry after having recording those entries in the Undo.Reg file.

Sexy Mia and VJ Nikhil on Orkut

On Orkut, You Can Join Their Official Community - MTV Bid a Date

http://www.orkut.com/Community.aspx?cmm=37837866

Chat with Mia on Orkut - Mia's Orkut profile

http://www.orkut.com/Profile.aspx?uid=4686713253036465264

Nikhil on Orkut - Nikhil's Orkut Profile

http://www.orkut.com/Profile.aspx?uid=13385221626580183721

edit images

a very cool site for editing images online :)

www.pikipimp.com

~CREATE UR OWN ringtone wid ur name ..!

/zedge.net/voice-maker-tool/


here u can create ur own ringtone ... i mean u can create like any gal callin ur name or anything u want
must give it a try .....
reali awesome .. !

15 lakh bolly songs

www.songdotmp3.com

shows invisible yahoo buddies

/xeeber.com

/invisible.ir

MOVIE DEN

MOVIE DEN
dis is an advanced custom search engine of google..
made by someone

got frm one of the communty..

just enter the name of movie and download it..
choice is urs whether u want to download through torrent or direct download sites..

/movieden.googlepages.com/

ONLINE TORRENT DOWNLOAD

www.bitlet.org/

no need to download any torrent client..
just paste the link of torrent and start downloading..

especiallly can help in places like cyber cafes and colleges..

List of Port Numbers

0=Reserved

1=tcpmux

2=compressnet

3=compressnet

4=Unassigned

5=Remote Job Entr

6=Unassigned

7=Echo

8=Unassigned

9=Discard

10=Unassigned

11=Active Users

12=Unassigned

13=Daytime

14=Unassigned

15=Unassigned

16=Unassigned

17=Quote of the Day

18=Message Send Protocol

19=Character Generator

20=FTP (Data)

21=FTP (Control)

22=Unassigned

23=Telnet

24=Private mail-system

25=SMTP

26=Unassigned

27=NSW User System FE

28=Unassigned

29=MSG ICP

30=Unassigned

31=MSG Authentication

32=Unassigned

33=Display Support Protocol

34=Unassigned

35=Private printer server

36=Unassigned

37=Time

38=Route Access Protocol

39=Resource Location Protocol

40=Unassigned

41=Graphics

42=Host Name Server

43=Who Is

44=MPM FLAGS Protocol

45=Message Processing Module (recv)

46=mpm-snd, MPM (default send)

47=ni-ftp

48=Digital Audit Daemon

49=login, Login Host Protocol

50=re-mail-ck, Remote Mail Checking Protocol

51=IMP Logical Address Maintenance

52=xns-time, XNS Time Protocol

53=domain, Domain Name Server

54=xns-ch, XNS Clearinghouse

55=ISI Graphics Language

56=XNS Authentication

57=Private terminal access

58=XNS Mail

59=Private file service

60=Unassigned

61=NI MAIL

62=ACA Services

63=Unassigned

64=Communications Integrator (CI)

65=TACACS-Database Service

66=Oracle SQL*NET

67=Bootstrap Protocol Server

68=Bootstrap Protocol Client

69=Trivial File Transfer

70=Gophergopher

71=Remote Job Service

72=Remote Job Service

73=Remote Job Service

74=Remote Job Service

75=any private dial out service

76=Distributed External Object Store

77=any private RJE service

78=vettcpvettcp

79=Finger server

80=HTTP

81=HOSTS2 Name Server

82=XFER Utility

83=MIT ML Device

84=Common Trace Facility

85=MIT ML Device

86=Micro Focus Cobol

87=Private terminal link

88=Kerberos

89=SU/MIT Telnet Gateway

90=DNSIX Securit Attribute Token Map

91=MIT Dover Spooler

92=Network Printing Protocol

93=Device Control Protocol

94=Tivoli Object Dispatcher

95=SUPDUPsupdup

96=DIXIE Protocol Specification

97=Swift Remote Vitural File Protocol

98=TAC Newstacnews

99=Metagram Relay

100=newacct [unauthorized use]

101=NIC Host Name Server

102=ISO-TSAP

103=Genesis Point-to-Point Trans Net

104=ACR-NEMA Digital Imag. & Comm. 300

105=Mailbox Name Nameserver

106=3COM-TSMUX3com-tsmux

107=Remote Telnet Service

108=SNA Gateway Access Server

109=Post Office Protocol - Version 2

110=Post Office Protocol - Version 3

111=SUN RPC

112=McIDAS Data Transmission Protocol

113=Authentication Service

114=Audio News Multicast

115=Simple File Transfer Protocol

116=ANSA REX Notify

117=UUCP Path Service

118=SQL Servicessqlserv

119=Network News Transfer Protocol

120=CFDPTKTcfdptkt

121=Encore Expedited Remote Pro.Call

122=SMAKYNETsmakynet

123=Network Time Protocol

124=ANSA REX Trader

125=Locus PC-Interface Net Map Ser

126=Unisys Unitary Login

127=Locus PC-Interface Conn Server

128=GSS X License Verification

129=Password Generator Protocol

130=cisco FNATIVE

131=cisco TNATIVE

132=cisco SYSMAINT

133=Statistics Service

134=INGRES-NET Service

135=Location Service

136=PROFILE Naming System

137=NETBIOS Name Service

138=NETBIOS Datagram Service

139=NETBIOS Session Service

140=EMFIS Data Service

141=EMFIS Control Service

142=Britton-Lee IDM

143=Interim Mail Access Protocol v2

144=NewSnews

145=UAAC Protocoluaac

146=ISO-IP0iso-tp0

147=ISO-IPiso-ip

148=CRONUS-SUPPORT

149=AED 512 Emulation Service

150=SQL-NETsql-net

151=HEMShems

152=Background File Transfer Program

153=SGMPsgmp

154=NETSCnetsc-prod

155=NETSCnetsc-dev

156=SQL Service

157=KNET/VM Command/Message Protocol

158=PCMail Serverpcmail-srv

159=NSS-Routingnss-routing

160=SGMP-TRAPSsgmp-traps

161=SNMP

162=SNMP TRAP

163=CMIP/TCP Manager

164=CMIP/TCP Agent

165=Xeroxxns-courier

166=Sirius Systems

167=NAMPnamp

168=RSVDrsvd

169=Send

170=Network PostScript

170=Network PostScript

171=Network Innovations Multiplex

172=Network Innovations CL/1

173=Xyplexxyplex-mux

174=MAILQ

175=VMNET

176=GENRAD-MUXgenrad-mux

177=X Display Manager Control Protocol

178=NextStep Window Server

179=Border Gateway Protocol

180=Intergraphris

181=Unifyunify

182=Unisys Audit SITP

183=OCBinderocbinder

184=OCServerocserver

185=Remote-KIS

186=KIS Protocolkis

187=Application Communication Interface

188=Plus Five's MUMPS

189=Queued File Transport

189=Queued File Transport

190=Gateway Access Control Protocol

190=Gateway Access Control Protocol

191=Prospero Directory Service

191=Prospero Directory Service

192=OSU Network Monitoring System

193=srmp, Spider Remote Monitoring Protocol

194=irc, Internet Relay Chat Protocl

195=DNSIX Network Level Module Audit

196=DNSIX Session Mgt Module Audit Redir

197=Directory Location Service

198=Directory Location Service Monitor

199=SMUX

200=IBM System Resource Controller

201=at-rtmp AppleTalk Routing Maintenance

202=at-nbp AppleTalk Name Binding

203=at-3 AppleTalk Unused

204=AppleTalk Echo

205=AppleTalk Unused

206=AppleTalk Zone Information

207=AppleTalk Unused

208=AppleTalk Unused

209=Trivial Authenticated Mail Protocol

210=ANSI Z39.50z39.50

211=Texas Instruments 914C/G Terminal

212=ATEXSSTRanet

213=IPX

214=VM PWSCSvmpwscs

215=Insignia Solutions

216=Access Technology License Server

217=dBASE Unix

218=Netix Message Posting Protocol

219=Unisys ARPsuarps

220=Interactive Mail Access Protocol v3

221=Berkeley rlogind with SPX auth

222=Berkeley rshd with SPX auth

223=Certificate Distribution Center

224=Reserved (224-241)

241=Reserved (224-241)

242=Unassigned#

243=Survey Measurement

244=Unassigned#

245=LINKlink

246=Display Systems Protocol

247-255 Reserved

256-343 Unassigned

344=Prospero Data Access Protocol

345=Perf Analysis Workbench

346=Zebra serverzserv

347=Fatmen Serverfatserv

348=Cabletron Management Protocol

349-370 Unassigned

371=Clearcaseclearcase

372=Unix Listservulistserv

373=Legent Corporation

374=Legent Corporation

375=Hasslehassle

376=Amiga Envoy Network Inquiry Proto

377=NEC Corporation

378=NEC Corporation

379=TIA/EIA/IS-99 modem client

380=TIA/EIA/IS-99 modem server

381=hp performance data collector

382=hp performance data managed node

383=hp performance data alarm manager

384=A Remote Network Server System

385=IBM Application

386=ASA Message Router Object Def.

387=Appletalk Update-Based Routing Pro.

388=Unidata LDM Version 4

389=Lightweight Directory Access Protocol

390=UISuis

391=SynOptics SNMP Relay Port

392=SynOptics Port Broker Port

393=Data Interpretation System

394=EMBL Nucleic Data Transfer

395=NETscout Control Protocol

396=Novell Netware over IP

397=Multi Protocol Trans. Net.

398=Kryptolankryptolan

399=Unassigned#

400=Workstation Solutions

401=Uninterruptible Power Supply

402=Genie Protocol

403=decapdecap

404=ncednced

405=ncldncld

406=Interactive Mail Support Protocol

407=Timbuktutimbuktu

408=Prospero Resource Manager Sys. Man.

409=Prospero Resource Manager Node Man.

410=DECLadebug Remote Debug Protocol

411=Remote MT Protocol

412=Trap Convention Port

413=SMSPsmsp

414=InfoSeekinfoseek

415=BNetbnet

416=Silverplattersilverplatter

417=Onmuxonmux

418=Hyper-Ghyper-g

419=Arielariel1

420=SMPTEsmpte

421=Arielariel2

422=Arielariel3

423=IBM Operations Planning and Control Start

424=IBM Operations Planning and Control Track

425=ICADicad-el

426=smartsdpsmartsdp

427=Server Location

429=OCS_AMU

430=UTMPSDutmpsd

431=UTMPCDutmpcd

432=IASDiasd

433=NNSPnnsp

434=MobileIP-Agent

435=MobilIP-MN

436=DNA-CMLdna-cml

437=comscmcomscm

439=dasp, Thomas Obermair

440=sgcpsgcp

441=decvms-sysmgtdecvms-sysmgt

442=cvc_hostdcvc_hostd

443=https

444=Simple Network Paging Protocol

445=Mcft-DS

446=DDM-RDBddm-rdb

447=DDM-RFMddm-dfm

448=DDM-BYTEddm-byte

449=AS Server Mapper

450=TServertserver

512=exec, Remote process execution

513=login, remote login

514=cmd, exec with auto auth.

514=syslog

515=Printer spooler

516=Unassigned

517=talk

519=unixtime

520=extended file name server

521=Unassigned

522=Unassigned

523=Unassigned

524=Unassigned

526=newdate

530=rpc courier

531=chatconference

532=readnewsnetnews

533=for emergency broadcasts

539=Apertus Technologies Load Determination

540=uucp

541=uucp-rlogin

542=Unassigned

543=klogin

544=kshell

545=Unassigned

546=Unassigned

547=Unassigned

548=Unassigned

549=Unassigned

550=new-who

551=Unassigned

552=Unassigned

553=Unassigned

554=Unassigned

555=dsf

556=remotefs

557-559=rmonitor

560=rmonitord

561=dmonitor

562=chcmd

563=Unassigned

564=plan 9 file service

565=whoami

566-569 Unassigned

570=demonmeter

571=udemonmeter

572-599 Unassigned ipc server

600=Sun IPC server

606=Cray Unified Resource Manager

607=nqs

608=Sender-Initiated/Unsolicited File Transfer

609=npmp-trapnpmp-trap

610=npmp-localnpmp-local

611=npmp-guinpmp-gui

634=ginadginad

666=Doom Id Software

704=errlog copy/server daemon

709=EntrustManager

729=IBM NetView DM/6000 Server/Client

730=IBM NetView DM/6000 send/tcp

731=IBM NetView DM/6000 receive/tcp

741=netGWnetgw

742=Network based Rev. Cont. Sys.

744=Flexible License Manager

747=Fujitsu Device Control

748=Russell Info Sci Calendar Manager

749=kerberos administration

751=pump

752=qrh

754=send

758=nlogin

759=con

760=ns

762=quotad

763=cycleserv

765=webster

767=phonephonebook

769=vid

771=rtip

772=cycleserv2

774=acmaint_dbd

775=acmaint_transd

780=wpgs

786=Concertconcert

800=mdbs_daemon

996=Central Point Software

997=maitrd

999=puprouter

1023=Reserved

1024=Reserved

1025=network blackjack

1030=BBN IAD

1031=BBN IAD

1032=BBN IAD

1067=Installation Bootstrap Proto. Serv.

1068=Installation Bootstrap Proto. Cli.

1080=SOCKS

1083=Anasoft License Manager

1084=Anasoft License Manager

1155=Network File Access

1222=SNI R&D network

12345=Netbus

1243=Subseven

1248=hermes

1346=Alta Analytics License Manager

1347=multi media conferencing

1347=multi media conferencing

1348=multi media conferencing

1349=Registration Network Protocol

1350=Registration Network Protocol

1351=Digital Tool Works (MIT)

1352=/Lotus Notelotusnote

1353=Relief Consulting

1354=RightBrain Software

1355=Intuitive Edge

1356=CuillaMartin Company

1357=Electronic PegBoard

1358=CONNLCLIconnlcli

1359=FTSRVftsrv

1360=MIMERmimer

1361=LinX

1362=TimeFliestimeflies

1363=Network DataMover Requester

1364=Network DataMover Server

1365=Network Software Associates

1366=Novell NetWare Comm Service Platform

1367=DCSdcs 1368=ScreenCastscreencast

1369=GlobalView to Unix Shell

1370=Unix Shell to GlobalView

1371=Fujitsu Config Protocol

1372=Fujitsu Config Protocol

1373=Chromagrafxchromagrafx

1374=EPI Software Systems

1375=Bytexbytex

1376=IBM Person to Person Software

1377=Cichlid License Manager

1378=Elan License Manager

1379=Integrity Solutions

1380=Telesis Network License Manager

1381=Apple Network License Manager

1382=udt_os

1383=GW Hannaway Network License Manager

1384=Objective Solutions License Manager

1385=Atex Publishing License Manager

1386=CheckSum License Manager

1387=Computer Aided Design Software Inc LM

1388=Objective Solutions DataBase Cache

1389=Document Manager

1390=Storage Controller

1391=Storage Access Server

1392=Print Managericlpv-pm

1393=Network Log Server

1394=Network Log Client

1395=PC Workstation Manager software

1396=DVL Active Mail

1397=Audio Active Mail

1398=Video Active Mail

1399=Cadkey License Manager

1400=Cadkey Tablet Daemon

1401=Goldleaf License Manager

1402=Prospero Resource Manager

1403=Prospero Resource Manager

1404=Infinite Graphics License Manager

1405=IBM Remote Execution Starter

1406=NetLabs License Manager

1407=DBSA License Manager

1408=Sophia License Manager

1409=Here License Manager

1410=HiQ License Manager

1411=AudioFileaf

1412=InnoSysinnosys

1413=Innosys-ACLinnosys-acl

1414=IBM MQSeriesibm-mqseries

1415=DBStardbstar

1416=Novell LU6.2novell-lu6.2

1417=Timbuktu Service 1 Port

1417=Timbuktu Service 1 Port

1418=Timbuktu Service 2 Port

1419=Timbuktu Service 3 Port

1420=Timbuktu Service 4 Port

1421=Gandalf License Manager

1422=Autodesk License Manager

1423=Essbase Arbor Software

1424=Hybrid Encryption Protocol

1425=Zion Software License Manager

1426=Satellite-data Acquisition System 1

1427=mloadd monitoring tool

1428=Informatik License Manager

1429=Hypercom NMSnms

1430=Hypercom TPDUtpdu

1431=Reverse Gosip Transport

1432=Blueberry Software License Manager

1433=Mcft-SQL-Server

1434=Mcft-SQL-Monitor

1435=IBM CISCibm-cics

1436=Satellite-data Acquisition System 2

1437=Tabulatabula

1438=Eicon Security Agent/Server

1439=Eicon X25/SNA Gateway

1440=Eicon Service Location Protocol

1441=Cadis License Management

1442=Cadis License Management

1443=Integrated Engineering Software

1444=Marcam License Management

1445=Proxima License Manager

1446=Optical Research Associates License Manager

1447=Applied Parallel Research LM

1448=OpenConnect License Manager

1449=PEportpeport

1450=Tandem Distributed Workbench Facility

1451=IBM Information Management

1452=GTE Government Systems License Man

1453=Genie License Manager

1454=interHDL License Manager

1455=ESL License Manager

1456=DCAdca

1457=Valisys License Manager

1458=Nichols Research Corp.

1459=Proshare Notebook Application

1460=Proshare Notebook Application

1461=IBM Wireless LAN

1462=World License Manager

1463=Nucleusnucleus

1464=MSL License Manager

1465=Pipes Platform

1466=Ocean Software License Manager

1467=CSDMBASEcsdmbase

1468=CSDMcsdm

1469=Active Analysis Limited License Manager

1470=Universal Analytics

1471=csdmbasecsdmbase

1472=csdmcsdm

1473=OpenMathopenmath

1474=Telefindertelefinder

1475=Taligent License Manager

1476=clvm-cfgclvm-cfg

1477=ms-sna-server

1478=ms-sna-base

1479=dberegisterdberegister

1480=PacerForumpacerforum

1481=AIRSairs

1482=Miteksys License Manager

1483=AFS License Manager

1484=Confluent License Manager

1485=LANSourcelansource

1486=nms_topo_serv

1487=LocalInfoSrvr

1488=DocStordocstor

1489=dmdocbrokerdmdocbroker

1490=insitu-confinsitu-conf

1491=anynetgateway

1492=stone-design-1

1493=netmap_lmnetmap_lm

1494=icaica 1495=cvccvc

1496=liberty-lmliberty-lm

1497=rfx-lmrfx-lm

1498=Watcom-SQLwatcom-sql

1499=Federico Heinz Consultora

1500=VLSI License Manager

1501=Satellite-data Acquisition System 3

1502=Shivashivadiscovery

1503=Databeamimtc-mcs

1504=EVB Software Engineering License Manager

1505=Funk Software, Inc.

1524=ingres

1525=oracle

1526=Prospero Directory Service non-priv

1527=Prospero Data Access Prot non-priv

1528=oracletlisrv

1529=oraclecoauthor

1600=issd

1651=proshare conf audio

1652=proshare conf video

1653=proshare conf data

1654=proshare conf request

1655=proshare conf notify

1661=netview-aix-1netview-aix-1

1662=netview-aix-2netview-aix-2

1663=netview-aix-3netview-aix-3

1664=netview-aix-4netview-aix-4

1665=netview-aix-5netview-aix-5

1666=netview-aix-6netview-aix-6

1986=cisco license management

1987=cisco RSRB Priority 1 port

1988=cisco RSRB Priority 2 port

1989=cisco RSRB Priority 3 port

1989=MHSnet systemmshnet

1990=cisco STUN Priority 1 port

1991=cisco STUN Priority 2 port

1992=cisco STUN Priority 3 port

1992=IPsendmsgipsendmsg

1993=cisco SNMP TCP port

1994=cisco serial tunnel port

1995=cisco perf port

1996=cisco Remote SRB port

1997=cisco Gateway Discovery Protocol

1998=cisco X.25 service (XOT)

1999=cisco identification port

2009=whosockami

2010=pipe_server

2011=raid

2012=raid-ac

2013=rad-am

2015=raid-cs

2016=bootserver

2017=terminaldb

2018=rellpack

2019=about

2019=xinupageserver

2020=xinupageserver

2021=xinuexpansion1

2021=down

2022=xinuexpansion2

2023=xinuexpansion3

2023=xinuexpansion4

2024=xinuexpansion4

2025=xribs

2026=scrabble

2027=shadowserver

2028=submitserver

2039=device2

2032=blackboard

2033=glogger

2034=scoremgr

2035=imsldoc

2038=objectmanager

2040=lam

2041=interbase

2042=isis

2043=isis-bcast

2044=primsl

2045=cdfunc

2047=dls

2048=dls-monitor

2065=Data Link Switch Read Port Number

2067=Data Link Switch Write Port Number

2201=Advanced Training System Program

2500=Resource Tracking system server

2501=Resource Tracking system client

2564=HP 3000 NS/VT block mode telnet

2784=world wide web - development

3049=ccmail 3264=ccmail, cc:mail/lotus

3333=dec-notes 3984=MAPPER network node manager

3985=MAPPER TCP/IP server

3986=MAPPER workstation server

3421=Bull Apprise portmapper

3900=Unidata UDT OS

4132=NUTS Daemonnuts_dem

4133=NUTS Bootp Server

4343=UNICALL

4444=KRB524

4672=remote file access server

5002=radio free ethernet

5010=TelepathStarttelelpathstart

5011=TelepathAttack

5050=multimedia conference control tool

5145=rmonitor_secure

5190=aol, America-Online

5300=HA cluster heartbeat

5301=hacl-gs # HA cluster general services

5302=HA cluster configuration

5303=hacl-probe HA cluster probing

5305=hacl-test

6000-6063=x11 X Window System

6111=sub-process HP SoftBench Sub-Process Control

6141/=meta-corp Meta Corporation License Manager

6142=aspentec-lm Aspen Technology License Manager

6143=watershed-lm Watershed License Manager

6144=statsci1-lm StatSci License Manager - 1

6145=statsci2-lm StatSci License Manager - 2

6146=lonewolf-lm Lone Wolf Systems License Manager

6147=montage-lm Montage License Manager

7000=afs3-fileserver file server itself

7001=afs3-callback callbacks to cache managers

7002=afs3-prserver users & groups database

7003=afs3-vlserver volume location database

7004=afs3-kaserver AFS/Kerberos authentication service

7005=afs3-volser volume managment server

7006=afs3-errors error interpretation service

7007=afs3-bos basic overseer process

7008=afs3-update server-to-server updater

7009=afs3-rmtsys remote cache manager service

7010=ups-online onlinet uninterruptable power supplies

7100=X Font Service

7200=FODMS FLIP

8010=Wingate

8181=IMail

9535=man

Cheating Bux . To

http://Bux . to

Note: I dont post up referral links. I only post the original sites. The original website is the link above, without the spaces. I only put spaces in the links, because it comes up as "*Censored*"

Note: This is not one of those "How to make free money!" tutorials that are usually labeled as spam. These are one of those tutorials that help you in the process, and hopefully make it easier to deal with clicking ads.

Bux . to is a PPC site, literally meaning pay-per-click. You click ads, and leave them up for 30 seconds. For every ad you view, you get one cent ($0.01). Bux . to doesn't allow you to make more than one account on your computer, and repeatedly clicking ads can get tiring. This method will show you how to "cheat" bux . to.

Getting Started

Sign up with bux . to, with no referrals. You also need an account on paypal, for when you want to "cashout" from bux . to.

Autoclickers

An autoclicker allows you to automatically click ads, instead of manually clicking.

The Bux . to Autoclicker made by "mlsoftware" can get you banned, but this method will not involve that program. That program uses up a constant amount of RAM, and can be highly uneffective, as well as detected.

Instead, we are going to use firefox, in conjuction with Mozilla add-ons.

1) You will need to download these extensions:

ReloadEvery: https://addons.mozilla.org/en-US/firefox/addon/115
Greasemonkey: https://addons.mozilla.org/en-US/firefox/addon/748

2) Download one of these scripts for the "autoclicking" process:

Low Bandwidth Usage: Refreshes page every 20 sec.
Medium Bandwidth Usage: Refreshes page every 10 sec.
High Bandwith Usage: Refreshes page every 5 sec.
Insane Bandwidth Usage: Refreshes page every 2 sec.

3) Navigate to the page where the ads are displayed. There will be a box above the ads, telling you when ads are being clicked, when they're finished, and when all the ads are finished. The only thing you will have to do is leave firefox open. I suggest leaving this on overnight, or even the whole day, to click as many ads as possible; about 150 ads on average come up during the whole day.

4) *Optional*: Set reload every to 15 minutes (Click the arrow next to the reload box, and select 15m). This is for failsafe purposes. I personally do not use this, but you can if you want.

Multiple Accounts

To create multiple accounts, log off your current account if you haven't already. Then, clear your cache and your cookies. Register an account, and once you're done, clear your cache/cookies again. Repeat this process as many times as you want. I suggest making at least 10 accounts. Remember to make your referrer as your original account, so that your new accounts will earn money, and your original account will earn money too (100% referral bonus).

ılılı Fishing-Phishing - Pack ılılı

List of Phishers

aim [x]
ebay [x]
everquest forum[x]
facebook [x]
filefront [x]
gmail [x]
habbo [x]
hi5 [x]
hotmail
myspace [x]
paypal [x]
photobucket [x]
playstationunderground
rapidshare [x]
ripway
skype [x]
vanguard [x]
yahoo [x]
youtube [x]

download :

http://rapidshare.com/files/89904045/AIO_Phish_Pack.rar

Vicspy 2008 Undetectable Keylogger

This is hot keylogger,don't miss it because soon it will be detectable !

Enjoy and wait more undetectable versions !


http://rapidshare.com/files/89657721/VicSpy2008.rar


password:desihackerz

Some useful softwares

Aaron's Mouse Clicker Full
http://www.mediafire.com/?9qznimnvajm

Acoustica Mixcraft v3.1 Build 41.rar
http://www.mediafire.com/?dmzzthc11mz

Adobe Photoshop CS3 Extended Activation Pack.rar
http://www.mediafire.com/?21w3iidctlr

Ardamax Key Logger v2.8
http://www.mediafire.com/?9lbv0lkztom

Ares.Ultra.v3.5.0.0.Full
http://www.mediafire.com/?3q1dypxogmz

Atomic Alarm Clock
http://www.mediafire.com/?fd22vjdyqv1

LimeWire Pro v4.16.2
http://www.mediafire.com/?6z2mndsicym

Chartcross Bluetooth Audio Router v1.0
http://www.mediafire.com/?5xgfdgifstw

DivX
http://www.mediafire.com/?dwime1gmnti

flvplayer_setup.exe
http://www.mediafire.com/?engugtk3tlx

FreeLoader v3.20
http://www.mediafire.com/?43gebanbtwm

Genuine Fractals PrintPro v5.04
http://www.mediafire.com/?cwlstbgmdgm

Graffiti Fonts
http://www.mediafire.com/?29vzgk4gtt1

IDM Patch
http://www.mediafire.com/?539gdtfwlee

Internet Download Manager 5.12 (Build 4)
http://www.mediafire.com/?8j0tdypixid

Internet.Download.Manager5.12.Build.5.All.Patch.zyberakuma
http://www.mediafire.com/?3xj1i4ytzzt

Internet_Download_Manager_5.12_Build_6
http://www.mediafire.com/?czgynogwcz9

Kaspersky AntiVirus v7.0.1.32. Final(FRESH KEYS-17.01)
http://www.mediafire.com/?czmjke1xvxm

KGB Win Rar Archiver Compressor 1GB To 10mb
http://www.mediafire.com/?33vcoypz3dg

Laplink PCsync.rar
http://www.mediafire.com/?fr3zfuzwz0d

LimeWire Pro 4.16.2.rar
http://www.mediafire.com/?5udjnduyn5e

LimeWire Pro 4.17.rar
http://www.mediafire.com/?5zjxzvbvb0w

Magic Iso v5.4 Build 0251.rar
http://www.mediafire.com/?32mszn4moun

MP3 To Ringtone Gold v3.16.rar
http://www.mediafire.com/?8idywmwgzqz

NOD32 Antivirus Home Edition 3.0.621.rar
http://www.mediafire.com/?b2ermk41gzo

onOne Genuine Fractals 5.0.3.rar
http://www.mediafire.com/?75qnhe0zdx2

PC Autoshutdown v3.1.rar
http://www.mediafire.com/?13nmzrus1mz

PCsync.rar
http://www.mediafire.com/?32jh2ymzjwm

Photo Brush v4.1.rar
http://www.mediafire.com/?dtwuzkz2p1z

Photo Crop Editor v1.11.rar
http://www.mediafire.com/?0o2qzwrm19l

PokerStarsInstallPM.exe
http://www.mediafire.com/?8wjtmm0gsib

SkypeSetup.exe
http://www.mediafire.com/?cwwzybujzwa

Teorex Inpaint v1.0.rar
http://www.mediafire.com/?93bubm40ngh

Ulead GIF Animator 5.05
http://www.mediafire.com/?0pmirj4w2nn

Ultimate Userbar v130.rar
http://www.mediafire.com/?45jfjnhvy2z

Vertus Fluid Mask 3.v2.100.2
http://www.mediafire.com/?04nywiwmijy

Virtual DJ Add-ons Mega Pack
http://www.mediafire.com/?etz2xlciy3g

Winzip Corporate Version
http://www.mediafire.com/?1k93izfl2r1

WMP11C.bY.IzzY.7z
http://www.mediafire.com/?7wyepmjxrzy

YG_VideoGrabber.rar
http://www.mediafire.com/?0m9azo2nxmr

Your_Uninstaller_21_PRO_2008_6.1.1236.ra
r
http://www.mediafire.com/?7z4yntrw4gm

Delete An "undeletable" File

Delete An "undeletable" File

Open a Command Prompt window and leave it open.
Close all open programs.
Click Start, Run and enter TASKMGR.EXE
Go to the Processes tab and End Process on Explorer.exe.
Leave Task Manager open.
Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.
At the command prompt type DEL where is the file you wish to delete.
Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.
Close Task Manager.


Or you can try this

Open Notepad.exe

Click File>Save As..>

locate the folder where ur undeletable file is

Choose 'All files' from the file type box

click once on the file u wanna delete so its name appears in the 'filename' box

put a " at the start and end of the filename
(the filename should have the extension of the undeletable file so it will overwrite it)

click save,

It should ask u to overwrite the existing file, choose yes and u can delete it as normal


Here's a manual way of doing it. I'll take this off once you put into your first post zain.

1. Start
2. Run
3. Type: command
4. To move into a directory type: cd c:\*** (The stars stand for your folder)
5. If you cannot access the folder because it has spaces for example Program Files or Kazaa Lite folder you have to do the following. instead of typing in the full folder name only take the first 6 letters then put a ~ and then 1 without spaces. Example: cd c:\progra~1\kazaal~1
6. Once your in the folder the non-deletable file it in type in dir - a list will come up with everything inside.
7. Now to delete the file type in del ***.bmp, txt, jpg, avi, etc... And if the file name has spaces you would use the special 1st 6 letters followed by a ~ and a 1 rule. Example: if your file name was bad file.bmp you would type once in the specific folder thorugh command, del badfil~1.bmp and your file should be gone. Make sure to type in the correct extension.

Ardamax Keylogger

Ardamax Keylogger is a keystroke recorder that captures user's activity and saves it to an encrypted log file. The log file can be viewed with the powerful Log Viewer. Use this tool to find out what is happening on your computer while you are away, maintain a backup of your typed data automatically or use it to monitor your kids. Also you can use it as a monitoring device for detecting unauthorised access. Logs can be automatically sent to your e-mail address, access to the keylogger is password protected. Besides, Ardamax Keylogger logs information about the Internet addresses the user has visited.

This invisible spy application is designed for Windows 98, ME, NT4, 2000, XP, 2003 and Vista

Keylogger Features:
* Remote Installer - creates a customized Ardamax Keylogger engine file. You can email this file to your target for remote monitoring.
* Invisible mode makes it absolutely invisible to anyone. Ardamax Keylogger is not visible in the task bar, system tray, Windows 98/2000/XP/2003/Vista Task Manager, process viewers (Process Explorer, WinTasks etc.), Start Menu and Windows Startup list.
* Email log delivery - keylogger can send you recorded logs through e-mail delivery at set times - perfect for remote monitoring!

* FTP delivery - Ardamax Keylogger can upload recorded logs through FTP delivery.
* Network delivery - sends recorded logs through via LAN.
* Clipboard logging - capture all text copied to the Windows Clipboard.
* Visual surveillance - periodically makes screenshots and stores the compressed images to log.
* Chat monitoring - Ardamax Keylogger is designed to record and monitor both sides of a conversation in following chats:



http://rapidshare.com/files/51914284/Ardamax.Keylogger.v2.8.rar.html

Simple Virus in notepad

This is a simple virus that formats HDD.

Write The Following In Notepad Exactly as it says

01001011000111110010010101010101010000011111100000

Save As An EXE Any Name Will Do
Send the EXE to People And Infect
WARNING: I AM NOT RESPONSIBLE FOR WHAT YOU DO WITH THIS!!!