vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   PasswordHack for v2.2.1 English (https://vborg.vbsupport.ru/showthread.php?t=32956)

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...

PHP Code:

  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.

[high]* Zachariah jumps for joy
[/high]

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/foru...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?


All times are GMT. The time now is 01:16 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01440 seconds
  • Memory Usage 1,809KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete