vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - Username Request (https://vborg.vbsupport.ru/showthread.php?t=149377)

Crashh 08-01-2007 09:22 AM

Dorign, i have some troubles. Hack is not full! there are no file with bitfields and etc... :) i'm usin 3.67.pl1

T_Richardson 08-01-2007 10:39 AM

Using 3.6.7 PL1.

First off, installed per instructions... Seen the settings in "vBulletin Options" in admincp, fine.

In usercp, no link to change username. Had to read through this thread to find out how to add the link, (Ok, but should have instructions on this in the download).

Clicked on request username, got no permission:
Quote:

Username Request Permissions: Your group does not have the necessary permissions required to request a username change.
I have more than the required posts set in the Request username options. And there is no options for it in the usergroup manager.

Uninstalling.

testebr 08-01-2007 10:56 AM

Quote:

Quote:

Originally Posted by testebr View Post
How to change usergoups Permissions in version 1.04?

I cant see nothing about it.
My vb is 3.6.7
The usergroup manager.
This option doesn't exist here. Please show a screenshot of the option.

King Kovifor 08-01-2007 04:48 PM

Man. Why does nothing want to work. Guess I need some testing. v1.0.5 will be out soon enough with all this.

rpainter 08-01-2007 06:15 PM

Hello I get this error when testing from a test user account:

Username Request Permissions: Your group does not have the necessary permissions required to request a username change.

Please let me know how I can do this? I have looked in the usergroup manager, and there are no options there.

Thanks.

rpainter 08-01-2007 06:24 PM

Also, my user menu does not show the pending request link, or is that only there when there are requests?


rpainter 08-01-2007 06:58 PM

OK. Got the Username Requests to show up in the Admin CP, but still can't actually get my test account to request one.

rpainter 08-01-2007 07:12 PM

Anyone have a copy of 1.0.3 that I can download and try?

COBRAws 08-01-2007 10:04 PM

Hello Jeremy, I was using old Marco's nickname history mod, but yours is better.
Thanks for sharing.

Seiyaboy 08-02-2007 03:42 AM

<span style="text-decoration: line-through">I get this new error message in my acp when I click on the "Username Request" under "Users"

Notice: Undefined index: HTTPS in /home/*****/******/forums.*****.org/includes/class_core.php on line 1599

Could this be some errors in any of the coded files?

I currently use vBulletin® v3.6.7 PL1. I'm waiting for vBulletin to finally finalize their 3.6.8 as they keep on finding bugs.</span>

Never mind, I can live with the error if all the other functions work fine.

Jasiu 08-02-2007 03:57 AM

Quote:

Originally Posted by Seiyaboy (Post 1307735)
[s]I get this new error message in my acp when I click on the "Username Request" under "Users"

Notice: Undefined index: HTTPS in /home/*****/******/forums.*****.org/includes/class_core.php on line 1599

Could this be some errors in any of the coded files?

I currently use vBulletin? v3.6.7 PL1. I'm waiting for vBulletin to finally finalize their 3.6.8 as they keep on finding bugs.[/s]


Never mind, I can live with the error if all the other functions work fine.

To fix the issues change the following:

unreq.php in ADMINCP
PHP Code:

// ######################## SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL); 

Change to:
PHP Code:

// ######################## SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE); 

The error was because of notice reporting in PHP. vBulletin tells PHP to ignore the notices, but the creator of the mod forgot to change the error reporting. Basically now PHP reports EVERYTHING. Just do the above and the notice goes away as it should.

King Kovifor 08-02-2007 04:32 PM

Quote:

Originally Posted by rpainter (Post 1307427)
Anyone have a copy of 1.0.3 that I can download and try?

I will attach one later.

Quote:

Originally Posted by Jasiu (Post 1307743)
To fix the issues change the following:

unreq.php in ADMINCP
PHP Code:

// ######################## SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL); 

Change to:
PHP Code:

// ######################## SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE); 

The error was because of notice reporting in PHP. vBulletin tells PHP to ignore the notices, but the creator of the mod forgot to change the error reporting. Basically now PHP reports EVERYTHING. Just do the above and the notice goes away as it should.

Please refer to a post if your going to give support.

Quote:

Originally Posted by rpainter (Post 1307414)
OK. Got the Username Requests to show up in the Admin CP, but still can't actually get my test account to request one.

Um. Seems like stuff was never added.

Jasiu 08-02-2007 04:35 PM

Quote:

Originally Posted by King Kovifor (Post 1308184)
Please refer to a post if your going to give support.

I did, it was to all the HTTPS notice's that people were getting. I tried to quote people getting the problem

rpainter 08-02-2007 04:58 PM

Got a copy of 1.0.3. It is working great. Never could get the new version to work. Always got this error:

Username Request Permissions: Your group does not have the necessary permissions required to request a username change.

Kaleem 08-02-2007 05:24 PM

UserGroup permissions ? Where to change them?

rpainter 08-02-2007 05:43 PM

Quote:

Originally Posted by LightInClouds (Post 1308235)
UserGroup permissions ? Where to change them?

Same question I've been trying to get answered.:eek::confused:

Kaleem 08-02-2007 06:53 PM

Quote:

Originally Posted by rpainter (Post 1308248)
Same question I've been trying to get answered.:eek::confused:

well i will click install after i find out cus i m uninstaling it rite now.

m002.p 08-02-2007 07:09 PM

shame about this mod, a great one but spoiled by the fact its unuseable due to nowhere to change the permissions. :(

rpainter 08-02-2007 07:28 PM

I installed 1.0.3, and it is working great. Let me know, and I can PM you the files.

King Kovifor 08-02-2007 10:18 PM

There are permissions is the Usergroup Manager on my forum. I may have forgotten to include the file, but I really need to look into this. My life got re ally busy this week... So I'm doing it now.

rpainter, can I get that file? I'm not sure why I don't have it...

Seiyaboy 08-02-2007 10:45 PM

Would any kind soul be able to provide me with the 1.0.3 version? I have it backed up on my home desktop computer, but I am currently away until the end of the month and I do not wish to have to wait that long to fix my forum. The 1.0.4 update caused a malfunction on my forum so I would like to revert it. Thanks in advance to whoever can help.

King Kovifor 08-02-2007 10:48 PM

I'm waiting for v1.0.3 files. I'm sorry for all the problems. I wasn't having any on my home computer. :(

Seiyaboy 08-02-2007 10:59 PM

Quote:

Originally Posted by King Kovifor (Post 1308525)
I'm waiting for v1.0.3 files. I'm sorry for all the problems. I wasn't having any on my home computer. :(

Don't worry, King Kovifor. It's not your fault. Sometimes there would be some incapability for certain forums. It happens a lot to people if they went crazy to customizing, and it is likely that some modifications would produce problems when used with other modifications. The best solution for me now is to revert it. I'll just see if any other person might have it backed up.

King Kovifor 08-02-2007 11:01 PM

I'm waiting for rpainter. But It is an unusable product and that makes me mad!

gsm4arab1 08-02-2007 11:23 PM

With regret not working for me

thanks King Kovifor
Quote:

Username Request: Errors
There appear to be errors with your username request. They are listed below.
Username Request Permissions: Your group does not have the necessary permissions required to request a username change.
vBulletin Version 3.6.7 pl1

rpainter 08-02-2007 11:41 PM

Quote:

Originally Posted by King Kovifor (Post 1308537)
I'm waiting for rpainter. But It is an unusable product and that makes me mad!

Sorry. I missed the part where you asked me for it. Here it is:

Attachment 67955

Seiyaboy 08-03-2007 01:47 AM

Quote:

Originally Posted by rpainter (Post 1308574)
Sorry. I missed the part where you asked me for it. Here it is:

Attachment 67955

This is v1.0.3 right?

rpainter 08-03-2007 02:01 AM

Quote:

Originally Posted by Seiyaboy (Post 1308646)
This is v1.0.3 right?

Yes.

rpainter 08-03-2007 02:02 AM

1.0.3 is working great on my site. Since I installed it this morning, I have already had about 10 requests come through with no problem.

Now if we can just get 1.0.4 to work.

Seiyaboy 08-03-2007 11:41 AM

Thanks, rpainter. I owe you one :)

King Kovifor 08-03-2007 04:22 PM

Thanks. rpainter.

rpainter 08-03-2007 04:38 PM

no problem...just let me know when 1.0.4 is working.

jheigl 08-03-2007 05:22 PM

did everything instructions say......nothing shows up anywhere......

King Kovifor 08-03-2007 09:57 PM

Try using v1.0.3.... v1.0.4 doesn't seem to want to work.

jheigl 08-04-2007 02:40 AM

That's the one I can't get to work!!!

Robru 08-04-2007 06:37 AM

Version 1.0.4

Notice: Undefined index: HTTPS in includes\class_core.php on line 1599

1599:
Quote:

// defines if the current page was visited via SSL or not
define('REQ_PROTOCOL', (($_SERVER['HTTPS'] == 'on' OR $_SERVER['HTTPS'] == '1') ? 'https' : 'http'));

chatzworld 08-04-2007 09:39 AM

i get the same error as ablove as well

King Kovifor 08-04-2007 01:05 PM

Quote:

Originally Posted by jheigl (Post 1309387)
That's the one I can't get to work!!!

Which one?

Quote:

Originally Posted by chatzworld (Post 1309549)
i get the same error as ablove as well

There's a fix inside this thread, I believe on the page previous to this reply.

Quote:

Originally Posted by Robru (Post 1309475)
Version 1.0.4

Notice: Undefined index: HTTPS in includes\class_core.php on line 1599

1599:

That has to do with vBulletin, and it's been fixed in the next version.

gamerscms 08-04-2007 03:40 PM

I have installed the hack but i have no option under USERS i have one option in the VB options to edit the option but cant seem to see the other to accept users etc.

any help would be great thanks.

gamerscms 08-04-2007 03:43 PM

My bad please forget my last post just me not uploading correct all is sorted, will now go and test this mod out.

INSTALLED CLICKED THANK YOU.


All times are GMT. The time now is 10:50 PM.

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.01797 seconds
  • Memory Usage 1,834KB
  • 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
  • (4)bbcode_php_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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