install on godaddy configuration . pls help me

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 anni tempo fa
I went to the address you gave.

Your SQL Server name should be rong888.db.4287282.hostedresource.com
14 anni tempo fa
how to go to the site background . and upload the new product .
14 anni tempo fa
how to go to the site background . and upload the new product .
14 anni tempo fa
Does your last post mean that you are now able to complete the configuration - your database is being recognized?

The default login is [email protected] and the default password is admin.
After you login click the administration link in the upper right corner.  That will take you to the backend.  There are some screen casts on this site Support >Screencasts that show you how to load products.
14 anni tempo fa
how to log in to the admin area.

i think may be i forgot my pass and user .


what can i do now
14 anni tempo fa
my site donot have the admin area .


pls check it .  luckysnowboots.com

best regards .
14 anni tempo fa
go to login, if you haven't changed ur email and password then use following

email : [email protected]
pass  : admin

After login, click ADMINSISTRATION link on top right.

U will get into admin panel.

regards,
Adil
14 anni tempo fa
i try the email and pass .

it can not work.
14 anni tempo fa
Ok

Connect to your database file.

Try to insert data into Nop_Customer using the following code.

INSERT INTO [dbo].[Nop_Customer] ([CustomerID], [CustomerGUID], [Email], [PasswordHash], [SaltKey], [AffiliateID], [BillingAddressID], [ShippingAddressID], [LastPaymentMethodID], [LastAppliedCouponCode], [LanguageID], [CurrencyID], [IsAdmin], [Active], [Deleted], [RegistrationDate], [IsGuest], [TaxDisplayTypeID], [TimeZoneID], [Username], [IsForumModerator], [TotalForumPosts], [AvatarID], [Signature]) VALUES (37, '18c4f7dc-2964-41db-9611-8a313bf672d3', '[email protected]', '14F009DDBEF203EDC2124D54FA6D325E16E36D77', 'vw7zHZI=', 0, 0, 0, 0, '', 7, 1, 1, 1, 0, CAST(0x00009B3600C2192F AS DateTime), 0, 1, '', '[email protected]', 1, 0, 0, '')

I am 100% sure, if you do it correctly, it will work

after you have done this

use following credentials for login

email : [email protected]

pass : admin

I am sure it will work.

If you are unable to do it, let me know i will do it for you. Tell me in PM.

Regards,
Adil
14 anni tempo fa
dreamer:

The id/password I gave you is the default.  If it doesn't work then someone changed it.  Here are my suggetions

- login into your database
- look up the customers (table is dbo.Nop_Cutomers).  
- There has to be at least one row in the table. Make sure that both the Email field is set to an email address that you can access.  Record and remember the Username (you can change it if you want).  Whatever it is you will need it to login.
- in the same table, make sure the IsAdmin field is set to True.
- save the changes you have made
- go to your store luckysnowboots.com
- click on the forgot password link
- enter the email address from the Email field of the customer table above.
- follow the directions on the email you are sent.

That should allow you to login.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.