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.