Jump to content

How to reach login info having FTP and MySql


Recommended Posts

They give me only FTP and MySql parameters: I need to login into administration.

I suppose it's from /administrator directory, where a login mask compares.

How can I deduct others informations? The password overall...

 

ps: I'm a newbie of Prestashop, I don't want to piss off much my clients

Edited by Tom1884 (see edit history)
Link to comment
Share on other sites

log in to your FTP account, open root dir of your prestashop installation and search for something like adminXXXX where XXXX is a number, this is your admin page of PS.

Thank you, but now I need to have the password... where can I find it in the db or in the files?

Link to comment
Share on other sites

Hacker ( email address in screencast attachement ) did get access to our CMS, disabled on-line payment options, changed bank info. Customers placing order 'pay w/ bank transfer did get hackers banknumber.

Hacker removed admin employee,  table ps_employee was deleted and all server backups.

We have PS 1.5.6.0 ps_employee.sql. We are now ons PS 1.5.6.2

Having little knowledge in this field, have a question.  When we import this, will this create employee table?

Happy with any help,

 

 

 

Peter

 

http://screencast.com/t/xLRBcaKvBBGt

 

Link to comment
Share on other sites

Vekia, thank you for your reply. Table is recreated! However on login page, the fields get cleared after enter , but no login.


Asked for new PW. With error warning below . The password is send. 

I recall there was a second table with ps_emplo(... something). This is ps_empl..(something) table is missing.




 

TECHNICAL ERROR:

Details: Error thrown: [object Object]

Text status: parsererror

Link to comment
Share on other sites

Vekia, thank you for your reply. Table is recreated! However on login page, the fields get cleared after enter , but no login.

 

 

Asked for new PW. With error warning below . The password is send. 

 

I recall there was a second table with ps_emplo(... something). This is ps_empl..(something) table is missing.

 

 

 

TECHNICAL ERROR:

Details: Error thrown: [object Object]

Text status: parsererror

 

 

I see many tables have also structure ps_xxxx_long.  If this also is valid for ps_employee, then ps_employee+long is missing.

 

Wish had learned bit more on this knowledge field . Have to ask..  Is there way to recreate this table (by dummies) ?

Peter

Link to comment
Share on other sites

ok but what about employees entries? you restored only structure, or also table data?

 

Good evening vekia.

 

Both, structure and table data are restored.

 

In addition..

we found out that order confirmation customer get on screen is modified: bank account number is changed. Order confirmation with is send by mail is showing correct data.

 

advice is welcome,

 

Peter

 

 

Link to comment
Share on other sites

okay so now please turn on error reporting, and then open admin login page.

press ctrl+shift+j in chrome to open console

now try to log in, do you see some red errors in browser console log output?

 

This is the result we get from the suggested steps:

 

  1. Kaspersky PURE: kpmIsActiveTabWindow() Error: TypeError: Object #<HTMLEmbedElement> has no method 'IsActiveTabWindow' kpmContent.js:38
  1. Kaspersky PURE: kpmDocumentElementsPasswordControlExists() Error: TypeError: Object #<HTMLEmbedElement> has no method 'CalcElementScreenRect' kpmContent.js:38
  1. Kaspersky PURE: TkpmMultipageAuthorizationManager.IsMultipageAuthorizationLogin() Error: TypeError: Object #<HTMLEmbedElement> has no method 'IsMultipageAuthorizationLogin' kpmContent.js:38
  1. Kaspersky PURE: kpmAutofillDocument() Error: TypeError: Object #<HTMLEmbedElement> has no method 'DocumentComplete' kpmContent.js:38
  1. Kaspersky PURE: kpmOnSubmit() Error: TypeError: Object #<HTMLEmbedElement> has no method 'HideShowedCaptionButtonBalloon' kpmContent.js:38
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
 
Link to comment
Share on other sites

 

This is the result we get from the suggested steps:

 

  1. Kaspersky PURE: kpmIsActiveTabWindow() Error: TypeError: Object #<HTMLEmbedElement> has no method 'IsActiveTabWindow' kpmContent.js:38
  1. Kaspersky PURE: kpmDocumentElementsPasswordControlExists() Error: TypeError: Object #<HTMLEmbedElement> has no method 'CalcElementScreenRect' kpmContent.js:38
  1. Kaspersky PURE: TkpmMultipageAuthorizationManager.IsMultipageAuthorizationLogin() Error: TypeError: Object #<HTMLEmbedElement> has no method 'IsMultipageAuthorizationLogin' kpmContent.js:38
  1. Kaspersky PURE: kpmAutofillDocument() Error: TypeError: Object #<HTMLEmbedElement> has no method 'DocumentComplete' kpmContent.js:38
  1. Kaspersky PURE: kpmOnSubmit() Error: TypeError: Object #<HTMLEmbedElement> has no method 'HideShowedCaptionButtonBalloon' kpmContent.js:38
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
 

 

 

Also found this: /temp folder..  

 

_connections.id.php

 

<?php echo 'Devart HTTP tunnel temporary file.'; exit; ?>
903180 735264 57875
705423 495564 43567
 
 
does this belong here as part of Prestashop?
Link to comment
Share on other sites

×
×
  • Create New...