vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   I'm an absolute NEWWWWB!!! Help! (https://vborg.vbsupport.ru/showthread.php?t=294041)

revaxmedia 01-17-2013 09:35 AM

I'm an absolute NEWWWWB!!! Help!
 
OK - not really much experience in VBulletin - enough to use it and make basic changes - my forum bizforums was getting a lot of spam so I thought I would create a promotion on which a user gets 15 posts they are allowed a signature soooo..... I newbishly set this to promote it to a primary usergroup making my admin an actual user - and everyone else; how can I get access to the admin panel without an admin account? also I can't find the admin URL?

Thanks

Shane!:confused:

borbole 01-17-2013 12:42 PM

Quote:

Originally Posted by revaxmedia (Post 2397447)
OK - not really much experience in VBulletin - enough to use it and make basic changes - my forum bizforums was getting a lot of spam so I thought I would create a promotion on which a user gets 15 posts they are allowed a signature soooo..... I newbishly set this to promote it to a primary usergroup making my admin an actual user - and everyone else; how can I get access to the admin panel without an admin account? also I can't find the admin URL?

Thanks

Shane!:confused:

You can reset it by running the tools.php file which can be found inside the do_not_upload folder in the vb package.

The admin folder, unless changed, is called admincp. You can see it here for your forum:

http://bizforums.co.uk/admincp/

For security reasons it would be better if you renamed it to something else and also protected it with .htaccess password.

Another way to make your user an admin again would be to run a query at the SQL Box in your phpmyadmin.

Code:

UPDATE user SET usergroupid = 6 where userid=x;
Replace x with your id and if your db tables use a prefix, append it to the user table name in the query above.

Hope it helps.

revaxmedia 01-17-2013 12:56 PM

Thanks for the help it's appreciated will try them out this evening when I get back.

Thanks!

Shane

--------------- Added [DATE]1358498085[/DATE] at [TIME]1358498085[/TIME] ---------------

Quote:

Originally Posted by borbole (Post 2397468)
You can reset it by running the tools.php file which can be found inside the do_not_upload folder in the vb package.

The admin folder, unless changed, is called admincp. You can see it here for your forum:

http://bizforums.co.uk/admincp/

For security reasons it would be better if you renamed it to something else and also protected it with .htaccess password.

Another way to make your user an admin again would be to run a query at the SQL Box in your phpmyadmin.

Code:

UPDATE user SET usergroupid = 6 where userid=x;
Replace x with your id and if your db tables use a prefix, append it to the user table name in the query above.

Hope it helps.

You legend - it worked; basically went to user table in MySQL phpmyadmin and changed the usergroup assigned to it - thanks again

borbole 01-18-2013 09:09 PM

Quote:

Originally Posted by revaxmedia (Post 2397477)
Thanks for the help it's appreciated will try them out this evening when I get back.

Thanks!

Shane

--------------- Added [DATE]1358498085[/DATE] at [TIME]1358498085[/TIME] ---------------



You legend - it worked; basically went to user table in MySQL phpmyadmin and changed the usergroup assigned to it - thanks again


You are welcome. Glad to have been of help.


All times are GMT. The time now is 01:12 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.01086 seconds
  • Memory Usage 1,725KB
  • 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete