Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 11-28-2001, 12:37 AM
webhead8 webhead8 is offline
 
Join Date: Nov 2001
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi. I have a copy of VBLite. At this point, my site is small & I really can't afford to spend any money on the full version. There are a ton of free alternatives out there, but I heard good things about VB & wanted to give it a shot. So far it meets my needs & if I ever get to the point where I can afford a license, I *will* buy one.

Anyway, I've noticed that all of the hacks here (that are attachments) can only be downloaded by people who own VB. While I understand why that's done, it kinda sucks to not be able to do a few nice things with it in the meantime.

What I'd like to do is put a simple table on the main page of my site that shows the most recent / most active threads on the board. I've found the hack here, but obviously I can't download it. Now, I realize that VBLite is somewhat limited, but you can't tell me that this sort of thing couldn't be done with that version. All it would require is the right SQL query & a few lines of PHP code. Unfortunately, I'm no code guru. Small PHP apps I can pretty well figure out. There's just too much behind VB for me to figure out.

What I'd like to know is whether there is some way to download these hacks here, or some other place to get them. If I can improve traffic on my boards (which doing what I'd like to do would do), I'd probably be able to buy a license a lot sooner.

The hack I was looking at was here:
https://vborg.vbsupport.ru/showthrea...threadid=12324

Thanks if you can offer any suggestions.
  #2  
Old 11-28-2001, 04:21 AM
Hooper's Avatar
Hooper Hooper is offline
 
Join Date: Oct 2001
Location: St. Louis, Mo
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nope Sorry. vBulletin light is made to use for testing. It was not intended to do more. You will need a license to gain access to hacks on this site.
  #3  
Old 11-28-2001, 04:49 AM
Sinecure's Avatar
Sinecure Sinecure is offline
 
Join Date: Oct 2001
Location: Victoria, BC, Canada
Posts: 407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I beleive vblite is so that if you are considering purchasing vbulletin then you can test it out to make sure it works and what not on your server. I beleive its also so that you an get a rough idea how it all works and the extent of its greatness

I highly recommend scrounging up $85 for the licence. Trust me, its the best investment you'll ever make!
  #4  
Old 11-28-2001, 04:55 AM
Hooper's Avatar
Hooper Hooper is offline
 
Join Date: Oct 2001
Location: St. Louis, Mo
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You just said it nicer. That's all.
  #5  
Old 11-28-2001, 09:54 AM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, there are no hacks that work with vBulletin Lite.
So even if you could download them, there's nothing you could do with them.
  #6  
Old 11-28-2001, 11:48 AM
webhead8 webhead8 is offline
 
Join Date: Nov 2001
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That's okay. I understand your reluctance to share, & understand that *these* hacks are designed for the full version only. It's not like I wanted to add any functionality to the board itself, though. Just was asking for a way to add something to my main page, which has nothing to do with VB.

The trick was figuring out which SQL query to use. I'm happy to say that I was able to muddle around for a few hours & do so on my own. Because I'm an open source kinda guy, here it is for anyone else that may be in my situation:

select * from thread WHERE 1=1 order by threadid DESC limit 5

By throwing this in a simple php script, I'm able to put a *simple* table on my front page showing the five most recent threads - without improving or changing the functionality of VBlite.

There you go. You can hack vblite.
  #7  
Old 11-28-2001, 11:57 AM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[QUOTE]Originally posted by webhead8
I understand your reluctance to share
  #8  
Old 11-28-2001, 11:57 AM
Hooper's Avatar
Hooper Hooper is offline
 
Join Date: Oct 2001
Location: St. Louis, Mo
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[QUOTE]Originally posted by webhead8
That's okay. I understand your reluctance to share, & understand that *these* hacks are designed for the full version only. It's not like I wanted to add any functionality to the board itself, though. Just was asking for a way to add something to my main page, which has nothing to do with VB.

The trick was figuring out which SQL query to use. I'm happy to say that I was able to muddle around for a few hours & do so on my own. Because I'm an open source kinda guy, here it is for anyone else that may be in my situation:

select * from thread WHERE 1=1 order by threadid DESC limit 5

By throwing this in a simple php script, I'm able to put a *simple* table on my front page showing the five most recent threads - without improving or changing the functionality of VBlite.

There you go. You can hack vblite.
  #9  
Old 11-28-2001, 12:02 PM
webhead8 webhead8 is offline
 
Join Date: Nov 2001
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[QUOTE]Originally posted by FireFly

Excuse me?
How can you call me (and a lot others!), after I released (for free, without demanding any compensation or payback) almost 30 hacks, "reluctant to sharing"?
  #10  
Old 11-28-2001, 12:03 PM
Hooper's Avatar
Hooper Hooper is offline
 
Join Date: Oct 2001
Location: St. Louis, Mo
Posts: 286
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It was explained very well that the test version of vBulletin does not support hacks. They won't work.


NO this isn't a share a hack site. This site is setup for valid license holders.

If you have questions regarding presales of vBulletin. You will want to visit Vbulletin.

There is your guidance link you asked for. The reason people are so short with you on the conversation is there isn't much to say to you. You cannot hack something you do not have. I will be the very first to help you if you have something to work with. But talking about hacking vBulletin before you own and understand the fundamentals of vBulletin is like walking before you crawl.

There are a whole lot of functions and a template system learning curve you will experience before you ever hack vBulletin.
Closed Thread


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 01:51 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.04176 seconds
  • Memory Usage 2,256KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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