Results 1 to 4 of 4
-
19th Mar 2011, 05:14 AM #1OPBannedWebsite's:
redclitz.com y-sockz.neti 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 safeD 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
-
19th Mar 2011, 05:19 AM #2Member
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 # ||
|| #################################################################### ||
*======================================================================*/
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 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.
-
19th Mar 2011, 05:35 AM #3OPBannedWebsite's:
redclitz.com y-sockz.nettnx buddy realy thankz alot
-
19th Mar 2011, 08:08 AM #4Member
great thanks
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Vbulleting database error
By saini in forum vBulletinReplies: 21Last Post: 11th Apr 2012, 08:18 AM -
[Selling] vBull - Mass vBulleting Message Sender
By nEw_boY in forum Completed TransactionsReplies: 1Last Post: 8th Jan 2012, 05:21 PM -
Vbulleting problem
By Mr.leg in forum Webmaster DiscussionReplies: 9Last Post: 15th Nov 2011, 03:47 PM -
[Selling] Unique HQ Vbulleting PSD :)
By SaBteCh in forum Completed TransactionsReplies: 15Last Post: 20th Oct 2010, 05:44 AM -
[Selling] vBulleting Template (PSD) for sale
By mailme420 in forum Completed TransactionsReplies: 1Last Post: 1st Mar 2010, 12:40 PM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...