• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Video Guide] Mount Server+WEB+ODBC Rf Giga4 Ep2

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 27, 2009
Messages
50
Reaction score
33
NEW VIDEO HERE ENTER GUIDE 2012
NEW VIDEO HERE ENTER GUIDE 2012
NEW VIDEO HERE ENTER GUIDE 2012
http://forum.ragezone.com/f480/video-guide-rf-giga-4-a-851666/



http://imagen.littlenetwork.net/?v=cora21.jpg


cora21 - [Video Guide] Mount Server+WEB+ODBC Rf Giga4 Ep2 - RaGEZONE Forums



HERE AS I say .. Build an RF ONLINE SERVER .. I hope you will be useful

GUIDE TO INSTALL VIDEO SERVER

TEST VIDEO GUIDE THE CLIENT

VIDEO GUIDE TO INSTALL SQL2000


DOWNLOAD THE FIRST SQL 2000

SQL Server 2000
LINK001

LINK001

LINK002

LINK003



ULTRAEDIT V.14.10
UltraEdit

CLIENT 060526
CLIENT GIGA 4 EP2

DOWNLOAD FILES SERVER
FILE SERVER

DOWNLOAD THE PATCH FOR CUSTOMER


CLIENT PATCH
[ame]http://files.filefront.com/KaswynnClient105/;9646079;/fileinfo.html[/ame]



files modified by Cora21
ODBC.Reg BY Cora21

Simple Web rf onlin"register"

Login WorldServer CharServer FIX


=======================DETAILS OF THE VIDEO GUIDE==========================
AMENDMENT TO THE IP,S
AccountSystem.ini
BillingSystem.ini
ControlSystem.ini
EventAgent.ini
LoginSystem.ini
ServerSystem.ini
WorldInfo.ini
WorldSystem.ini
 
Last edited:
Junior Spellweaver
Joined
Jul 5, 2007
Messages
181
Reaction score
9
Re: [VIDEO GUIDE] Mount Server+WEB+ODBC Rf Giga4 Ep2

Thank you for this perfect guide video tutorial!
It was even easier to setup than i though :)
 
Initiate Mage
Joined
Jan 11, 2009
Messages
4
Reaction score
0
Re: [VIDEO GUIDE] Mount Server+WEB+ODBC Rf Giga4 Ep2

hey how to fix this error??

Critical Error
MSSQL server is offline OR I can't Access to it !

i use SQL server 2000
I can`t create account and i cannot connect to worldDB...........
plzz help.....
 
Last edited:
Initiate Mage
Joined
Feb 15, 2009
Messages
1
Reaction score
0
Re: [VIDEO GUIDE] Mount Server+WEB+ODBC Rf Giga4 Ep2

X.x My Game server works but the Login server is offline X.x
Warning: file(C:\Archivos de programa\RF Online Server - Kaswynn Ocean\SystemSave\ServerDisplay.ini) [function.file]: failed to open stream: No such file or directory in W:\www\on.php on line 13

Warning: Invalid argument supplied for foreach() in W:\www\on.php on line 14

Login: [Red]
Game Server: [Green]
Entire on-line: 0
Accretia: 0
Bellato: 0
Cora: 0

€dit: Problem Fixed X) but how can i make the World server Accepting connections... couse its on false X.x
 
Last edited:
Newbie Spellweaver
Joined
Jan 27, 2009
Messages
50
Reaction score
33
Re: [VIDEO GUIDE] Mount Server+WEB+ODBC Rf Giga4 Ep2

check or check

$serverip = "127.0.0.1"; <<<< ip check
color=lime <<<< color check
($serverip, "27780"); check or check open port in router firewall
$file = file ("C:\Archivos de programa\RF Online Server - Kaswynn Ocean\SystemSave\ServerDisplay.ini"); <<<< path of the foldercheck

download
my SystemSave here http://rapidshare.com/files/201611219/SystemSave.rar.html

on.php
Code:
          //Output to screen status of server and on-line races
          
          $serverip = "127.0.0.1";
          
          echo "<b><font size=2 color=#9193a6>";
          echo "<div> ";
          echo "Login: " . statuscheck($serverip, "27780");
          echo "</div> ";
          echo "<div> ";
          echo "Game Server:" . statuscheck($serverip, "27780");
          echo "</div> ";
                         
          echo "<tr><td><b><font size=2 color=#9193a6>";
          echo "<font color=#aa9286> Entire on-line: &nbsp<font color=lime> $UserNum";
                           echo "<div> ";
                echo "<font color=#9193a6> Accretia: &nbsp<font color=lime>  $A_Num";
                echo "</div> ";
                echo "<div> ";
                echo "<font color=#9193a6> Bellato: &nbsp<font color=lime>  $B_Num";
                echo "</div> ";
                echo "<div> ";
                echo "<font color=#9193a6> Cora: &nbsp<font color=lime>  $C_Num";
                echo "</div> ";
 
Initiate Mage
Joined
Mar 1, 2009
Messages
1
Reaction score
0
Re: [VIDEO GUIDE] Mount Server+WEB+ODBC Rf Giga4 Ep2

ok so i got my world server to work but my login and char servers keep crashing right after they start up. i've fallowed all the steps but the one with the web site thing. also the line accountDB_machine=127.0.0.1 do i leave that the same? one last thing the client do we have to make that or is there a DL for it?
 
Newbie Spellweaver
Joined
Jan 14, 2009
Messages
13
Reaction score
0
accountserver , loginserver, worldserver is done
but i cant create my account :?:

"Critical Error
MSSQL server is offline OR I can't Access to it !"

plz upload a pics your data source ---> http://kev060386.free.fr/rf/servguide/SQL19.png
pl

i'm fixed my problem


how can i add gm account?

i'm fixed my problem


how can i add gm account?

"Hey Mate,

Ok Heres the deal,

You make an account in game. If you wish to make an account froma webpage, you need some code to access the stored procedure in the MSSQL Database.

This stored procedure needs i think 3 required parameters. ID, pw and IP.

In my opinion, the Id should be something unique, other then the username....but thats just my common practice.


Code:
CREATE PROCEDURE pInsert_Dev
@id varchar(16),
@pw varchar(16),
@ip varchar(16)
AS
INSERT INTO tbl_DevAccount( id, pw, createip ) VALUES( @id, @pw, @ip )
GOMy suggestion if you wish to make a webpage for users to make an account is to use this stored procedure, and access it from the webpage. It will add the user real-time and they will be able to join the game :)

Stored Procedures are definetly the most secure way, however, you are also able to directly input the data into the "tbl_DevAccount", but I dont think its the best idea.

Stored Procedure is prob the best way to go.

If you need anymore help just ask :)"

got it :thumbup:
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Dec 29, 2008
Messages
20
Reaction score
0
Re: [VIDEO GUIDE] Mount Server+WEB+ODBC Rf Giga4 Ep2

please upload client? or what version is?
 
Newbie Spellweaver
Joined
Dec 6, 2004
Messages
15
Reaction score
0
Re: [VIDEO GUIDE] Mount Server+WEB+ODBC Rf Giga4 Ep2

I get the same error "MSSQL server is offline OR I can't Access to it !" when i try to create an account. I think it`s because your windows is in Spanish or Italian, I don`t really know what the language is. Anyway i managed to show the login server and game sever green(connected), but i can`t download the client and i downloaded another 2.1.6 client but i can`t find the IP. If u could upload the "RF ccr2.exe" with the 127.0.0.1 IP, not the whole client it would be great.
Thanks.
 
Junior Spellweaver
Joined
Jan 30, 2009
Messages
100
Reaction score
20
Re: [VIDEO GUIDE] Mount Server+WEB+ODBC Rf Giga4 Ep2

Why i cant start webserver ? when i start it my PC makes strange noise ! And when i tried to register and press ok it dosent say "account succesfully created" ???? In my case it dosent say anithing !!! yust white window appears and thats all !
 
Initiate Mage
Joined
Mar 25, 2009
Messages
1
Reaction score
0
Re: [VIDEO GUIDE] Mount Server+WEB+ODBC Rf Giga4 Ep2

hi

CLIENT 060526
CLIENT GIGA 4 EP2 <-- download link do not work... need a new plz
 
Newbie Spellweaver
Joined
Jan 26, 2008
Messages
17
Reaction score
1
Re: [VIDEO GUIDE] Mount Server+WEB+ODBC Rf Giga4 Ep2

which doors I have that to open to create server of rf ?
 
Experienced Elementalist
Joined
Jan 15, 2009
Messages
237
Reaction score
8
Re: [VIDEO GUIDE] Mount Server+WEB+ODBC Rf Giga4 Ep2

hi

CLIENT 060526
CLIENT GIGA 4 EP2 <-- download link do not work... need a new plz

i can post later in this blog...:thumbup::thumbup:
 
Initiate Mage
Joined
Apr 3, 2009
Messages
4
Reaction score
0
Re: [VIDEO GUIDE] Mount Server+WEB+ODBC Rf Giga4 Ep2

sir c3rb3ru588

please post a new link for this file..


CLIENT 060526
CLIENT GIGA 4 EP2

thank you very much!,,i have been waiting for this.
 
Newbie Spellweaver
Joined
Jan 27, 2009
Messages
50
Reaction score
33
Re: [VIDEO GUIDE] Mount Server+WEB+ODBC Rf Giga4 Ep2

download the 3 parts

CLIENT 060526
CLIENT GIGA 4 EP2

Part 1
http://files.filefront.com/KaswynnClientCore105exe/;9669163;/fileinfo.html

Part 2
http://files.filefront.com/KaswynnClientCore1052pak/;9671726;/fileinfo.html

Part 3
http://files.filefront.com/KaswynnClientCore1053pak/;9670759;/fileinfo.html

parche
http://www.megaupload.com/es/?d=FXBC1P1C


/////////////////////////////////////////////////-Coming soon!!-///////////////////////////////////////////////////////////////

video guide 2.1.6 completed 98% Coming soon!! now
:thumbup:


video guide 2.2.1 completed 28% Coming soon!! now :rolleyes:
 
Newbie Spellweaver
Joined
Jan 27, 2009
Messages
50
Reaction score
33
Re: [VIDEO GUIDE] Mount Server+WEB+ODBC Rf Giga4 Ep2

cora21 - [Video Guide] Mount Server+WEB+ODBC Rf Giga4 Ep2 - RaGEZONE Forums



modify the file on.php

seek the path of your file "ServerDisplay.ini"


<tr><td>
<?
$file = file ( "Here the folder pathe\ServerDisplay.ini");
foreach($file as $line)
{
if(strspn($line, "[") != 1)
parse_str($line);
}


check the ip and port
$serverip = "127.0.0.1";

echo "<b><font size=2 color=#9193a6>";
echo "<div> ";
echo "Login: " . statuscheck($serverip, "10001");
echo "</div> ";
echo "<div> ";
echo "Game Server:" . statuscheck($serverip, "27780");
echo "</div> ";
 
Status
Not open for further replies.
Back
Top