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
  #132  
Old 02-10-2005, 04:33 AM
Amavisca Amavisca is offline
 
Join Date: Oct 2003
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I now can accept member to the team roster however I have another problem which is when I post on the team private forum, after posting it takes me to a page said that I dont have permision.

However click back to the team private forum, I can see my post there. It is very werid....

Do you know how can I fix that??
Reply With Quote
  #133  
Old 02-11-2005, 03:35 AM
evenmonkeys's Avatar
evenmonkeys evenmonkeys is offline
 
Join Date: Aug 2004
Location: Iowa
Posts: 896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've only edited the files themselves. I've done it twice and got the same error each time.

Code:
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 teams AS teams
	LEFT JOIN user ON(teams.teamid = user.teamid)
	WHERE teams.teamid =0
	GROUP BY teams.teamid
 
 
mysql error: Table 'admxinny_forums.teams' doesn't exist
 
mysql error number: 1146
 
Date: Thursday 10th of February 2005 11:35:09 PM
Script: http://forums.xinnyburt.com/
Referer: 
Username: yarub
IP Address: xx.xxx.xxx.xxx
Reply With Quote
  #134  
Old 02-11-2005, 04:33 AM
TunerNetwork TunerNetwork is offline
 
Join Date: Jul 2004
Location: CT
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i get the same thing, i need help with this hack, i need it for my site: http://www.tunernetwork.com

gonna use it to organize my car clubs across the country
Reply With Quote
  #135  
Old 02-11-2005, 07:39 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you guys by any chance using a table prefix for your database?
Reply With Quote
  #136  
Old 02-11-2005, 08:25 AM
evenmonkeys's Avatar
evenmonkeys evenmonkeys is offline
 
Join Date: Aug 2004
Location: Iowa
Posts: 896
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I figured it out. Tuner, do this... Upload the files that came with the zip. Then edit all your files, but don't upload them just yet. Instead, close your forums and edit your templates first. After that, run the install script from your admincp. Once you've got it installed on your forums, upload the files. I did it that way and it works perfectly.
Reply With Quote
  #137  
Old 02-11-2005, 10:11 AM
miz miz is offline
 
Join Date: Mar 2003
Posts: 416
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarcoH64
Are you guys by any chance using a table prefix for your database?
this hack is fully using ".TABLE_PREFIX."
in all query's so there shouldnt be any problems with that issue
i have tested this version of the hack on my live comunity and its works more then perfect

first run the install script
then edit files
then edit templates


not that hard.
Reply With Quote
  #138  
Old 02-14-2005, 01:32 AM
Amavisca Amavisca is offline
 
Join Date: Oct 2003
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I cancel the permission fuction? I would like everybody to be able to access teams forums exept the ones with passwords
Reply With Quote
  #139  
Old 02-14-2005, 01:39 AM
TunerNetwork TunerNetwork is offline
 
Join Date: Jul 2004
Location: CT
Posts: 153
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, i guess my error is that i did all the edits first, then i went to run the install, this the problem? if so, how do i fix? go back and reinstall all the edited files with the originals? then run upload, and reinstall the edited ones? masdlfkjasljd;fksfd
Reply With Quote
  #140  
Old 02-15-2005, 07:13 AM
H2k H2k is offline
 
Join Date: Apr 2004
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

in this code .. i find 2 time so should i change both of them ?

root/threadrate.php
====================
FIND :[2 time the same code]

PHP Code:
$url "showthread.php?$session[sessionurl]t=$threadid&page=$pagenumber&pp=$perpage";
            eval(
print_standard_redirect('redirect_threadrate_update')); 
REPLACE WITH :

PHP Code:
if ($foruminfo['teamid'] == $bbteaminfo['teamid'])
            {
                
$url "teamprivtearea.php?$session[sessionurl]teamid=$bbteaminfo[teamid]&do=showthread&t=$threadid&page=$pagenumber&pp=$perpage";
            } else {
            
$url "showthread.php?$session[sessionurl]t=$threadid&page=$pagenumber&pp=$perpage";
            }
            eval(
print_standard_redirect('redirect_threadrate_update')); 
FIND :[2 time the same code]

PHP Code:
$url "showthread.php?$session[sessionurl]t=$threadid&page=$pagenumber&pp=$perpage";
        eval(
print_standard_redirect('redirect_threadrate_add')); 
REPLACE WITH :
PHP Code:
if ($foruminfo['teamid'] == $bbteaminfo['teamid'])
        {
        
$url "teamprivtearea.php?$session[sessionurl]teamid=$bbteaminfo[teamid]&do=showthread&t=$threadid&page=$pagenumber&pp=$perpage";
        } else {
        
$url "showthread.php?$session[sessionurl]t=$threadid&page=$pagenumber&pp=$perpage";
        }
        eval(
print_standard_redirect('redirect_threadrate_add')); 
Reply With Quote
  #141  
Old 02-15-2005, 08:11 AM
H2k H2k is offline
 
Join Date: Apr 2004
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also when i try to install i get this erro
Error. teams.xml located in directory 'admincp' was not found. Please make sure it is uploaded then press the submit button below
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:51 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.05217 seconds
  • Memory Usage 2,331KB
  • 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
  • (1)bbcode_code
  • (4)bbcode_php
  • (1)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
  • (2)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