vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBindex v3.0.0 RC5 (https://vborg.vbsupport.ru/showthread.php?t=59524)

NTLDR 02-03-2004 06:02 PM

Quote:

Originally Posted by gmarik
NTLDR
Can not figure out the Affiliate block.
It should be something like smilies categorys, misc. categorys, different ones shown on different pages. At least think about the block idea, ok?!

You just add the links into a custom block, as I said a simple template edit and nothing more.

NTLDR 02-03-2004 06:03 PM

Quote:

Originally Posted by flypaper
Hmmmm

Tried to run the fresh install file and got this error:

Code:

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in ./vbiupgradecore.php(47) : eval()'d code on line 26

Parse error: parse error in ./vbiupgradecore.php(47) : eval()'d code on line 102



 
Unable to add cookies, header already sent.
File: ./vbiupgradecore.php(47) : eval()'d code
Line: 26

Any ideas guy(s)?

Re-uploade vbiupgradecore.php if you still have the problem then something is wrong in your config.php file.

MischiefThought 02-03-2004 06:28 PM

Hey NT, I have attached a screen shot to better explain what i am trying to do. This must be done (On my end) in order to complete the design :(.

Is there anyway at all to edit these side blocks?

fly 02-03-2004 06:30 PM

Quote:

Originally Posted by NTLDR
Re-uploade vbiupgradecore.php if you still have the problem then something is wrong in your config.php file.

Reuploaded, still got the same error. Any idea what could be wrong in my config.php file? The file is pretty straight forward, unless maybe it has something to do with my ID being unalterable...

NTLDR 02-03-2004 06:36 PM

Quote:

Originally Posted by MischiefThought
Hey NT, I have attached a screen shot to better explain what i am trying to do. This must be done (On my end) in order to complete the design :(.

Is there anyway at all to edit these side blocks?

Thats not vBindex.

NTLDR 02-03-2004 06:39 PM

Quote:

Originally Posted by flypaper
Reuploaded, still got the same error. Any idea what could be wrong in my config.php file? The file is pretty straight forward, unless maybe it has something to do with my ID being unalterable...

Assuming you haven't added extra lines I'd guess the error is on the line that looks like this:

PHP Code:

$servername 'localhost'

If it looks OK in vbiupgradecore.php find:

PHP Code:

if (PHP_VERSION  >= '4.3.0') {
    $config = str_replace(array('<?php', '?>'), array('', ''), file_get_contents('../includes/config'.SCRIPT_EXTENSION));
} else {
    @ob_start();
    readfile('../includes/config'.SCRIPT_EXTENSION);
    $config = @ob_get_contents();
    @ob_end_clean();
    $config = str_replace(array('<?php', '?>'), array('', ''), $config);
}
eval($config);
unset($config);
chdir('../'.$admincpdir);

And replace with:

PHP Code:

chdir('../ACP_DIR_HERE'); 

Replacing ACP_DIR_HERE with the name of your admin directory, ie admin or admincp

GsxrTony 02-03-2004 06:46 PM

Ok I've ran into every problem listed in this thread and lost at least an inch off my hairline. I've done every fix in here. I'm down to what I hope is my last problem, I'm only getting a white blank page as my index pagenow. Anybody know the fix to this, I've been working on this and reading this thread for 5 hours now.

Someone should really make an FAQ for this thread. My god reading through 600 plus posts to find a specific problem is getting really hard.

SandsUSA 02-03-2004 07:32 PM

Quote:

Originally Posted by GsxrTony
Ok I've ran into every problem listed in this thread and lost at least an inch off my hairline. I've done every fix in here. I'm down to what I hope is my last problem, I'm only getting a white blank page as my index pagenow. Anybody know the fix to this, I've been working on this and reading this thread for 5 hours now.


Someone should really make an FAQ for this thread. My god reading through 600 plus posts to find a specific problem is getting really hard.

When I was at that point (blank page) it was because I had no vbindex templates in my current style. Added them manually and suddenly the page was blank no longer. :)

dpakman91 02-03-2004 08:15 PM

the install went well, just a couple questions...i haven't touched any of my templates yet, wanted to ask first. i can't imagine i overwrite the three templates that must be edited with what is in the html files, since for example in the headinclue.html file, there is only this:

$style[css]

a little help on what exactly i need to do to the templates would be great.

NTLDR 02-03-2004 08:54 PM

Quote:

Originally Posted by dpakman91
the install went well, just a couple questions...i haven't touched any of my templates yet, wanted to ask first. i can't imagine i overwrite the three templates that must be edited with what is in the html files, since for example in the headinclue.html file, there is only this:

$style[css]

a little help on what exactly i need to do to the templates would be great.

You need to copy the contents of the file, not whats shown in the web browser.


All times are GMT. The time now is 11:58 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.06185 seconds
  • Memory Usage 1,755KB
  • 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_code_printable
  • (3)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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