Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Tools

Development::Tools 3rd Party Tools for EQEMu (DB management tools, front ends, etc...)

Reply
 
Thread Tools Display Modes
  #1  
Old 04-04-2005, 06:47 PM
mystic414's Avatar
mystic414
Hill Giant
 
Join Date: Sep 2004
Posts: 100
Default PEQ Editor 1.0 Released!

Information about the official PEQ Database Editor has a new home over on the ProjectEQ Forums at http://www.projecteq.net/phpBB2/viewforum.php?f=29.

I posted a guide to installing Apache/PHP on Windows, as well as an Installation Guide for the Editor itself. Hopefully that will help out anyone who wasn't able to use the editor because they didn't know how to set things up.

Please check it out, and post any comments/suggestions/bugs with the editor over there, where it will be easier to keep track of.

For everyone's convenience, I still plan to post here about significant upgrades to the editor, but let's use the other forum for discussion of anything else editor-related.

Thanks!

Last edited by mystic414; 02-08-2006 at 06:51 PM..
Reply With Quote
  #2  
Old 04-04-2005, 06:55 PM
sirreality
Fire Beetle
 
Join Date: Feb 2005
Posts: 14
Thumbs up Great Tool!

Very well done! This tool really makes it easy to dig into the database and make changes and customize things. It's also nice to get a better view of things from the database and their interactions, like faction is so much easier to understand through this tool, just the presentation of information alone is worth a look!

Thanks, keep up the good work!
Reply With Quote
  #3  
Old 04-05-2005, 10:37 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Just need to add Config.ini in archive , because Peq_backend.php don't work and default login and pass is huge backdoor :p i want make some user login and pass
How i can change admin login and password ?

This editor is wonderfull, i can win many time in my db editing Many many many thanks to you
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
  #4  
Old 04-06-2005, 07:28 AM
mystic414's Avatar
mystic414
Hill Giant
 
Join Date: Sep 2004
Posts: 100
Default

Sorry, the .zip file had an old version of peq_backend.php in it. It's been fixed if you want to redownload it. Otherwise, just change line 7 of your peq_backend.php from config.ini to config.php, and that will fix the problem.

The default login/pass is there for convenience for those who only use the editor on their local computer (not over the internet). If you don't want it there, just edit config.php and change

Code:
$login_name = 'admin';
$login_pw = 'password';

to

$login_name = '';
$login_pw = '';
peq_backend.php will let you remove the default login to the editor and add a different one.
Reply With Quote
  #5  
Old 04-07-2005, 12:08 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

That work fine, many thanks
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
  #6  
Old 04-13-2005, 10:55 PM
KhaN's Avatar
KhaN
Dragon
 
Join Date: Mar 2004
Location: France, Bordeaux.
Posts: 677
Default

Nice job mystic414.
Personally, i would have prefer all of this in C++, but all know i like to complain.

I hope you will continu to work and improve it.
__________________

Reply With Quote
  #7  
Old 04-14-2005, 07:39 AM
bushman77
Hill Giant
 
Join Date: May 2003
Location: In the bush
Posts: 129
Default error

ok i've setup webserver and php now when i try to run peq_editor.php in browser i get the following errer

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in g:\Archive\Brads\peq\peq_editor.php on line 448

if i am correct this is the line corrosponding to the error
<td colspan=\"2\" align=\"center\"><br><div class=\"table\"><a href=\"peq_editor.php?guest=login\">Click here to login as a guest</a></div></td>
Reply With Quote
  #8  
Old 04-15-2005, 07:43 AM
mystic414's Avatar
mystic414
Hill Giant
 
Join Date: Sep 2004
Posts: 100
Default

KhaN: Don't know C++, but the editor's open-source so feel free to do what you want with it :P

bushman77: I don't know what that error is complaining about. But, please try replacing line 448 with:

Code:
<td colspan=\"2\" align=\"center\"><br><a href=\"peq_editor.php?guest=login\">Click here to login as a guest</a></td>
and let me know if that gets rid of the error.

Thanks for the feedback, all!
Reply With Quote
  #9  
Old 04-17-2005, 12:45 PM
sirreality
Fire Beetle
 
Join Date: Feb 2005
Posts: 14
Default tradeskills page error

Any time i create, edit, delete, or otherwise alter a tradeskill recipe via the tradeskills page, i get the following error (this one is after creating a new tradeskill):

Warning: Cannot modify header information - headers already sent by (output started at d:\htdocs\peqeditor\header2.php:7) in d:\htdocs\peqeditor\peq_lib\tradeskill.php on line 746

I googled the error and most of the things i found said it could be due to something simple, like an extra space or newline around the <? and ?> tags, so i removed any instances of this condition, but that didn't help.

The error occurs in every function for tradeskills in the call to header(). I tried a few things, but I'm not getting anywhere. Has anyone else experienced this error?

EDIT - This problem has been resolved in the current release of peq editor. Please disregard.

thanks

Last edited by sirreality; 04-17-2005 at 09:00 PM..
Reply With Quote
  #10  
Old 04-20-2005, 10:31 PM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

hey , sorry to bother but I have apache installed no prob but when I go to install PhP it says "Error trying to access the local web service:GetObject Failed, You will need to configure IIS via the mangment console" Well I dont know what that means nor can I find any managment console to even try to fix it lol, When i go to look at the peq_editor.PhP file in firefox browser its just a jumble of words , guess its not showing my PHP . So what do i need to do here?
__________________
KhepriGames

Game Gallery

My Forums

Reply With Quote
  #11  
Old 04-21-2005, 03:58 AM
mystic414's Avatar
mystic414
Hill Giant
 
Join Date: Sep 2004
Posts: 100
Default

Sakrateri: Uninstall PHP from Add/Remove Programs in the Control Panel. Then reinstall it, and when it asks you what http server you have installed make sure to select Apache (IIS is selected by default I believe).

Once that's done, edit your httpd.conf file for the Apache server and add the following lines anyplace in the file (just change "c:/php/" in the following code to where you told it to install PHP):

Code:
# PHP stuff
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
Hope this helps
Reply With Quote
  #12  
Old 04-21-2005, 04:37 AM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

Ok , thanks alot Mystic. I will try that soon as I get home today.
__________________
KhepriGames

Game Gallery

My Forums

Reply With Quote
  #13  
Old 04-21-2005, 09:43 AM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

Ok i did that , have the same thing , Whats a public HTML directory? mabey thats the problem?


If i click on header2 a screen comes up that looks nice, like a web page , and has some links on the side like faction , looteditor and such and i can click them but then it says the file /c:/peq_editor.php?action=18$url\cannot be found. please check the location and try again.

but if i click peq_editor.php it just looks like a note pad of jumbled stuff
__________________
KhepriGames

Game Gallery

My Forums


Last edited by Sakrateri; 04-21-2005 at 05:57 PM..
Reply With Quote
  #14  
Old 04-21-2005, 02:20 PM
mystic414's Avatar
mystic414
Hill Giant
 
Join Date: Sep 2004
Posts: 100
Default

1. Search your httpd.conf for "DocumentRoot". That is the directory out of which Apache will serve your web files. You need to put all the files for the editor in there.

2. Make sure Apache is running (should be a shortcut somewhere in your start menu that says something like "start Apache in console").

3. Open your browser and type "localhost/peq_editor.php" in the address bar. That should be all you need to do if you sourced the sql files into your database and edited config.php properly.
Reply With Quote
  #15  
Old 04-21-2005, 09:47 PM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

Ok Im sorry, I did that and when I type that in the address bar I get

The requested URL /php/php.exe/serverstatus.php was not found on this server.
and then under that it says: Apache/2.0.54 (Win32) Server at localhost Port 80

appriciate the help , this looks like a great thing to have , soon as I can get it working.

UPDATE: Ok , there was no application named php.exe, it was php-cgi.exe , I renamed it to php.exe and now i am getting this when I type in the address bar what you said to put

Fatal error: Call to undefined function mysql_connect() in C:\Program Files\Apache Group\Apache2\htdocs\peq_lib\database.php on line 8

This is what is on line 8 of that file

$link = mysql_connect($dbhost, $dbuser, $dbpass);

Im not sure what the prob is there though now ?
__________________
KhepriGames

Game Gallery

My Forums


Last edited by Sakrateri; 04-22-2005 at 06:01 AM..
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 11:12 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