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)

Decoder 02-02-2003 11:57 PM

where am i supposed to get a index file for 2.2.8?

Decoder 02-03-2003 12:17 AM

ok well i took the code from my 2.2.9

but i am getting
"Warning: main(./admin/config.php) [function.main]: failed to create stream: No such file or directory in /home/sites/site138/web/forums/global.php on line 129
"

Decoder 02-03-2003 12:24 AM

Warning: main(.forums/admin/config.php) [function.main]: failed to create stream: No such file or directory in /home/sites/site138/web/forums/global.php on line 129

and line 129 in global reads
"require('.forums/admin/config.php');"

Barbarik 02-03-2003 02:48 AM

Need more help. I think i thought i fixed it because i was reading through the thread here but i tried to fix it one way but now im getting this.

Quote:

Parse error: parse error, expecting `')'' in /home/virtual/site187/fst/var/www/html/index.php on line 26
NEED HELP PLEASE HELP ME :) lol

todd.o.callen 02-03-2003 12:27 PM

Quote:

Originally posted by NTLDR
I'm a little confused here, do you just want to include the avatar in the home_logout (and/or home_login) template?

Yes. That's it. My avatar when I am logged in (linked to my change avatar action), and the Guest avatar when no one is logged in (linked to the register page).

I need this code to live in the home_login/logout template(s) in order to make the table borders work correctly.

Thanks.

PS. I actually saw Charmed on last night for a few minutes while I was visiting my Grandmother in an Alzeimer's unit. Thought it was a Brit thing, but apparently it on here, too. :classic:

Decoder 02-03-2003 01:59 PM

can someone help me please?

Barbarik 02-03-2003 08:15 PM

I think NT is inactive for the moment cause i have been waiting 3 or 4 days lol.

NTLDR 02-03-2003 09:28 PM

Quote:

Originally posted by todd.o.callen
I need this code to live in the home_login/logout template(s) in order to make the table borders work correctly.
Move:

PHP Code:

// welcome panel by trilOByte
// -------------------------
if ($bbuserinfo[userid]!=0) {
  
$avatarurl=getavatarurl($bbuserinfo[userid]);
  if (
$avatarurl=='') {
    
$avatarurl='{imagesfolder}/avatars/noavatar.gif';
  }
  
$avatarimage='<a href="'.$bburl.'/member.php?s='.$session[sessionhash].'&action=editavatar"><img src="'.$bburl.'/'.$avatarurl.'" border="0">';
} else {
  
$avatarimage='<a href="'.$bburl.'/register.php?s='.$session[sessionhash].'&action=signup"><img src="{imagesfolder}/avatars/guestavatar.gif" border="0"></a>';
}
// -------------------------
// end welcome panel 

Above:

PHP Code:

// check if user is logged in or not and select the correct templates
// for the welcome panel, buddies and left menu 

It should then work in the home_login/out templates.

Quote:

PS. I actually saw Charmed on last night for a few minutes while I was visiting my Grandmother in an Alzeimer's unit. Thought it was a Brit thing, but apparently it on here, too. :classic:
Its by far a US thing ;) I only started watching it recently myself :D

Decoder 02-03-2003 11:00 PM

so does anyone have any idea's to my problem?

todd.o.callen 02-04-2003 01:24 PM

Quote:

Originally posted by NTLDR


Move:

PHP Code:

// welcome panel by trilOByte
// -------------------------
if ($bbuserinfo[userid]!=0) {
  
$avatarurl=getavatarurl($bbuserinfo[userid]);
  if (
$avatarurl=='') {
    
$avatarurl='https://vborg.vbsupport.ru/vbimages/avatars/noavatar.gif';
  }
  
$avatarimage='<a href="'.$bburl.'/member.php?s='.$session[sessionhash].'&action=editavatar"><img src="'.$bburl.'/'.$avatarurl.'" border="0">';
} else {
  
$avatarimage='<a href="'.$bburl.'/register.php?s='.$session[sessionhash].'&action=signup"><img src="https://vborg.vbsupport.ru/vbimages/avatars/guestavatar.gif" border="0"></a>';
}
// -------------------------
// end welcome panel 

Above:

PHP Code:

// check if user is logged in or not and select the correct templates
// for the welcome panel, buddies and left menu 

It should then work in the home_login/out templates.



OK, I moved the welcome panel:
Quote:

// welcome panel by trilOByte
// -------------------------
if ($bbuserinfo[userid]!=0) {
$avatarurl=getavatarurl($bbuserinfo[userid]);
if ($avatarurl=='') {
$avatarurl='https://vborg.vbsupport.ru/vbimages/avatars/noavatar.gif';
}
$avatarimage='<a href="'.$bburl.'/member.php?s='.$session[sessionhash].'&action=editavatar"><img src="'.$bburl.'/'.$avatarurl.'" border="0">';
} else {
$avatarimage='<a href="'.$bburl.'/register.php?s='.$session[sessionhash].'&action=signup"><img src="https://vborg.vbsupport.ru/vbimages/avatars/guestavatar.gif" border="0"></a>';
}
// -------------------------
// end welcome panel

// check if user is logged in or not and select the correct templates
// for the welcome panel, buddies and left menu
Then added the $avatarimage to the home_logout:

Quote:

<table border=1 width=150 bordercolor="990000" cellpadding=0 cellspacing=0>
<tr>
<td colspan="2" align=center>
$avatarimage
<br>
<font face=arial size=2 color="990000"><b>
<a href="$bburl/search.php?s=$session[sessionhash]&action=getnew">$getnewpost[posts] New Posts</a></b></font> <br>
<font face=arial size=1> since your last visit on:
<br>
$bbuserinfo[lastvisitdate]. </font> </td>
</tr>
</table>
but still don't see the image! Oy! :dead:

None of the avatar code is making it to the client:

Quote:

<!-- BEGIN TEMPLATE: home_logout -->
<table border=1 width=150 bordercolor="990000" cellpadding=0 cellspacing=0>
<tr>
<td colspan="2" align=center>

<br>
<font face=arial size=2 color="990000"><b>
<a href="http://guidedirectdev.guidecorp.eds.com/GDCrosstalk/search.php?s=&action=getnew">0 New Posts</a></b></font> <br>
<font face=arial size=1> since your last visit on:
<br>
02-04-2003 09:56 AM. </font> </td>
</tr>
</table>
I have a feeling that I am soooo close, but I must be doing something really STOOOpid. :dead:

Barbarik 02-04-2003 11:40 PM

Need more help. I think i thought i fixed it because i was reading through the thread here but i tried to fix it one way but now im getting this.

quote:
Parse error: parse error, expecting `')'' in /home/virtual/site187/fst/var/www/html/index.php on line 26

NEED HELP PLEASE HELP ME lol

Decoder 02-06-2003 01:07 PM

can someone please help me

Kohhal 02-07-2003 07:48 AM

Once again, great hack :D

I'm redesigning my site again and I'd like the left and right columns to extend to the bottom of the page, as far as the centre/news column goes. Is there a simple way of doing this? I know it's just a matter of reorganising the tables but there's so many :(

TIA,

G :bandit:

k9underdog 02-07-2003 05:03 PM

I have a problem. Sometimes when I call vbindex.php it says it can't include global.php, some other times it works just fine. Any ideas?

mallJack 02-10-2003 03:38 PM

Okay I am very new at this kind of stuff. I see you have to get your permission to use this hack. I was wondering if you offered a service (don't mind paying), where you actually install this for me.

I have never installed a hack, although I believe this is what I am looking for.

I want to add hot topics or new posts to other areas of my web site.

As you can tell, I am more than a rookie at this. I can design my site and maintain it in dreamweaver, but I always seek help for install and harder stuff.

Thank you in advance

Larry@IOG 02-11-2003 02:09 AM

News is not showing up on the vbindex page.

https://vborg.vbsupport.ru/

Thanks in advance


Larry

maxxxxxx 02-12-2003 04:38 PM

Hello...

I have a problem like many others ... :cool:

I want that this New Vbulletin Portal
looks like this My old wbb Portal

Can someone tell me how i can do this??
And why i dont see anything in the news???

And i dont understand this part in the instuction (i am german) :



Still in vbindex.php find the section that has:

// start vBulletin original code
// -------------------------
// add here the vBulletin code of the original index.php
// lines 142 - 202(in an unhacked 2.2.8 index.php)
// -------------------------
// end vBulletin original code

and replace:



those lines with lines 142-202 (thats the numbers in an unhacked 2.2.8 index.php)

line 142 starts:

$activeusers = "";
$loggedinusers = "";
if ($displayloggedin) {

and 202 ends:

$totalonline=$numberregistered+$numberguest;
$numberinvisible=$numberregistered-$numbervisible;





cu
maxxxxxx

PennylessZ28 02-19-2003 06:59 PM

Excellent work, very nice job.

Only if you know how long I left //chdir {./forum} commented, lol. I finally realized, uncommented it and everything came together.

I felt so silly.

But now that it all works, its awesome. I just upgraded to your most recent version, I like the addition of the Shoutbox and what not. Very Very Nice. Excellent work man.

Thank you alot.

Michael
Virginia Beach, VA, USA

PennylessZ28 02-21-2003 01:55 PM

Quote:

Originally posted by Larry@IOG
News is not showing up on the vbindex page.

https://vborg.vbsupport.ru/

Thanks in advance


Larry

I to am having this problem, the NEWS is not being displayed, I see a $newstext, however I don't see that template.

I am curious why my news isn't being displayed, everything else works and shows up except for the NEWS TEXT itself.

Nickoli 02-23-2003 07:13 PM

Not sure if this should be asked in this thread or the shoutbox thread, But I will try here anyways. As shoutbox works fine.

My shoutbox hack works fine, as does the vbindex hack. But for some reason smilies wont show up in the vbindex pages shotbox. The url to the image smilies in the vbindex shotbox is not adding the forum dir to the url. Its useing

http://x.com/images/smilies/x.gif
apposed to
http://x.com/forum/images/smilies/x.gif

Where would I add the $bburl to fix this? Or do I fix it in some other way?

kreftt 02-24-2003 03:08 AM

if i remember right, you should put the full url to each smilie in your admin cp in the smilies section instead of the relative url...

PennylessZ28 02-24-2003 01:00 PM

Here is something to ponder, when I put $username on the index page, it displays someone elses name. The names keep changing to different users, but it isn't my name.

what is the create way to call $username on the front page?

PennylessZ28 02-26-2003 12:05 PM

IT doesn't look like we are gonna get any feed back on this, I still can't see any news being displayed, and I am sure otehr people can't either.

todd.o.callen 02-26-2003 12:09 PM

Search back a ways. Lots of people have had the blank display issue and then were able to correct it.

NTLDR has been away for a while, but there is a LOT of useful info here. Your $username one is bizarre, though. I have never had any trouble with it.

PennylessZ28 02-26-2003 04:27 PM

I'm still trying to get past the 500 smart ass punk remarks, that if you read the thread you'd know, I did a search, "news not showing" so far i see people asking and the same response, its already been answer, go read the instructions.

LOL

NTLDR 02-26-2003 04:45 PM

As I have said many times before, I will not be answering questions twice, nor will I provide support for those who haven't read the thread.

Don't use $username, use $bbuserinfo[username]

Threads that are displayed on the latest threads etc, can't have permissions applied to them unless you either set each forums permission explicity or exclude them from the query, as I've provided instructions to do allready.

Evil Chris 02-26-2003 04:59 PM

I've been trying to search out an answer to this question, and can't seem to find it in all ninety some-odd pages of this thread.

Hopefully someone can provide a quick answer...

What happens when the forums directory *is* the root directory of the website/domain?

ie.. if I rename myvbindex.php to index.php, what on earth happens to the list of forums that would otherwise be listed on index.php ?

(*edited to say: thanks in advance) :nervous:

PennylessZ28 02-26-2003 05:09 PM

Quote:

Originally posted by NTLDR
As I have said many times before, I will not be answering questions twice, nor will I provide support for those who haven't read the thread.

Don't use $username, use $bbuserinfo[username]

Threads that are displayed on the latest threads etc, can't have permissions applied to them unless you either set each forums permission explicity or exclude them from the query, as I've provided instructions to do allready.

1) I HAVBE READ THIS THREAD FOR THE PAST 2 HOUR and 4 times in the past 4 days.

2.) I FOLLOWED YOUR DIRECTIONS, I UPDATED COUNTERS

3.) I ADDED " AND visible=1 " Like I saw you tell people a dozen times.

4. ) I refollowed directions read more posts were you badger people and updated counters, checked IDs and still no NEWS

5.) $bbuserinfo[username] I solved that Monday on my own. Just recalled that I changed it when I installed new templates.

6.)USER GROUPS SMART ASS ARE SET TO FORUM DEFUALTS, COUNTERS UPDATED

7.) I WILL KEEP READING YOUR REPLIES TO PEOPLE. PERHAPPS I WILL FIGURE IT OUT ON MY OWN

DON'T SECOND GUESS ME, I've INSTALLED THIS HACK ON 3 FORUMS and UPDATED IT TWICE WITH NEVER A PROBLEM TILL NOW. Never had a problem in 2.2.7, 2.28, 2.2.9 until 2.3.0

And yes I updated counters

Evil Chris 02-26-2003 05:15 PM

yikes...

insanctus 02-27-2003 10:00 AM

It is late and I am on page 35.

I must say awsome hack. I am workin on it on my new site.

Incase it is not in here yet. I would like know about the random spell on your demo site what did you use or if I can get it.

kreftt 02-27-2003 07:40 PM

Quote:

Originally posted by Evil Chris
I've been trying to search out an answer to this question, and can't seem to find it in all ninety some-odd pages of this thread.

Hopefully someone can provide a quick answer...

What happens when the forums directory *is* the root directory of the website/domain?

ie.. if I rename myvbindex.php to index.php, what on earth happens to the list of forums that would otherwise be listed on index.php ?


(*edited to say: thanks in advance) :nervous:


you would have to rename this to something else, like forum.php.
you would have to edit a lot of templates then, mostly redirection templates as thos try to get you back on forums main page which was index.php before.
you might experience other problems i might not be aware of.

result: dont do that

you better keep it vbindex.php and put a .htaccess file in your root folder that tells a visitors browser that NOT index.php but vbindex.php is the file to go to first when the root url is called.
i dont have the syntax for it here but search the forums for htaccess & DirectoryIndex and you will find it.

greetz

kreftt

insanctus 02-27-2003 07:57 PM

Ok I have looked at every post in this thread... Interesting reading.

I like the hack alot unlike most this one makes about 60% sence to me :)

I started playing with lay out already but there is one thing I must have maybe some one can help.

phpportal had a quote of day or emphirid or something.

I would love to have something like that wich works with vbindex.

The demo site has something like it on that site.. either would be perfect thanks for help in advance.

Buddha 02-27-2003 08:51 PM

hey buddy, got a quick question... not of vital importance, but seeing as i'm a nitpicker, i have to ask.

check out this screenshot. do you have any idea why mozilla would display your script like this? the symbols don't appear in the regular forum pages, but on the pages i made with your script, they often do.

any thoughts... it's not a problem in IE, but i'd still like it to work properly in Moz.

thanks.

NTLDR 02-27-2003 10:58 PM

Buddha, is that Moz on Win32 or on Linux? Aslo what is that character supposed to be?

NTLDR 02-27-2003 10:59 PM

Quote:

Originally posted by Unholy
phpportal had a quote of day or emphirid or something.

I would love to have something like that wich works with vbindex.

The demo site has something like it on that site.. either would be perfect thanks for help in advance.

Thats KuraFires quote hack.

NTLDR 02-27-2003 11:00 PM

Quote:

Originally posted by HR3rdGen
.....
Added to ignore list.

Buddha 02-28-2003 12:18 AM

ntldr, it's win32... sorry, should have been more specific. v1.2.1

as for the character, the upper one is a french accent on the e... "cliche".

the bottom symbol are part of a bulleted list. what's odd is that it doesn't do this on all the pages, which is why i was wondering if you might know what part of the code determines this behavior... i can then check it more closely to see if there are differences (although there really shouldn't be... it was a straight copy with only a few minor changes made for the templates and the forum id's).

thanks bud.

oh, and btw, those bottom bullets are within a replacement string that is constant in all of my pages (which use your script), so it's not that which is the problem... it's something within the php file.

thanks.

NTLDR 02-28-2003 12:59 PM

I would imagine the error is due to the character set thats being used. Try using the HTML Entity for the letter you want and see if that works (Here's a list of them http://www.htmlhelp.com/reference/ht...es/latin1.html).

So I would image your looking for &eacute; which is &eacute;.

Buddha 02-28-2003 03:06 PM

thanks for the link... i found it strange that the same characters displayed properly in the forum, but not always in your script. especially the bullets... regardless, i'll just used the long code on this site.

very much appreciated, as always.
i'll be opening my site up to the general public shortly, and you are welcomed to use it as an example of what your script can do. i'm very grateful for the work you've done!

take care.

Evil Chris 02-28-2003 07:14 PM

Quote:

Originally posted by kreftt

you would have to rename this to something else, like forum.php.
you would have to edit a lot of templates then, mostly redirection templates as thos try to get you back on forums main page which was index.php before.
you might experience other problems i might not be aware of.

result: dont do that

you better keep it vbindex.php and put a .htaccess file in your root folder that tells a visitors browser that NOT index.php but vbindex.php is the file to go to first when the root url is called.
i dont have the syntax for it here but search the forums for htaccess & DirectoryIndex and you will find it.

greetz

kreftt

kreftt.... Thank you for the advice. I'm still beta testing this particular board, and I'll try that and a few other options as well.

What I'm undecided about however is to where I want the users to spend the majority of their time. Do I want them to constantly be re-directed back to myvbindex? Or do I want them to see the list of different forums I am offering?

The way I figure, once they see the news and gadgets on myvbindex once per day, they are pretty much done with it, and will want to get to the *meat* of the board.

I need to join a couple of boards using this hack and get a good feel for it.


All times are GMT. The time now is 05:15 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.02680 seconds
  • Memory Usage 1,868KB
  • 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
  • (4)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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