Version: 1.0.0, by Omranic
Developer Last Online: Sep 2021
Version: 3.5.3
Rating:
Released: 01-12-2006
Last Update: Never
Installs: 22
Code Changes
No support by the author.
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:
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.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
hey
I tried the code with error pages & Only the 401 error success & other not
So you may use it as 401 error & regarding to the User: Shuvo Pass: golpo
Take the following code:
PHP Code:
$index['public'] = $index['public'];
$phpkd['username'] = "Shuvo"; // Here Is the User Name
$phpkd['password'] = "golpo"; // Here Is The htaccess Password
you can post it here, I think it will be usefull for some
Sorry brother.. I'm bit late.. Its easy.. Hope someone might get help..
I did it with a online .htaccess password generator tools.. Well go to .htaccess pass generator site read the instruction.. Its too easy.. U just need to know ur admincp path.. & plz after process upload the .htaccess & .httpass file in admincp folder.. Dont upload it in root folder.. Otherwise entire forum 'll b password protected..
Sorry brother.. I'm bit late.. Its easy.. Hope someone might get help..
I did it with a online .htaccess password generator tools.. Well go to .htaccess pass generator site read the instruction.. Its too easy.. U just need to know ur admincp path.. & plz after process upload the .htaccess & .httpass file in admincp folder.. Dont upload it in root folder.. Otherwise entire forum 'll b password protected..
I tried those tools. generated the info, uploaded the files in ASCII and i know the info was right i was typing in, it was in the right directory, but it justkept popping up as if i was putting in the wrong login info - but i know i wasnt...
For this hack - i put the code into my index.php (main root index.php) and it works - Is this as secure as using a seperate .htaccess file? if so then it works great and i would like to use it.
I tested it and put in the wrong info to get the enter here onl page, once i hit that the login window that comes up has this info in it
Quote:
Htaccess login system for **********! If you have a problem with the htaccess or you never recieved a email about the change in the htaccess pass, email me @ ******@wwwsupersite.com and I will help where I can. Thanks!
Where can i edit that? that certainly is not the host of our servers info so wondering where that is coded.... (i asked the host and he has no idea where that info would be pulled from...)
I tried those tools. generated the info, uploaded the files in ASCII and i know the info was right i was typing in, it was in the right directory, but it justkept popping up as if i was putting in the wrong login info - but i know i wasnt...
.. So I prefer .htaccess.. Newayz did u upload the .htaccess & .htpasswd in the right directory? If so thn it should work.. Did u use the encoded pass in .htpasswd ?