Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Swordsman v127 Bola Repack + Instalation tutorial

Status
Not open for further replies.
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Mmmh you are certainly doing something wrong. But I don't know what exactly... If you say you had the same problem for BOI, what OS are you using?
 
Initiate Mage
Joined
Jan 10, 2014
Messages
2
Reaction score
0
i can't reg an account. with myip/reg
Login:


Passwd:


Passwd again:


Email:


'; if (isset($_POST['login'])) { $Link = MySQL_Connect($DB_Host, $DB_User, $DB_Password) or die ("Can't connect to MySQL"); MySQL_Select_Db($DB_Name, $Link) or die ("Database ".$DB_Name." do not exists."); $Login = $_POST['login']; $Pass = $_POST['passwd']; $Repass = $_POST['repasswd']; $Email = $_POST['email']; $Login = StrToLower(Trim($Login)); $Pass = StrToLower(Trim($Pass)); $Repass = StrToLower(Trim($Repass)); $Email = Trim($Email); if (empty($Login) || empty($Pass) || empty($Repass) || empty($Email)) { echo "
Por favor, Preencha todos os dados."; } /* elseif (ereg("[^0-9a-zA-Z_-]", $Login, $Txt)) { echo "
O Login est� em um formato incorreto."; } elseif (ereg("[^0-9a-zA-Z_-]", $Pass, $Txt)) { echo "
Password have a incorrect format."; } elseif (ereg("[^0-9a-zA-Z_-]", $Repass, $Txt)) { echo "
Repeat password have a incorrect format."; } */ elseif (StrPos('\'', $Email)) { echo "
O E-mail est� em um formato incorreto."; } else { $Result = MySQL_Query("SELECT name FROM users WHERE name='$Login'") or ("Can't execute query."); if (MySQL_Num_Rows($Result)) { echo "
A conta ".$Login." j� existe"; } $mal = MySQL_Query("SELECT email FROM users WHERE email='$Email'") or ("Can't execute query."); if (MySQL_Num_Rows($mal)) { echo "
O E-mail ".$Email." j� est� cadastrado
"; } elseif ((StrLen($Login) < 4) or (StrLen($Login) > 10)) { echo "
O Login precisa ter mais de 4 e menos 10 car�cteres."; } elseif ((StrLen($Pass) < 4) or (StrLen($Pass) > 10)) { echo "
Password must have more 4 and not more 10 symbols."; } elseif ((StrLen($Repass) < 4) or (StrLen($Repass) > 10)) { echo "
Repeat password must have more 4 and not more 10 symbols."; } elseif ((StrLen($Email) < 4) or (StrLen($Email) > 25)) { echo "
Email must have more 4 and not more 25 symbols."; } elseif ($Pass != $Repass) { echo "
Senhas erradas."; } else { $Salt = $Login.$Pass; $Salt = md5($Salt); $Salt = "0x".$Salt; MySQL_Query("call adduser('$Login', $Salt, '0', '0', '0', '0', '$Email', '0', '0', '0', '0', '0', '0', '0', '', '', $Salt)") or die ("Can't execute query."); $result2 = mysql_query("SELECT * FROM users WHERE name='$Login'") or die("can't find ID"); $row2 = mysql_fetch_array( $result2 ); $ID = $row2['ID']; $TIME = $row2['creatime']; MySQL_Query("INSERT INTO usecashnow (userid, zoneid, sn, aid, point, cash, status, creatime) VALUES ($ID, 1, 1, 23, 99999900, 99999900, 3, '$TIME')"); echo "
Accounter registered."; echo "
Good Luck on Swordsman Online Private By Bola"; } } } echo $Data; ?>
 
Newbie Spellweaver
Joined
Apr 4, 2014
Messages
7
Reaction score
0
designated map is currently not available. can anyone help me with this?? how can i activate a map
 
Newbie Spellweaver
Joined
Aug 11, 2011
Messages
91
Reaction score
6
Re: Swordsman v130 Bola Repack + Instalation tutorial

Guild Challenge
Yf8z3oA - Swordsman v127 Bola Repack + Instalation tutorial - RaGEZONE Forums

-------
Lost Arts Instance
tu7uBJV - Swordsman v127 Bola Repack + Instalation tutorial - RaGEZONE Forums


Error message that I get for the Guild Challenge Instance

2014-07-25 09:58:02 localhost.localdomain gs001: info:DS进入世界返回,result:-205,player_id:4097,mode:1,world_tid:1260,world_id:0,line:0
2014-07-25 09:58:02 localhost.localdomain gs001: info:切换GS返回,result:162,player_id:4097,mode:1,world_tid:1260,world_id:0,unmapped=0
2014-07-25 09:58:02 localhost.localdomain gs001: info:DS进入世界返回,result:-205,player_id:16385,mode:1,world_tid:1260,world_id:0,line:0
2014-07-25 09:58:02 localhost.localdomain gs001: info:切换GS返回,result:162,player_id:16385,mode:1,world_tid:1260,world_id:0,unmapped=0
2014-07-25 09:58:02 localhost.localdomain gs001: info:DS进入世界返回,result:-205,player_id:12289,mode:1,world_tid:1260,world_id:0,line:0
2014-07-25 09:58:02 localhost.localdomain gs001: info:切换GS返回,result:162,player_id:12289,mode:1,world_tid:1260,world_id:0,unmapped=0

I couldn't seem to find one for the Lost Arts D:

Otherwise though, good work :D the server is mostly functioning well.

Hi Bola, i have replaced gs.config, but cannot enter Lost Arts Instance.
Give me some suggestion, please
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Jul 5, 2015
Messages
2
Reaction score
0
Thanks for great work and the detail guide
I can't connect to the website
I follow all the instruction step by step, change password and IP in config.php from /var/www/html/reg and from /SWServer/.setup/reg
open port 80 in windows firewall
also use this: iptables -I INPUT 5 -i eth0 -p tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT
service iptables save

any solution would be appreciated.
 

Ben

Developer - JS
Developer
Joined
Jul 6, 2013
Messages
1,224
Reaction score
506
Thanks for great work and the detail guide but I can't connect to the website I follow all the instruction step by step, change password and IP in config.php from /var/www/html/reg and from /SWServer/.setup/reg open port 80 in windows firewall also use this: iptables -I INPUT 5 -i eth0 -p tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT service iptables save any solution would be appreciated.

;-; did you put your actual server ip at YOURIP spot?
 
Initiate Mage
Joined
Jul 5, 2015
Messages
2
Reaction score
0
yeah, i did put my actual server ip at the spot



Thanks for great work and the detail guide I can't connect to the website I follow all the instruction step by step, change password and IP in config.php from /var/www/html/reg and from /SWServer/.setup/reg open port 80 in windows firewall also use this: iptables -I INPUT 5 -i eth0 -p tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT service iptables save any solution would be appreciated.
problem solved! for some unknown magical reason, i reset the router and it worked :)
 
Initiate Mage
Joined
Sep 7, 2014
Messages
2
Reaction score
0
Re: Swordsman v130 Bola Repack + Instalation tutorial

Hi, is there any command code to add sycee by using d_???? command? Many thanks
 
Newbie Spellweaver
Joined
Apr 7, 2015
Messages
6
Reaction score
0
which ports that i have to open to make server online ?
 
Banned
Banned
Joined
Oct 5, 2015
Messages
59
Reaction score
0
yes because on all that you see are needed on game config
 
Initiate Mage
Joined
Sep 22, 2014
Messages
2
Reaction score
0
A link to the server is not running.




Please restore the link.



I will be grateful.
 
Newbie Spellweaver
Joined
Sep 15, 2014
Messages
10
Reaction score
1
Reupload :

Server file : https://mega.nz/#!g4kBiYCY
Tutorial :
https://mega.nz/#!MgdXFaTa
Fix patch :
https://mega.nz/#!h81DDZBb
Tool :
https://mega.nz/#!U88hXTTC
fix rate :
https://mega.nz/#!U88hXTTC
iweb :
https://mega.nz/#!QpFV3AbD
GM :
https://mega.nz/#!Esc3wArB

Thanks for Bola to share it :)
Nó là tất cả những gì tôi tìm thấy trong tài khoản Mega của tôi !
Tôi hi vọng các bạn sẽ thích :D
 
Status
Not open for further replies.
Back
Top