Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Feature Requests

Development::Feature Requests Post suggestions/feature requests here.

Reply
 
Thread Tools Display Modes
  #16  
Old 01-03-2009, 11:52 AM
OscarGrouch05
Sarnak
 
Join Date: Apr 2008
Posts: 71
Default IRC interface to chatserver

I use ircplus 1.5 allows you to run your own mirc server it also will allow you to kline spamers this would work for what you wanted if i can be of any help softwear wize drop me a line i'll get you started in the right direction this would be used for like the admin of the server this is the same program used.
Reply With Quote
  #17  
Old 01-05-2009, 09:18 PM
brdian
Fire Beetle
 
Join Date: Jul 2008
Location: az
Posts: 8
Default

anyone got this working on a windows server? keeps giving a "Mail Key for SOE.EQ.EP.ToonName does not match, closing connection." error in the debug log.
Reply With Quote
  #18  
Old 01-06-2009, 08:52 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by brdian View Post
anyone got this working on a windows server? keeps giving a "Mail Key for SOE.EQ.EP.ToonName does not match, closing connection." error in the debug log.
I tested it on Windows. The only obvious reasons for that error is either you didn't do:

Code:
ALTER TABLE `character_` ADD `mailkey` CHAR( 16 ) NOT NULL ;
but in that case you should get additional errors, i.e. Error retrieving mailkey from database.

Reason two would be that the version of world you are running is pre-revision 247.

If neither of those is the cause, try setting adding these lines to log.ini

Code:
MAIL__CLIENT=on
MAIL__TRACE=on
MAIL__PACKETS=on
in log.ini and restarting and post the resulting log from mailserver.
Reply With Quote
  #19  
Old 01-07-2009, 02:32 PM
brdian
Fire Beetle
 
Join Date: Jul 2008
Location: az
Posts: 8
Default

the issue im having is clients on the same lan as the server are using the hex of the local ip for the dbmailkey and the external ip for the clientmailkey. external clients seem to be logging correctly just the internal ones wont match up.
Reply With Quote
  #20  
Old 01-07-2009, 03:40 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by brdian View Post
the issue im having is clients on the same lan as the server are using the hex of the local ip for the dbmailkey and the external ip for the clientmailkey. external clients seem to be logging correctly just the internal ones wont match up.
Can you post your eqemu_config.xml (just the <world> and <mailserver> sections) ?
Reply With Quote
  #21  
Old 01-07-2009, 07:02 PM
brdian
Fire Beetle
 
Join Date: Jul 2008
Location: az
Posts: 8
Default

Code:
	<world>
		<shortname>EP</shortname>
		<longname>Eternal Playground[PEQLive]</longname>

		<!-- Only specify these two if you really think you need to.  (read: You don't) -->
		<address>eplay.dyndns.org</address>
		<localaddress>192.168.1.101</localaddress>

		<!-- Loginserver information.  Defaults shown -->
		<loginserver>
			<host>eqemulator.net</host>
			<port>5998</port>
			<account></account>
			<password></password>
		</loginserver>

		<!-- Server status.  Default is unlocked -->
		<!--<locked/>-->
		<unlocked/>

		<!-- Sets the ip/port for the tcp connections.  Both zones and console (if enabled).  Defaults are shown -->
		<tcp ip="localhost" port="9000" telnet="enable"/>

		<!-- Sets the shared key used by zone/launcher to connect to world -->
		<key>lj;jlauwpajmpauq</key>
		
		<!-- Enable and set the port for the HTTP service.  Defaults are shown -->
		<http port="9080" enabled="true" mimefile="mime.types" />
	</world>

        <!-- Chatserver (channels) information.  Defaults shown -->
        <chatserver>
                <host>eplay.dyndns.org</host>
                <port>7778</port>
        </chatserver>


        <!-- Mailserver (in-game mail) information.  Defaults shown -->
	<mailserver>
		<host>eplay.dyndns.org</host>
		<port>7779</port>
	</mailserver>
Reply With Quote
  #22  
Old 01-08-2009, 01:54 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

If the client mailkey is showing as your external IP address, it suggests that your local clients are going through your router to get to your local server.

Assuming 192.168.1.101 is the internal address of your server, on your local clients, add an entry to c:\windows\system32\drivers\etc\hosts to map your server dns name to the internal server address, i.e. add the line

192.168.1.101 eplay.dyndns.org
Reply With Quote
  #23  
Old 01-09-2009, 02:02 AM
brdian
Fire Beetle
 
Join Date: Jul 2008
Location: az
Posts: 8
Default

cool thanks... all is working now after clearing out the db mailkeys and adding the host entries for local clients.
Reply With Quote
  #24  
Old 02-01-2009, 09:55 AM
Irreverent
The Solo Server
 
Join Date: May 2007
Posts: 416
Default

I'm getting this issue too, but using "localhost" as my host. Does this work?
__________________
OP of Irreverent Server (The Solo Server)
Our Forums
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 05:17 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3