vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 9 of 9

[How to] Get the most Security for vBSEO

This is a discussion on [How to] Get the most Security for vBSEO within the Member Articles forums, part of the Focus on Members category; Get the most Security for vBSEO Rename vbseocp.php change the admincp & modcp directories change all links and urls in ...

  1. #1
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,549
    Blog Entries
    2

    [How to] Get the most Security for vBSEO

    Get the most Security for vBSEO

    • Rename vbseocp.php
    • change the admincp & modcp directories
    • change all links and urls in your vbseocp with the new name
    • and you can login to your vbseocp with your ip address
    to rename the vBSEOcp.php:

    open vbseocp.php file and search for this

    PHP Code:
    &nbsp;| <a style="COLOR: #003399; TEXT-DECORATION: underline;" href="vbseocp.php?logout=true"><?php echo $alang['logout'];
    Rename vbseocp.php to your new vbseocp name

    search agian in vbseocp.php for:

    PHP Code:
    <a href="vbseocp.php"><?php echo $alang['click_redirect'];
    Rename vbseocp.php to your new vbseocp name

    search agian in vbseocp.php for:

    PHP Code:
    <script language="Javascript">setTimeout('document.location="vbseocp.php"',3000)</script> 
    Rename vbseocp.php to your new vbseocp name

    search agian in vbseocp.php for:

    PHP Code:
    <td><form action="vbseocp.php" method=POST
    Rename vbseocp.php to your new vbseocp name

    search agian in vbseocp.php for:

    PHP Code:
    <td><form action="vbseocp.php" method=POST name="loginform"
    search agian in vbseocp.php for:

    PHP Code:
    <a href="vbseocp.php<?php echo $jumpto?"#$jumpto":""?>"><?php echo $alang['click_redirect'];
    Rename vbseocp.php to your new vbseocp name

    search agian in vbseocp.php for:

    PHP Code:
    <script language="Javascript">setTimeout('document.location="vbseocp.php<?php echo $jumpto?"#$jumpto":"";
    Rename vbseocp.php to your new vbseocp name

    search agian in vbseocp.php for:

    PHP Code:
    <a href="vbseocp.php<?php echo $jumpto?"#$jumpto":"";
    Rename vbseocp.php to your new vbseocp name

    search agian in vbseocp.php for:

    PHP Code:
    <script language="Javascript">setTimeout('document.location="vbseocp.php<?php echo $jumpto?"#$jumpto":""?>"',1000)</script>
    Rename vbseocp.php to your new vbseocp name

    search agian in vbseocp.php for:

    PHP Code:
    <FORM method post action "vbseocp.php?go=true"> <table width "520px" border "0" cellpadding "0" cellspacing "0" class = xmltable
    Rename vbseocp.php to your new vbseocp name

    search agian in vbseocp.php for:

    PHP Code:
    <td align="center" bgcolor="#f2f2f2"><a href="vbseocp.php?getsettings=true&get=all">XML</a></td
    Rename vbseocp.php to your new vbseocp name

    search agian in vbseocp.php for:

    PHP Code:
    <td align="center" bgcolor="#f2f2f2"><a href="vbseoo.php?getsettings=true&get=urw">XML</a></td
    Rename vbseocp.php to your new vbseocp name

    search agian in vbseocp.php for:
    PHP Code:
    <form method=post action="vbseocp.php" enctype="multipart/form-data" onSubmit=
    finish excellent now open vbseo.php and find this

    PHP Code:
    case 'vbseocp.php'
    also rename vbseocp.php to your new name

    now open functions_vbseo.php and find :

    PHP Code:
    <div style="position:absolute;z-index:3;width:100%;left:0px;top:8px;text-align:center;"><a style="BACKGROUND: #FFFFFF; padding:5px; FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #003399;" href="'.$vboptions['bburl2'].'/vbseocp.php">Back to vBSEO Config Panel</a></div
    rename vbseocp.php to your new name

    at last
    rename the vbseocp.php file with your new name
    now save ...... and we now finish rename vbseocp.php

    change the admincp & modcp directories
    thats easy if you changing or not change the name of your admincp and modcp do this:
    upload all files in admincp folder to your forum admincp
    and also modcp upload all files in modcp folder to your forum modcp

    change all links and urls in your vbseocp with the new name
    this change in one file
    open includes\xml and edit cpnav_vbseo.xml

    Find :

    PHP Code:
    <link>../vbseocp.php</link
    vbseocp.php to your new vbseocp name

    all ok we finished rename all directories and cp file

    now how to login to your vbseocp with your ip address

    open your .htaccess file and add this :

    PHP Code:
    <Files vbseocp.php>
    deny from all
    allow from IP
    </Files

    That's OK . we finished
    Thanks .



  2. #2
    Senior Member webwizzy's Avatar
    Real Name
    Vinayak
    Join Date
    Aug 2008
    Location
    India
    Posts
    257
    thanks for the guide, but its a long process to follow to rename vbseocp.php, wouldn't it be great if we have an Option to rename vbseocp

  3. #3
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,549
    Blog Entries
    2
    Quote Originally Posted by webwizzy View Post
    thanks for the guide, but its a long process to follow to rename vbseocp.php, wouldn't it be great if we have an Option to rename vbseocp
    yes but if you need more protect of your vbseo you surely you will do this tutorial

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,983
    a much easier option is to just do a search / replace all 'vbseocp.php' with 'newname.php'

  5. #5
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,549
    Blog Entries
    2
    Quote Originally Posted by briansol View Post
    a much easier option is to just do a search / replace all 'vbseocp.php' with 'newname.php'
    yes brian : files to changes

    cpnav_vbseo.xml
    functions_vbseo.php
    vbseo.php
    vbseocp.php

  6. #6
    Member
    Real Name
    Ahmad
    Join Date
    May 2008
    Posts
    72
    thanks you a lot great job realy is long process but is save 100%

  7. #7
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,549
    Blog Entries
    2
    You're Welcome alzaheer.com

  8. #8
    Junior Member
    Real Name
    alansari
    Join Date
    Dec 2007
    Location
    UK
    Posts
    23
    thanks marco1 its very helpfull

  9. #9
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,549
    Blog Entries
    2
    Quote Originally Posted by alansarii View Post
    thanks marco1 its very helpfull
    you are welcome!

Similar Threads

  1. Major XSS security flaw in VBSEO !
    By mihai11 in forum Bug Reporting
    Replies: 12
    Last Post: 12-03-2008, 04:02 PM
  2. vBSEO - security token was missing ?
    By MonkY in forum Troubleshooting
    Replies: 7
    Last Post: 07-07-2008, 11:31 PM
  3. vbSeo-Style: Seach-Form - security token error
    By mabe38 in forum vBSEO.com Styles
    Replies: 0
    Last Post: 05-08-2008, 03:22 PM
  4. security?
    By sde in forum General Discussion
    Replies: 8
    Last Post: 07-18-2006, 10:44 PM