![]() |
no.
|
what is the difference between vBindex v2 and vBhome (lite) 3.0???
I am looking for the most suitable hack that will allow me to do the following: 1. place the login/password feature on the home (non vB) page. 2. place polls on non vB pages. 3. calculate the users online on the entire site, not just the vB forum pages. 4. have some member only pages (non vB), protected by the username and password access from vB! I am using vB 2.2.7. (brand new forum!) I guess this is directed to NTLDR & TECK but anyone can assist! |
<a href="http://www.fusionart.org/forum/vbindex.php" target="_blank">www.fusionart.org/forum/vbindex.php</a>
is there a way i can make the font not so small in the news posts |
Quote:
then NTLDR released a different version and credited a part of the code element stolled from me as: "code by nakkid" (my previous nick at vb.org) the diff between vbIndex and vbHome (lite) is the number of queries and the code stability. the queries are in a loop. so vbIndex could easily "boost" your page at 150queries if you go at ease with the options. that equals death to the server. even set at default, with minimum options, if i understood corectly from NTLDR, there are still 47queries loaded, wich is huge for a simple page... the server could easily crash on a busy site with this number of queries. vbHome (lite) 3 performs only 13queries (14 as loggedin) and also is optimised for extremly fast page loads (average 0.09seconds). this was tested on 2 servers. NTLDR can give you more precise info about it's code performance, since he code it. i posted my specs here just to have a better idea. cheers. |
Couple of problems I found:
1. I don't know if it's a problem with vbhacker generating the text file of changes or the hack is incorrect. Code:
+-------------------------------------------------------------------------------------------------+ Code:
+-------------------------------------------------------------------------------------------------+ 2. The poll query takes extreme amount of time to complete. I think it's not constructed properly but maybe it's a bug in my version of MySQL. This code: Code:
$pollinfo=$DB_site->query_first("SELECT *,thread.open FROM poll LEFT JOIN thread ON (thread.pollid = poll.pollid) WHERE thread.forumid='$pollsforum' ORDER BY poll.dateline DESC LIMIT 1"); Code:
$pollinfo=$DB_site->query_first("SELECT poll.*,thread.open FROM thread LEFT JOIN poll ON (thread.pollid=poll.pollid) WHERE thread.forumid='$pollsforum' ORDER BY poll.dateline DESC LIMIT 1"); |
Found another problem. When installing the templates using vbitemplate_install or vbi_install, the PHP variables in some templates are replaced during the insertion. They are not escaped properly.
|
Quote:
|
Quote:
|
Quote:
|
Quote:
Quote:
Quote:
Quote:
Quote:
To mention again what TECK said, the origional version of vBindex by el3m3nt was based on vBhome but was a more "compleate" option as it didn't require people to have to add code for other stuff into the page. vBhome was made in my understanding for users to modify more heavily to meet there specific needs, thats my understanding at least. After e3l3m3nt stoped providing major support to the hack I started to re-code parts of it and release a new version with his permission. |
All times are GMT. The time now is 05:10 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|