vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Checking user credentials (https://vborg.vbsupport.ru/showthread.php?t=80681)

sebiv 04-28-2005 04:14 AM

Checking user credentials
 
I'm currently using the Absolut Engine (www.absolutengine.com) script on my website for posting news stories. The script has a function to leave user comments, but it seems very insecure. I want to edit the script so it checks the user/pass provided against my vbulletin database, instead of letting any person post, but I have no idea how.

Right now the commenting works via a html form which sends info to a seperate PHP file (guestmodify.php) - guestmodify.php adds the information to the news database and returns the user to the story they were reading. What code do I need to add to get guestmodify to check the forum database for correct username/password? (my php skills are limited).

Something along the lines of: if the forum database returns a true for user verification, guestmodify.php proceeds as normal otherwise the user is redirected to the forum error page".


Other things I was looking at (but aren't necessary):
- having the database query also return the user ID, so I can provide a link to their forum profile page
- if the user is already logged in (and cookie active), have the html form for submitting comments automatically complete the user/pass fields (or not include them at all).
- having guestmodify check if the user is banned, and denying access if they are

Any assistance would be greatly appreciated!


All times are GMT. The time now is 08:34 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.00960 seconds
  • Memory Usage 1,708KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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