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!

[Share] SeiferXIII Control Panel

Initiate Mage
Joined
Sep 30, 2018
Messages
2
Reaction score
1
Sorry for the noob question, but can anyone help me with this error.

Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\SeiferXIII Control Panel 2\index.php on line 745
 
Initiate Mage
Joined
Sep 30, 2018
Messages
2
Reaction score
1
Still getting the same.

Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\index.php on line 733


Can this be opened in xampp without the database and global.php?
 
Newbie Spellweaver
Joined
May 24, 2020
Messages
71
Reaction score
4
After registering on website, the registration details are not recorded to sql database, what could be the problem ?


Just fixed.

Just dont forget to add these

UserSQ VarChar(50) NULL
UserSA VarChar(50) NULL
 
Last edited:
Banned
Banned
Joined
Feb 12, 2020
Messages
101
Reaction score
11

leakerthegreat - [Share] SeiferXIII Control Panel - RaGEZONE Forums
how to fix this error when i register or login, i already done for the recapcha the problem is this
 
Newbie Spellweaver
Joined
May 24, 2020
Messages
71
Reaction score
4

leakerthegreat - [Share] SeiferXIII Control Panel - RaGEZONE Forums
how to fix this error when i register or login, i already done for the recapcha the problem is this

check your global.php
make sure that your website can connect to your database ( MS SQL open port, )
 
Newbie Spellweaver
Joined
May 24, 2020
Messages
71
Reaction score
4
where i can find the MS SQL open PORT?
here`s my global.php



  • /* BEGIN DATABASE SETTINGS */
  • protected $blazedex_sql = array(
  • 'dbaddress' => 'RAN-PC\SQLEXPRESS', // db host //done this ( If you're using Xampp, put this on localhost​ )
  • 'dbuser' => 'sa', // database username //done this
  • 'dbpass' => '123' // database password //done this

Procedure



  1. Enable remote connections to your SQL Server.
    1. Open SQL Server Management Studio.
    2. Right-click your server's name and select Properties.
    3. Tick the checkbox Allow remote connections to this server.
    4. Select OK.
    Microsoft SQL Server by default uses TCP 1433 but this can be changed using SQL Server Enterprise Manager or the database Management Studio.
  2. Enable TCP/IP.
    1. Open the SQL Server Configuration Manager.
    2. In SQL Server Network Configuration select Protocols for [yourServerInstance].
    3. In the right-hand pane, make sure that TCP/IP is Enabled.
  3. Open the 1433 port in your firewall.
    1. In the SQL Server Configuration Manager, right-click TCP/IP and select Properties.
    2. Select the IP Addresses tab and make sure the TCP Port for IP1 is 1433.
  4. If you are using a named instance, create an extra rule in your firewall with the port 1434.Note: For a named SQL Server instance (e.g. [yourServerInstance]\SQL2012SP2), the firewall needs an extra rule on the UDP protocol with the specific port 1434. Without this rule the system will return the exception error: 26 - Error Locating Server/Instance Specified.
    1. Display the firewall advanced settings by navigating to Control Panel > System and Security > Windows Firewall > Advanced settings.
    2. Select Inbound Rules in the left-hand pane, then click New Rule in the right-hand pane.
    3. In the New Inbound Rule Wizard, Rule Type step, select Port.
    4. Protocols and Ports step, select UDP and set Specific local ports to 1434.
    5. Action step, select Allow the connection.
    6. Profile step, tick the Domain checkbox.
    7. Name step, enter a name for this rule, e.g. Named instance port 1434.
    8. Select Finish.
Link -
 
Newbie Spellweaver
Joined
Sep 13, 2013
Messages
52
Reaction score
2


Do you know how to edit the Item Shop?
 
Newbie Spellweaver
Joined
Sep 30, 2018
Messages
71
Reaction score
3
why notif " website is currently not available, please stand2by."

can u guide me...
 
Newbie Spellweaver
Joined
May 24, 2020
Messages
71
Reaction score
4
The reason why some of you is complaining about the itemshop not fixed. You can make a clean itemshop and upload your server's itemlist.

1. open the LFE and extract itemlist and save it to a textpad.
2. Use a ranmanager to upload the item database and update your item list database.
3. You can now start adding items to your item shop by searching the item names on your website itemshop.
 
Newbie Spellweaver
Joined
Sep 13, 2013
Messages
52
Reaction score
2
The reason why some of you is complaining about the itemshop not fixed. You can make a clean itemshop and upload your server's itemlist.

1. open the LFE and extract itemlist and save it to a textpad.
2. Use a ranmanager to upload the item database and update your item list database.
3. You can now start adding items to your item shop by searching the item names on your website itemshop.


What is LFE?
Can you also help me how to remove this when I open the Item Shop

leakerthegreat - [Share] SeiferXIII Control Panel - RaGEZONE Forums
 
Newbie Spellweaver
Joined
May 24, 2020
Messages
71
Reaction score
4
What is LFE?
Can you also help me how to remove this when I open the Item Shop

leakerthegreat - [Share] SeiferXIII Control Panel - RaGEZONE Forums
LFE - Logic File Editor.
itemstrtable comes from Glogic.rcc and you need to decrypt it and open it using Editor and copy the content then save it to a notepad or a txt file.

as for the picture, the itemlist that is on your itemshop displays all the items. You need to open a Ran manager and upload the itemlist that you used on your server.
 
Back
Top