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

Reply
 
Thread Tools
VbTeams/Clubs Hack Details »»
VbTeams/Clubs Hack
Version: 2.0.2, by miz miz is offline
Developer Last Online: Sep 2005 Show Printable Version Email this Page

Version: 3.0.6 Rating:
Released: 12-02-2004 Last Update: 02-03-2005 Installs: 73
DB Changes
 
No support by the author.

vbTeams / Clubs Hack 2.0.2
this hack allow you to add teams to your board via smart mangemnet
from admin cp with special features like team admin, team privte forums, team privte aream, team chat, join to teams via polls
with addition of pm system.
every team got privte info and public which can be easyly manged via teamadmin control panel.
every team got privte forums and team admin get automaticly set to be team moderator.

features list is long so ill write it later.

also i didnt included the upgrade script for now as i didnt had time to test it
so only new install for you guys, sorry about that
well enjoy.


bug fixes excpected on 2.0.2 version :






  • all header problems (headers allready sent) replaced by new error and redirect messages.
  • query'scount,willbeaboutmax 7-8 querys per page, dosent metter how manyteams onboard(onold hackwe got 200 querys for 100 team).
  • all session problems has been fixed.
  • problems on member.php has been fixed.
  • teamless timeout is fixed.
  • teamadmin - upload avatars bug (save all images as gif) fixed
  • reputation showenonly if enabled in vboptiions(Admincp)
  • Fixed Navbar Array's
new additions on new version :
  • Added $bbteaminfo with pre chace for better coding issue's
  • Privte Team Forum - with privte posts,threads,polls
  • join polls report
  • enable/disable features via admincp
  • Added Protect team with Password
  • Reputation replaced with a Reputation Bar(Vb deafult)
  • teamadminisautomatic set as moderator of the forum (without setting him up asmodvia admin cp) and have powers to close/open edit,stick and etc...































want to help ?
if you know about more bugs that not mention here
pleaseinformme,soicaninclude the fix's in the next versions.alsoifyougotmoreidea'sabout howto improve the hack i will begladtoknowaboutthemand to addthem.


Yours. MiZ.



added some screen shoots from next version



Show Your Support

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

Comments
  #172  
Old 03-10-2005, 08:19 AM
cat_san cat_san is offline
 
Join Date: Mar 2005
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

figured it out --- shoulda ran the install script BEFORE making all those code modifications.... (good thing i kept backups of the originals, huh?)
Reply With Quote
  #173  
Old 03-10-2005, 08:22 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well there is no select query in the install script (teams2.0.2_install.php), so i doubt you are getting this error during the install script.

This error look like the install script was never run.
Reply With Quote
  #174  
Old 03-10-2005, 03:55 PM
TunerNetwork TunerNetwork is offline
 
Join Date: Jul 2004
Location: CT
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well, im having problems where i have people as a member of certain teams and they cant access the private forums for that team etc.
Reply With Quote
  #175  
Old 03-11-2005, 03:39 AM
Scerina Scerina is offline
 
Join Date: Mar 2004
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HELP ME!!!...

After the file modifications and as I attempted to enter my forum's main index page to edit the templates, I came upon this error message:

Database error in vBulletin 3.0.6:

Invalid SQL:
SELECT teams.*, teams.name AS username,

COUNT(user.userid) AS totalmembers,
sum(user.posts) AS posts,
sum(user.reputation) AS reputation
FROM vb3teams AS teams
LEFT JOIN vb3user ON(teams.teamid = user.teamid)
WHERE teams.teamid =1
GROUP BY teams.teamid


mysql error: Unknown table 'user' in field list

mysql error number: 1109

Date: Friday 11th of March 2005 12:37:55 AM


Can someone please help me here???
Reply With Quote
  #176  
Old 03-11-2005, 03:55 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sounds to me like you are using table prefix, and the hack didn't support that.

Try to find the file where you made the edit to this sql when installing this hack. You will probably see something like:
PHP Code:
LEFT JOIN " . TABLE_PREFIX . "user ON....... 
chnage it to:
PHP Code:
LEFT JOIN " . TABLE_PREFIX . "user AS user ON....... 
Reply With Quote
  #177  
Old 03-11-2005, 05:53 AM
Scerina Scerina is offline
 
Join Date: Mar 2004
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I didn't do any mysql edits just main file edits...u know how to install this script? If so, can you look over my modified files and see what went wrong and if you see any thing messed up can you fix it? I mean can you help me out????
Reply With Quote
  #178  
Old 03-11-2005, 08:27 AM
Scerina Scerina is offline
 
Join Date: Mar 2004
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

screw this hack! Is full of bugs and as I read this entire thread...I realize just like the rest of you...it was poorly coded and the creator is no where to be found to help us out when we need help...I hope someone else (who is more experinced in coding) pick this hack up and rewrite it and test it out...and may that coder be successful in it and we have another cool hack to add to our forums...as for the creator of this hack...you need to practice or learn more bout coding cuz this hack has great potentials but ya codin sux as there are so many bugs in it...is not even funny and it is freakin frustratin to try and sort it out...esp when ur not a techie like u!

PLEASE SOMEONE ELSE WITH MORE CODIN EXPERINCE REWRITE THIS HACK & I HOPE YOU HAVE BETTER LUCK WITH IT THAN IT'S ORIGINAL CREATOR!

And I do not mean to sound ungrateful here but seriously...too much bugs and is freakin frustratin to try and fix it and when u do fix something... more bugs pop up! It got great potential but the codin SUX big ass time
Reply With Quote
  #179  
Old 03-15-2005, 01:22 PM
miz miz is offline
 
Join Date: Mar 2003
Posts: 416
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Scerina
screw this hack! Is full of bugs and as I read thisentire thread...I realize just like the rest of you...it was poorlycoded and the creator is no where to be found to help us out when weneed help...I hope someone else (who is more experinced in coding) pickthis hack up and rewrite it and test it out...and may that coder besuccessful in it and we have another cool hack to add to ourforums...as for the creator of this hack...you need to practice orlearn more bout coding cuz this hack has great potentials but ya codinsux as there are so many bugs in it...is not even funny and it isfreakin frustratin to try and sort it out...esp when ur not a techielike u!

PLEASE SOMEONE ELSE WITH MORE CODIN EXPERINCE REWRITE THIS HACK & IHOPE YOU HAVE BETTER LUCK WITH IT THAN IT'S ORIGINAL CREATOR!

And I do not mean to sound ungrateful here but seriously...too muchbugs and is freakin frustratin to try and fix it and when u do fixsomething... more bugs pop up! It got great potential but the codin SUXbig ass time
peeps like is the exscat reason i dont post the fix's and updates.
i had bugs on the table prefix cuse i simply dont use it

you say my coding sux so you have 2 options right now
or code for yourself, or simply dont use my code
if you want to use it take it as it is

thats all. if you want to see my real coding you can take a look on my site
there all of my hacks working 100 % perfectly.

sorry but im not going to support any qustions from you any more
thanx for the response have a good day and good bye.
Reply With Quote
  #180  
Old 03-15-2005, 03:58 PM
Polo's Avatar
Polo Polo is offline
 
Join Date: Jun 2004
Posts: 893
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
you need to practice or learn more bout coding cuz this hack has great potentials but ya codin sux as there are so many bugs in it
Scerina no one is forcing you to use this mod, if you dont like it learn php and code it yourself. Here is a good link to start Learn PHP

Also remember that Miz is generous enough to share his mod with the community.. he has no obligation at all to be here or share his coded mods... he does it because he feels like it... if you dont like how he codes, as I said, learn php or pay some coder to create the pefect hack for you.

Have a great day.

P.S. Next time try to be nice and dont let frustration get to you.
Reply With Quote
  #181  
Old 03-15-2005, 06:50 PM
TunerNetwork TunerNetwork is offline
 
Join Date: Jul 2004
Location: CT
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, back on track now the hatred has been let out,lol

Anyone want to work on getting this to work correctly for us?
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 02: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
  • Page Generation 0.04765 seconds
  • Memory Usage 2,318KB
  • 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
  • (2)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