Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases

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
  #42  
Old 12-05-2004, 10:08 PM
Andrew's Avatar
Andrew Andrew is offline
 
Join Date: Nov 2004
Location: Pennsylvania
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by miz
sorry for late with answer i will rls v2.0.1 which will be bug fix of avatars problem, spelling and session problem
if you have few more problems please tell me...
Cheers miz - I didn't expect a fix for it that quick. Great hack by the way !!

[high]* Andrew clicks install again.[/high]
Reply With Quote
  #43  
Old 12-05-2004, 10:16 PM
Hades-1 Hades-1 is offline
 
Join Date: May 2004
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

another problem is you cant view member.php as guest or you get a database error

this caused because guest has no team id

can you provide a fix?
Reply With Quote
  #44  
Old 12-06-2004, 03:45 AM
mtha's Avatar
mtha mtha is offline
 
Join Date: Jul 2002
Location: US
Posts: 775
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

last step:

in profile.php

FIND :

$DB_site->query("
UPDATE " . TABLE_PREFIX . "user SET

BEFORE ADD :

// team hack
if ($options['removeme'] = 1 ) {

$DB_site->query("
UPDATE " . TABLE_PREFIX . "user
SET teamid='0',teamadmin='0'
WHERE userid='$bbuserinfo[userid]'
");

}

however, there're alot of places has

$DB_site->query("
UPDATE " . TABLE_PREFIX . "user SET

where should I add the code?
Reply With Quote
  #45  
Old 12-06-2004, 02:42 PM
SilentK SilentK is offline
 
Join Date: Nov 2004
Location: Maryland
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't think it matters. I just added it above the first one I found.
Reply With Quote
  #46  
Old 12-06-2004, 08:33 PM
kix kix is offline
 
Join Date: Aug 2002
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have a few odd things popup.

the first one was headers in the admincp/userteam.php - i had to remove some of the header statments... guess it never did the ?go=modify or what ever part.

I then get this error for misc things.
This time this error came from trying to delete a users from the team admin page.

Error
An Error Has Occured! [ Go Back ]
An error has occured, the following message has been left below:
--------------------------------------------------------------------------------

No team specified. If you followed a valid link, please notify the webmaster.

----
and when i try to apply for a team. i get a simular error:
Error
An Error Has Occured! [ Go Back ]
An error has occured, the following message has been left below:
--------------------------------------------------------------------------------

Your Request has ben submited.Please wait for pm from team.

also - when you try to vote on the poll to see if you want the user added to the team or not, it says: No Thread specified. If you followed a valid link, please notify the webmaster

and when you just go ahead and add him to the team, it gives a simular error like above again. I need help bad
Reply With Quote
  #47  
Old 12-06-2004, 10:27 PM
miz miz is offline
 
Join Date: Mar 2003
Posts: 416
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kix
i have a few odd things popup.

the first one was headers in the admincp/userteam.php - i had to remove some of the header statments... guess it never did the ?go=modify or what ever part.

I then get this error for misc things.
This time this error came from trying to delete a users from the team admin page.

Error
An Error Has Occured! [ Go Back ]
An error has occured, the following message has been left below:
--------------------------------------------------------------------------------

No team specified. If you followed a valid link, please notify the webmaster.

----
and when i try to apply for a team. i get a simular error:
Error
An Error Has Occured! [ Go Back ]
An error has occured, the following message has been left below:
--------------------------------------------------------------------------------

Your Request has ben submited.Please wait for pm from team.


also - when you try to vote on the poll to see if you want the user added to the team or not, it says: No Thread specified. If you followed a valid link, please notify the webmaster

and when you just go ahead and add him to the team, it gives a simular error like above again. I need help bad
hmm first on admin cp i didnt got what was your problem.
2nd = the team admin error i will check
3rd- this problem happends when you dont edit poll.php currectly
if you edit it like its should be then no problem for you...
4th - did you read the error msg ? i used it as confirm msg i guss its makes things for some ppl harder, ill make a confirm msg.
Reply With Quote
  #48  
Old 12-07-2004, 03:23 PM
SilentK SilentK is offline
 
Join Date: Nov 2004
Location: Maryland
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am also having the problem when guests view the memberlist. Which is very annoying becuase I have email notification turned on and a few bots wandered into the members list needless to say my inbox was quite full. Is there a way we can lump the unregistered or no-teams into either another team id thats essentially a dud or into the no-team ID?
Reply With Quote
  #49  
Old 12-07-2004, 08:57 PM
miz miz is offline
 
Join Date: Mar 2003
Posts: 416
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

guys please wait untill the end of week were i will rls new version which will be bug fix of what you guys said

if some1 can pm me all of bugs i will appricate it thanx
Reply With Quote
  #50  
Old 12-09-2004, 05:40 PM
SilentK SilentK is offline
 
Join Date: Nov 2004
Location: Maryland
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Something I am noticing now is that all the team posts are listed as 127 which isn't right.
Reply With Quote
  #51  
Old 12-09-2004, 07:41 PM
Wordplay Wordplay is offline
 
Join Date: Nov 2001
Location: Dengoku
Posts: 864
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tried installing this, i don't get any error reports, so i guess it was a smooth installation. but... here's my problem, i don't have a navbar... my navbar would be my header that i created from scratch though, so the code is entirely differnt, therefore i left that part out of the template creation. now how do my users start/create a new team? i don't seem to be able to find any team options anywhere, if i go directly into:

teamprivtearea.php
or
teamadmin.php

all i get is:
Quote:
An Error Has Occured! [ Go Back ]
An error has occured, the following message has been left below:
We Sorry, But you not Team Admin, Or you not logged in.
so help please. i would like to click the install button as soon as possible. cause the idea for the team hack is great!
Reply With Quote
Reply

Thread Tools

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:55 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.07408 seconds
  • Memory Usage 2,312KB
  • 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
  • (3)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