Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBindex Details »»
vBindex
Version: 1.00, by el3m3nt el3m3nt is offline
Developer Last Online: Oct 2002 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 04-04-2002 Last Update: Never Installs: 75
 
No support by the author.

Latest Version: 1.3

This hack is not very special for me. I just wanted to create a mainpage on which you can see.. (as a member) everything what u like to see. The idea of the script is similar to the vbHome of nakkid and also a little bit to the vBPortal. I tested all of them.. but i was looking for something better . so i decided to write such a script myself...

Features:
  • Active threads & newest posts
  • News & Polls (read from a newsforum and a pollforum)
  • Quick CP Links on the index-site
  • Buddies on the index-site
  • Very easy to customize. Just edit the templates!
  • Available in english and german!
Summary: On this index-site you can see everything what you as a member would like to see .

Demo-Sites:Screenshot 1: http://partylife.ch/misc/vbindex1.jpg // the original version and arrangement of the tables.
Screenshot 2: http://partylife.ch/misc/vbindex2.jpg // the nav on the right side.
Screenshot 3: http://partylife.ch/misc/vbindex3.jpg // or if u like 2 navs, left & right
Screenshot 4: http://partylife.ch/misc/vbindex4.jpg // another screen
Screenshot 5: http://partylife.ch/misc/vbindex5.jpg // buddies etc.


Installation
All instructions can you find in the readme.english/german.txt


Download
vBindex 1.3: http://partylife.ch/misc/vBindex1.3.zip
vBindex with Link-DB Script (Link-Script by The_Sisko; Integration of the Link-Script in vBindex by KarateKid): http://www.kampfkunst-board.de/sonst...tabasehack.rar


Credits
Newscode part from vBHome by nakkid.
Onlinetodaycode part from Online Today Hack by Mystics.
Pollcode part from vBPortal by wajones.


Note!
I'd really like to get every feedback you guys can give me. Also post bugreports and suggestions to improve this script. If you have installed this hack, pls click on the install button to receive updates thru email. Thank you .

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 04-07-2002, 01:24 PM
el3m3nt's Avatar
el3m3nt el3m3nt is offline
 
Join Date: Jan 2002
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hehe nakkid. the look of the readme file.. is for me standard. i didnt copy anything of yours. if this disturb u really.. then say it to me.. and i will change the look .

yes i have copied the news feature of your script. sorry, i dont really care about credits and copyrights, cause for me counts the script and not the writer. when someone wants to use my code.. he could. i can understand if u want a credit note there.. i will put one, no problem. also for the online today hack.

i hope you won't become angry.
Reply With Quote
  #63  
Old 04-07-2002, 01:33 PM
-=dm=- -=dm=- is offline
 
Join Date: Nov 2001
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got an database error(therehas been a slight problem with database blah blah) it scared me
Im totally newbie when it comes to php. but I know how to copy/past lol.

here is the original line from index file:
and my private forumid is 11 and 38 can you please fix it for me?

PHP Code:
$threadsquery $DB_site->query("SELECT threadid,forumid,title,postusername,lastposter,replycount FROM thread WHERE forumid!=$newsforum AND forumid!=$pollsforum AND visible=1 order by lastpost desc limit $numthreads"); 

also the news icon dont show up.

thanx alot el3m3nt soon Im ready to go online
Reply With Quote
  #64  
Old 04-07-2002, 01:36 PM
wooolF[RM]'s Avatar
wooolF[RM] wooolF[RM] is offline
 
Join Date: Jan 2002
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

]
Quote:
Originally posted by el3m3nt
hehe nakkid. the look of the readme file.. is for me standard. i didnt copy anything of yours. if this disturb u really.. then say it to me.. and i will change the look .

yes i have copied the news feature of your script. sorry, i dont really care about credits and copyrights, cause for me counts the script and not the writer. when someone wants to use my code.. he could. i can understand if u want a credit note there.. i will put one, no problem. also for the online today hack.

i hope you won't become angry.
That was pretty lame answer... :tired:
Reply With Quote
  #65  
Old 04-07-2002, 01:40 PM
el3m3nt's Avatar
el3m3nt el3m3nt is offline
 
Join Date: Jan 2002
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

to dm:
PHP Code:
$threadsquery $DB_site->query("SELECT threadid,forumid,title,postusername,lastposter,replycount FROM thread WHERE forumid!=$newsforum AND forumid!=$pollsforum AND forumid!=11 AND forumid!=38 AND visible=1 order by lastpost desc limit $numthreads"); 
this should work. np.
Reply With Quote
  #66  
Old 04-07-2002, 01:41 PM
el3m3nt's Avatar
el3m3nt el3m3nt is offline
 
Join Date: Jan 2002
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by wooolF[RM]

That was pretty lame answer... :tired:
we cleared it already thru pm.
Reply With Quote
  #67  
Old 04-07-2002, 02:00 PM
KarateKid's Avatar
KarateKid KarateKid is offline
 
Join Date: Oct 2001
Location: Sydney
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

here I release the vbindex hack, which was originally written by element here https://vborg.vbsupport.ru/showthrea...threadid=37021 with a full integrated vblinks database hack originally written by The Sisko.

The example for this hack you can view here: http://www.kampfkunst-board.de/kampf...forum/home.php

This hack bases on the 1.2 of elements vbindex hack. And from the database hack I made many changes because it was originally for a very old version of vbb.

you can download the hack in english AND GERMAN

For Problems just post here


Greetings

KarateKid :rambo:
Reply With Quote
  #68  
Old 04-07-2002, 02:28 PM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

another solution would be to define perms.
Reply With Quote
  #69  
Old 04-07-2002, 03:02 PM
TECK's Avatar
TECK TECK is offline
 
Join Date: Nov 2001
Location: Canada
Posts: 4,182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by el3m3nt
for me counts the script and not the writer.
if that's the case, why you released the hack? you had your script set the way you want. did you noticed that everyone here respects someone else's work? i see firefly to give credit to a person in cause and hell this guy creates a hack almost every day. he could rewrite any hack here to be different from the original, but he doesnt do it for the simple fact because he realizes someone spent some time on that hack... just me, look at my hacks. i always post a credit because that person who wrote that code deserves to be congratulated... he worked on that code and he saved me time. there are people who wrote code segments to make better my hacks. i'm happy with this because they are better then me in that area. and the result is one: others get a better hack out of it.

is not about writing: credit to xxxxx... is about being fair and not labeling as yours for something you didnt do. that's all i have to say. and no need to worry, i dont get angry. all i try to do is explain to you the way everyone else work here.

sorry if i repeat myself, i didnt see that "i dont care" line, so i felt obligated to repost again.
Reply With Quote
  #70  
Old 04-07-2002, 05:11 PM
wajones wajones is offline
 
Join Date: Oct 2001
Location: San Diego, California, US
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All you did was copy some blocks from vbportal and put them into one php file.... What a jerk, you didn't even bother to rename the vars or remove my commented out errors....


BTW, if anyone wants to pre-view the PostNuke version of vbPortal you can see it here... http://pn.sforums.com It's still in developement, so don't ask And yes a couple things may break, it's still in Developement!!!
Reply With Quote
  #71  
Old 04-07-2002, 05:39 PM
el3m3nt's Avatar
el3m3nt el3m3nt is offline
 
Join Date: Jan 2002
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey guys,

first i have to apologize if i express me in a bad way. i learn english now just for 2 years, but i hope you know what i mean. and this should not be an excuse.

to the matter: i completly agree with you, nakkid. what i meant with "for me counts the script" is that i would like to have a script that works and that does what it should do. i just didnt take seriously where i should add a copyright or a credit note. i agree, the original writter of a code (segment) should get credits.
for my code thats not important.. when u'd like to get and use my code. just do it. credits arent really the important thing. this is just valid for little scripts. cms and boards scripts etc. are an other case.

hmm.. i'll porbably write more tomorrow.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:59 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04906 seconds
  • Memory Usage 2,324KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete