The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UltimaOnline:Joining Sphere-Server via Lan
Author Message
dagger4k
Journeyman
*

Posts: 194
Likes Given: 1
Likes Received: 12 in 12 posts
Joined: Mar 2012
Reputation: 0



Post: #4
RE: UltimaOnline:Joining Sphere-Server via Lan
Alright the IP 127.0.0.1 relates to the local computer (so the computer that the server is hosted on). So Whoever is hosting the server make the login config 127.0.0.1

On your brothers computer what you want to put is the local ip of your machine so that would be 192.168.1.167

now to fix the sphere.ini. It looks like you tried to change this bit.
Code:
[SPHERE]
// Name of your Sphere shard
ServName=MyShard
// The IP of your server, this will be 127.0.0.1 almost always
ServIP=127.0.0.1
// The port of your server, this is 2593 by default
ServPort=2593

I believe you changed the servIP to your network IP adress.. What you want to do is change it back to 127.0.0.1. When you have that changed right at the bottom of the sphere.ini is the new connection details

Code:
[SERVERS]
MyShard
127.0.0.1
2593

//External
//my.ip.goes.here
//2593

What you want to do is add another connection here.. So change it to

Code:
[SERVERS]
Local Machine
127.0.0.1
2593

Network
192.168.1.167
2593

This should give him the ability to connect to "network" and thus connect. I believe that if you wanted to remove the local machine connection you should both be able to connect to the network ip (thus remove the local machine connection)

Message back if it doesn't work!
12-16-2013 08:33 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
RE: UltimaOnline:Joining Sphere-Server via Lan - dagger4k - 12-16-2013 08:33 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)