Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::MiniLogin

Support::MiniLogin Support forum for problems with the official MiniLogin release.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-10-2008, 05:02 AM
corvanus
Banned
 
Join Date: Apr 2008
Posts: 26
Default

first take out the ' s at 'account' they are unneeded and generally through syntax errors there same with 'name' only after the equals do you need them second add a semo colon after '" . $_POST[username] . '"' after the last singel quote and remove the single quotes at 'username' well you get the idea you have a ton of quotes where you dont need them so my guess is that is part of your errors right there then again you could always just use the premade pequpdater script and solve all your problems lol
Reply With Quote
  #2  
Old 04-10-2008, 11:03 AM
fault
Hill Giant
 
Join Date: Sep 2005
Posts: 114
Default

Quote:
Originally Posted by corvanus View Post
first take out the ' s at 'account' they are unneeded and generally through syntax errors there same with 'name' only after the equals do you need them second add a semo colon after '" . $_POST[username] . '"' after the last singel quote and remove the single quotes at 'username' well you get the idea you have a ton of quotes where you dont need them so my guess is that is part of your errors right there then again you could always just use the premade pequpdater script and solve all your problems lol
uh this is the *premade updater*
Reply With Quote
  #3  
Old 04-10-2008, 11:21 AM
corvanus
Banned
 
Join Date: Apr 2008
Posts: 26
Default

odd i use the peq updater and havent had any issues with it at all worked like a charm after a couple quick edits
Reply With Quote
  #4  
Old 04-10-2008, 11:23 AM
corvanus
Banned
 
Join Date: Apr 2008
Posts: 26
Default

what version of mysql and php are you using and have you double checked the db settings?
Reply With Quote
  #5  
Old 04-10-2008, 11:27 AM
corvanus
Banned
 
Join Date: Apr 2008
Posts: 26
Default

come to think of it why dont you drop in a line to show the query and results that way you can see precisly what the error is mysql is returning
Reply With Quote
  #6  
Old 04-14-2008, 08:15 PM
Theeper
Discordant
 
Join Date: May 2004
Posts: 290
Default

There is a couple small errors in this script I noticed.

1. There is a variable declaration near line 22 that is missing an equals sign.

Code:
$server_name "Name of Your Server"; //set the name of your server here
.. should be ..

Code:
$server_name = "Name of Your Server"; //set the name of your server here
Also, the form is pointing to index.php, although the script is called peq_updater.php. Change
this line ..

Code:
<form id="form1" name="form1" method="post" action="index.php">
.. to ..

Code:
<form id="form1" name="form1" method="post" action="<?=$_SERVER[PHP_SELF]; ?>">
Other than that, it seems to work.
Reply With Quote
  #7  
Old 05-31-2008, 06:40 AM
quadroplex
Banned
 
Join Date: May 2008
Location: Reno baby YEAH LOL
Posts: 123
Default

This is a pretty killer tool right here, but i have one question...

Would it not be better if the script saved the passwords as MD5 encrypted passwords, I ask because that is how the worldserver accesses the passwords for other things (telnet command line client and Web interface) and so forth...

I could throw together an example of this if you need it, I just thought it would be a better way to store the passwords then plaintext as then you would need to go in and MD5 the GM passwords by hand, where as if everyones password is MD5 encrypted once you flag the acct it can then use those other tools with no further effort on the Server Admin's part
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:52 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3