bloody flyff files/client

01/12/2012 13:48 rizzy.maidenF#1
1.Tried to use launcher(patcher) to start neuz but it won't start but when i use loader.bat it's working. what would be the possible reason on that?


2.User's Online won't update in website even there is currently user online in game. Tried many scripts but didn't work. The scripts that i tried to use works well with the other server of my friend and we use same database and web files. What would be the possible reason on that?
01/12/2012 14:00 Flash!#2
Quote:
Originally Posted by rizzy.maidenF View Post
1.Tried to use launcher(patcher) to start neuz but it won't start but when i use loader.bat it's working. what would be the possible reason on that?
Perhaps ur Patcher is using another salt than your neuz (sunkist normally).

Quote:
Originally Posted by rizzy.maidenF View Post
2.User's Online won't update in website even there is currently user online in game. Tried many scripts but didn't work. The scripts that i tried to use works well with the other server of my friend and we use same database and web files. What would be the possible reason on that?
Could you post me your "user online"-script?
01/12/2012 14:12 rizzy.maidenF#3
i was using sunkist on bat. searched patcher and i found sunkist too.

about the script here you go:


<?php
require('inc/useron.php');
echo 'Total Online : ' . mssql_num_rows($query);
?>

useron.php
<?php
$link = @mssql_connect("########\SQLEXPRESS", "SA", "#######") or die ("Server is down!");
$db = @mssql_select_db('ACCOUNT_DBF') or die ("Account table is missing!");
$b = '';
$mail = '';
$query = mssql_query("SELECT * FROM [ACCOUNT_TBL_DETAIL] WHERE isuse = 'J' ");
?>
01/12/2012 15:40 Flash!#4
Quote:
Originally Posted by rizzy.maidenF View Post
[...]


useron.php
<?php
$link = @mssql_connect("########\SQLEXPRESS", "SA", "#######") or die ("Server is down!");
$db = @mssql_select_db('ACCOUNT_DBF') or die ("Account table is missing!");
$b = '';
$mail = '';
$query = mssql_query("SELECT * FROM [ACCOUNT_TBL_DETAIL] WHERE isuse = 'J' ");
?>
Why J? Isn't "F" the normal player - Please try it.
If you're right with the patcher problem i can't help you :/
01/12/2012 16:08 Jopsi332#5
Quote:
Originally Posted by Marvin! View Post
Why J? Isn't "F" the normal player - Please try it.
If you're right with the patcher problem i can't help you :/
weils nicht m_chLoginauthority ist sondern isuse und dort werden die online player als J makeirt und offline als F glaube ich
01/13/2012 11:13 rizzy.maidenF#6
UP UP AND AWAAAAAAAAAAAAY!
01/30/2012 11:35 rizzy.maidenF#7
up. please help.