Tom1884 Posted February 21, 2014 Share Posted February 21, 2014 (edited) 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 February 21, 2014 by Tom1884 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted February 22, 2014 Share Posted February 22, 2014 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. Link to comment Share on other sites More sharing options...
Tom1884 Posted February 22, 2014 Author Share Posted February 22, 2014 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 More sharing options...
vekia Posted February 22, 2014 Share Posted February 22, 2014 you can't find password to your BO in files. you have to know it, during installation you have to define it manually. Link to comment Share on other sites More sharing options...
Tom1884 Posted February 22, 2014 Author Share Posted February 22, 2014 you can't find password to your BO in files. you have to know it, during installation you have to define it manually. Ok, but Prestashop software had to save it somewhere... or not?! Link to comment Share on other sites More sharing options...
vekia Posted February 22, 2014 Share Posted February 22, 2014 yes. but password is encrypted and hashed, it's impossible to decode it. you can find it under ps_employee table in your shop database. Link to comment Share on other sites More sharing options...
Tom1884 Posted February 22, 2014 Author Share Posted February 22, 2014 yes. but password is encrypted and hashed, it's impossible to decode it. you can find it under ps_employee table in your shop database. As I supposed. Thank you anyway! Link to comment Share on other sites More sharing options...
vekia Posted February 22, 2014 Share Posted February 22, 2014 but you can easily restore it, for example with this new way to restore prestashop admin password Link to comment Share on other sites More sharing options...
peter4661 Posted March 1, 2014 Share Posted March 1, 2014 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 More sharing options...
vekia Posted March 1, 2014 Share Posted March 1, 2014 if you've got sql code to create ps_employee table - yes, you can do it. you will restore ps_employee table. then you will be able to create admin account Link to comment Share on other sites More sharing options...
peter4661 Posted March 1, 2014 Share Posted March 1, 2014 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 More sharing options...
peter4661 Posted March 1, 2014 Share Posted March 1, 2014 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 More sharing options...
vekia Posted March 1, 2014 Share Posted March 1, 2014 hello you created only table structure? or also added there entries like admin account etc. ? Link to comment Share on other sites More sharing options...
peter4661 Posted March 1, 2014 Share Posted March 1, 2014 hello you created only table structure? or also added there entries like admin account etc. ? Good evening Vekia, table structure and entries for ps_employee have been added. Link to comment Share on other sites More sharing options...
vekia Posted March 2, 2014 Share Posted March 2, 2014 ok but what about employees entries? you restored only structure, or also table data? Link to comment Share on other sites More sharing options...
peter4661 Posted March 2, 2014 Share Posted March 2, 2014 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 More sharing options...
vekia Posted March 3, 2014 Share Posted March 3, 2014 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? Link to comment Share on other sites More sharing options...
peter4661 Posted March 3, 2014 Share Posted March 3, 2014 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: Kaspersky PURE: kpmIsActiveTabWindow() Error: TypeError: Object #<HTMLEmbedElement> has no method 'IsActiveTabWindow' kpmContent.js:38 Kaspersky PURE: kpmDocumentElementsPasswordControlExists() Error: TypeError: Object #<HTMLEmbedElement> has no method 'CalcElementScreenRect' kpmContent.js:38 Kaspersky PURE: TkpmMultipageAuthorizationManager.IsMultipageAuthorizationLogin() Error: TypeError: Object #<HTMLEmbedElement> has no method 'IsMultipageAuthorizationLogin' kpmContent.js:38 Kaspersky PURE: kpmAutofillDocument() Error: TypeError: Object #<HTMLEmbedElement> has no method 'DocumentComplete' kpmContent.js:38 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 More sharing options...
peter4661 Posted March 3, 2014 Share Posted March 3, 2014 This is the result we get from the suggested steps: Kaspersky PURE: kpmIsActiveTabWindow() Error: TypeError: Object #<HTMLEmbedElement> has no method 'IsActiveTabWindow' kpmContent.js:38 Kaspersky PURE: kpmDocumentElementsPasswordControlExists() Error: TypeError: Object #<HTMLEmbedElement> has no method 'CalcElementScreenRect' kpmContent.js:38 Kaspersky PURE: TkpmMultipageAuthorizationManager.IsMultipageAuthorizationLogin() Error: TypeError: Object #<HTMLEmbedElement> has no method 'IsMultipageAuthorizationLogin' kpmContent.js:38 Kaspersky PURE: kpmAutofillDocument() Error: TypeError: Object #<HTMLEmbedElement> has no method 'DocumentComplete' kpmContent.js:38 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 More sharing options...
Recommended Posts