Results 1 to 7 of 7

I've Forgot my VBSEO Password. How do I get it back?

This is a discussion on I've Forgot my VBSEO Password. How do I get it back? within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Well this is a rather stupid question I'm sure but how do I find my password for my VBSEO admin. ...

  1. #1
    Junior Member
    Real Name
    David Childers
    Join Date
    Feb 2011
    Posts
    9
    Liked
    0 times

    I've Forgot my VBSEO Password. How do I get it back?

    Well this is a rather stupid question I'm sure but how do I find my password for my VBSEO admin. I tried logging in through my vBulletin admin and it said the password was not correct.

  2. #2
    Junior Member
    Real Name
    David Childers
    Join Date
    Feb 2011
    Posts
    9
    Liked
    0 times
    Just to make sure I'm clear I can login to vbulletin fine but I cannot login to the VBSEO control panel as I don't remember my password but I assume there must be some way of recovering this.

  3. #3
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Hello,

    If you are using vBSEO 3.5.x series or newer, please follow these steps:

    * First you must locate your vbseo/resources/xml/config.xml file.

    * Download it to your PC, then open the file with a text editor and search for something similar to this:

    <setting>
    <name>VBSEO_ADMIN_PASSWORD</name>
    <value>e7ea6f5be6c2d2d64538c7a6qwe87weas</value>
    </setting>

    * Yours will be the same except for the random string (e7ea6f5be6c2d2d64538c7a6qwe87weas).

    * Remove that from the line so it now looks like this:

    <setting>
    <name>VBSEO_ADMIN_PASSWORD</name>
    <value></value>
    </setting>

    * Upload the file to the web server.

    * Open your vBSEO control panel. When you try to log in, you will see the option to add in your new password and confirm it.

    * Finally, CHMOD the file back to 644 when you are finished.



    If you are using vBSEO 3.3.x series or lower, please follow these steps:

    * First you must locate your vB-root/includes/config_vbseo.php file.

    * Download it to your PC, then open the file with a text editor and search for something similar to this:

    // ****** CONFIG PANEL PASSWORD ******
    define('VBSEO_ADMIN_PASSWORD', 'e7ea6f5be6c2d2d64538c7a6qwe87weas');

    * Yours will be the same except for the random string (e7ea6f5be6c2d2d64538c7a6qwe87weas).

    * Remove that from the line so it now looks like this:

    // ****** CONFIG PANEL PASSWORD ******
    define('VBSEO_ADMIN_PASSWORD', '');

    * Upload the file to the web server.

    * Open your vBSEO control panel. When you try to log in, you will see the option to add in your new password and confirm it.

    * Finally, CHMOD the file back to 644 when you are finished.


    If you follow these steps correctly, you will be able to reset your password and login again to your vBSEO CP.

  4. #4
    Junior Member
    Real Name
    David Childers
    Join Date
    Feb 2011
    Posts
    9
    Liked
    0 times
    I have the newer version. What do you mean by CHMOD?

  5. #5
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    chmod is 'linux permissions'. Usually you can right click on the file with your FTP client and have a content menu to set it.

  6. #6
    Junior Member
    Real Name
    David Childers
    Join Date
    Feb 2011
    Posts
    9
    Liked
    0 times
    I'm running on a windows server. Does that matter.

  7. #7
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Yes, windows is a bit different. You likely have 'read/write/execute' options for owner, IR_USR and so fort. 666 is equal to read and write. You can edit this through the file system directly on C:/inetpub/file (or wherever your site happens to be)

Similar Threads

  1. Forgot vBSEO control panel password
    By ChrisGuthrie.net in forum Troubleshooting
    Replies: 3
    Last Post: 08-17-2009, 10:29 PM
  2. forgot password recovery?
    By sohnaych in forum Troubleshooting
    Replies: 1
    Last Post: 12-16-2008, 03:21 PM
  3. I am dumb and forgot my password!
    By FalkinPro1 in forum Troubleshooting
    Replies: 2
    Last Post: 05-02-2008, 01:14 PM
  4. Great, I Forgot My Password!
    By gobbly2100 in forum General Discussion
    Replies: 2
    Last Post: 12-13-2007, 09:24 AM
  5. Forgot my vbseocp.php pw
    By kau in forum General Discussion
    Replies: 1
    Last Post: 09-12-2006, 03:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •