PDA

View Full Version : PasswordHack for v2.2.1 English


Afterburner
12-04-2001, 10:00 PM
You can make a board password protected with this hack.
You can insert the password here:

Forums and Moderators
--> modify
---> choose a board

suggestion for the final:

- unsubscribe a access to a password protected board

fixed:

- no matches in the searchengine if a board is protected
- fixed the new topic bug.

And all this for free (somebody told me he want to pay, but all my hacks are for free)

Sorry for my english

update 7th December 2001
fixed the bug in the profile of a member.
if you downloaded this hack before see below to update.

pipi
12-05-2001, 03:07 PM
Kewl..i love you :D

Afterburner
12-05-2001, 03:13 PM
@ pipi

sorry I am engaged :stupid: :D

SirSteve
12-05-2001, 04:33 PM
Works great! The only thing I noticed is that it didn't say, "Password incorrect. Please re-enter it."

Also, you may want to include PPN's Failed Login Logging feature to this.

It's located here:
https://vborg.vbsupport.ru/showthread.php?threadid=32639

Thanks!

Afterburner
12-05-2001, 05:05 PM
@ SirSteve

do you really want this message ?

[QUOTE]Password incorrect. Please re-enter it

Scott MacVicar
12-05-2001, 05:10 PM
Would increase my hack size by alot to add parts of your hack.

You can add the query which puts failed logins in the database, its just a single line of code, from my hack. I have no objections to that.

Afterburner
12-05-2001, 05:15 PM
@ PPN

whats the standardline (of your hack) to put the errors in the database ? I didnt look into your code. Where are the failed logins saved in the database ? in an seperate database or in adminlog & Co ?

SirSteve
12-05-2001, 06:05 PM
[QUOTE]Originally posted by Afterburner
@ SirSteve

do you really want this message ?



I think its better without this message for security reasons.

Afterburner
12-05-2001, 06:09 PM
[QUOTE]Without is fine then. Not a big deal.

Bedhead
12-06-2001, 05:02 AM
Hello,

I have installed this hack but I do not see where I can set the username or password.
Any ideas?
The board looks like it never changed at all.
TIA

Bedhead
12-06-2001, 05:12 AM
Add column 'password' to table 'forum'...

This is the error I see when i try to access it directly after the files were all installed.

Any ideas?

Bedhead
12-06-2001, 06:00 AM
Sorry guys,

I added the column password to the table forum and all is working.

I love this hack.

Afterburner,

You are the man buddy!!!

Have a merry christmas and a happy new year!

Logo
12-06-2001, 07:23 PM
Hi Burner !

Wie schauts den mit einer German Version aus ???

Bedhead
12-06-2001, 11:14 PM
I have found a bug.

If members click on a user and check their last posts they can gain access via the memberlist.
In the mean time I have restricted access to the memberlist and all is good otherwise.

Is there a fix for this?

Nam
12-06-2001, 11:20 PM
[QUOTE]Originally posted by Bedhead
I have found a bug.

If members click on a user and check their last posts they can gain access.

Is there a fix for this?

Afterburner
12-07-2001, 07:33 AM
German Version:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=32955


thx for reporting this bug, will fix this asap

Bedhead
12-07-2001, 07:48 AM
No problem buddy,
Looks great otherwise.

Afterburner
12-07-2001, 09:14 AM
do this to fix the bug:


download the member.php and make a backup of this file.

look for this code:

$lastposturl="showthread.php?s=$session[sessionhash]&postid=$getlastpost[postid]#post$getlastpost[postid]";

replace it with:

$foruminfo = $DB_site->query_first("SELECT forumid,password FROM forum WHERE forumid='$getlastpost[forumid]'");
if ($foruminfo[password]!="") {
$lastposturl="";
$lastposttitle="$bbtitle";
} else {
$lastposturl="showthread.php?s=$session[sessionhash]&postid=$getlastpost[postid]#post$getlastpost[postid]";
}

upload the member.php

Afterburner
12-07-2001, 09:16 AM
oh I forgot to say:

if the last post of a user is in a protected board the title of the last post is replaced with the BB title of your board and the link goes to the mainpage of your board.

Bedhead
12-07-2001, 03:57 PM
This works!

I can not see any more bugs now.

This is exactly what I have been looking for.

You are the Man Afterburner.

Thanks.

nuno
12-07-2001, 06:20 PM
hey cool hack
shouldnt newreply.php be hacked also? :eek:
*BUG* ;)

Afterburner
12-07-2001, 06:25 PM
oh a hardcoder *g*
works only if you know the threadid and put it manually in the browserline, but thx for reporting, you know asap :D but at the moment to much beers *g*

nuno
12-07-2001, 07:36 PM
oh :D
dont forget printthread.php ;)

YoMama
12-13-2001, 10:50 AM
OK,

Maybe I'm missing something, but when I click on the "Go To Last post"-icon in the "Last Post" column on the main page, You can enter the forum without having to enter a password.

Did I miss out on something or is this a bug?

- YoMama

Bedhead
12-13-2001, 10:51 PM
Are you logging out and logging back in as a different user?

This hack will only ask for the password once, unless you change it, then it cookies to your username.

A great hack indeed.

Thanks again!

YoMama
12-14-2001, 07:03 AM
What I do is:

1. Login
2. Enter password for protected forum
3. Log out
4. In the main forum click on go to last post of protected forum

And I'm in, while I shouldn't...

- YoMama

Afterburner
12-14-2001, 07:18 AM
confused
normally this is inpossible, the access for the protected boards are saved in your database not in Cookis.
Do you have enabled guests to view the forum ? if yes disable it for guests.

Afterburner
12-14-2001, 07:23 AM
I tested it and it worked correctly:
http://216.40.240.19/vbulletin/showthread.php?goto=lastpost&forumid=30

YoMama
12-14-2001, 10:51 AM
Weird. Mine is still warped...

Check out forums.supaspiffy.com

Try to access the [MOB] Private forums as one would normally (which will prompt for a password like it should)
Then go back to the Forum home, and click on the 'Goto last post button' in the 'last Post' column. This will bring you in the forums without having to enter a password. You need to register first (I disabled guest access as you said)

Regards,

- YoMama

Afterburner
12-14-2001, 11:03 AM
I see your problem, have you modified the showtopic.php ?

you had to look for:


$threadid = intval($threadid);
$thread = verifyid("thread",$threadid,1,1);

if ($wordwrap!=0) {
$thread['title']=dowordwrap($thread['title']);
}

if (!$thread['visible']) {
$idname="thread";
eval("standarderror(\"".gettemplate("error_invalidid")."\");");
exit;
}

$forum=getforuminfo($thread['forumid']);


then you had to add below this code:


// Password-Hack-by Afterburner-Start
if ($forum['password']) {
$boardid="userspezial$thread[forumid]";
if ($bbuserinfo[$boardid] != 1) {
eval("standarderror(\"".gettemplate('fehler_password_showtopic')."\");");
exit;
}
}
// Password-Hack-by Afterburner-End

YoMama
12-14-2001, 11:08 AM
Showtopic.php?


Don't have that file (I'm getting pretty nervous now :) )

Perhaps U mean showthread.php ?

YoMama
12-14-2001, 11:12 AM
Uhoh...

It was indeed showthread.php. I pasted the code, but in the wrong place!

I'm sorry for bothering you.

I'm extremely happy (again)

Thx for the great hack & help :)

- Yomama

Afterburner
12-14-2001, 12:53 PM
no problem, you are welcome
sorry I mean showthread.php :D

Ciufs
12-19-2001, 06:13 PM
i have some bug...

1) i have to remove member.php modified, because when some user log out.... then if they try to login, received error message that it say "wrong password"

2) when a new user try to register on my forum... user received error message that it say "The two passwords that you typed do not match. Please press the back button, correct the error and try again."


why? pls help me

http://forum.thegames.it

PS: sorry for my bad english

Ciufs
12-19-2001, 07:06 PM
i try to reinstall all and i risolve first problem...

but when an user try to register forum say:

"vBulletin Message The two passwords that you typed do not match. Please press the back button, correct the error and try again."

Can you help me ?

http://forum.thegames.it

Afterburner
12-20-2001, 06:37 AM
[QUOTE]vBulletin Message The two passwords that you typed do not match. Please press the back button, correct the error and try again

Ciufs
12-20-2001, 01:52 PM
no nothing....

can you help me?

i have PHP 4.0.6 and MySQL 4.0

forum is visible on http://forum.thegames.it

nafae
01-03-2002, 03:42 AM
Afterburner: Can you update the zip with all of the changes to avoid confusion? I am not quite sure if I should install this or whatnot because I worry I will do it wrong with so many different directions in different areas of the forums :) And, to get this strait, this hack will put a password protect option on any of the forums, and you can hcange the pass for that forum via the adminCP? Thanks, Naf

Lucky
01-03-2002, 08:06 AM
One of the coolest hacks out!

Thanks After Burner.

Apollo
01-09-2002, 01:30 AM
Heya Afterburner,
Great hack! But I am having a problem getting it to work on my boards.

Okay,
When I click on a board, I enter the password, and press enter - But it just takes me to an error page? 'No forum specified'. I am entering the right password in.

When I try to enter via showtopic, though, it works correctly? (I enter the password, and it enters the forum).

Please help.

Snake~eyes
01-09-2002, 02:22 PM
I've used the hack on 2.0.3 and upgraded - so i decided to uprade this password hack too. NO errors or anything. but it doesn't work. I type the password in the field but the forum isn't protected.

help please,

thx

Afterburner
01-09-2002, 03:23 PM
@ dhogan444

maybe you have entered the password before, it is stored in the memberprofile not in cookies.

@ Apollo

please check the code in the forumdisplay.php and also the template:

"fehler_password_board"

code for this template:


<center>A password is required to enter this forum. Please enter it below: <br>
<form action="forumdisplay.php" method="POST">
<input type="password" name="password">
<br>
<input type="hidden" name="action" value="dopassword">
<input type="hidden" name="forumid" value=$foruminfo[forumid]>
<input type="submit" value="Submit">
</form> </center>

Snake~eyes
01-09-2002, 03:36 PM
I typed in zero then typed in a password

Afterburner
01-09-2002, 04:07 PM
typed in zero and clicked on modify ?
(I know this is a stupid question)

Snake~eyes
01-09-2002, 04:33 PM
LoL

yeah.. zero then i typed in test for a password and it didn't work.

nafae
01-09-2002, 06:04 PM
yea same here. If I set a password (it worked at first) it nolonger works and anyone can get into the forum. I do 0, refresh, type a new pass, and it still doesnt require me to login. I think the hack would be better without the cookies/an option to make ppl login eveyr time they come to the board.

Snake~eyes
01-09-2002, 07:00 PM
well, that way, i think they'd have to log in to evrey thread they want to see and everytime they want to post. Wo uldn't be sucha good idea.

nafae
01-09-2002, 07:11 PM
well ... even if removing cookies may not be a good Idea, it seems they dont work well now (or something doesnt...)

Apollo
01-09-2002, 10:34 PM
Thanks AB, The template in my instructions wasn't the same as the one you just posted (Maybe it was an old template from my attempt at getting it going on 2.20 when it was designed for 2.0.3?)

Anyway,
Great Hack! Just what I needed!:)

Javier97Z28
01-16-2002, 04:04 AM
This doesn't work for 2.2.1 does it? My user.php doesn't seem to have the same original text that I need to modify.. and I can't find anything simlar..

Lucky
01-17-2002, 10:05 AM
Using 2.2.1 here.

Works perfect.

FleaBag
02-04-2002, 09:55 PM
Great work, running on version 2.2.2; thanks Afterburner! :)

Lucky
02-05-2002, 02:52 AM
Got vbp3.0pr7 and vb2.2.2 and all is working great!

Thanks. :p

JBMoney
02-16-2002, 07:31 PM
The "Go To Last Post" feature still takes folks into the password protected forum. Just that thread though.

I added the AB's code from page two of this thread. Still does it.

Anyway to prevent that?

Lionel
02-19-2002, 08:18 AM
works nice for me on 2.21. Is there a way to parse the password? I have one section of my site that is an image vote. You need to be a vb member to get in there. You can view and vote on images, but if you want to contact someone you must join by registering on the image vote software and add your picture. Once you do and login, the menu changes and displays a secret link to a chat room. I'd like to make that password forum part of the secret links and automatically incorporate the password on it. The people who would access it are already vb members. All they will need will be the password which I am not about to give to everyone.... that will become public 1-2-3 and defeat the purpose of that great hack. I could include $password=whatever in imagevote config. and parse $password. Is it possible to do and how?

Lionel
02-19-2002, 09:43 AM
I did a view source of your code and changed the form to include the password as a hidden field in config.php and I am parsing $forumaccess...

Ciufs
03-18-2002, 09:33 AM
i have a problem...

i reinstall all my forum with last 2.2.4 Version.
if you want you can see it to http://forum.thegames.it

but i have a problem...
i install this hack and then i try to enter in forum with password...
if i not logged... and i click on last post (in a password protect forum) i can enter... why? how can i resolve it?

PS: sorry for my bad english

Ciufs
03-19-2002, 09:20 AM
ok sorry...
i read all old post... and i found the solution.

thx for all !!! this hack now work correctly :D

FleaBag
03-31-2002, 11:54 PM
Once I upgraded I needed to edit the install php file to remove the additions to the db. This made duplicate templates, but fixed the problems I was having.

Jawelin
04-26-2002, 03:38 PM
[QUOTE]Originally posted by Bedhead
I have found a bug.

If members click on a user and check their last posts they can gain access via the memberlist.
In the mean time I have restricted access to the memberlist and all is good otherwise.

Is there a fix for this?

Afterburner
04-26-2002, 08:15 PM
no $eintrag="userspezial$forumid";
is only the accessmark for the user who has insert the correct passwort any toime before, with this check he hasn't insert the passwort again because he is allowed to acces the protected board

its NO backdoor

Jawelin
04-27-2002, 08:13 AM
[QUOTE]Originally posted by Afterburner
no $eintrag="userspezial$forumid";

its NO backdoor

FleaBag
04-29-2002, 01:54 PM
Running well on 2.2.5. :)

Jawelin
05-03-2002, 11:40 AM
[QUOTE]Originally posted by Jawelin

I guess, in case of password change, it should 'expire' or become ineffective... Is it true ?

Sorry. What about the direct-post access as above ? Bulk forum permissions, the only ones acts a post-level, don't know the existence of the password... so they shouldn't stop these accesses. I think this hack should affect even other scripts as said above.... do you agree ?

Thanks again

Afterburner
05-04-2002, 05:57 PM
What to hell ist a "bump" ? Sorry I am from Germany and dont know all off your words and the slang ;)

btw I can't follow your question in the quote

Jawelin
05-05-2002, 11:01 AM
[QUOTE]Originally posted by Afterburner
What to hell ist a "bump" ? Sorry I am from Germany and dont know all off your words and the slang ;)

btw I can't follow your question in the quote

Afterburner
05-06-2002, 08:08 AM
Sorry I am very confused
showthread.php and newthread.php are already insoved in my hack

maybe we shall wait for vB3.0 with has an orginal passwort protection included (I think)

Jawelin
05-16-2002, 06:18 AM
Yes. I added the check to printthread.php ... :D

Starting your great idea and implementation way, I made some modifies (for example, added the md5-hashed pw to the userfield instead of a on/off flag, so I could re-check each time the update of the pw, or a text entry field directly on lastpost template to input the password if none... hiding the thread infos... and so on);
and finally managed to make this major hack working perfectly...

I applied pw on a private forum (I know, it's virtually unuseful! ;) ) but on the other hand is very very proficious on the psicological / security perception matter.
Great!
Thanks again.
Bye

FleaBag
05-16-2002, 02:38 PM
Afterburner, can I release a version of this with the style css attributes and 'perfect' English? I might also edit the installer.

Afterburner
05-21-2002, 07:11 AM
OK release a version with a "perfect" english ;) sorry for my terrible english *g*

What do you want to edit in the installation file ?

FleaBag
05-21-2002, 10:05 AM
Sorry I didn't mean it like that! I can understand your English perfectly! I just thought releasing it with a minor CSS fix wasn't worth anyone's while so I'd do a little extra! As far as the installer is concerned, just an uninstall feature as well as an upgrade between versions.

Afterburner
05-21-2002, 11:19 AM
OK release your hack with your modifications, thats no problem for me, the main thing is we can help users with our modifications ;)

FleaBag
05-21-2002, 03:57 PM
That's cool mate, I'll credit you for all the work I know what I'm doing is very minimal. Shall I start a new thread or attach to this one?

Jawelin
05-21-2002, 04:49 PM
[QUOTE]Originally posted by GamerForums
Shall I start a new thread or attach to this one?

extreme_old
05-25-2002, 05:43 PM
I have installed this fine hack, but there is a BIG problem!!

When I enter the forum, it ask me for the passwords, I type it and then it enters the forum.

Then when I enter want to enter a thread, it ask for the password again?? I then type it again, and the this shows up:

No forum specified. If you followed a valid link, please notify the webmster.

What is the problem?? Now no user can enter the threads in the protected forums??

Please help me very fast!!

extreme_old
05-26-2002, 10:31 AM
Can someone please help me out here??

FleaBag
05-28-2002, 12:05 AM
[QUOTE]Originally posted by extreme
I have installed this fine hack, but there is a BIG problem!!

When I enter the forum, it ask me for the passwords, I type it and then it enters the forum.

Then when I enter want to enter a thread, it ask for the password again?? I then type it again, and the this shows up:

No forum specified. If you followed a valid link, please notify the webmster.

What is the problem?? Now no user can enter the threads in the protected forums??

Please help me very fast!!

FleaBag
05-28-2002, 12:06 AM
[QUOTE]Originally posted by Jawelin

I absolutely don't think a translation in 'perfect' english without any functional update should be considered any way a new hack. Neither published in a new thread...
Don't you agree ?
:cheeky:

extreme_old
05-29-2002, 05:49 PM
I'am login as a registred user already??

extreme_old
05-29-2002, 07:33 PM
ok, I can now login when I login with a registred user, but when I login with my admin status, it keeps coming with this:

No forum specified. If you followed a valid link, please notify the webmaster

And if I press the last post image, and type the password, it comes with the same error massage, and it doesn't care what user I login wirh, the massage:

No forum specified. If you followed a valid link, please notify the webmaster

I have now done the install on a totally clean board (2.2.5) but it doesn't work right!! Please someone help me asap.

Thanx

extreme_old
05-29-2002, 07:34 PM
Can it be some of the other hacks that I have installed??

FleaBag
05-30-2002, 04:05 PM
I don't know mate, sorry. I'm no php expert.

extreme_old
05-30-2002, 06:26 PM
Is there a change that I could get one of you to mail me your edited php files, so I can check with my own??

Please...

JonathanB
06-09-2002, 03:34 PM
Afterburner-

I was literally about to return vBulletin because of the absense of a password protection utility when i saw your hack. You're the man!

Thanks a million-

JB

Marshalus
06-11-2002, 12:12 AM
"No Refunds" :D

FleaBag
06-19-2002, 08:58 PM
Working on 2.2.6. One difference, for the first reference in search.php you have to look for this...


if ($countmatches==0) {

eval("standarderror(\"".gettemplate("error_searchnoresults")."\");");
exit;

} else {

$counter=0;
$postdone = array();
$searchresultbits = '';
while ($searchresult=$DB_site->fetch_array($searchresults) and $counter++<$perpage) {
if ($postdone[$searchresult[postid]]) {
$counter--;
continue;
}


...and not the code shown in the install file. :)

roxics
07-04-2002, 06:32 AM
Excellent hack thankyou. :)

Bj?rn
07-06-2002, 10:31 AM
Good work! Works like a charm! Thx!

freeshares1
07-07-2002, 11:46 AM
thanks afterburner, This is a great hack.

dprice
07-15-2002, 08:05 PM
Once the password has been entered to access the protected forum, is it normal for users to be able to log out and then re-log back in and enter the protected forum WITHOUT having to enter in the password?

BTW...GREAT HACK!

Afterburner
07-16-2002, 02:49 PM
yes that is normal the access for the protected forum is saved in your database

dprice
07-17-2002, 01:41 AM
Thanks my friend!

Zachariah
08-01-2002, 01:02 PM
Afterburner,

Its been a long time my friend. (since phpbb 1.2 doing hacks) :D
As always, great hacks.

* Zachariah jumps for joy

Question sir, if its an option it would be great to have Admin, Super Mod, and the current Mod of the forum to have access to change the PW of the forum when they want.

Afterburner
08-04-2002, 08:48 AM
The Mod, and SuperMod (Admins has still access to the CP) have to have access to the CP.

To change the PW go in the CP to the forum, inser 0 (zero) and klick save to remove the acces of all users, the go again to this forum and insert a new password

mewgood
08-07-2002, 06:02 AM
does this work with 2.2.6?

Afterburner
08-08-2002, 09:10 AM
yes its works in 2.2.6

or wait for vB 3 there is a password protection included

[D]Vincent
08-25-2002, 07:32 AM
I don't know if anyone pointed this out yet or not but one of my members told me that if someone is veiwing a thread in the password protected forum and it shows up online then you can go to the thread from there without having to use the password.

FleaBag
09-03-2002, 02:40 PM
Works on 2.2.7, thanks. :D

SkuZZy
10-05-2002, 09:24 AM
Well, I just couldn't wait for vb3, so I installed this today and it's working GREAT on 2.2.8!!!

It was very easy to install, took only 10 minutes. It's a very solid hack, not alot of flaws in it! One of the flaws, as mentioned above, is the online.php file. If someone is viewing a thread in a private forum, someone can see them doing this on online.php and go to that thread. But luckily, you can disable online.php :D I wouldn't use this hack if you have top secret information, as it's pretty easy to crack, but 99% of users won't beable to get in to the private forums, which is good enough for me!

Great hack afterburner and tyvm!!!

Funkie
10-05-2002, 11:58 AM
Why not just remove the last post icon from the forumhome_lastpostby.
Then they cant click on it

BTW wicked hack fella:):)
Not installed it as i dont need it

Dean C
10-05-2002, 01:30 PM
whoaaa that bug in online.php is bad..

any plans by anyone to fix it?

- miSt

refertech
10-05-2002, 02:07 PM
I keep getting this error when i set the password. Can someone see what I have done wrong?

Database error in vBulletin Control Panel 2.2.8:

Invalid SQL: UPDATE forum
SET
styleid='1', title='General Discussion',
description='The section for questions that have no section or just want to shoot the breeze. :)',
active='1', displayorder='1',
parentid='1', parentlist='2,1,-1',
allowposting='1',
cancontainthreads='1', daysprune='30',
newpostemail='',
newthreademail='',
moderatenew='0', allowhtml='0',
allowbbcode='1',
allowimages='0',
allowsmilies='1', allowicons='1',
styleoverride='0',
allowratings='1', countposts='1',
moderateattach='0',password='asdf'
WHERE forumid='2'
mysql error: Unknown column 'password' in 'field list'

mysql error number: 1054

Date: Saturday 05th of October 2002 09:05:56 AM
Script: http://***.***.**.**/plmtech/forum/test/admin/forum.php
Referer: http://www.*****.com/test/admin/forum.php?action=edit&forumid=2


Thanks,

Mark

Dean C
10-05-2002, 03:43 PM
you've edited one of the lines in forum.php incorrectly... undo the changes then try it out again :D

Regards

- miSt

refertech
10-05-2002, 05:47 PM
I dont know. I've re done the hack to that file like 4 times and I still get the same error. :( dang it.

Thanks for the help thou Mist

Satoshi|TWL
10-06-2002, 11:01 PM
I keep getting this error.

Database error in vBulletin Control Panel 2.2.8:

Invalid SQL: ALTER TABLE forum ADD password CHAR (50) not null
mysql error: Duplicate column name 'password'

mysql error number: 1060

Anyone help?

Dean C
10-07-2002, 05:44 PM
@ refertech: PM me your forum.php before the file changes and ill do them for you :D

@ Satoshi|TWL:you've already executed the query correctly... now procede to install the file edits for this hack :D

- miSt

Satoshi|TWL
10-07-2002, 06:27 PM
I edited the files, It was working, Then we updated to the newest version of vbulletin, Now it isn't. And the forum templates are not there. I tried creating them manually. But it didn't work.

Dean C
10-08-2002, 03:27 PM
yes... you need to re-apply all prior code changes to your update otherwise your hacks wont work...

also re-do the templates..

- miSt

Satoshi|TWL
10-08-2002, 06:14 PM
Well, right now, the only problem I am having is that when a person tries to access a passworded forum, it just comes up with a blank page. I checked all the files, and the code is all still there. When I triy to create the templates manually, and try to go to a passworded forum, it shows the enter password box, but it doesn't let me enter a password, and also three empty boxes appear below it. (The kind where it looks like you can enter text also)
If someone could give me the code for the templates exactly how I should enter it, I would appreciate it. I am kinda new at this.

Dean C
10-09-2002, 03:40 PM
u add the templates via the admin cp .. there is no code for it..

- miSt

Satoshi|TWL
10-10-2002, 03:19 AM
I got it fixed finally. Thanks.

Dean C
10-10-2002, 03:46 PM
no problem :D

- miSt

FleaBag
10-29-2002, 08:17 PM
Working with 2.2.8, though there were some code differences.

Brew
11-05-2002, 06:54 PM
[QUOTE]Originally posted by GamerForums
Working with 2.2.8, though there were some code differences.

Brew
11-06-2002, 04:16 AM
I get the password box and am able to login to the thread but if I try to post a reply or start a new thread I get this:

You do not have permission to access this page. This could be due to one of several reasons:

1. You do not have permission to access the page that you were trying to. Are you trying to edit someone else's post or trying to access administrative features? Check that you are allowed to perform this action in the Forum Rules.

2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Thank you for your help,

Brew

BigMike
11-06-2002, 12:30 PM
I am having that same problem, what did you do to get yours 'fixed'??

Brew
11-06-2002, 02:07 PM
[QUOTE]Originally posted by BigMike
I am having that same problem, what did you do to get yours 'fixed'??

BigMike
11-06-2002, 11:19 PM
i have the blank page login problem and the add password to table forum error, i assume the are related..is that what you fixed?

Littlebit
11-07-2002, 02:31 PM
I have an open door to the password protected forum when someone clicks on the side arrow to go straight to the latest post it will let even unreg users in. Whats a quick fix for this?

Littlebit
11-10-2002, 04:35 AM
[QUOTE]Originally posted by Littlebit
I have an open door to the password protected forum when someone clicks on the side arrow to go straight to the latest post it will let even unreg users in. Whats a quick fix for this?

Dean C
11-10-2002, 09:04 AM
There is no fix currently..

- miSt

Littlebit
11-11-2002, 02:40 PM
Mist thanks for answering :)
What did you do to remedy the situation then? remove the clickable image from the postbit? If so, I will just do that ( I like the password entry too much to nix it) If you did, what postbit templates do I need to attack to make it happen?

hmmm I wonder how they handled this for vB3

Littlebit
11-13-2002, 12:31 PM
Nevermind the previous post. I went ahead and removed the last post image/link from the forumhome_lastpostby and plugged the hole that way.
I am though still curious how it is done for vB3 anyone know? :surprised:

JonathanB
12-01-2002, 05:38 PM
We just upgraded to 2.2.9, and reinstalled the password hack. The forums work fine, and the people that could get in before (already entered the forum passwords in the past) can get in and post fine, but new users aren't being prompted for the forum password, it simply says "[Name of our forum] Message", with no password entry box under it.

For those that have entered the forum password in the past-- everything works fine-- it's just new users that aren't prompted for the password (they just get that "[Name of Forum] Message").

How can we fix this ASAP?

Thanks in advance for any assistance.

Afterburner
12-05-2002, 10:55 AM
you have to intert the templates for the passwort again

@ all

no further add ons to this hack and only limited support, because the passwort function is in vB3 integrated

Littlebit
12-05-2002, 12:06 PM
Jonathanb,
yeh, that happened with me too because the script puts the templates in as original defaults and when you reinstalled it made them disappear (that happened with me with the store hack too ugg) I assumed they would stay there like all the altered templates do. I'm a dork.
I took out the query to add a password column part in passwordhack.php since the column is already there...then I re uploaded passwordhack.php and the script re-placed the templates.

Afterburner
12-06-2002, 07:19 AM
use the attachment (passwordhacktemplate.php) to reimport the templates again

Littlebit
12-06-2002, 12:54 PM
Afterburner, was it okay what I did? It said success and the templates are there. I'm not missing something though, am I ?

Afterburner
12-07-2002, 08:54 PM
[QUOTE]Originally posted by Littlebit
Afterburner, was it okay what I did? It said success and the templates are there. I'm not missing something though, am I ?

Littlebit
12-07-2002, 09:18 PM
I'll check the attachment and make sure.... thank you. :)

Slave
12-09-2002, 08:43 AM
Just installed on version 2.2.9 .. no problems (by following the first download file btw, no need to do anything on the thread unless you need to reenter the templates if you've upgraded your vb and are readding the hack :))

I know that vb3 is just around the corner .. but PLEASE PLEASE can someone reply with a fix for the "side arrow" issue .. apart from deleting it ..

Perhaps something needs to be added to showthread.php ?

PsyBlast
12-20-2002, 03:54 AM
I love this hack!!!!!!!!! thank you for making it, it is exactly what i needed for my "Special Members Lounge" thank you once again for making this.

Now only if I could get the damn gold hack to work >_<

ZiG
02-01-2003, 07:58 PM
I'm using vbPortal, and there is a flaw with the Active Topics Center box module that comes with vbportal. If you click on the link to a thread in a Passworded forum from there, it bring you right to it without asking for a password. Is there a way I can fix this so Passworded Forum Threads don't show up on the Active Topics list? Please help