Minggu, 26 April 2009

How to Create RF Server from Ragezone


1.First u need MSQL... i have no link yet but ill give ya soon.
2.Ok now create the following database names:(make sure u write it correctly)exgame
rf_account
rf_world
rf_web
3.Then click on "New database" and fill in the names for the databases (exgame,rf_account,rf_world,rf_web)
4.Now that the database's are there you need to restore the data back into them.Right click on your exgame database then goto All Tasks and then Restore database...
5.After u have done this it will open a window, he wants to know how u like to restore ur database, pls click "From device"..
6.After u selected "from device" it will automatically to a new window, there u must click "Select Devices" and after this in the next window pls click "add"..
7.Now it wants to hear from ur where ur .DAT file is. Go to the folder where u extracted ur serverfiles and select "exgame.dat"..
8.Ok u have modified ur exgame.dat database, now just click OK to all windowsdo the same now for the other 3 databases..
9.Go to SQL Server Enterprise Manager, then go to Security>Logins..
10.You must create new login, click right button and select New Login..
11.Select SQL Server Authentification.. and create login and pass.name: rfpassword: 12345Go to the last tab and select all rf bases and give right to them..
12.Making ODBC'sLocate the file "ODBC.REG in your RF Server folder and right click and then click edit you will see quite alot of text just leave it now copy the ODBC.REG i posted in the other topic and paste it into that close make sure you save then run it and say yes this will be your DSN's set up for you with no problems..

Editing INI Files
Go to:
RFServer\RF_Bin\Initialize

You see some files, open AccountSystem.ini, LoginSystem.ini, WorldSystem.ini with text editor. Edit local ip (127.0.0.1) to your ip.

Run the server!
Run this file under RF_Bin
Start_RF_Server.exe…

or run 1 by 1 these files (same thing)
LoginServer.exe
AccountServer.exe
ControlServer.exe
ZoneServer.exe

Winamp 5.552 Full

Winamp is a skinnable, multi-format media player.
Winamp supports a wide variety of contemporary and specialized music file formats, including MIDI, MOD, MPEG-1 audio layers 1 and 2, AAC, M4A, FLAC, WAV, OGG Vorbis, and Windows Media Audio. It supports gapless playback for MP3 and AAC, and Replay Gain for volume leveling across tracks. In addition, Winamp can play and import music from audio CDs, optionally with CD-Text, and can also burn music to CDs. Winamp supports playback of Windows Media Video and Nullsoft Streaming Video, as well as most of the video formats supported by Windows Media Player. 5.1 Surround sound is supported where formats and decoders allow.

Winamp supports many types of streaming media: Internet radio, Internet telelvision, XM Satellite Radio, AOL video, Singingfish content, podcasts, and RSS media feeds. It also has extendable support for portable media players, and users can access their media libraries anywhere via internet connections.

You can extend Winamp's functionality through the use of plug-ins, which are available on the Winamp site.

Download now : Winamp 5.552 FULL (9.46MB)

Minggu, 12 April 2009

MySQL 5.1.33

Functionality added or changed:
* mysql-test-run.pl now supports an --experimental=file_name option. It enables you to specify a file that contains a list of test cases that should be displayed with the [ exp-fail ] code rather than [ fail ] if they fail. (Bug#42888)
* The MD5 algorithm now uses the Xfree implementation. (Bug#42434)
* The query cache now checks whether a SELECT statement begins with SQL_NO_CACHE to determine whether it can skip checking for the query result in the query cache. This is not supported when SQL_NO_CACHE occurs within a comment. (Bug#37416)

Bugs fixed:
* Partitioning: A duplicate key error raised when inserting into a partitioned table used a different error code from that returned by such an error raised when inserting into a table that was not partitioned. (Bug#38719)See also Bug#28842.
* Partitioning: Several error messages relating to partitioned tables were incorrect or missing. (Bug#36001)
* Replication: When --binlog_format was set to STATEMENT, a statement unsafe for statement-based logging caused an error or warning to be issued even if sql_log_bin was set to 0. (Bug#41980)
* Replication: When using MIXED replication format and temporary tables were created in statement-based mode, but a later operation in the same session caused a switch to row-based mode, the temporary tables were not dropped on the slave at the end of the session. (Bug#40013)See also Bug#43046.This regression was introduced by Bug#20499.
* Replication: When using the MIXED replication format, UPDATE and DELETE statements that searched for rows where part of the key had nullable BIT columns failed. This occurred because operations that inserted the data were replicated as statements, but UPDATE and DELETE statements affecting the same data were replicated using row-based format.

This issue did not occur when using statement-based replication (only) or row-based replication (only). (Bug#39753)See also Bug#39648.

* Replication: The server SQL mode in effect when a stored procedure was created was not retained in the binary log. This could cause a CREATE PROCEDURE statement that succeeded on the master to fail on the slave.

This issue was first noticed when a stored procedure was created when ANSI_QUOTES was in effect on the master, but could possibly cause failed CREATE PROCEDURE statements and other problems on the slave when using other server SQL modes as well. (Bug#39526)

* Replication: If --secure-file-priv was set on the slave, it was unable to execute LOAD DATA INFILE statements sent from the master when using mixed-format or statement-based replication.

As a result of this fix, this security restriction is now ignored on the slave in such cases; instead the slave checks whether the files were created and should be read by the slave in its --slave-load-tmpdir. (Bug#38174)

* Replication: Server IDs greater than 2147483647 (232 – 1) were represented by negative numbers in the binary log. (Bug#37313)

* Replication: When its disk becomes full, a replication slave may wait while writing the binary log, relay log or MyISAM tables, continuing after space has been made available. The error message provided in such cases was not clear about the frequency with which checking for free space is done (once every 60 seconds), and how long the server waits after space has been freed before continuing (also 60 seconds); this caused users to think that the server had hung.

These issues have been addressed by making the error message clearer, and dividing it into two separate messages:
1. The error message Disk is full writing 'filename' (Errcode: error_code). Waiting for someone to free space... (Expect up to 60 secs delay for server to continue after freeing disk space) is printed only once.
2. The warning Retry in 60 secs, Message reprinted in 600 secs is printed once every for every 10 times that the check for free space is made; that is, the check is performed once each 60 seconds, but the reminder that space needs to be freed is printed only once every 10 minutes (600 seconds).(Bug#22082)

* Replication: The statements DROP PROCEDURE IF EXISTS and DROP FUNCTION IF EXISTS were not written to the binary log if the procedure or function to be dropped did not exist. (Bug#13684)

See also Bug#25705.

* Use of USE INDEX hints could cause EXPLAIN EXTENDED to crash. (Bug#43354)
* For InnoDB tables, overflow in an AUTO_INCREMENT column could cause a server crash. (Bug#43203)
* On 32-bit Windows, mysqld could not use large buffers due to a 2GB user mode address limit. (Bug#43082)
* stderr should be unbuffered, but when the server redirected stderr to a file, it became buffered. (Bug#42790)
* The DATA_TYPE column of the INFORMATION_SCHEMA.COLUMNS table displayed the UNSIGNED attribute for floating-point data types. (The column should contain only the data type name.) (Bug#42758)
* For InnoDB tables, spurious duplicate-key errors could occur when inserting into an AUTO_INCREMENT column. (Bug#42714)
* mysqldump included views that were excluded with the --ignore-table option. (Bug#42635)

* An earlier bug fix resulted in the problem that the InnoDB plugin could not be used with a server that was compiled with the built-in InnoDB. To handle this two changes were made:
o The server now supports an --ignore-builtin-innodb option that causes the server to behave as if the built-in InnoDB is not present. This option causes other InnoDB options not to be recognized.
o For the INSTALL PLUGIN statement, the server reads option (my.cnf) files just as during server startup. This enables the plugin to pick up any relevant options from those files. Consequently, a plugin no longer is started with each option set to its default value.

Because of this change, it is possible to add plugin options to an option file even before loading a plugin (if the loose prefix is used). It is also possible to uninstall a plugin, edit my.cnf, and install the plugin again. Restarting the plugin this way enables it to the new option values without a server restart.

Note:
To take advantage of this bug fix, InnoDB Plugin 1.0.4 or higher is required.(Bug#42610)

This regression was introduced by Bug#29263.

* With the ONLY_FULL_GROUP_BY SQL mode enabled, some legal queries failed. (Bug#42567)
* Tables could enter open table cache for a thread without being properly cleaned up, leading to a server crash. (Bug#42419)
* For InnoDB tables, inserting into floating-point AUTO_INCREMENT columns failed. (Bug#42400)
* The InnoDB btr_search_drop_page_hash_when_freed() function had a race condition. (Bug#42279)
* Parsing of the optional microsecond component of DATETIME values did not fail gracefully when that component width was larger than the allowed six places. (Bug#42146)
* mysqldumpslow parsed the --debug and --verbose options incorrectly. (Bug#42027)
* Queries that used the loose index scan access method could return no rows. (Bug#41610)
* The error message for a too-long column comment was Unknown error rather than a more appropriate message. (Bug#41465)
* Use of SELECT allowed users with rights to only some columns of a view to access all columns. (Bug#41354)
* The server did not robustly handle problems hang if a table opened with HANDLER needed to be re-opened because it had been altered to use a different storage engine that does not support HANDLER. The server also failed to set an error if the re-open attempt failed. These problems could cause the server to crash or hang. (Bug#41110, Bug#41112)
* SELECT statements executed concurrently with INSERT statements for a MyISAM table could cause incorrect results to be returned from the query cache. (Bug#41098)
* For prepared statements, multibyte character sets were not taking into account when calculating max_length for string values and mysql_stmt_fetch() could return truncated strings. (Bug#41078)
* Deprecation warnings that referred to MySQL 5.2 were changed to refer to MySQL 6.0. (Bug#41077)* For user-defined variables in a query result, incorrect length values were returned in the result metadata. (Bug#41030)
* On Windows, starting the server with an invalid value for innodb_flush_method caused a crash. (Bug#40757)
* MySQL 5.1 crashed with index merge algorithm and merge tables.A query in the MyISAM merge table caused a crash if the index merge algorithm was being used. (Bug#40675)
* With strict SQL mode enabled, setting a system variable to an out-of-bounds value caused an assertion failure. (Bug#40657)
* Table temporary scans were slower than necessary due to use of mmap rather than caching, even with the myisam_use_mmap system variable disabled. (Bug#40634)
* For a view that references a table in another database, mysqldump wrote the view name qualified with the current database name. This makes it impossible to reload the dump file into a different database. (Bug#40345)
* On platforms where long and pointer variables have different sizes, MyISAM could copy key statistics incorrectly, resulting in a server crash or incorrect cardinality values. (Bug#40321)
* DELETE tried to acquire write (not read) locks for tables accessed within a subquery of the WHERE clause. (Bug#39843)
* perror did not produce correct output for error codes 153 to 163. (Bug#39370)
* Several functions in libmysqld called exit() when an error occurred rather than returning an error to the caller. (Bug#39289)
* The innodb_log_arch_dir system variable is no longer available but was present in some of the sample option files included with MySQL distributions (such as my-huge.cnf). The line was present as a comment but uncommenting it would cause server startup failure so the line has been removed. (Bug#38249)
* --help output for myisamchk did not list the --HELP option. (Bug#38103)
* Comparisons between row constructors, such as (a, b) = (c, d) resulted in unnecessary Illegal mix of collations errors for string columns. (Bug#37601)* If a user created a view that referenced tables for which the user had disjoint privileges, an assertion failure occurred. (Bug#37191)
* An argument to the MATCH() function that was an alias for an expression other than a column name caused a server crash. (Bug#36737)
* The event, general_log, and slow_log tables in the mysql database store server_id values, but did not use an UNSIGNED column and thus were not able to store the full range of ID values. (Bug#36540)
* On Windows, the _PC macro in my_global.h was causing problems for modern compilers. It has been removed because it is no longer used. (Bug#34309)
* For DROP FUNCTION with names that were qualified with a database name, the database name was handled in case-sensitive fashion even with lower_case_table_names set to 1. (Bug#33813)
* mysqldump --compatible=mysql40 emitted statements referring to the character_set_client system variable, which is unknown before MySQL 4.1. Now the statements are enclosed in version-specific comments. (Bug#33550)
* Use of MBR spatial functions such as MBRTouches() with columns of InnoDB tables caused a server crash rather than an error. (Bug#31435)
* The mysql client mishandled input parsing if a delimiter command was not first on the line. (Bug#31060)
* SHOW PRIVILEGES listed the CREATE ROUTINE privilege as having a context of Functions,Procedures, but it is a database-level privilege. (Bug#30305)* mysqld --help did not work as root. (Bug#30261)
* CHECK TABLE, REPAIR TABLE, ANALYZE TABLE, and OPTIMIZE TABLE erroneously reported a table to be corrupt if the table did not exist or the statement was terminated with KILL. (Bug#29458)
* SHOW TABLE STATUS could fail to produce output for tables with non-ASCII characters in their name. (Bug#25830)
* Allocation of stack space for error messages could be too small on HP-UX, leading to stack overflow crashes. (Bug#21476)
* Floating-point numbers could be handled with different numbers of digits depending on whether the text or prepared-statement protocol was used. (Bug#21205)

Download now : My SQL 5.1.33 (35.46MB)

Rabu, 08 April 2009

Ragnarok Battle Offline Japan version





Virtual DJ 5.0




From the developers of AtomixMP3, it arrives a new version of Virtual DJ with a lot of options for all those users who doesn’t have enough with the first program.Thanks to Virtual DJ you will be able to perform fantastic DJ sessions using a lot of features for the medium fan and for all those users who want to become a DJ.Virtual DJ is housed in a very easy to use interface and after learning how to use it in just 3 minutes you will be ale to use it as if you had been using it for years.You only have to choose the origin folder where the files are, drag and drop them and start playing them. Virtual DJ allows you to adjust and modify the BPM, loop, scratch, add effects,...And if it doesn’t seem very good for you, it also allows you to save your compositions.


Minggu, 05 April 2009

Toshiba Qosmio X300 for GAMERS












Toshiba ingin memberikan segala yang lebih untuk para gamers dalam mendesain notebook Qosmio X300 ini.
Setelah baru saja mengeluarkan model Portege M800 dan Satellite M300 dengan pilihan warna Pink dan Crimson Red, Toshiba mengeluarkan seri Qosmio X300 dan Qosmio F50 dan G50 yang lebih menonjol lagi dari sisi desain, fitur, dan kecepatan.


Desain Toshiba Qosmio X300
Notebook dengan layar 17 inci ini dibalut dengan motif "Fire Shark" merah membara dan terlihat gagah. Ketika layar notebook dibuka, maka warna keyboard yang hitam mengkilap terlihat kontras dengan garis merah disekeliling badan notebook. Sistem speaker Harman Kardon dengan satellite mempunyai total 5 speaker ( 2 tweeter, dua bass, dan 1 subwoofer ). Tweeternya dihiasi oleh LED merah, sedangkan sepasang bassnya dibawah keyboard diberi motif lidah api. LED juga menghiasi bagian atas touch pad dan tombol multimedia.


Prosessor dan Grafis
Model X300-G770 ( Part Number : PQX32L-01M01K ) yang akan mulai dipasarkan di Indonesia awal bulan September ini datang dengan prosessor Intel T9400 2.53GHz 6MB L2 Cache 1066MHz FSB ( prosessor Intel Montevina ) serta NVIDIA GeForce 9700M GT dengan 512 MB DDR3 memory. Kombinasi spesifikasi setinggi ini belum ada sebelumnya di Indonesia. Harga belum dipastikan, namun yang pasti diatas US$ 2000. Para gamers, mulailah menabung.


Fitur Menarik Qosmio X300
Port eSATA - USB Combo
Port HDMI-CEC ( Regza Link ) dengan kemampuan upconversion DVD ke 1080p.
FM Tuner
Port USB Sleep and Charge seperti di desain Satellite M300 / A300
Software Toshiba Face Recognition


Ini adalah spec dari Toshiba Qosmio X300


Layar 17 inch Widescreen 1680 x 1050 WSXGA+ Resolution
Warna Red color
Berat 4.3 kg
Dimension 412 x 306 x 43.2 / 62.5 mm
Processor Intel Core 2 Duo T9400 2.53GHz 6MB L2 Cache 1066MHz FSB
Chipset Mobile Intel PM45 Express Chipset
Graphics NVIDIA GeForce 9700M GTS 512MB DDR3 DirectX 10.0 SM 4.0
Wireless Intel Wireless WiFi Link 5100AGN
Memory 4 GB PC3-8500 DDR3 - 1066 Memory installed - 8192MB (8 GB) max.
Hard disk 2 x 250 GB 5400 rpm
Optical Disk Internal DVD Multi Double Layer 8.5 GB
Speaker Harman Kardon 5 Speaker Satellite with Subwoofer
Web cam 2.0 Mega Pixel Max. Resolution
Bluetooth Ada
ExpressCard/54 Ada
FM Tuner Ada
HDMI Ada
eSata Ada
Firewire 1394a Ada
Fingerprint Ada
Warranty 1 year Local and International carry-in
OS Windows Vista Home Premium
Harga To Be Announced


Razer Krait - Razer Goliathus - Bagman Backpack Bundle
Informasi yang diterima oleh Tambah.info menyebutkan bahwa setiap pembelian Qosmio X300 otomatis mendapat perlengkapan diatas. Razer Krait ini mempunyai tombol yang mampu melakukan 1200 action per detik, sensor infrared dengan resolusi 1600 dot per inch (dpi) serta sensitivitas yang bisa diatur "on the fly" hingga 6400 frame per second. Mouse pad Razer Goliathus disebutkan lembut menyangga tangan para gamers tanpa bergeser atau berubah bentuk.
























LG P300 series Notebook price,Review




LG has launched its ultra-slim ultra light 13.3-inch premium notebook the P300 series, targeted at the performance- and style -minded younger generation. This notebook weighs only 1.6 Kg and is extremely slim with a thickness of only 21 mm and is crafted with a black rose pattren, while the brim is made with an aluminum material and is avaiable in two colors Black Rose and Wine Rose. It features an Nvidia Geforce 8400M graphics chip, 4 GB DDR2 memory, 250GB SATA type hard disk drive and a 2.1GHz Intel core 2 Duo processor. The notebook provides a clear screen for 3D gaming, video and picture viewing thanks to enhanced brightness and contrast ratio.
It also carries a sound reproducing surround system (SRS) high-output stereo speakers and 1.3 mega-pixel web-cam . This new product brings together a slim and light design wiht high portability, ease of use, and top - notch performance, it is clearly the right choice for the active business professionals of today. It is being positioned amongst the concept of providing perfect harmony between mobility and performance.

Wireshark 1.0.6 (Admin Tools)

Wireshark's powerful features make it the tool of choice for network troubleshooting, protocol development, and education worldwide.


Wireshark was written by networking experts around the world, and is an example of the power of open source. It runs on Windows, Linux, UNIX, and other platforms. This download is for Windows only.


Wireshark can read live data from Ethernet, Token-Ring, FDDI, serial (PPP and SLIP) (if the OS on which it's running allows Wireshark to do so), 802.11 wireless LAN (if the OS on which it's running allows Wireshark to do so) and ATM connections (if the OS on which it's running allows Wireshark to do so).


Wireshark was previously known as Ethereal.





Screenshot :


INTEL vs AMD

Intel Vs AMD, Siapakah yang Memiliki Performa Lebih Baik?Dari beberapa hasil pengujian yang sudah dilakukan, bisa ditarik kesimpulan bahwa processor dengan multi core-Dual core ataupun Quad core memiliki kemampuan kinerja yang lebih, jika dibandingkan dengan processor ber-core tunggal. Hal tersebut bisa dipahami, karena memang processor dual core atau quad core memiliki jumlah core yang lebih banyak, ditambah dengan L2 Cache yang lebih besar. contoh untuk Intel Core 2 Extreme (quad core) memiliki L2 cache 4 MB, Intel Core 2 Duo L2 cache-nya 1 MB, sedangkan Pentium 4 hanya memiliki L2 cache sebesar 512 KB.

Khusus untuk processor AMD yang diuji kali ini memang memiliki kinerja yang hampir seimbang, meskipun salah satu processor-nya sudah menggunakan dual core. Hal tersebut dikarenakan clock processor yang dimiliki keduanya memang sama, yaitu 2.0 GHz dan L2 cache yang sama, yaitu 1 MB. Meskipun processor yang memiliki core lebih dari satu memiliki kinerja yang lebih baik, namun yang perlu Anda ingat, seberapa perlu Anda memiliki processor dengan core dual atau quad. Mengingat harga yang harus Anda bayar akan jauh lebih tinggi, dibandingkan dengan processor yang hanya memiliki single core.

Untuk kali ini, perbandingan dimenangkan oleh processor dari jajaran Intel. Meskipun tidak secara telak, namun sebagian besar pengujian menunjukkan nilai yang lebih tinggi dibanding dengan processor AMD. Dalam hal ini, kami membandingkan antara processor Intel Core 2 Duo dan AMD Athlon 64 X2. Saran dari kami , ukur terlebih dahulu sampai seberapa penting Anda memerlukan sebuah processor multi core. Aplikasi apa saja yang nanti digunakan, dan untuk kegiatan apa Anda menggunakan CPU tersebut. Hal itu tentunya juga masih harus ditambah dengan seberapa besar budget Anda untuk menebus processor dengan core lebih dari satu. Jika Anda memang benar-benar memerlukannya, maka memang tidak ada salahnya Anda membeli processor dengan core lebih dari satu. Jika tidak, kami sarankan untuk tetap menggunakan processor dengan core tunggal saja, di mana selain harganya jauh lebih terjangkau, hampir seluruh aplikasi yang ada di pasaran memiliki kompatibilitas terhadap processor jenis ini. Perlu Anda ingat bahwa developer aplikasi masih jarang yang mengembangkan aplikasinya, khusus untuk platform multi core.


Processor AMDUntuk unjuk kemampuannya AMD bagus dan bisa diadu.Akan tetapi untuk yang sedang belajar oprek komputer (Overclocker) diharap hati-hati. Why ? Coba anda bandingkan antara prosessor buatan Intel (P IV) dengan buatan AMD (Duron, Athlon, XP, dsb). perbedaannya jelas terlihat pada LUAS CORE/INTI prosessor. Luas core AMD sangat kecil Cuma beberapa milicentimeter.

Nah disinilah letak permasalahannya!dalam pembuatan/perakitan/ perbaikan komputer berbasiskan AMD, sering ditemui sebuah komputer dengan prossesor AMD yang “cuil” atau pecah dipinggirannya. Hal ini dikarenakan pada waktu PEMASANGAN HEATSINK ke prosessor kurang hati-hati atau terlaku keras/kasar, sehingga mengakibatkan hal seperti yang disebutkan diatas. Bisa juga karena cacat produksi ( hal ini kemungkinannya sangat kecil sekali ). Keadaan tersebut bukan tidak mungkin akan menyebabkan prosessor menjadi RUSAK.

Processor Yang Layak Untuk Dipertimbangkan

Processor AMD Duron dengan kecepatan 750 Mhz harganya cukup menggiurkan untuk ukuran processor. Meski murah ternyatamempunyai performa yang cukup baik dan awet serta dapat diandalkan.Processor ini juga cukup dapat diandalkan untuk bermain video game yang tergolong standar dalam soal tampilan.

Kesimpulannya AMD baik digunakan untuk PC multimedia yang tergolong standar, seperti bermain game dan mendengarkan mp3.

AMD prosesor paling cepatKinerja AMD sama dengan Intel Pentium tetapi dengan harga lebih murah . AMD masih harus bekerja ekstra keras untuk merebut pasar Prosesor dari Pentium. Meski beberapa waktu lalu, dalam suatu uji kinerja, ternyata AMD, mampu mengungguli Pentium dalam beberapa aplikasi, tetapi gaungnya tidak sampai membuat Pentium jatuh.rata-rata warnet juga pakai prosesor ini.selain harganya murah kecepatanya pun tinggi..memang bagus untuk PC yang punya kinerja berat.seperti game atau desain.tapi menggunakan prosessor ini di PC suhunya akan cepat naik agar suhu stabil kita harus beri extra Fun tambahan .untuk produsen sebenarnya produk AMD bagus murah banyak yang pakai.
Processor AMD-duron Kurang Bagus Untuk Gamekalau Processor Intel, ini akan lebih anggun dan lebih bagus serta akan tahan lama artinya tidak gampang rusak.

Processor AMD dengan segala kelebihan dan kekurangannya
processor Duron 600 mhz sekitar 2 tahun yang lalu. Pada saat itu, AMD digembar-gemborkan merupakan pesaing utama processor Intel yang memiliki harga yang lebih mahal. AMD juga ditulis berbagai review sebagai yang handal dan cepat. Namun setelah dipakai, ternyata kecepatan yang direview, tidak seperti yang diharapkan. Apalagi ditambah dengan sering terjadinya computer hang, yang solusinya hanya melakukan restart system.. Kekecewaan bertambah karena processor AMD Duron tersebut tidak laku dijual bekas di pasaran, apalagi katanya banyak orang yang tidak menginginkan produk tersebut saat ini

AMD Stabilsebenarnya yang jadi penyebab utama AMD tidak stabil bukan processornya, akan tetapi motherboard, pake Processor Intel Juga kalau motherboardnya jelek ya tetap aja hang. Sebagai tip kalau membeli motherboard, belilah motherboard berchipset yang sama dengan Processornya, apakah itu ??. Ya kalau AMD pakai chipset AMD 751 untuk yang SDRAM atau chipset 761 untuk yang DDR-SDRAM, kalau untuk INTEL pake chipset INTEL

disarankan kalau masih ada AMD buat apa cari yang lebih mahal, so jangan salahin Procesornya ya, salahin aja chipset Motherboardnya.

NVidia Rilis GeForce 9600 GT untuk Gamers


Diinspirasi dari produk sebelumnya, seri GeForce 9 ini datang dari pengamatan Nvidia terhadap game-game yang dimainkan di fasilitas LAN. Nvidia menyajikan GeForce 9600 GT dengan graphic card yang kiranya mampu mendukung game-game berbasis DirectX 10 tanpa harus mengeluarkan kocek jumlah besar.


"Gamers kini membutuhkan graphic card yang lebih baik, yang mampu mendukung game-game bertaraf DirectX 10. Namun, kali ini kami sajikan dengan harga yang affordable agar dapat dijangkau di berbagai kalangan gamers," ungkap General Manager GeForce Desktop Graphics Nvidia Ujesh Denai, seperti dikutip PCPro, Jumat (29/2/2008). Produk ini dibandrol dengan harga sekira USD110 hingga USD130.


Belum sampai sebulan, Nvidia menggebrak pasar dengan GPU atau graphic card seri GeForce 9 mereka. Nvidia menjamin produk barunya ini memiliki performa 116 persen dibanding pendahulunya, GeForce 8600. Bahkan, setelah dilakukan ujicoba pada game Call of Duty 4,

GeForce 9600 GT jauh lebih impresif. Pada resolusi 1.600 x 1.200 dengan kualitas gambar terbaik, GeForce 9600 GT mampu mengatur hingga 50 frames per second (fps). Angka tersebut dua kali lipat lebih baik dibandingkan 8600 GTS dan sekira 25 persen lebih cepat dibandingkan ATi Radeon HD 3870.


GeForce 9600 GT GPU memiliki performa per watt dan peningkatan efektivitas kompresi. Hal ini terwujudkan berkat 64 stream prosessor diset pada kecepatan 1625 MHz, didukung dengan 256bit memory pada kecepatan 900MHz. Meskipun didesain untuk PCIe 2.0 terbaru, GeForce 9600 GT GPU masih compatible dengan standar PCIe sebelumnya.


Teknologi NVIDIA PureVideo mendukung video playback yang berkualitas tinggi untuk GeForce 9600 GT GPU, baik untuk video HD-DVD ataupun Blu-ray. Mesin baru Nvidia mengambil alih semua tugas decode video H.264, sehingga CPU mengakibatkan pemborosan listrik, panas, dan suara berisik. (mbs)

.NET Framework Version 3.5 SP1

The Microsoft .NET Framework 3 is the new managed code programming model for Windows®. It combines the power of the .NET Framework version 2.0 with new technologies for building applications that have visually compelling user experiences, seamless communication across technology boundaries, and the ability to support a wide range of business processes. These new technologies are Windows Presentation Foundation, Windows Communication Foundation, Windows Workflow Foundation, and Windows CardSpace.

The .NET Framework 3 is included as part of the Windows Vista operating system; you can install it or uninstall it using Windows Features Control Panel. This redistributable package is for Windows XP and Windows Server 2003.

The latest version (3.5) contains many new features building incrementally upon .NET Framework 2.0 and 3.0, and includes .NET Framework 2.0 service pack 1 and .NET Framework 3.0 service pack 1.

Download now : .NET Framework ver3.5 Service Pack 1 (2.82MB)

OpenOffice.org 3.0.1 Final

OpenOffice.org is an open-source, multiplatform and multilingual office suite comparable with MS Office.

It is compatible with all other major office suites and is free to download, use, and distribute. It was previously known as StarOffice before it became an open-source project. OpenOffice comes with OpenWriter - a word processor, OpenCalc - a spreadsheet and OpenImpress - a presentational package.

~ The first office suite to use the new OASIS OpenDocument format, the future-proof international standard for office software

~ Easy to install, with a whole new look and feel, matched to the type of computer in use

~ More intuitive, more easy to use than ever, with a host of new usability features

~ Complete with Base: an easy-to-use database manager with a fully integrated database

~ Compatible with other software packages - now understands even obscure and rarely used features in major competitors.

You may download OpenOffice.org Version 2 completely free of any licence fees, use it for any purpose - private, educational, government and public administration, commercial - and pass on copies free of charge to family, friends, students, employees, etc.
The version offered for download here is the Windows version. Versions for other platforms are available from OpenOffice.org.

Download now : OpenOffice.org 3.0.1 Final (128.05MB)

Yahoo! Widget Engine 4.5.1

Yahoo! Widget Engine (formally known as Konfabulator) is a JavaScript runtime engine for Windows and Mac OS X that lets you run little files called Widgets that can do pretty much whatever you want them to. Widgets can be alarm clocks, calculators, can tell you your WiFi signal strength, will fetch the latest stock quotes for your preferred symbols, and even give your current local weather.
What sets this apart from other scripting applications is that it takes full advantage of today's advanced graphics. This allows Widgets to blend fluidly into your desktop without the constraints of traditional window borders. Toss in some sliding and fading, and these little guys are right at home in Windows XP and Mac OS X.
The format for these Widgets is completely open and easy to learn so creating your own Widgets is an extremely easy task.
For the "skinning" crowd, Konfabulator is a dream come true. You can easily change the look, feel, layout, even functionality of a Widget so that it matches your lifestyle, your desktop, or the pants or skirt you have on that day.

Download now : Yahoo! Widget Engine 4.5.1 (14.63MB)

Windows Defender 1.1.1593


Microsoft Windows Defender (formally known as Windows AntiSpyware) is a security technology that helps protect Windows users from spyware and other potentially unwanted software. Known spyware on your PC can be detected and removed. This helps reduce negative effects caused by spyware, including slow PC performance, annoying pop-up ads, unwanted changes to Internet settings, and unauthorized use of your private information. Continuous protection improves Internet browsing safety by guarding more than 50 ways spyware can enter your PC.


Ad-Aware 2009


Ad-Aware provides protection from known Spyware including: Data-mining, aggressive advertising, Parasites, Scumware, selected traditional Trojans, Dialers, Malware, Browser hijackers, and tracking components.
With the release of Ad-Aware SE Personal edition, Lavasoft takes the fight against Spyware to the next level.
With Lavasoft's all new Code Sequence Identification (CSI) technology, you will not only be protected from known content, but will also have advanced protection against many of their unknown variants. To further protect you, Ad-Aware SE Personal Edition also has the capability to scan and list Alternate Data Streams (ADS) in NTFS enabled volumes. In combination with the new scanning engine, Ad-Aware SE will scan your computer faster and more thoroughly than ever before!


Jumat, 03 April 2009

AyoDance March 2009 Songs Download

* Baek Ji Young - Like Being Shot By A Bullet
* BoA - Best Friend
* Brown Eyed Girls - My Great Day
* Cho PD & Brown Eyed Girls - Hold The Line
* ERU (Do) - I'm Sorry
*Hwang Bo - Getting Hot (Original Ver.)
* Jewelry - All Shh!
* Jin Pyo Kim - Shadow Play (feat Bobby Kim)
* Kil Gun - Shake It (feat MC Thypoon)
* Kim Dong Hee - I Love You.. So Sorry (feat Guardian)
* Kim Dong Wan - Secret (Narr. Girlhood Tiffany)
* Kim Hyung Jung - Bear Boom
* NitWit - Cruel Angel
* PK Haeman - Hands on Head
* SG Wannabe - La La La
* Smile - Butterlfy
* Sweetbox - Killing Me DJ
* Tiket - Hanya Kamu Yang Bisa
* Titi Kamal - Lebih Baik Sendiri (Remix)
* Untouchable - It's Okay (feat Hua Yobi)
* Wawa - Dance
* Wawa - I Love My Girl
* Wheesung - Is A Star

Hidden Songs:
* Karikatur Band - Bukan Untukmu
* Karikatur Band - Hingga Akhir Waktu
* Vierra - Dengarkan Curhatku

AyoDance February 2009 Songs Download

084 bpm * 015B - Way to Call Her
123 bpm * 2PM - Only You
100 bpm * Audition - December (Vox Tune)
140 bpm * Audition - What I Want
124 bpm * Apel G - KPK (Kau Putuskan Aku)
122 bpm * Baek Ji Young - Give Me Your Lips
134 bpm * Brown Eyed Girls - My Style
140 bpm * Cool - Destiny
085 bpm * Crown J - Too Much
126 bpm * Freedom Williams vs RMD - Sweat! Everybody Dance Now! (The Hollywood Hot Mix)
130 bpm * Gliterz - Ga Tau Ah
150 bpm * Gruvi - Masih Mencintaimu
121 bpm * Hyori Lee - Toc Toc Toc
085 bpm * Jace - Baby Boo
093 bpm * Jade Valerie - Uh Lala
140 bpm * Jewelry - I Really Like You
132 bpm * Kim Jong Gook - Thank You
120 bpm * Lee An - Happy My Star
144 bpm * Lee An - On Your Birthday
100 bpm * Lee An - Us
130 bpm * Nell - Part 2
156 bpm * Park Ji Heon & Kan Ming Kyung - Happy Together
106 bpm * SeeYa - Oh, That's Good
117 bpm * SS501 - DeJa Vu
112 bpm * T_MAX - Blooming
118 bpm * The Rain - Boleh Saja Benci
098 bpm * TY Keys - Reminded When Young
096 bpm * Wheesung - Dilemma

Kamis, 02 April 2009

NVIDIA Forceware 182.08 WHQL (Windows XP)

NVIDIA ForceWare software unleashes the full power and features in NVIDIA's desktop, gaming, platform, workstation, laptop, multimedia, and mobile products. Delivering a proven record of compatibility, reliability, and stability with the widest range of games and applications, ForceWare software ensures the best experience with your NVIDIA hardware.
Incredible 3D and video performance for all of your applications.
Rock-solid system stability, greater compatibility, and reliability with NVIDIA® Unified Driver Architecture (UDA).
Industry-leading features for graphics, audio, video, communications, storage, and security.
Robust product support for over ten unique operating systems.
Continual product performance and feature updates for the life of your NVIDIA hardware.
This software requires Windows 2000, XP or 2003 server.

Download now : NVIDIA Forceware 182.08 WHQL for WinXP (77.01MB)

Real Player 11.0.0.614

RealPlayer (renamed from RealOne) allows your system to play Real Media files (.ra .ram)
This new version also allows you to buy and download music that plays on more than 100 portable devices, including the iPod.
RealPlayer is a digital-media player for finding and downloading new music, playing and managing audio and video clips, and taking your digital entertainment with you. RealPlayer offers a streamlined interface that allows you to keep your media library close at hand. Keep all your digital-media clips organized in one place; save CD tracks with one click; pause and rewind live streams; transfer music to CDs and portable devices; and enjoy clear, smooth video playback and multichannel, surround-sound support

Download Latest Version : Real Player 11.0.0.614 (12.71MB)

Directx 9.0

DirectX 9.0c (Mar 09) - Microsoft DirectX is a group of technologies designed to make Windows-based computers an ideal platform for running and displaying applications rich in multimedia elements such as full-color graphics, video, 3D animation, and rich audio. DirectX 9.0 includes security and performance...

Download now : Click here

Adobe Reader 9.0







Easily view, print, and collaborate on PDF files with free Adobe Reader 9 software


Consumer
Adobe Reader software is the global standard for electronic document sharing. It is the only PDF file viewer that can open and interact with all PDF documents. Use Adobe Reader to view, search, digitally sign, verify, print, and collaborate on Adobe PDF files.


Enterprise
Deploy, maintain, and support Adobe Reader across your organization. Corporations, government agencies, and educational institutions can distribute Adobe Reader internally on an intranet site or a local network


Developers
Interested in developing a plug-in for Adobe Reader? Freely distributed Adobe Reader is widely available; more than 500 million copies have been distributed worldwide since 1993. To build a Reader plug-in, you must first apply for an Integration Key License Agreement.


Download now : Click here

Ghost Rider




In May 2005, Sony Pictures launched the official website for Ghost Rider.
The following July, the studio presented a Ghost Rider panel at Comic-Con International and screened a teaser for the audience. The teaser, which did not have finalized footage of the film, eventually leaked online. In the same month, Majesco Entertainment Company announced its deal with Marvel to acquire worldwide rights to produce the video game Ghost Rider for the PS2, PSP, and Game Boy Advance consoles.
In December 2005, the studio presented a first glimpse of Ghost Rider in a ten-second footage piece on the official site.
In April 2006, Sideshow Collectibles announced the sale of a Ghost Rider maquette based on the concept art of the film.
The following May, domestic and international teaser trailers for Ghost Rider were launched at Apple.
The Ghost Rider was also featured in a commercial for Jackson Hewitt Tax Services in which the character presented his income tax forms to a clerk for processing to receive a quick refund check.
On April 19, 2007, Sony Pictures Home Entertainment confirmed that in America the film will be issued on June 12, 2007 as a single-disc Theatrical Cut DVD, two-disc Extended Cut DVD, Blu-ray Disc, and UMD. Special features on the Extended Cut DVD include two commentary tracks, a comic book history feature, and a making of the film featurette.[