سلام ، آیا این بازدید اول شماست ؟ یا
نمایش نتایج: از شماره 1 تا 4 , از مجموع 4

موضوع: باز نشدن بخش مدیریت سایت

  1. #1

    تاریخ عضویت
    Oct 2011
    نوشته ها
    2
    تشکر
    1
    تشکر شده 0 بار در 0 ارسال

    Unhappy باز نشدن بخش مدیریت سایت

    باسلام.قسمت مدیریت سایت من با username وpassword قبلی ام دیگه باز نمیشه،لطفاً راهنماییم کنید.

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  2. # ADS
    تبلیغات در جوملا فارسی
    تاریخ عضویت
    Always
    نوشته ها
    Many
     

  3. #2
    Team
    تاریخ عضویت
    Dec 2008
    محل سکونت
    ساری
    نوشته ها
    10,737
    تشکر
    295
    تشکر شده 2,409 بار در 2,066 ارسال
    دروود

    [مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]

    شاد و سلامت در پناه ایزد

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  4. کاربر مقابل از mersad عزیز به خاطر این پست مفید تشکر کرده است:


  5. #3

    تاریخ عضویت
    Oct 2011
    نوشته ها
    2
    تشکر
    1
    تشکر شده 0 بار در 0 ارسال
    چطور میشه به دیتا بیس دسترسی داشت؟ لطفاًبیشتر راهنمایی کنید.من هیچ اطلاعاتی از طراحی وب ندارم.باتشکر

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  6. #4

    تاریخ عضویت
    Jun 2011
    نوشته ها
    37
    تشکر
    2
    تشکر شده 0 بار در 0 ارسال
    سلام،
    در قسمت PHPMyAdmin در هاست برید و در قسمت Database/JOS_USERS پاسورد superadministrator رو تغییر بدید یا یه superadministrator جدید بسازید.

    Change the Password in the Database

    If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin.
    1. Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen.
    2. Click on the table "jos_users" in the list of tables.
    3. Click on the "Browse" button in the top toolbar. This will show all of the users that are set up for this site.
    4. Find the user whose password you want to change and press the Edit icon for this row.

    5. A form will display that allows you to edit the password field. Copy the value

      d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmB VxYmg0vuXEA4199

      into the password field and press the Go button. phpMyAdmin should display the message "Affected rows: 1". At this point, the password should be changed to "secret".
    6. Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.
    Add a New Super Administrator User

    If changing the password won't work, or you aren't sure which user is a member of the Super Administrator group, you can use this method to create a new user.
    1. Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen.
    2. Press the "SQL" button in the toolbar to run an SQL query on the selected database. This will display a field called "Run SQL query/queries on database <your database>".
    3. Delete any text in this field and copy and paste one of the following queries and press the Go button to execute the query and add the new Administrator user to the table.
    4. Use the 1.6 query version for a site based upon Joomla 1.6.xx and use the 1.5 query version for a site based upon Joomla 1.5.xx.

    NOTE: The following code uses jos_ as the table name prefix which is the Joomla default table prefix If you elected to change this prefix when you first installed Joomla, you will need to change jos_ to the prefix you used.
    SQL code for use with Joomla 1.6.xx
    INSERT INTO `jos_users` (`id`,`name`, `username`, `password`, `params`)VALUES (LAST_INSERT_ID(),'Administrator2', 'admin2', 'd2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMm BVxYmg0vuXEA4199', '');INSERT INTO `jos_user_usergroup_map` (`user_id`,`group_id`)VALUES (LAST_INSERT_ID(),'8');


    SQL code for use with Joomla 1.5.xx
    INSERT INTO `jos_users` (`id`, `name`, `username`, `password`, `usertype`, `gid`, `params`)VALUES (LAST_INSERT_ID(), 'Administrator2', 'admin2', 'd2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMm BVxYmg0vuXEA4199', 'Super Administrator', 25, '');INSERT INTO `jos_core_acl_aro`VALUES (NULL, 'users', LAST_INSERT_ID(), 0, 'Administrator2', 0);INSERT INTO `jos_core_acl_groups_aro_map`VALUES (25, '', LAST_INSERT_ID());

    At this point, you should be able to log into the back end of Joomla! with the username of "admin2" and password of "secret". After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been "hacked", be sure to check that all users are legitimate, especially any members of the Super Administrator group. The examples above change the password to "secret". Two other possible values are shown below:
    - password = "this is the MD5 and salted hashed password"------------------------------------------------------- admin = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc 0TLsYJBh2PFULvT- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmB VxYmg0vuXEA4199- OU812 = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGh b8ve7GdKoG7isMm

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


موضوعات مشابه

  1. باز نشدن سایت
    توسط soheiloo در انجمن سوالهای عمومی جوملا 1.7 فارسی
    پاسخ ها: 17
    آخرين نوشته: 09-02-2011, 08:50 AM
  2. باز نشدن منو های سایت
    توسط mahdi1r در انجمن بخش کاربری جوملا 1.5 فارسی
    پاسخ ها: 3
    آخرين نوشته: 04-15-2011, 06:18 AM
  3. درست باز نشدن سایت در اکسپلورر
    توسط danial007 در انجمن سوالهای عمومی جوملا 1.5 فارسی
    پاسخ ها: 3
    آخرين نوشته: 10-19-2010, 02:35 PM
  4. مشکل باز نشدن سایت از کامپیوتر خودم
    توسط titanpass در انجمن سوالهای عمومی جوملا 1.5 فارسی
    پاسخ ها: 4
    آخرين نوشته: 08-20-2010, 07:38 AM

علاقه مندی ها (Bookmarks)

علاقه مندی ها (Bookmarks)

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید
  •