vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vbHome (lite) - your vBulletin(powered) main homepage (https://vborg.vbsupport.ru/showthread.php?t=36756)

212rikanmofo 04-27-2002 05:43 AM

wool thanks a lot!!! now can you post up the rest of the code on how to add other stuff? like a login window, shoutbox, etc?
thanks!
looks really good!

212rikanmofo 04-27-2002 05:53 AM

someone help me add a welcome panel, statistics panel, whose currently online panel and a login/logoff panel please... im having much problems, all kinds of parse errors, im really confused. :(

wooolF[RM] 04-27-2002 07:58 AM

]Hey 212rikanmofo, I wont do it as it's illegal (go read rules once more) and I wont PM it as I don't think it's as a good solution. U have to work on it yourself.
Have a nice day and I hope u are a real "mofo" to do this job! :p

AussieSat 04-27-2002 08:31 AM

Hi,
Great hack, thanks. All works well, but only when logged in.....
We have a closed board - it cant be seen unless you are a member and logged in.
If a logged out member calls up the vBhome page they are presented with the login screen, when this is submitted a 404 error page is shown for member.php in the same directory as vbhome - if I place a copy of member.php in the vBhome directory the user is then presented with a blank page.
How do I set up index.php so they can login from the vBhome directory? Sorry if I have missed something obvious in either the instructions or the previous 15 pages ......

212rikanmofo 04-27-2002 08:34 AM

Quote:

Originally posted by wooolF[RM]
Hey 212rikanmofo, I wont do it as it's illegal (go read rules once more) and I wont PM it as I don't think it's as a good solution. U have to work on it yourself.
Have a nice day and I hope u are a real "mofo" to do this job! :p

if its illegal then how come you were able to post the info on how to set up the polls? heh, damn...

wooolF[RM] 04-27-2002 05:10 PM

]
Quote:

Originally posted by 212rikanmofo


if its illegal then how come you were able to post the info on how to set up the polls? heh, damn...

looks like u ARE a "mofo"...
well, as I said before (open your eyes bud) I got permissions from the author of hack to use his hack, I asked him personally and he said "yes". So it was 100% legal as I uses source that he wrote y himself (hopefully).
More questions, "mofo" ? :devious:

TECK 04-28-2002 12:15 PM

man.... wooolF, this is so rude the way you put it. please be nice to people...

Wolf42 04-29-2002 03:41 PM

Thanks nakkid!!

This was just the hack I needed. I abused it a little, couse I needed a script in front of an old vbPortal (2.0.1). And your hack did the trick! :D

Once again "THANK YOU VERY MUCH!!".

AussieSat 04-30-2002 12:09 AM

Havn't gotten far re the logging issue. If I put the vBhome index (renamed) into the board directory, login works correctly but it doesn't log me into the actual board at the same time (clicking on any link to the board brings up login again). :confused:
Is my problem so obvious that I should figure it out myself? :ermm:

TECK 04-30-2002 01:40 AM

aussie.. what exacly did you do? what i did me to place the login code was this:

1. i created 1 new template called: home_logincode and placed there the apropriate html code to suit my needs (take a look in forumhome_logincode template for the html code).

2. i added into vbHome the following code:
PHP Code:

if ($bbuserinfo['userid']!=0) {
  
$username=$bbuserinfo['username'];
  
$homelogin "";
} else {
  eval(
"\$homelogin = \"".gettemplate('home_logincode')."\";");




All times are GMT. The time now is 12:47 PM.

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.03194 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
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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