vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Cookie/Login Hack (https://vborg.vbsupport.ru/showthread.php?t=15765)

Stasik 05-02-2001 09:06 AM

Hi
I may need a hack that checks if is the user logged in and if he doesn't - shows the log in form (the log in process shouldn't open a new window).... everything have to be done from a external page.....

I know, that it is quite simply to do, but i cant write in PHP (only perl)...

MoJo85 05-02-2001 10:19 PM

put this in your code...
PHP Code:

<?php 
require("./global.php");

if (
$bbuserid == 0

header("Location: [url]http://www.Host.com/LoginForm.html[/url]"); //This is the page which redirects the user to the login form....//if your haveing trouble with the form post another msg in this thread
exit; 
}
else
{
if (
$bbusername == "" || (isset($bbusername))==0

$getusername=$DB_site->query_first("SELECT username FROM user WHERE userid=$bbuserid"); 
$username=$getusername[username]; 
$bbusername $username

else 

$username $bbusername

?> 

//put the HTML to be showen to Logged in users here...
also putting things such as..."Print "Hello <b>$bbusername</b>, and Welcome to the Out site";"
would be good so it shows the user that he is logged in...

hope this helps..:)

Stasik 05-03-2001 07:30 AM

hm.. thx.... it is cool

and the login without promting?


All times are GMT. The time now is 06:03 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.01956 seconds
  • Memory Usage 1,715KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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