Tuesday, June 16, 2009

Game Online

Online game

An online game is a game played over some forms of computer network. At the present, this almost always means the Internet or equivalent technology; but games have always used whatever technology was current: modems before the internet, and hard wired terminals before modems. The expansion of online gaming has reflected the overall expansion of computer networks from small local networks to the Internet and the growth of Internet access itself. Online games can range from simple text based games to games incorporating complex graphics and virtual worlds populated by many players simultaneously. Many online games have associated online communities, making online games a form of social activity beyond single player games.

The rising popularity of Flash and Java led to an Internet revolution where websites could utilize streaming video, audio, and a whole new set of user interactivity. When Microsoft began packaging Flash as a pre-installed component of IE, the Internet began to shift from a data/information spectrum to also offer on-demand entertainment. This revolution paved the way for sites to offer games to web surfers. Most online games like World of Warcraft, Final Fantasy XI and Lineage II charge a monthly fee to subscribe to their services, while games such as Guild Wars offer an alternative no monthly fee scheme. Many other sites relied on advertising revenues from on-site sponsors, while others, like RuneScape, the games made by Artix Entertainment and Mabinogi, let people play for free while leaving the players the option of paying, unlocking new content for the members.

After the dot-com bubble burst in 2001, many sites solely relying on advertising revenue dollars faced extreme adversity. Despite the decreasing profitability of online gaming websites, some sites have survived the fluctuating ad market by offsetting the advertising revenue loss by using the content as a cross-promotion tool for driving web visitors to other websites that the company owns.

Sunday, June 14, 2009

Tutorial How To Make Flyff Private Server

Tutorial Make Flyff Private Server

flyff Server :http://www.indowebster.com/Flyff_server_V12.html

flyff Client :http://www.indowebster.com/Flyff_client_V12.html

flyff DataBase :http://www.indowebster.com/flyff_db.html

Navicat :http://www.navicat.com/download.html

flyff DataBase :http://www.indowebster.com/flyff_db.html

MYSQL : http://dev.mysql.com/downloads/mysql/5.1.html


Instal MYSQL And Navicat

When you Installed MYSQL, Go to start > all Program > MySQL Server 5.1 > MySQL Server Instance Config Wizard> click standart configuration> next >set the password : root > click next and execute

Open your Navicat

Click connection fill the password. Double click localhost, right click in local host and click new data base Then enter the database name, as you wish. It's recomended to use FlyFF, because when you're using server files, and if you're using downloaded WebSite, they all use database name "flyff" so you'd have to change everything. Doble click database your created, right click your database click Execute batch file click 3dots and find the data base you downloaded click open and start When it's done, you will get a message like this: [Msg] Finished – Unsuccessfully

Open your flyff server

Open char_server.ini use note pad

[server]

ip=127.0.0.1 //change this ip into your local ip for your computer. If you use hamachi cange into you hamachi ip

port=28000

minAccessLevel=100

id=2

owner=1

name=Char Server

[isc]

ip=127.0.0.1

port=29300

[mysql]

server=localhost

database=flyff //database name here.

username=root

password=root

Open Login_server.ini

[server]
ip=127.0.0.1 // change this ip into your local ip for your computer. If you use hamachi cange into you hamachi ip
port=23000 
minAccessLevel=0
id=1
name=LoginServer
use_flyff_a=1
 
[isc]
ip=127.0.0.1
port=29300
 
[mysql]
server=localhost 
database=flyff //database name here.
username=root 
password=root

world_server.ini

 [server]
ip=127.0.0.1 // change this ip into your local ip for your computer. If you use hamachi cange into you hamachi ip
port=15400
minAccessLevel=0
id=3
owner=2
name=FLYF //name of the server
exprate=250.0 //Exp rate. 
fxprate=500.0 //flying exp rate.
droprate=200.0 //drop rate
questdroprate=200.0 //quest drop rate
motd=Welcome! //welcome message
weather=0
random_weather=1
random_weather_interval=300000
can_trade_quest_items=0
can_drop_quest_items=0
can_player_shop_quest_items=0
can_mail_quest_items=0
can_guild_bank_quest_items=0
use_item_cooldown=1
use_item_casting_timers=1
use_action_slot_cooldown=0
guild_rejoin_waiting_time=0
#guild_rejoin_waiting_time=172800
allowPK=0 //change to 1 if you allow PK
allowKS=0 //change to 1 if you allow KS
everywherePVP=1
allowGuildBank=1
 
[isc]
ip=127.0.0.1
port=29300
 
[mysql]
server=localhost 
database=flyff //same as before
username=root
password=root

Run

1. Login Server
2. Char Server
3. World Server

Now to play your server Place the Neuz_no_gg.exe into your FlyFF directory, then create shortcut to Neuz_no_GG.exe on your desktop. Open the properties, and add "sunkist" on the end of shortcut path

open your flyff client folder open neuz.ini change ip to your ip server

Make website for register:

Download

XAMPP

Flyff web

Copy XAMPP to you local disk (C:). Extract Flyff web server to C:/Xampp/htdocs/YOURFOLDERNAME

Configing your setting

Go to config.php and edit the following

// By PeChU!!

if(stristr($_SERVER['PHP_SELF'], "config.php")) die('asdada');

$host = "localhost"; // host mysql

$user = "Your MySQL/Navicat Username"; // root
$pass = "Your MySQL/Navicat user Password"; // root
$db = "Your DB Name (I really, REALLY think its Flyff)"; // localhost 

mysql_connect($host,$user,$pass) or die(mysql_error());

mysql_select_db($db) or die(mysql_error());

function nw($N, $C){

$reg = mysql_query("INSERT INTO accounts (username, password, accesslevel) VALUES( '$N', '$C', '1')")or die(mysql_error());

return $reg;

}

function exi($user){

$check = mysql_query("SELECT * FROM accounts WHERE username = '$user'");

$check2 = mysql_num_rows($check);

return $check2;

}

?>

Thats it for the Config. Your files are configed.

And run Xampp_start.exe

To access your website, just type your Hamachi IP + your folder in your webbrowser. Like this:

Code:

http://yourhamachiip/yourfoldername/

Finish You can play you private server