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
  #222  
Old 08-29-2005, 12:29 PM
boxingscene boxingscene is offline
 
Join Date: Sep 2004
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by csidlernet
Whythanks this just what i've been looking for!
is anyone going to post any of the fixed versions of this hack? I installed it and there are all sorts of problems. Mainly the fact that people get PM invites without anywhere to click as far as joining and when a person applies for a group, the poll is all screwed up and comes up the same poll for every user that applies. I noticed that the forumdisplay.php part of the install file is all screwy with errors.
Reply With Quote
  #223  
Old 08-29-2005, 09:21 PM
DonLKSAB DonLKSAB is offline
 
Join Date: Dec 2001
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did anyone get the join team info to show up in the UserCP?
If so how did you do it?

Everything else seems to work fine.

/DonLKSAB
Reply With Quote
  #224  
Old 09-03-2005, 05:43 PM
NxTek NxTek is offline
 
Join Date: Jun 2003
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

I'm getting this error when running teams2.0.2_install.php

Code:
Database error in vBulletin 3.0.8:

Invalid SQL: 

CREATE TABLE `teams` (
  `teamid` int(10) NOT NULL auto_increment,
  `name` varchar(50) NOT NULL default '',
  `avatarurl` varchar(100) NOT NULL default 'images/teamavatars/no-avatar.gif',
  `words` text NOT NULL,
  `adminmsg` text NOT NULL,
  `ircserver` varchar(50) NOT NULL default '',
  `ircport` int(4) NOT NULL default '6667',
  `chan` varchar(50) NOT NULL default '',
  `chanpass` varchar(50) NOT NULL default '',
  `notes` text NOT NULL,
  `email` varchar(100) NOT NULL default '',
  `password` varchar(50) NOT NULL default '',
    PRIMARY KEY  (`teamid`)
) TYPE=MyISAM;
  
mysql error: You have an error in your SQL syntax near ';
  ' at line 17

mysql error number: 1064

Date: Saturday 03rd of September 2005 01:30:39 PM
Script: http://www.onlinepokerlistings.com/forums/admincp/teams2.0.2_install.php
Referer: http://www.onlinepokerlistings.com/forums/admincp/teams2.0.2_install.php
Username: DJQuad
IP Address: 69.xx.xx.x
Reply With Quote
  #225  
Old 09-04-2005, 06:24 PM
NxTek NxTek is offline
 
Join Date: Jun 2003
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
admincp/announcement.php
========================
FIND :
// display forum-specific announcements
foreach($forumcache AS $key => $forum)
{

AFTER ADD :

// Team Hack Start
if (!$forum['teamid']) {
// Team Hack End

FIND :

print_cells_row($cell, 0, '', -1);
}

print_table_footer();

}

print_cp_footer();

REPLACE WITH :

FIND :
// display forum-specific announcements
foreach($forumcache AS $key => $forum)
{

AFTER ADD :

// Team Hack Start
if (!$forum['teamid']) {
// Team Hack End
This leaves this -

Quote:
// display forum-specific announcements
foreach($forumcache AS $key => $forum)
{
// Team Hack Start
if (!$forum['teamid']) {
// Team Hack End
// Team Hack Start
if (!$forum['teamid']) {
// Team Hack End
I'm assuming the teamid only needs to be listed once and there is another error in filechanges.txt?
Reply With Quote
  #226  
Old 09-09-2005, 01:46 PM
MustangLisa's Avatar
MustangLisa MustangLisa is offline
 
Join Date: May 2004
Location: Florida
Posts: 165
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This looks interesting; I'm going to give it a try. Thanks for all your work to put it together!
Reply With Quote
  #227  
Old 09-17-2005, 06:22 PM
DonLKSAB DonLKSAB is offline
 
Join Date: Dec 2001
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone managed to get the invite thing to show up in the usercp?

/DonLKSAB
Reply With Quote
  #228  
Old 09-22-2005, 09:25 PM
ryans ryans is offline
 
Join Date: Feb 2002
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you please repost the changes in admincp/announcement.php

it's pretty sketchy. thanks!
Reply With Quote
  #229  
Old 09-23-2005, 02:59 PM
ryans ryans is offline
 
Join Date: Feb 2002
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ryans
can you please repost the changes in admincp/announcement.php

it's pretty sketchy. thanks!
I figured it out....

admincp/announcement.php
========================
FIND :
// display forum-specific announcements
foreach($forumcache AS $key => $forum)
{

AFTER ADD :

if (!$forum['teamid']) {

FIND :

print_cells_row($cell, 0, '', -1);
}

print_table_footer();

}

print_cp_footer();

REPLACE WITH :

print_cells_row($cell, 0, '', -1);
}
}

print_table_footer();

}

print_cp_footer();
Reply With Quote
  #230  
Old 09-23-2005, 03:03 PM
ryans ryans is offline
 
Join Date: Feb 2002
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wanted to send Miz a PM, but his account doesn't let him. So I'll just post it here. Hopefully he can read it sometime.
--------------------------------------
Just wanted to say that the team hack is one of the greatest hacks i've seen. Don't let those haters get you down. I appreciate what you've done.

thanks

ryan
Reply With Quote
  #231  
Old 09-24-2005, 05:01 AM
DonLKSAB DonLKSAB is offline
 
Join Date: Dec 2001
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah its realy cool.

Ryans.
Did you manage to get the invite thing to show up in the UserCP?

/DonLKSAB
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 09:25 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.17617 seconds
  • Memory Usage 2,313KB
  • 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_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