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)
-   -   vBindex v2.1 (https://vborg.vbsupport.ru/showthread.php?t=41916)

Yuber 03-22-2003 09:29 PM

I notice on The Sisters Three, that you have a higher version.

Yuber 03-22-2003 09:34 PM

BTW, How do you work HTML to use images around each part like what they do with vb.org?

NTLDR 03-23-2003 04:19 PM

Quote:

I notice on The Sisters Three, that you have a higher version.
Thats correct, I've a slightly improved version there that I did a little bit of work on. However I won't be using vBindex there as I've almost finished my new portal for it.

I will however upgrade and introduce some new features in vBindex when vB3 is release for public beta.

flup 03-23-2003 05:01 PM

NTLDR, i've got a problem.
I've installed the hack like u said in the install.txt file.

I've uploaden vBindex.php to:
/vBindex.php

And my forum is at:
/forum/index.php

In that case i put chdir to './forum'
and : require('./forum/global.php')

But the page won't display, it even doesn't give an error.
What is the problem?

The page URL would be:
http://sat-gsm.dyndns.org/
and the forum url:
http://sat-gsm.dyndns.org/forum/

TIA

Yuber 03-23-2003 09:45 PM

How do you work HTML to use images around each part like what they do with vb.org?

todd.o.callen 04-02-2003 08:37 PM

Quote:

11-06-02 at 04:53 PM lemarsu said this in Post #1050
NTLDR,

Thanks
I updated online.php

replaced
PHP Code:

    case 'gallery':
      
$userinfo[where] = "Viewing Picture <a href='gallery.php?s=$session[sessionhash]'>Gallery</a>";
      break; 

by
PHP Code:

    case 'gallery':
      
$userinfo[where] = "Viewing Picture <a href='gallery.php?s=$session[sessionhash]'>Gallery</a>";
      break;
    case 
'portal':
      
$userinfo[where] = "Viewing <a href='vbindex.php?s=$session[sessionhash]'>The Portal</a>";
      break; 

and replaced

PHP Code:

  case '/robots.txt':
    
$userinfo[activity] = 'spider';
    break; 


by

PHP Code:

  case '/robots.txt':
    
$userinfo[activity] = 'spider';
    break;
  case 
'vbindex.php':
    
$userinfo[activity] = 'portal';
    break; 

all seem to work.


I want to do the same thing, but I am not sure I understand this example. I want my vbindex.php to come up as "MyCrossTalk".

Where do these values plug in?

Thanks.

lemarsu 04-03-2003 07:04 AM

todd.o.callen

you will need to edit online.php use the following :

replaced
PHP Code:

    case 'gallery':
      
$userinfo[where] = "Viewing Picture <a href='gallery.php?s=$session[sessionhash]'>Gallery</a>";
      break; 

by
PHP Code:

    case 'gallery':
      
$userinfo[where] = "Viewing Picture <a href='gallery.php?s=$session[sessionhash]'>Gallery</a>";
      break;
    case 
'portal':
      
$userinfo[where] = "Viewing <a href='vbindex.php?s=$session[sessionhash]'>MyCrossTalk</a>";
      break; 

and replaced

PHP Code:

  case '/robots.txt':
    
$userinfo[activity] = 'spider';
    break; 


by

PHP Code:

  case '/robots.txt':
    
$userinfo[activity] = 'spider';
    break;
  case 
'vbindex.php':
    
$userinfo[activity] = 'mycrosstalk';
    break; 


todd.o.callen 04-04-2003 06:50 PM

Quote:

Yesterday at 03:04 AM lemarsu said this in Post #1417
todd.o.callen

you will need to edit online.php use the following :


PHP Code:

  case '/robots.txt':
    
$userinfo[activity] = 'spider';
    break; 


by

PHP Code:

  case '/robots.txt':
    
$userinfo[activity] = 'spider';
    break;
  case 
'vbindex.php':
    
$userinfo[activity] = 'mycrosstalk';
    break; 



I completed the first replace, but I don't have the second case in my online.php. What do I do?

Buddha 04-05-2003 12:15 AM

Quote:

03-23-03 at 06:19 PM NTLDR said this in Post #1413
Thats correct, I've a slightly improved version there that I did a little bit of work on. However I won't be using vBindex there as I've almost finished my new portal for it.

I will however upgrade and introduce some new features in vBindex when vB3 is release for public beta.

how is that portal going, ntldr... i'm very curious about it.

my site went live 1st of april, and i've gotten lots of great compliments on the off-forum pages, and each time i say it's thanks to your script!

todd.o.callen 04-07-2003 01:16 PM

Quote:

04-04-03 at 09:15 PM Buddha said this in Post #1419
how is that portal going, ntldr... i'm very curious about it.

...

i've gotten lots of great compliments on the off-forum pages, and each time i say it's thanks to your script!

Me too, on both counts.


All times are GMT. The time now is 10:14 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.02790 seconds
  • Memory Usage 1,771KB
  • 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
  • (10)bbcode_php_printable
  • (5)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