Results 1 to 4 of 4

Password

This is a discussion on Password within the General Discussion forums, part of the vBulletin SEO Discussion category; Is there any way to change my password on the vBSEO control panel? ~Phil...

  1. #1
    Junior Member
    Real Name
    Phil
    Join Date
    Jan 2008
    Location
    Chicago, Ill.
    Posts
    4
    Liked
    0 times

    Password

    Is there any way to change my password on the vBSEO control panel?

    ~Phil

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Junior Member
    Real Name
    Phil
    Join Date
    Jan 2008
    Location
    Chicago, Ill.
    Posts
    4
    Liked
    0 times
    Jeez!! I only wanted to change my password, not my freaking DNA!

    What is a CHMOD? What is a 666 and a 644 file? I’m not a programmer but just some average guy that owns and runs a forum site! Why can’t it be as simple as changing my password on vBulletin? Guess I’ll just keep it as is. I’d rather shave my head with a cheese grater than try and follow those instructions! Thanks…..but no thanks!

    ~Phil

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    This is the EXACT same process that vB uses for your config file for the database passwords and localhost connections, etc etc.

    your vbulletin account is a USER account, not a SYSTEM file. Thus, they operate differently.

    It's not a complicated process and takes all of 18 seconds on a high speed connection once you've done it a few times.

    It is handled this way for SECURITY reasons, and rightfully so. You don't have to be a programmer.

    chmod is handled via your FTP client.

    ftp into your site like you would to upload new files.
    navigate to the /includes folder of your forum
    right click on config_vbseo.php
    depending on your FTP client, you should find something like 'permissions', 'chmod' 'file attributes' etc etc depending on what your particular client calls it. if you need help with this, consult your ftp client's mfg website for help, or just click on everything until you see READ WRITE EXECUTE and/or 3 sets of numbers.

    From there, you can set it to 777 (666 sometimes works, but 777 will always work to make it writable by the webserver) by checking the correct boxes, or manually tying in the number, depending again on the ftp client you use.

    then, edit the config_vbseo.php file.
    download it to your desktop, open it in notepad/etc.

    find right in the beginning after the comments block, its the 2nd thing down:

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

    and replace it with

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

    to effectively blank it out.

    save it
    ftp it back, overwriting the current config_vbseo.php file that's there already

    then go to your vbseocp.php page and it will prompt you to chose a new password.

    enter it, and head into the cp.


    go back to the ftp client, and re change the config file back to 644 (as you are done writing to it).



    done.

Similar Threads

  1. IPB to VB password impex?
    By Jibber in forum General Discussion
    Replies: 1
    Last Post: 02-16-2010, 07:14 AM
  2. Password
    By obx11 in forum Troubleshooting
    Replies: 1
    Last Post: 08-20-2007, 02:25 PM
  3. Sitemap password
    By GFin in forum General Discussion
    Replies: 7
    Last Post: 02-06-2007, 02:25 PM
  4. vBSEO Password
    By SirAdrian in forum General Discussion
    Replies: 7
    Last Post: 10-17-2006, 10:29 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
  •