Go Back   EQEmulator Home > EQEmulator Forums > Development > EQEmu Operations Center

EQEmu Operations Center Web development tools

Reply
 
Thread Tools Display Modes
  #136  
Old 01-13-2014, 05:53 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by Expletus View Post
Local that I wanted to use for the editor. NO biggie I guess I get to miss out on this :( :( :(
There are a ton more issues involved in getting NEW end users to get connected by installing their own web software/site and configuring it than it is to simply open a port and setup a user for Mysql to get started. You will have to think of a different strategy that will allow you to use the platform.
Reply With Quote
  #137  
Old 01-25-2014, 09:15 PM
Xiao's Avatar
Xiao
Sarnak
 
Join Date: Mar 2005
Location: Norrath
Posts: 30
Default

Amazing amazing amazing stuff. Will be using this extensively. Would love to see quest management put in this, especially with stuff like some of your dev plugins being included (i.e. the Christmas ones). Would also be interesting to see categories in the item/race viewers (swords, spears, daggers/humanoids, undead, dragons). You do amazing work Akka and Trev, keep it up!
Reply With Quote
  #138  
Old 03-20-2014, 02:13 PM
Coenxai's Avatar
Coenxai
Hill Giant
 
Join Date: Dec 2013
Posts: 151
Default

Server down?
Reply With Quote
  #139  
Old 03-20-2014, 05:27 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by Coenxai View Post
Server down?
Nope, its up?
Reply With Quote
  #140  
Old 03-20-2014, 11:12 PM
Coenxai's Avatar
Coenxai
Hill Giant
 
Join Date: Dec 2013
Posts: 151
Default

Quote:
Originally Posted by Akkadius View Post
Nope, its up?
Thanks for the update. I'm going to clear my cache and try again in that case.

Edit: That fixed it.
Reply With Quote
  #141  
Old 04-08-2014, 08:12 PM
rlie_0
Sarnak
 
Join Date: May 2011
Location: usa
Posts: 94
Default

IP address is correct,
User name is correct,
Port 3306 is open (check it),
DB name correct,
Password correct....

Still fails to log in.
Using Windows 7, Linksys E1200 Router, here is my ping test from router

PING 69.168.254.244 (69.168.254.244): 32 data bytes

40 bytes from 69.168.254.244: icmp_seq=0 ttl=52 Time=113.0 ms

40 bytes from 69.168.254.244: icmp_seq=1 ttl=52 Time=114.7 ms

40 bytes from 69.168.254.244: icmp_seq=2 ttl=52 Time=156.5 ms

40 bytes from 69.168.254.244: icmp_seq=3 ttl=52 Time=113.4 ms

40 bytes from 69.168.254.244: icmp_seq=4 ttl=52 Time=108.8 ms

--- 69.168.254.244 data statistics ---

5 Packets transmitted, 5 Packets received, 0% Packet loss

round-trip min/avg/max = 108.8/121.2/156.5 ms

Appears my router can talk ya.

Last edited by rlie_0; 04-08-2014 at 09:15 PM.. Reason: Added IP Ping Test.
Reply With Quote
  #142  
Old 04-09-2014, 03:31 AM
moofta
Sarnak
 
Join Date: Jan 2014
Location: United Kingdom
Posts: 53
Default

Have you tried http://www.canyouseeme.org/ for that port?

Also, ensure that the MySQL user you are using has remote access rights. I had a problem where I had a user set up, re-imported the db from a backup and it wouldn't let me connect from EOC until I recreated the user (in fact I created a new one which I deleted after my session *paranoid*).
Reply With Quote
  #143  
Old 04-09-2014, 03:37 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by moofta View Post
Have you tried http://www.canyouseeme.org/ for that port?

Also, ensure that the MySQL user you are using has remote access rights. I had a problem where I had a user set up, re-imported the db from a backup and it wouldn't let me connect from EOC until I recreated the user (in fact I created a new one which I deleted after my session *paranoid*).
LOL. I don't do anything with anyone's logins. People who do that snakey shit should die in a fire.
Reply With Quote
  #144  
Old 04-09-2014, 04:37 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

I can telnet to port 3306 on that ip. Seems open, but you could still have a permissions problem or have external logins turned off.
Reply With Quote
  #145  
Old 04-09-2014, 06:21 AM
moofta
Sarnak
 
Join Date: Jan 2014
Location: United Kingdom
Posts: 53
Default

Quote:
Originally Posted by Akkadius View Post
LOL. I don't do anything with anyone's logins. People who do that snakey shit should die in a fire.
You don't I'm sure, I did emphasise the paranoid aspect

But it's not over TLS/SSL so basically sent in clear text over the net. I am a little paranoid about SQL logins over the net due to things I've encountered at work in the past... Mind you, see http://heartbleed.com/

I think it is fair to say that you should disable the port forwarding on your router after a session though unless you have a compelling reason not to (being lazy is by definition not compelling!)

Last edited by moofta; 04-09-2014 at 06:52 AM.. Reason: Just found link to TLS/SSL exploit!
Reply With Quote
  #146  
Old 04-09-2014, 12:39 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by moofta View Post
You don't I'm sure, I did emphasise the paranoid aspect

But it's not over TLS/SSL so basically sent in clear text over the net. I am a little paranoid about SQL logins over the net due to things I've encountered at work in the past... Mind you, see http://heartbleed.com/

I think it is fair to say that you should disable the port forwarding on your router after a session though unless you have a compelling reason not to (being lazy is by definition not compelling!)
Just restrict remote logins to IP specificly and you'll be fine.

Even with the MySQL hash exploit as long as you restrict via IP you will be fine.
Reply With Quote
  #147  
Old 04-09-2014, 02:31 PM
rlie_0
Sarnak
 
Join Date: May 2011
Location: usa
Posts: 94
Default

Quote:
Originally Posted by lerxst2112 View Post
I can telnet to port 3306 on that ip. Seems open, but you could still have a permissions problem or have external logins turned off.
How do I check the permissions and external logins? I followed all the directions on the first page it all worked as it should without skipping a beat.

Ive just hit a wall in figuring this out. I keep checking re checking, recreating users, different user name, passwords, even attempting different DB names(I got a test server and normal one). Still says I cant connect. Sucks, this looks like a great tool to use.
Reply With Quote
  #148  
Old 04-09-2014, 06:28 PM
AudioGarden21
Sarnak
 
Join Date: Aug 2004
Posts: 81
Default

Just an FYI, I've been having issues with improperly named fields in the spell editor throwing off several "unknown column '...' in 'field list' errors which have been renamed in the database apparently (I haven't messed with PEQ in quite some time and just fresh-installed today).

I'll go through the whole list of field names on the EoC page (luckily it provides me with everything I need!) and get back to you with updated field names so you can get that fixed up. It'll have to wait a bit because I am as tired as dog shit.
Reply With Quote
  #149  
Old 04-09-2014, 07:33 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

I will put it on my list to add another PEQ Editor partition and keep the old one up there for more legacy DB's.

When I put up the new one I will simply add my wrappers that will leverage your same DB info into the new code/schema.
Reply With Quote
  #150  
Old 04-09-2014, 10:16 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Alright, I have created a new PEQ Editor partition which should behave just like the legacy editor in which if you are logged in with your database you should have no problems managing it with the editor. This should have all the latest updates and talk nicely with the latest database schemas.

It is PEQ Editor 421 located at the bottom of the menu list (For Revision 421)

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 10:32 PM.


 

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