vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin Pre-Sales Questions (https://vborg.vbsupport.ru/forumdisplay.php?f=26)
-   -   Auto Login (https://vborg.vbsupport.ru/showthread.php?t=190750)

dvongrad 09-12-2008 06:33 PM

Auto Login
 
I am thinking of using vBulletin to host forums on my web site. I would like to access this forum via a menu item in my Windows application that launches a URL and query string similar to the following (or whatever URL and query string I should use):

http://www.mycompany.com/vBulletin/l...id&pw=password

If you could point me to relevant sections of your documentation or examples from your site or other areas of your forums, I would be most appreciative. Thank you for your attention regarding this matter.

nexialys 09-12-2008 06:47 PM

there is no documentation about how to convert the actual authentication process.

for what you need, someone will have to deactivate all the authentication securities inside vBulletin to make it possible to login from a GET line... so any hacker or spammer will be able to access your forum...

remember that when you deactivate all securities, your site is easy to crack...

also, the session system inside vBulletin let your users be logged-in infinitely, so it is useless to have the login info in the url... once you're logged in, you can be forever logged in...

dvongrad 09-12-2008 07:04 PM

Would hacking/spamming still be an issue if the user/password combination was a user who had absolutely no rights other than viewing forum posts?

nexialys 09-13-2008 12:07 AM

it is not a question of rights of user X, but the ability to spambot X to try any combination of username/password...

why do you think the net evoluted and brought encryption on password and logins ?!... because a spambot can try more than 50 000 combinations of random username/passwords per minute, trying to access your forum OR breaking your server by DDOS or DOSS... (denial of service)...

SEOvB 09-13-2008 02:05 AM

Quote:

Originally Posted by dvongrad (Post 1620717)

Would hacking/spamming still be an issue if the user/password combination was a user who had absolutely no rights other than viewing forum posts?

Trust us you dont want to remove the built in securities of vBulletin. You'll have some idiot bot pounding at you forum 24x7 just trying everything to get in which could lead to more problems from the bot doing it other than just whatever it may post such as server loads which could get your account suspended.

dvongrad 09-16-2008 02:58 PM

That certainly makes sense and I appreciate your comments. Rather than disabling security outright, is it possible to disable security for a single read-only user and then enable it upon an auto login or would such changes still be prone to attacks? Another approach might be to pass a query string not containing user/password info to vBulletin and then modifying index.php to check for the query string and populate the user/password fields and click the login button (possibly through JavaScript) if there's a match. The Windows application where this URL and query string would come from if fully secured and thus no login info would have to be passed.

Marco van Herwaarden 09-21-2008 01:05 PM

If you want to allow guests to view threads on the forum (that is what you are trying to do with a single user with low security with read-only access), hen no user account is needed. Simple form permissions can be set to allow guests to read threads.


All times are GMT. The time now is 01:14 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.01000 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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