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

Reply
 
Thread Tools
Clan Hack .:V2:. Details »»
Clan Hack .:V2:.
Version: 1.00, by The_Cyberdemon The_Cyberdemon is offline
Developer Last Online: Feb 2006 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 02-04-2004 Last Update: Never Installs: 7
 
No support by the author.

The original clan hack is posted HERE.
This is the new and improved version. Way more features, same basic "user joins clan, shows up in clanlist".

.:CLAN HACK v2:.
----------------------
FEATURES:
Clan List [UPGRADED]
Clan Info
Clan Ranks
Clan Request (submit request to join clan)
Clan Leader Control Panel
Adminstrator Control Panel Addition
User can be in multiple clans
Very easy install
AND MORE!

SCREENSHOTS:
CLICK HERE

INSTRUCTIONS/ABOUT:
Users go to clan information page and select the clan they want to join by pressing the join button next to it. They fill out a form, and a request gets sent to the clan leader, these can be seen in the clan leader control panel (screenshot availible). Leaders accept or decline request. Either way, an email is sent to the member telling them what happened. Users is then added or not added to the clan. Clan leaders can change clan name, information, logo, and clan site information. They can also add clan ranking information, such as "leader", "co-leader", "captain", whatever, and list them in whatever order they wish.

OTHER:
This is v2.0. I tested this with hobbes and it worked fine on a clean install of 2.2.6. I tested my first install on a 2.3.3 and both worked fine. Clan is not shown in your postbit, but i gave link information for clan leader control panel in clan list. I will update this hack often, such as version 2.1 or 2.2, and eventually other features will be added and postbit stuff will be added to. I set this as a finally release because installs went flawlessely on both boards, but there still may be a few minutes issues. If you get any, please post them and i will do my best to help. Cheers and Enjoy,
~Cyber

Live Demos:
BLINDEDSTORMS

CLAN HACK 2.1
UPDATES:
Minor Bug Fixes
Admin can now add/remove users
Clan Leaders Can remove users correctly
User must be logged in to register for clan.

Look in the readme at the top for updates and how to install them
(you have to reupload the new /cleader/clan.php /admin/clan.php and /request.php and make a small edit to /admin/user.php)

Show Your Support

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

Comments
  #32  
Old 02-13-2004, 04:43 AM
FleaBag's Avatar
FleaBag FleaBag is offline
 
Join Date: Dec 2001
Posts: 1,674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hobbes
you cant you need to uninstall v1 and reinstall v2
That is a real downer. I have almost 70 clans listed. Looks like I'll be sticking with v1.
Reply With Quote
  #33  
Old 02-15-2004, 07:13 PM
The_Cyberdemon The_Cyberdemon is offline
 
Join Date: Mar 2003
Location: VA
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well, i actually could make an upgrade script, shouldn't be too hard. Just need to go through and add some columns. I'll get on that, but, make sure you do not add any clans until you upgrade, might screw it up. I'll go ahead and make that tonight, have it out tomorrow. =)
Reply With Quote
  #34  
Old 02-18-2004, 01:27 AM
FleaBag's Avatar
FleaBag FleaBag is offline
 
Join Date: Dec 2001
Posts: 1,674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah my friend, that is excellent news. Thank you very much. I've been playing around with vB3, the usergroup functionality doesn't match up to this hack.
Reply With Quote
  #35  
Old 02-18-2004, 06:33 PM
The_Cyberdemon The_Cyberdemon is offline
 
Join Date: Mar 2003
Location: VA
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also adding an install/uninstall script (for your convinience :nervous: )
+ Clan Invites
+ Display Clans user is in with a dropdown in the postbit
+ Display all of the clan logos the user is in (Dunno how this will make any sense if the logos are too big, but, whatever)
Reply With Quote
  #36  
Old 03-19-2004, 02:40 AM
FleaBag's Avatar
FleaBag FleaBag is offline
 
Join Date: Dec 2001
Posts: 1,674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey mate, can you briefly explain how I can achieve the same as this in vB3 with public usergroups? I'm not sure how the whole thing works, and am not sure how I can achieve the same goals as your hack.
Reply With Quote
  #37  
Old 03-21-2004, 12:23 PM
The_Cyberdemon The_Cyberdemon is offline
 
Join Date: Mar 2003
Location: VA
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I haven't used vb3 yet, so i'm not sure how to use public usergroups or anything, but i heard that this is very similar, which is why i added all of this extra crap.

If anyone has anything they still want me to do (i haven't done anything in a while) lemme know and i'll set it up.
Reply With Quote
  #38  
Old 03-22-2004, 06:19 PM
gsnetworks gsnetworks is offline
 
Join Date: Feb 2002
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm getting an error when trying to run the queries:

CREATE TABLE `clanrank` (
`id` smallint(10) unsigned NOT NULL auto_increment,
`clanid` smallint(10) NOT NULL default \'0\',
`title` varchar(30) NOT NULL default \'\',
`spot` smallint(10) NOT NULL default \'1\',
KEY `id` (`id`)
) TYPE=MyISAM AUTO_INCREMENT=13 ;

MySQL said:

You have an error in your SQL syntax near '\'0\',
`title` varchar(30) NOT NULL default \'\',
`spot` smallint(10) NOT ' at line 3

HELP!
Reply With Quote
  #39  
Old 03-22-2004, 06:21 PM
FleaBag's Avatar
FleaBag FleaBag is offline
 
Join Date: Dec 2001
Posts: 1,674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by The_Cyberdemon
I haven't used vb3 yet, so i'm not sure how to use public usergroups or anything, but i heard that this is very similar, which is why i added all of this extra crap.

If anyone has anything they still want me to do (i haven't done anything in a while) lemme know and i'll set it up.
I was as much of a vB3 sceptic as anyone. I planned to stay on vB2 until all the hacks I needed were converted. I didn't, and I don't regret it at all!
Reply With Quote
  #40  
Old 03-23-2004, 07:01 PM
The_Cyberdemon The_Cyberdemon is offline
 
Join Date: Mar 2003
Location: VA
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, i'm redesigning this for vb3, hope you guys are happy.
Reply With Quote
  #41  
Old 03-23-2004, 08:26 PM
FleaBag's Avatar
FleaBag FleaBag is offline
 
Join Date: Dec 2001
Posts: 1,674
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am extremely happy. Thanks very much.
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 11:18 PM.


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.04697 seconds
  • Memory Usage 2,304KB
  • 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_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
  • (3)pagenav_pagelink
  • (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