Activity Stream
48,167 MEMBERS
6822 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Banned
    Website's:
    redclitz.com y-sockz.net

    Default i need this vbulleting.org setting

    http://www.vbulletin.org/forum/showthread.php?t=105179

    anyone who can see this sites hidden tags pls post the full thread here its important for any webmaster to keep admincp safe
    D e X t e R Reviewed by D e X t e R on . i need this vbulleting.org setting http://www.vbulletin.org/forum/showthread.php?t=105179 anyone who can see this sites hidden tags pls post the full thread here its important for any webmaster to keep admincp safe Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    this is a very simple hack
    its only main function is to add htaccess protection for any dir by adding some small lines in the begining of Dir's index

    our application will be on admincp's index (index.php)

    Description: This hack will add htaccess protection to any folder by adding small lines in its index.php file & the user name & password for this protection is determined by two varables in the same file & if the data entered was wrong, the page will give a black background with a title (Unauthorized) & a content says (Enter Here Only) when clicking it, it will direct to forum's root (index.php by default), this means douple security (likes Look THIS.

    Please Note: The Default User Name & Paaaword for entering through this Protection Is (User: 123 / Pass: 321) See the last two line to know how to change this values

    installation:
    open the file index.php present in the dir admincp & search for the following code:

    PHP Code: 
    || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
    || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
    || #################################################################### ||
    *======================================================================*/ 
    & put under it the following code:

    PHP Code: 
    $index['public'] = $index['public'];
    $phpkd['username'] = "123";    // Here Is the User Name
    $phpkd['password'] = "321";    // Here Is The htaccess Password

    if(!$index['public']){
    if(
    $_SERVER['PHP_AUTH_USER'] != $phpkd['username'] || $_SERVER['PHP_AUTH_PW'] != $phpkd['password']){
    Header("WWW-Authenticate: Basic realm=\"Highly Secured\"");
    Header("HTTP/1.0 401 Unauthorized");echo "<head><title>Unauthorized</title></head><body bgcolor='#000000'><center><br>
    <a href=\"../index.php\" style=\"text-decoration: none\" target=\"_blank\">
    <font face=\"MS Sans Serif\" color=\"#FFFFFF\" size=\"8\"><b><br>Enter Here Only<br></b></a></body></html>"
    ;exit;}} 
    Note 1: change the values of the two variables $phpkd['username'] / $phpkd['password'] to the username & password needed & note not to change this $index['public'] = $index['public'];

    Note 2: This Protection Gives the authority for entering to onnly the username & passord defined in the file (above modification) & after passing through this htaccess protection you will find the Normal vbulletin admincp login screen & then you can go with the normal admin data recorded in the forum itself.

    Hope I have explained enough for beginners.

  4.     
    #3
    Banned
    Website's:
    redclitz.com y-sockz.net
    tnx buddy realy thankz alot

  5.     
    #4
    Member
    great thanks
    Yahoo: Keosoft90 | ICQ : 570-630-903| MSN : keosoft90@hotmail.com | AIM : Keosoft90
    KWWH

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Vbulleting database error
    By saini in forum vBulletin
    Replies: 21
    Last Post: 11th Apr 2012, 08:18 AM
  2. [Selling] vBull - Mass vBulleting Message Sender
    By nEw_boY in forum Completed Transactions
    Replies: 1
    Last Post: 8th Jan 2012, 05:21 PM
  3. Vbulleting problem
    By Mr.leg in forum Webmaster Discussion
    Replies: 9
    Last Post: 15th Nov 2011, 03:47 PM
  4. [Selling] Unique HQ Vbulleting PSD :)
    By SaBteCh in forum Completed Transactions
    Replies: 15
    Last Post: 20th Oct 2010, 05:44 AM
  5. [Selling] vBulleting Template (PSD) for sale
    By mailme420 in forum Completed Transactions
    Replies: 1
    Last Post: 1st Mar 2010, 12:40 PM

Tags for this Thread

BE SOCIAL