HAMACHI Bsf Server

07/02/2012 14:51 swtib91#1
Hello everybody !
This is a new server 7.3 with high rate with Hamachi (is a test version but there are bugs) There are actives GM.
The rates are exp x500
drop x500
gold normal at this time :s
At this time , I have only 5 rooms but I going to create more when each room is full.
Contact me on Hamachi for an account.
Have a nice days and go play on us server :)

Room --- Password
ServerBSF1 1234
ServerBSF2 1234
ServerBSF3 1234
ServerBSF4 1234
ServerBSF5 1234

Use all 7.3 client but not the french (bug with the text)
Download the launcher here : [Only registered and activated users can see links. Click Here To Register...]
If you need to go on the server , you have to do :
-download the launcher
-place it in a rappelz folder (Only 7.3 client)
-Join a room on hamachi
-PM me for an account on Hamachi
-and have fun :)


Sorry for the bad english , but I'm french :s

I work to a registration page.

The registration page work tomorow.

I NEED SOMEONE TO CODE A REGISTRATION PAGE
07/02/2012 21:11 »Twilight•Sparkle™#2
can you say me what i must do on hamachi

ok i am on ServerBSF5

can you give me a account
07/03/2012 11:33 swtib91#3
Yes. Contact me on Hamachi.

I have add 5 rooms :
serverBSF6
serverBSF7
serverBSF8
serverBSF9
serverBSF10
password 1234

FOLLOW US IN TWITER FOR KNOW WHEN THE SERVER IS ON OR OFF !!
On twiter is server BSF

WE HAVE SKYPE TOO: server.bsf

Of you want an account send me an email at [Only registered and activated users can see links. Click Here To Register...] with ServerBSFAccount in subject.
07/04/2012 00:10 gaby250#4
Nice Server,Nice Gm,Nice xp Thanks Swtib91

[MOD]Garvera
07/04/2012 09:56 swtib91#5
Nô thanks To you for join us server !

I make a Facebook for the server. Is Server Rappelz BSF
07/04/2012 10:26 c1ph3r#6
There is a loginpage in RappelzDownloadCenter or somewhere around in this forum.
07/04/2012 10:48 swtib91#7
Yes I have found it but I don't know what I have to change to make it with my Database.
07/04/2012 10:56 c1ph3r#8
Create a folder in your htdocs directory like "register". Extract this:
[Only registered and activated users can see links. Click Here To Register...] into the dir.

Open the config.php:

Code:
<?php
$sql_host="localhost"; // It can be : localhost\sqlexpress
$sql_user="sa";
$sql_password="";
$Auth_db="Auth";
$md5_key="2011";
$registration = "1";
$max_accounts = "50";
?>
normally this should work and you only have to add the database PW. Change MD5 Key to 2011.


Open your Webbrowser and head to:

[Only registered and activated users can see links. Click Here To Register...] hamachi-IP/register
07/04/2012 11:58 swtib91#9
What is the htdocs forlder?
07/04/2012 12:19 c1ph3r#10
Did you installed xampp? Go to C:\xampp\htdocs...
07/04/2012 12:27 swtib91#11
Ha ok thanks.

I have make you have tell me but I have this message:
Fatal error: Call to undefined function: mssql_connect() in /mnt/132/sdc/b/6/guildebsfrappelz/index.php on line 25

look on the site :[Only registered and activated users can see links. Click Here To Register...]
07/04/2012 13:35 benyxx#12
nice server friendly GM what can i wish more
07/04/2012 13:52 c1ph3r#13
mssql module is missing in your apache
07/04/2012 14:00 swtib91#14
What is the Apache? (other the helicopter xD)
07/04/2012 14:37 c1ph3r#15
the webserver...

If you installed xampp you can put the registration script in the xampp/htdocs dir. To test you should do this on the same pc where the mssql is installed to make sure the script is able to connect to your db.

Install the latest version or use the FAQ from xampp. You have to activate it in the php.ini...