Likes: 0
Results 1 to 10 of 20
Thread: Help need making 3.3.2 public
-
07-02-10, 04:54 PM #1
Help need making 3.3.2 public
Register to remove this adSo i did everything as described...the server runs smoothly, thanks for that..now i like to go public and i changed the adress in the database ""table realmlist in evoxlogon" and changed that adress into the adress that points to my own public external IP..
what exactly i need to change more to get it public cause when my friend tries to connect he get a ""account upgrade battlenet"" error..he has changed his realmlist.wtf into the right adress ...
Also i like to know if theres any way to check my online status from my own computer?..
for the rest my server works great and i'm a very happy player ...i just would love it when my friends can play with me also...
btw, its the TRM Repack 3.3.2.11403 server...
› See More: Help need making 3.3.2 publicLast edited by Olko; 07-02-10 at 05:37 PM.
-
07-02-10, 07:38 PM #2
Make sure you open up the ports like it said
go to dyndns.com and create a domain then get the domain adress or w.e its called and put that in the realmlist in evoxlogon DB
if you need more help add me on msn [email protected]
-
07-02-10, 07:44 PM #3
thank you..i indeed opened all the ports and i also have a name at dyddns wich i used before and is still working...i also did altered the database in the right way...i also added you to my msn ...just to be sure here is my msn...
[email protected]
we now are so far that he can see the realmlist but when clicking on it he just keeps getting back to the realmlist...like a realmlist loop...Last edited by Olko; 07-02-10 at 09:53 PM.
-
11-02-10, 01:19 AM #4
For the error about BattleNet, add a line in your realmlist.wtf or his or whomever is having the issue so that it reads.
Set realmlist someserver.no-ip.org
set realmlistbn ""
that should take care of the BN error.. if it still doesn't work then put yer FW down and try. If still no then change your hosts file so that it has this line.
your.outside.ip.addy yourserver.no-ip.org or eg. 24.36.99.99 wowserverstuff.no-ip.org
That sorta thing.. also make sure that the IP's in the world.conf, realmd.conf, (Not sure exactly what they';re called.. evo-world.conf maybe.. realmd.conf.. that sort of thing.. ) .. are set properly.. one will likely need to be your outside IP or possibly your inside ip. ie. 192.168.2.4.. Most of the conf files are pretty self explanatory and it will work eventually, when everything is right..
-
11-02-10, 01:42 AM #5
-
11-02-10, 10:03 AM #6
I have the same problem Olko, my friends are constantly being looped on realmlist whenever they click the server. Im using the same repack as you. Please let me know if you find a solution
-
11-02-10, 01:29 PM #7
-
11-02-10, 02:07 PM #8
############################################
# evo-X logon configuration file #
############################################
ConfVersion=2007062001
################################################## ################################################## ###############
# REALMD SETTINGS
#
# LoginDatabaseInfo
# Database connection settings for the realm server.
# Default: hostname;port;username;password;database
# .;somenumber;username;password;database - use named pipes at Windows
# Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
# .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
# Unix sockets: experimental, not tested
#
# LogsDir
# Logs directory setting.
# Important: Logs dir must exists, or all logs be disable
# Default: "" - no log directory prefix, if used log names isn't absolute path then logs will be
# stored in current directory for run program.
#
# MaxPingTime
# Settings for maximum database-ping interval (minutes between pings)
#
# RealmServerPort
# Default RealmServerPort
#
# BindIP
# Bind Realm Server to IP/hostname
#
# PidFile
# Realmd daemon PID file
# Default: "" - do not create PID file
# "./realmd.pid" - create PID file (recommended name)
#
# LogLevel
# Server console level of logging
# 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
# Default: 0
#
# LogTime
# Include time in server console output [hh:mm:ss]
# Default: 0 (no time)
# 1 (print time)
#
# LogFile
# Logfile name
# Default: "Realmd.log"
# "" - empty name disable creating log file
#
# LogTimestamp
# Logfile with timestamp of server start in name
# Default: 0 - no timestamp in name
# 1 - add timestamp in name in form Logname_YYYY-MM-DD_HH-MM-SS.Ext for Logname.Ext
#
# LogFileLevel
# Server file level of logging
# 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
# Default: 0
#
# LogColors
# Color for messages (format "normal_color details_color debug_color error_color)
# Colors: 0 - BLACK, 1 - RED, 2 - GREEN, 3 - BROWN, 4 - BLUE, 5 - MAGENTA, 6 - CYAN, 7 - GREY,
# 8 - YELLOW, 9 - LRED, 10 - LGREEN, 11 - LBLUE, 12 - LMAGENTA, 13 - LCYAN, 14 - WHITE
# Default: "" - none colors
# "13 7 11 9" - for example
#
# UseProcessors
# Used processors mask for multi-processors system (Used only at Windows)
# Default: 0 (selected by OS)
# number (bitmask value of selected processors)
#
# ProcessPriority
# Process proirity setting (Used only at Windows)
# Default: 1 (HIGH)
# 0 (Normal)
#
# RealmsStateUpdateDelay
# Realm list Update up delay (updated at realm list request if delay expired).
# Default: 20
# 0 (Disabled)
#
# WrongPass.MaxCount
# Number of login attemps with wrong password before the account or IP is banned
# Default: 0 (Never ban)
#
# WrongPass.BanTime
# Duration of the ban in seconds (0 means permanent ban)
# Default: 600
#
# WrongPass.BanType
# Ban the IP or account on which login is attempted
# Default: 0 (Ban IP)
# 1 (Ban Account)
#
################################################## ################################################## ###############
LoginDatabaseInfo = "127.0.0.1;3306;root;evox;evoxlogon"
LogsDir = ""
MaxPingTime = 30
RealmServerPort = 3724
BindIP = "0.0.0.0"
PidFile = ""
LogLevel = 0
LogTime = 0
LogFile = ""
LogTimestamp = 0
LogFileLevel = 0
LogColors = ""
UseProcessors = 0
ProcessPriority = 1
RealmsStateUpdateDelay = 20
WrongPass.MaxCount = 0
WrongPass.BanTime = 600
WrongPass.BanType = 0
-
11-02-10, 02:09 PM #9
There you go! please help me fix this.
-
11-02-10, 02:48 PM #10
Register to remove this adI would try setting BindIP to either your external ip or your internal if you are behind a router. External you can find by either looking at your router's page or hitting up showmyip.com . Internal you can find in windows by pressing <win> R then entering CMD to open a 'dos' window then doing ipconfig. Internal should look like 192.168.x.x external should look like 24.36.x.x or 92.37.x.x .. try both those values for BindIP; 1 of them should work.. make sure your firewall is down completely as well..