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)

cecdah 09-05-2005 05:48 PM

Yes, I have seen that.
But I see that a lot of members here have the vbindex installed, and maybe could help me?

MRGTB 09-05-2005 05:55 PM

Quote:

Originally Posted by cecdah
Yes, I have seen that.
But I see that a lot of members here have the vbindex installed, and maybe could help me?

I think you'll find most members use "vBadvanced CMPS" now seeing as that's the most suported portal now over on the vBadvanced site. Take it from me there is "NO" support for this as such anymore since the author left and the Core forums went offline.

But if you want to stick with using it, that's up to you. I'm just trying to let you know you'd be better of using vb cmps now to save you a lot of time ands effort. As it have the features this has and more.

cecdah 09-05-2005 05:58 PM

But I suppose it will be hell to remove vbindex to switch to the other portal. Can I run them both?

I cannot find an unistaller in the vbindex package.

MRGTB 09-05-2005 06:14 PM

I think there is an option to remove the portal from your site when you run the installer

cecdah 09-05-2005 06:34 PM

Thanks, I will think about this. I am happy with yhe vbindex, but if i dont crack how to edit the customfield, I will consider uninstalling.

:)

saxonian 09-11-2005 09:49 AM

OK this has probably been asked before, but there is 161 pages to this :p, Is it possible to change this mod so it appears on login, or be the first page that they see, then they press forums and go to the original section.

Oh and nice MOD (y)

cecdah 09-19-2005 03:44 PM

That is no problem, but it is not the hack you need to change. You have til either rename the portal mainpage to index in your root, or you can point your domain to the www.yourdomain.com/portal.php

My page is like that, but at the moment with only a redirect.

http://www.dinklikk.com/ :)

CnB 09-20-2005 07:47 PM

does this vbindex work on vB3.5 ?

saxonian 09-21-2005 07:58 AM

Quote:

Originally Posted by cecdah
That is no problem, but it is not the hack you need to change. You have til either rename the portal mainpage to index in your root, or you can point your domain to the www.yourdomain.com/portal.php

My page is like that, but at the moment with only a redirect.

http://www.dinklikk.com/ :)

Thanks, I'll try, redirecting first.

Carly 09-29-2005 03:16 AM

Have tried everything, can't figure out where I'm going wrong...

When I try to load this page: http://www.armywivesforums.com/vbindex.php

I get this

Warning: chdir(): No such file or directory (errno 2) in /home/awforums/public_html/vbindex.php on line 144

Warning: main(.global.php): failed to open stream: No such file or directory in /home/awforums/public_html/vbindex.php on line 145

Fatal error: main(): Failed opening required '.global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/awforums/public_html/vbindex.php on line 145

Lines 144 &145 are:

chdir(CHDIR_PATH);
require_once('./global'.SCRIPT_EXTENSION);


The portion of vbiconfig I edited was exactly this, copy and pasted:

// enter the path to your forums here that you were given during the// install processdefine('CHDIR_PATH', '/home/awforums/public_html/forums');


I've searched this whole thread and the only advice I can see is to try to comment out the chdir(). I am very new to this, and can only imagine that means to enter /home/awforums/public_html/forums here: chdir(/home/awforums/public_html/forums)

When I do that, I get this error:

Parse error: parse error, unexpected '/', expecting ')' in /home/awforums/public_html/vbindex.php on line 144

:ermm:

I've stared at this trying different variations for about 3 hours now. This is my last hope, and I could really use any help anyone has to give me.

Chris Croft 09-29-2005 10:53 AM

Ya, DOES vBindex work on 3.5? I'm having hell trying to add a shoutbox to cmps, and have used vBindex for a long time, not to mention cmps doesn't have a 'random' poll deal where it goes through a list of polls and randomly displays ones the users haven't voted on. WHereas vBindex does...

keymistress 10-07-2005 07:35 AM

vbindex sorta works with 3.5 but a couple of fixes need to be made... look forward to 3.5 compatible full vbindex!

ozmazdaclub 10-08-2005 11:21 PM

no it does not work properly on vb3.5 .. it should be ported over soon...

cecdah 10-11-2005 03:12 PM

Quote:

Originally Posted by Gary Bolton
This is not my creation. I just edited the code from a vbadvanced block created by another person to suit vBindex.

Here is the full code that you need to replace in your custom block to get a site navagation block.

Code:

<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%">
<tr>
<td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
        <thead>
        <tr>
        <td class="tcat" style="text-align: center">
        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('vbindex_customblock$box')"><img id="collapseimg_vbindex_customblock$box" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg_vbindex_customblock.gif" alt="" border="0" /></a>
        <strong>Site Menu</strong>
        </td>
        </tr>
        </thead>
        <tbody id="collapseobj_vbindex_customblock$box" style="$collapseobj_vbindex_customblock">
        <tr>
        <td class="alt1">
        <div class="smallfont">
<!-- Navigation Block -->
<center><a href="index.php"><b>Forum Board</b></a></center>
            </b>
    <tr>       
        <td class="alt2" style="text-align: center;">
                <b>
                <span class="smallfont">

                <a href="register.php"><b>Register Now</b></a></span></b></td>
    </tr>
        <tr>
        <td class="alt1" style="text-align: center;">
                <b>
                <span class="smallfont">

                <a href="rules.php"><b>Site Rules</b></a></span></b></td>
    </tr>
<!-- End Navigation Block -->
</div>
        </td>
        </tr>
        </tbody>
</table>
</td>
</tr>
</table>
<br />

To add a new menu entry you would just use this at the end of the code, changing the "alt2" to 1 and 2 in the code to rotate colours correctly:

Code:

<tr>
        <td class="alt2" style="text-align: center;">
                <b>
                <span class="smallfont">

                <a href="yourfile.php"><b>Title Link</b></a></span></b></td>
    </tr>

Can be seen working on my site. Off course you will have to edit the links in the code also to suit your site navagation.

Thanks a lot, this was very helpful on my site and i will work on adding links tonight!
This is my site with vbindex:
http://www.dinklikk.com

vBFreak 10-15-2005 12:11 AM

Are there any fixes for vBulletin 3.5.0 released yet? :/

JoeWho 10-15-2005 11:20 AM

:) I'm looking forward to seeing the release for 3.5.0, hope it is soon? :)

Thanks,
JoeWho

Club3G 10-16-2005 03:12 PM

Quote:

Originally Posted by Club3G
I run this on three sites and I love it - by far the best portal software of ANY forum sw out there.

I use a standard post for my front page to show the news, in a hidden forum. I assume a lot of people do it this way. On http://www.club3g.com I have a 'Car of the Month' feature that's pretty static - I just edit the post once a month and I'm golden.

However on http://www.sevenstring.org, I use it for Artist Interviews and Album Reviews. I have a hidden Forum that contains one sticky post that I use for the news. Thing is, I have almost ten reviews/interviews and they're all pretty relevant. I'd LOVE a way to randomize which post gets shown on the front page, so it cycles between, say, all of the posts in a specified forum.

Is this something doable? Thanks!

I thought this was a sleek idea in April, and I still do! :D

Any insight on how to accomplish this would be much appreciated.

jmacieira 10-17-2005 04:17 PM

http://www.coreforums.net/?coreid=2

This link dont work for me :ermm:

Please save me :rolleyes:

My list users today online in my custom box is too big. I need change the custom box for later "Last Treads"

Code:

<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%">
        <tr>
                <td>
                <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> 
                                <thead>
                                <tr>
                                        <td class="tcat" style="text-align: center">
                                                <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('vbindex_onlineusers')"><img id="collapseimg_vbindex_onlineusers" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_vbindex_onlineusers].gif" alt="" border="0" /></a>
                                                <strong><a href="$vboptions[bburl]/online$ext?$session[sessionurl]">$vbphrase[online_users]</a>: $home[onlinetotal]</strong>
                                        </td>
                                </tr>
                                </thead>
                                <tbody id="collapseobj_vbindex_onlineusers" style="$vbcollapse[collapseobj_vbindex_onlineusers]">
                                <tr>
                                        <td class="alt1">
                                                <div class="smallfont">
                                                        <strong>$home[onlinemembertotal]</strong> $vbphrase[members] | <b>$home[onlineguesttotal]</b> $vbphrase[guests]
                                                </div>
                                                <div class="smallfont">
                                                        $home[onlineusers]
                                                </div>
                                                <if condition="$show['last24']">
                                                        <hr />
                                                        <div class="smallfont">
                                                                <phrase 1="$home[last24count]">$vbphrase[users_online_today]</phrase>
                                                        </div>
                                                        <if condition="$show['last24user']">
                                                                <div class="smallfont">
                                                                        $home[last24]
                                                                </div>
                                                        </if>
                                                </if>
                                        </td>
                                </tr>
                                </tbody>
                        </table>
                </td>
        </tr>
</table>
<br />


texasasl 10-21-2005 12:36 PM

By using the vbindex how is possible to add a news page e.g a code from APN news
>>>>>>>>>>>>>>>>>>>>>>>>>

<table width="400" cellpadding=0 cellspacing=0>
<tr>
<td bgcolor="#FFFFFF">
<font color="#000099" face="arial,helvetica,sans-serif" size="3"><b>
apn.gr
<br><br>
</b></font>
</td>
</tr>

<!-- begin syndicated content -->
<script language="Javascript1.1"><!--

var syndicate = new Object;

syndicate.title_fontbold = true;
syndicate.title_fontital = false;
syndicate.title_fontface = 'arial,helvetica,sans-serif';
syndicate.title_fontsize = '3';
syndicate.title_fontcolor = '#000099';

syndicate.date_fontbold = false;
syndicate.date_fontital = true;
syndicate.date_fontunder = false;
syndicate.date_fontface = 'Verdana, Arial, Helvetica, sans-serif';
syndicate.date_fontsize = '1';
syndicate.date_fontcolor = '#666666';

syndicate.summary_fontbold = false;
syndicate.summary_fontital = false;
syndicate.summary_fontunder = false;
syndicate.summary_fontface = 'arial,helvetica,sans-serif';
syndicate.summary_fontsize = '2';
syndicate.summary_fontcolor = '#000000';

syndicate.bgcolor = '#FFFFFF';
syndicate.max_articles = '8';
syndicate.display_date = true;
syndicate.display_summaries = true;
syndicate.not_found_message = '<font face="arial,helvetica,sans-serif" size="2" color="#000000">Sorry, no articles were found.</font>';

// -->
</script>
<script language="Javascript1.1" src="http://www.apn.gr/manager/publish/syndicate_0.js"></script>

<noscript>
<tr>
<td bgcolor="#FFFFFF">
<font color="#000000" face="arial,helvetica,sans-serif" size="2">
<p>This webpage uses Javascript to display some content.
<p>Please enable Javascript in your browser and reload this page.
</font>
</td>
</tr>
</noscript>
<!-- end of syndicated content -->

</table>

>>>>>>>>>>>>>>>>>>>>>>

that's the addition I want to install in my portal how I can do that via vbindex???

I will be appreciate if somebody can help me.

Mukashi 10-21-2005 01:00 PM

Quote:

Originally Posted by ozmazdaclub
no it does not work properly on vb3.5 .. it should be ported over soon...

The creator of this hack has apparently not even been on this forum in a year. Unless someone else is going to duplicate the hack somehow, I'd say we're screwed.

cecdah 10-22-2005 06:19 PM

Quote:

Originally Posted by texasasl
By using the vbindex how is possible to add a news page e.g a code from APN news
>>>>>>>>>>>>>>>>>>>>>>>>>

<table width="400" cellpadding=0 cellspacing=0>
<tr>
<td bgcolor="#FFFFFF">
<font color="#000099" face="arial,helvetica,sans-serif" size="3"><b>
apn.gr
<br><br>
</b></font>
</td>
</tr>

<!-- begin syndicated content -->
<script language="Javascript1.1"><!--

var syndicate = new Object;

syndicate.title_fontbold = true;
syndicate.title_fontital = false;
syndicate.title_fontface = 'arial,helvetica,sans-serif';
syndicate.title_fontsize = '3';
syndicate.title_fontcolor = '#000099';

syndicate.date_fontbold = false;
syndicate.date_fontital = true;
syndicate.date_fontunder = false;
syndicate.date_fontface = 'Verdana, Arial, Helvetica, sans-serif';
syndicate.date_fontsize = '1';
syndicate.date_fontcolor = '#666666';

syndicate.summary_fontbold = false;
syndicate.summary_fontital = false;
syndicate.summary_fontunder = false;
syndicate.summary_fontface = 'arial,helvetica,sans-serif';
syndicate.summary_fontsize = '2';
syndicate.summary_fontcolor = '#000000';

syndicate.bgcolor = '#FFFFFF';
syndicate.max_articles = '8';
syndicate.display_date = true;
syndicate.display_summaries = true;
syndicate.not_found_message = '<font face="arial,helvetica,sans-serif" size="2" color="#000000">Sorry, no articles were found.</font>';

// -->
</script>
<script language="Javascript1.1" src="http://www.apn.gr/manager/publish/syndicate_0.js"></script>

<noscript>
<tr>
<td bgcolor="#FFFFFF">
<font color="#000000" face="arial,helvetica,sans-serif" size="2">
<p>This webpage uses Javascript to display some content.
<p>Please enable Javascript in your browser and reload this page.
</font>
</td>
</tr>
</noscript>
<!-- end of syndicated content -->

</table>



>>>>>>>>>>>>>>>>>>>>>>

that's the addition I want to install in my portal how I can do that via vbindex???

I will be appreciate if somebody can help me.

Hi!

You go to admincp/templates and find one of your vbindex customblocks that is available.
Replase all of the content with this:


<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%">
<tr>
<td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<thead>
<tr>
<td class="tcat" style="text-align: center">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('vbindex_customblock$box')"><img id="collapseimg_vbindex_customblock$box" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg_vbindex_customblock.gif" alt="" border="0" /></a>
<strong>Diverse</strong>
</td>
</tr>
</thead>
<tbody id="collapseobj_vbindex_customblock$box" style="$collapseobj_vbindex_customblock">
<tr><div>

<!-- begin syndicated content -->
<script language="Javascript1.1"><!--

var syndicate = new Object;

syndicate.title_fontbold = true;
syndicate.title_fontital = false;
syndicate.title_fontface = 'arial,helvetica,sans-serif';
syndicate.title_fontsize = '3';
syndicate.title_fontcolor = '#000099';

syndicate.date_fontbold = false;
syndicate.date_fontital = true;
syndicate.date_fontunder = false;
syndicate.date_fontface = 'Verdana, Arial, Helvetica, sans-serif';
syndicate.date_fontsize = '1';
syndicate.date_fontcolor = '#666666';

syndicate.summary_fontbold = false;
syndicate.summary_fontital = false;
syndicate.summary_fontunder = false;
syndicate.summary_fontface = 'arial,helvetica,sans-serif';
syndicate.summary_fontsize = '2';
syndicate.summary_fontcolor = '#000000';

syndicate.bgcolor = '#FFFFFF';
syndicate.max_articles = '8';
syndicate.display_date = true;
syndicate.display_summaries = true;
syndicate.not_found_message = '<font face="arial,helvetica,sans-serif" size="2" color="#000000">Sorry, no articles were found.</font>';

// -->
</script>
<script language="Javascript1.1" src="http://www.apn.gr/manager/publish/syndicate_0.js"></script>

<noscript>
<tr>
<td bgcolor="#FFFFFF">
<font color="#000000" face="arial,helvetica,sans-serif" size="2">
<p>This webpage uses Javascript to display some content.
<p>Please enable Javascript in your browser and reload this page.
</font>
</td>
</tr>
</noscript>
<!-- end of syndicated content --></div></>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<br />


I tested the code on my forum, and it worked fine.
After inserting into one of your customblocks, you have to go to vbulletin options/vbindex options and set active the customblock on either left og right side of your vbindexportal.

:)

vBFreak 10-25-2005 07:09 PM

Quote:

Originally Posted by Mukashi
The creator of this hack has apparently not even been on this forum in a year. Unless someone else is going to duplicate the hack somehow, I'd say we're screwed.

mh, someone should do it because I think it's a very nice and useful hack which many users here would want to have back...

the problem is, I don't like vBAdvanced because the login isn't working and all the links redirect to the bburl variable, some browsers don't like the redirect from the bburl to the redirection of the forums, I also can't report bugs there and I'm missing my good old vBIndex shoutbox :/

NTLDR, please come back :D

texasasl 10-26-2005 04:15 PM

Quote:

Originally Posted by cecdah
Hi!

You go to admincp/templates and find one of your vbindex customblocks that is available.
Replase all of the content with this:


<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%">
<tr>
<td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<thead>
<tr>
<td class="tcat" style="text-align: center">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('vbindex_customblock$box')"><img id="collapseimg_vbindex_customblock$box" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg_vbindex_customblock.gif" alt="" border="0" /></a>
<strong>Diverse</strong>
</td>
</tr>
</thead>
<tbody id="collapseobj_vbindex_customblock$box" style="$collapseobj_vbindex_customblock">
<tr><div>

<!-- begin syndicated content -->
<script language="Javascript1.1"><!--

var syndicate = new Object;

syndicate.title_fontbold = true;
syndicate.title_fontital = false;
syndicate.title_fontface = 'arial,helvetica,sans-serif';
syndicate.title_fontsize = '3';
syndicate.title_fontcolor = '#000099';

syndicate.date_fontbold = false;
syndicate.date_fontital = true;
syndicate.date_fontunder = false;
syndicate.date_fontface = 'Verdana, Arial, Helvetica, sans-serif';
syndicate.date_fontsize = '1';
syndicate.date_fontcolor = '#666666';

syndicate.summary_fontbold = false;
syndicate.summary_fontital = false;
syndicate.summary_fontunder = false;
syndicate.summary_fontface = 'arial,helvetica,sans-serif';
syndicate.summary_fontsize = '2';
syndicate.summary_fontcolor = '#000000';

syndicate.bgcolor = '#FFFFFF';
syndicate.max_articles = '8';
syndicate.display_date = true;
syndicate.display_summaries = true;
syndicate.not_found_message = '<font face="arial,helvetica,sans-serif" size="2" color="#000000">Sorry, no articles were found.</font>';

// -->
</script>
<script language="Javascript1.1" src="http://www.apn.gr/manager/publish/syndicate_0.js"></script>

<noscript>
<tr>
<td bgcolor="#FFFFFF">
<font color="#000000" face="arial,helvetica,sans-serif" size="2">
<p>This webpage uses Javascript to display some content.
<p>Please enable Javascript in your browser and reload this page.
</font>
</td>
</tr>
</noscript>
<!-- end of syndicated content --></div></>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<br />


I tested the code on my forum, and it worked fine.
After inserting into one of your customblocks, you have to go to vbulletin options/vbindex options and set active the customblock on either left og right side of your vbindexportal.

:)

Really thank you appreciate your help.

chris frolic 11-01-2005 12:50 AM

Yikes. I was looking forward to upgrading to 3.5 but my whole site is based on vbindex, so I don't know what my options are. Guess I'm stuck with the older vbulletin for a while.

grains 11-10-2005 08:09 PM

I renamed my vbindex.php to index.php so that the portal is the first thing people see when they login to the domain.

HOWEVER, how do i show the forum list under the welcome box in the portal?

Behrooz_Ice 11-11-2005 03:52 PM

hello all; i have a big problem :speechless:
i install vbulletin 3.5.0 and this work fine in my windows host. but when i do install vbindex i have a get this eror:

Warning: main(.//functions_vbiupgrade.php): failed to open stream: No such file or directory in \admincp\vbiupgrade.php on line 57

Fatal error: main(): Failed opening required './/functions_vbiupgrade.php' (include_path='.;c:\php4\pear') in C:\sites\Single15\mahvahost\webroot\forums\admincp \vbiupgrade.php on line 57

please help me how to solve this problem. do you install vbindex in vbulletin 3.5.0?
sorry for poor english. regards

hjmaier 11-17-2005 12:27 PM

Quote:

Originally Posted by Behrooz_Ice
hello all; i have a big problem :speechless:
i install vbulletin 3.5.0 and this work fine in my windows host. but when i do install vbindex i have a get this eror:

Warning: main(.//functions_vbiupgrade.php): failed to open stream: No such file or directory in \admincp\vbiupgrade.php on line 57

Fatal error: main(): Failed opening required './/functions_vbiupgrade.php' (include_path='.;c:\php4\pear') in C:\sites\Single15\mahvahost\webroot\forums\admincp \vbiupgrade.php on line 57

please help me how to solve this problem. do you install vbindex in vbulletin 3.5.0?
sorry for poor english. regards

vBIndex is not for vBulletin 3.5.x

best regards
hj

shtuart 01-03-2006 03:09 PM

Hi, bit rusty at this but just uploaded all the correct files to the roo and admincp directory, except the config file and getting this error after the login page:

Warning: main(.//functions_vbiupgrade.php): failed to open stream: No such file or directory in /admincp/vbiupgrade.php on line 57

Fatal error: main(): Failed opening required './/functions_vbiupgrade.php' (include_path='.:/usr/share/pear') in /home/devweb/ukmonster.co.uk/user/htdocs/monster/admincp/vbiupgrade.php on line 5

I've checked and double checked all the right files are there.

thanks in advance,

Stuart

JustCurious 01-12-2006 02:12 PM

I have an issue with the calendar on the main screen. It displays properly but when I click on an event, it goes to an error page "Page cannot be found." How is that possible if it's pulling the events correctly to the mini calendar?

corn dog 01-31-2006 10:12 AM

Will this work for 3.5.3?

JustCurious 01-31-2006 04:57 PM

I uninstalled and went with the other version the component manager one. Works fine.

rareclownfish 03-19-2006 04:46 PM

Is this working on vBulletin (3.5.4)???

Hoang Tu Ao Den 03-19-2006 08:17 PM

Hey guys,
I've just upgraded my forum from 3.0.7 to 3.5.4.
vBindex ... doesn't work anymore. Is there anyway I can uninstall the old vBindex in 3.5.4 ?
I tried access the file vbiupgrade.php and it shows:

Quote:

Warning: main(.//functions_vbiupgrade.php): failed to open stream: No such file or directory in /admincp/vbiupgrade.php on line 57

Fatal error: main(): Failed opening required './/functions_vbiupgrade.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/truong2/public_html/forum/admincp/vbiupgrade.php on line 57
What do I have to do to uninstall , .. or make it work with 3.5.4 ?

wdwebmaster 03-22-2006 10:59 PM

I'm trying to get it on my site, but I'm getting an inexplicable error -

I followed the ReadMe, but I get this when I try to install;

"Warning: main(.//functions_vbiupgrade.php): failed to open stream: No such file or directory in /admincp/vbiupgrade.php on line 57

Fatal error: main(): Failed opening required './/functions_vbiupgrade.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/kevinp/public_html/forums2/admincp/vbiupgrade.php on line 57"

What am I doing wrong? Please lmk, thanks :bunny:

p.s. - Its 3.5.4, just like Hoang...

rebootln 03-23-2006 12:21 AM

Warning: main(.//functions_vbiupgrade.php): failed to open stream: No such file or directory in /cpadmin/vbiupgrade.php on line 57

same error
vBulletin 3.5.3

rebootln 03-23-2006 12:44 AM

i edited the vbiupgrade
Line: 57
from:
require_once('./'.$admincpdir.'/functions_vbiupgrade'.SCRIPT_EXTENSION);
to:
require_once('./cpadmin/functions_vbiupgrade'.SCRIPT_EXTENSION);

Then i get one step further and get

Fatal error: Call to undefined function: query_first() in cpadmin/vbiupgrade.php on line 119

YoricksRequiem 03-23-2006 05:37 PM

Yeah, I couldn't get it to work with my 3.5.4 either.

wdwebmaster 03-23-2006 11:15 PM

some help please? :bunny:

Behrooz_Ice 04-16-2006 11:24 AM

Is this Working on vBulletin (3.0.13)?

zephy 04-16-2006 11:54 AM

Yes. Just not on 3.5 or newer. For those of you who cant get vbIndex working on 3.5.x try vbPortal Advanced CPMS, it can be made to look almost identical and is a lot more configurable and easy to manage i've found.


All times are GMT. The time now is 06:01 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.03966 seconds
  • Memory Usage 1,911KB
  • 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
  • (3)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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