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

EQEmu Operations Center Web development tools

Reply
 
Thread Tools Display Modes
  #1  
Old 04-18-2014, 12:57 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by Esildor View Post
Might be a fail on my end but never received this error before:

When trying to Save an item edit in the EoC(not PEQEditor) I'm getting a 404 not found and the following:

The requested URL /AC/eoc/extitems.php was not found on this server.

Apache/2.2.22 (Debian) Server at eoc.akkadius.com Port 80
Try it again sir
Reply With Quote
  #2  
Old 04-18-2014, 01:19 AM
Esildor
Hill Giant
 
Join Date: Feb 2010
Posts: 207
Default

Quote:
Originally Posted by Akkadius View Post
Try it again sir
Yup, it's working again, Nice!
Reply With Quote
  #3  
Old 05-06-2014, 12:30 AM
Coenxai's Avatar
Coenxai
Hill Giant
 
Join Date: Dec 2013
Posts: 151
Default

Would it be possible to have no-drop and no-rent default to "No" when creating an item with the PEQ editor?
Reply With Quote
  #4  
Old 05-09-2014, 10:00 PM
knowom's Avatar
knowom
Discordant
 
Join Date: Jun 2006
Posts: 371
Default

I was looking at AUTO SCALER adding proc level/proc rate to the list of scaling options would be nice. It would be great to just scale some proc rates to items as another option. In fact bane damage and haste ratio could be as well.

Just some suggestions for improvement to it I don't know how involved those would be to add to it, but would be nice if they were available.
__________________
"We are all on the same team, and I think not enough people realize this."
- Leetsauce
Reply With Quote
  #5  
Old 05-21-2014, 01:22 AM
Bandor
Hill Giant
 
Join Date: May 2014
Posts: 209
Default

won't connect to my database for some reason,having no luck getting an editor working lol
Reply With Quote
  #6  
Old 05-21-2014, 01:44 AM
Leetsauce
Hill Giant
 
Join Date: Apr 2010
Posts: 169
Default

Probably a port issue, I would imagine Bandor. I had also had to disable windows firewall entirely when I set this up. For whatever reason it's default position was to block all ports EXCEPT ones specified. That may be something to look into.
Reply With Quote
  #7  
Old 05-21-2014, 03:49 AM
vsab's Avatar
vsab
Discordant
 
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
Default

Quote:
Originally Posted by Leetsauce View Post
For whatever reason it's default position was to block all ports EXCEPT ones specified.
That's the point of having a firewall!
Reply With Quote
  #8  
Old 05-21-2014, 08:59 AM
Bandor
Hill Giant
 
Join Date: May 2014
Posts: 209
Default

took down firewalls completely this morning and still won't work. I haven't forwarded my ports off my router (as I really didn't see a reason to open my server up just yet). So im thinking its either from that or my IP is wrong (which I doubt it is). lol I tried 3 editors yesterday and got 3 failures :P
Reply With Quote
  #9  
Old 05-21-2014, 04:13 PM
Esildor
Hill Giant
 
Join Date: Feb 2010
Posts: 207
Default

I'm pretty sure if you haven't forwarded ports off your router yet than that is your issue. As I understand it. EoC is running elsewhere and needs to be able to get into your computer to make the DB changes you're doing on the EoC/Editor. i.e. need port forwarding open so EoC can communicate with your DB.
Reply With Quote
  #10  
Old 05-21-2014, 04:36 PM
Bandor
Hill Giant
 
Join Date: May 2014
Posts: 209
Default

thats what I thought,time to call the cable company then lol
Reply With Quote
  #11  
Old 05-21-2014, 08:08 PM
Bandor
Hill Giant
 
Join Date: May 2014
Posts: 209
Default

Forwarded my ports but still unable to connect,not sure what else to do at this point.
Reply With Quote
  #12  
Old 05-21-2014, 10:46 PM
knowom's Avatar
knowom
Discordant
 
Join Date: Jun 2006
Posts: 371
Default

Setup your EQemu DB and get that working. Setup a port to forward from your router and windows firewall may additionally need it manually setup as well. Use your EQemu DB name, DB user, and DB pass. Use your IP with a port you've setup for port forwarding in your router config.

Go here to find your IP use that with your port.
http://www.whatismyip.com/

For example if your IP was 72.77.32.219 and your port was 6666 it would look like "72.77.32.219:6666" w/o the parentheses.
__________________
"We are all on the same team, and I think not enough people realize this."
- Leetsauce
Reply With Quote
  #13  
Old 05-22-2014, 10:00 AM
Bandor
Hill Giant
 
Join Date: May 2014
Posts: 209
Default

Ok so I contacted my internet provider and they had no luck either. They said I need the name of the application and if its TCP or UDP and the exact ports. I gave them port 3306 but am unsure on the rest of it. I gave them 3306 because that is what I used for setting up my server as the guides had suggested. If anyone would be able to further assist me it would be greatly appreciated.
Reply With Quote
  #14  
Old 05-22-2014, 10:55 AM
vsab's Avatar
vsab
Discordant
 
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
Default

You are trying to allow the EOC website to connect to your MySQL database using TCP/IP on port 3306.

Have you read the whole thread as most common problems have already been covered? To recap:-

Go to http://www.canyouseeme.org/

Put in 3306 and scan (obviously ensure Mysql is running). If it can't "see" you then either:-

1. You haven't started MySql (Google how to do it), or
2. You haven't opened that port in Windows Firewall (Google how to do it), or
3. Haven't set up port forwarding correctly (Google how to do it).

There's also the possibility that you set up MySQL on a port other than 3306, but you'd probably remember doing that!

If that website *CAN* see you then you may not have allowed remote login access in MySQL.

Code:
GRANT ALL PRIVILEGES ON *.* TO 'username'@'69.168.254.244' IDENTIFIED BY 'password';
change 'username' to the user you set up, and 'password' to the password you set up.
Reply With Quote
  #15  
Old 05-22-2014, 11:18 AM
Bandor
Hill Giant
 
Join Date: May 2014
Posts: 209
Default

did what you said. Website saw me and said port was not blocked. So i put the code in a command prompt. tried to log in again and no luck. im not sure what im doing wrong lol
Reply With Quote
Reply


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 06:05 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3