Re: RYLtoolz2 ( the return of the comeback warrior )
Softlayer had issues with their DNS servers which are resolved now.
But yea Yoshi is still dumb.
Re: RYLtoolz2 ( the return of the comeback warrior )
Quote:
Originally Posted by
john_d
wew finally got online count working ^^
how?
You still need a new server controller, lemme know cuz i started working on a revamped one
Re: RYLtoolz2 ( the return of the comeback warrior )
counted all the connections from the outside all the gameserver ports.
Re: RYLtoolz2 ( the return of the comeback warrior )
Re: RYLtoolz2 ( the return of the comeback warrior )
Wah where register.php??? n how can i make it register to my sql??? any clues guys????
Re: RYLtoolz2 ( the return of the comeback warrior )
Released a Demo of RYLtoolz2 / ROwtoolz Backend
http://toolz.mmowebs.com/toolz/RYL-R...-rowtoolz-demo
it will work fine with the Frontend i released a few days ago.
i wont be coding for a few days, so i wont be releasing anything :( im on vacation.
Re: RYLtoolz2 ( the return of the comeback warrior )
Quote:
Originally Posted by
john_d
counted all the connections from the outside all the gameserver ports.
So how about people that host the website remotely?
I mean not on the server itself? Or how about people who have several servers for the zones?
assuming you just exec netstat and parse lol
Re: RYLtoolz2 ( the return of the comeback warrior )
Opening a socket checking if there is a connection and then close the socket again. Should work pretty nicely.
Re: RYLtoolz2 ( the return of the comeback warrior )
frontend can be easily modified to read from multiple backend installations.
since frontend can be remotely hosted on any webserver.
So 1 backend installation for each subservers is not really very difficult to imagine.
my system is still 100x better then any web system lol
since
1. it doesn't eat to much bandwidth
2. the main website frontend doesnt really connect to any database. thus making wanna be hackers die in frustration.
3. it can connect in multiple ways via ODBC, mssql, freetds.
Re: RYLtoolz2 ( the return of the comeback warrior )
Quote:
Originally Posted by
john_d
frontend can be easily modified to read from multiple backend installations.
since frontend can be remotely hosted on any webserver.
So 1 backend installation for each subservers is not really very difficult to imagine.
my system is still 100x better then any web system lol
since
1. it doesn't eat to much bandwidth
2. the main website frontend doesnt really connect to any database. thus making wanna be hackers die in frustration.
3. it can connect in multiple ways via ODBC, mssql, freetds.
'doesnt really connect to any database'
more secure? i don't see how
ODBC or not. mssql injection stays mssql injection
and tyfix opening a socket to an open port to check if you can connect ok but to see how many are online? ...
Re: RYLtoolz2 ( the return of the comeback warrior )
lolz.. anyone know how to direct connect to mssql ?
i no have odbc ;) juz mssql !~
Re: RYLtoolz2 ( the return of the comeback warrior )
Quote:
Originally Posted by
SaifulCrewZ
lolz.. anyone know how to direct connect to mssql ?
i no have odbc ;) juz mssql !~
in the config.php ur database setting is like this
// Database AUTH Setup
$config['db_host'] = '127.0.0.1';
$config['db_name'] = 'youxiuserr'; // keep empty if ODBC
$config['db_user'] = 'sa';
$config['db_pass'] = 'pass';
$config['db_type'] = 'mssql';
// Database GAME Setup
$config['db2_host'] = '127.0.0.1';
$config['db2_name'] = 'TestU'; // keep empty if ODBC
$config['db2_user'] = 'sa';
$config['db2_pass'] = 'pass';
$config['db2_type'] = 'mssql'; // mssql ( for freetds ) or odbc
-- that would make it connect via MSSQL
Re: RYLtoolz2 ( the return of the comeback warrior )
Quote:
Originally Posted by
StealthyXor
'doesnt really connect to any database'
more secure? i don't see how
ODBC or not. mssql injection stays mssql injection
and tyfix opening a socket to an open port to check if you can connect ok but to see how many are online? ...
yeah that will be slightly harder ;)
Re: RYLtoolz2 ( the return of the comeback warrior )
Quote:
Originally Posted by
john_d
in the config.php ur database setting is like this
// Database AUTH Setup
$config['db_host'] = '127.0.0.1';
$config['db_name'] = 'youxiuserr'; // keep empty if ODBC
$config['db_user'] = 'sa';
$config['db_pass'] = 'pass';
$config['db_type'] = 'mssql';
// Database GAME Setup
$config['db2_host'] = '127.0.0.1';
$config['db2_name'] = 'TestU'; // keep empty if ODBC
$config['db2_user'] = 'sa';
$config['db2_pass'] = 'pass';
$config['db2_type'] = 'mssql'; // mssql ( for freetds ) or odbc
-- that would make it connect via MSSQL
under server status exit error :-
Quote:
Fatal error: Call to a member function GetRows() on a non-object in C:\xampp\htdocs\Rylltoooolz\template\default\left.php on line 22
:?:
Re: RYLtoolz2 ( the return of the comeback warrior )
Probably. wait a min WTF... this is not an RYLtoolz1 discussion.