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)

King Kovifor 07-24-2007 11:12 AM

Quote:

Originally Posted by Amenadiel (Post 1299666)
ok my users got really used to send their request through this hack, so I resisted myself to uninstall it even with the vulnerability. Thanks for updating it though, I ran 24hrs with the faulty one without any problems lol.

Your welcome. I had planned on fixing it in the next release, but the exploit prompted me to release a version with just this fix.

Tynian 07-30-2007 05:16 PM

Thanks for this nice addon. With the latest update, however, I get this error when choosing Username Requests in the AdminCP: Notice: Undefined index: HTTPS in /home/dumburk/domains/dumburk.org/public_html/forum/includes/class_core.php on line 1591
Any idea what that might be?

turbo.:R 07-30-2007 05:54 PM

doesnt work with 3.6.8... 1.0.3 worked fine with it..

King Kovifor 07-30-2007 09:17 PM

Quote:

Originally Posted by Tynian (Post 1305484)
Thanks for this nice addon. With the latest update, however, I get this error when choosing Username Requests in the AdminCP: Notice: Undefined index: HTTPS in /home/dumburk/domains/dumburk.org/public_html/forum/includes/class_core.php on line 1591
Any idea what that might be?

Um... Not sure.... I'm not having that error. There might still be an ini_set() in there, but I'm not sure if that will do it...

Quote:

Originally Posted by turbo.:R (Post 1305522)
doesnt work with 3.6.8... 1.0.3 worked fine with it..

It's working find on my install. What is your errors?

GekkoPixie 07-30-2007 09:31 PM

I got this message in the Users/Username Change Requests section of the Admincp:
Quote:

Notice: Undefined index: HTTPS in /home/worlds/public_html/includes/class_core.php on line 1599

Notice: Undefined index: HTTPS in /home/worlds/public_html/includes/class_core.php on line 1599
1. Will this affect functionality?
2. Is this an issue with this mod?
3. Can it be fixed?

King Kovifor 07-30-2007 09:33 PM

It is an issue with this mod, I need to fix this. How, not sure. And no, it shouldn't affect functionality... Anybody find any errors so far?

katie hunter 07-31-2007 12:08 AM

I tried this mod before but it didn't work and tried it when it get upgraded , i uploaded all the files and run the xml but when i go to admin cp under user , i don't find the extra option at all " the request option"

but nice hack =3

NitroXploit 07-31-2007 12:13 AM

Same Here:

Quote:

Notice: Undefined index: HTTPS in /home/ussername/forum/includes/class_core.php on line 1591

Notice: Undefined index: HTTPS in /home/userrname/forum/includes/class_core.php on line 1591

Jasiu 07-31-2007 01:48 AM

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. You forgot to tell PHP not to report the notices.

Jasiu 07-31-2007 05:48 AM

I keep getting a permissions error and my Admin panel has no options to set the user group permissions.


All times are GMT. The time now is 11:05 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.01826 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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