View Full Version : Clan Hack
The_Cyberdemon
04-12-2003, 10:00 PM
This hack was requested HERE (https://vborg.vbsupport.ru/showthread.php?s=&threadid=51188)
Basically, this hack adds a clan system to your vbulletin. Everything is controlled from the usercp. When a user goes to edit his/her profile, there is an additional "clan password" field. Clan leaders should give out the password to clan members. If the password matches one of an exsisting clan, they are added to that clan. There is more information in the request thread.
HACK STATS:
Templates to add: 5
Templates to edit: 2
Files to upload: 3
Files to edit: 3
This includes an easy to follow install guide and installer. Screenshots are below:
Addition to the administration CP
http://www.blindedstorms.com/vb/cpscreen.jpg
EDIT/ADD CLAN SCREEN
http://www.blindedstorms.com/vb/addclanscreen.jpg
Admin CP clan list screen
http://www.blindedstorms.com/vb/showclanscreen.jpg
Entering clan password in user cp (ignore the image thing, that's a different hack)
http://www.blindedstorms.com/usercpscreen.jpg
List of clans
https://vborg.vbsupport.ru/
List of users in that clan
http://www.blindedstorms.com/allusersscreen.jpg
Postbit Stuff
http://www.blindedstorms.com/inorout.jpg
Enjoy the hack!
If you get any errors, please tell me
Nice one :)
i might be able to use this in the future
kaotic
04-13-2003, 11:25 AM
Perfect! This will help organize some of the groups in my message board. I'll try this out as soon as my site is no longer suspended.
thanks I'll go install it now
/me clicks install
This is trying to be installed on my testboard btw....
I get an error in the install script
First before I sign into it
Warning: Cannot add header information - headers already sent by (output started at /home/eternalgamer/www/eg/forums/admin/clan_install.php:2) in /home/eternalgamer/www/eg/forums/admin/functions.php on line 1683
and after when its running the querys
Database error in vBulletin Control Panel 2.3.0:
Invalid SQL: CREATE TABLE clan (
clanid smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
title varchar(50) NOT NULL,
pass varchar(50) NOT NULL,
leader varchar(50) NOT NULL,
)
mysql error: You have an error in your SQL syntax near ')' at line 6
mysql error number: 1064
Date: Sunday 13th of April 2003 09:27:18 AM
Script: http://www.eternalgamers.com/eg/forums/eg/forums/admin/clan_install.php?where=clandb
Referer: http://www.eternalgamers.com/eg/forums/admin/clan_install.php?where=install
The_Cyberdemon
04-13-2003, 01:14 PM
Don't worry about the header information, that shouldn't be a problem. It just does that becuase i don't have the sessionhash. That is very very strange. I don't know why it would do that. I don't have that problem, and there is no error there. If you'd like, you can just go and run this query on ur db:
CREATE TABLE `clan` (
`clanid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`title` VARCHAR( 50 ) NOT NULL ,
`pass` VARCHAR( 50 ) NOT NULL ,
`leader` VARCHAR( 50 ) NOT NULL
);
That does basically the same thing.
And i'll ask someone on the irc, too.
Are you running these queries in your database or through the installer, by clicking "next." IT installs it automatically. And i have the full code there being:
$DB_site->query("CREATE TABLE clan (
blah,
blahh
blah
blah
) ");
The_Cyberdemon
04-13-2003, 01:23 PM
Okay, i know the error, and i know why only you are getting it. I think you have a earlier version of mysql. mine ignores ending commas. Urs doesnt. So... open up clan_install.php.
FIND:
pass varchar(50) NOT NULL,
leader varchar(50) NOT NULL,
REPLACE THAT WITH:
pass varchar(50) NOT NULL,
leader varchar(50) NOT NULL
It should work. =)
Brian Briscoe
04-13-2003, 01:57 PM
Im gonna modify this for 3.0.0 when it is released :)
The_Cyberdemon
04-13-2003, 01:59 PM
yay :banana:
there works perfectly thanks!
The_Cyberdemon
04-13-2003, 02:08 PM
yay
The_Cyberdemon
04-13-2003, 02:37 PM
After we get a few more installs or go for a while without getting errors, i'll upgrade this to a "full release". It'll get more attention
DigitalDesktops
04-13-2003, 07:06 PM
Great Hack The_Cyberdemon. :) Is there a way to make a user be in more than one clan at a time?
ex. I have two clans, A Unreal Tournament Clan and a JKII Clan is there a way for the user to be in both at the same time?
Xelation
04-13-2003, 07:11 PM
Thanks! I dont really need this for clans... but its very usuful for teams to! many thanks :)
The_Cyberdemon
04-13-2003, 07:33 PM
Today at 04:00 PM DigitalDesktops said this in Post #13 (https://vborg.vbsupport.ru/showthread.php?postid=381607#post381607)
Great Hack The_Cyberdemon. :) Is there a way to make a user be in more than one clan at a time?
ex. I have two clans, A Unreal Tournament Clan and a JKII Clan is there a way for the user to be in both at the same time?
Unfortunately, i do not think so. I might be able to create an addition to it where it makes a whole new table for a clan, it'll make your db bigger, but i think it can be done. If you really want me to do this, i'll do it. It shouldn't be that much of a problem
DigitalDesktops
04-13-2003, 07:42 PM
cool, that would be great if you could make that! Thanks. :)
The_Cyberdemon
04-13-2003, 08:50 PM
Not sure how long it will take, i have to edit a lot of stuff. Should be done with it in a few days, basically have to redo the whole database area, buuuut.
DigitalDesktops
04-13-2003, 08:51 PM
Today at 10:44 PM The_Cyberdemon said this in Post #17 (https://vborg.vbsupport.ru/showthread.php?postid=381673#post381673)
Not sure how long it will take, i have to edit a lot of stuff. Should be done with it in a few days, basically have to redo the whole database area, buuuut.
thats okay, i can wait :) if thats not a problem. Thanks making this addon for me. :)
edwardandtubbs1
04-13-2003, 10:22 PM
Ok I Installed this btw I love this idea. But sadly I get 2 problems.
1. Warning: Cannot add header information - headers already sent by***** in my admin cp making it in possible for me to access the cp
2. All of my users data from the store hack disappears. IE colour title, glow options, points etc
This hack would be a great addition to the store ( hint hint )
:) if any of you guys can help me out I would be very grateful.
Also my forums are hacked to death and I think I maybe better off waiting for VB3 and starting a fresh.
NICE HACK and IDEA
The_Cyberdemon
04-14-2003, 12:23 AM
1. Warning: Cannot add header information - headers already sent by***** in my admin cp making it in possible for me to access the cp
In your admin CP? That is strange. No one else has reported this. It will show up in the install file, that is completely normal and should not cause any problems.
The reason you get that is because of no Session hash. It should not be an error in the admin CP, only in the install file. If this keeps happening, delete the clan_install.php file from your admin directory.
2. All of my users data from the store hack disappears. IE colour title, glow options, points etc
Well, i don't have the store hack installed at my forum so i'm not sure about compatability. It shouldn't change anything in there.
Thanks for all the good critizism (i don't think i spelled that right)!
The_Cyberdemon
04-14-2003, 02:03 AM
NEW OPTIONAL ADDITION!
This changes the link in the postbit (it links to the clan page) to a javascript popup sorta like when you click the number of users that have installed a hack. Here's what to do:
STEP 1:
OPEN *FORUMROOT*/admin/functions.php
FIND:
// SHOW CLAN START
global $DB_site;
$clanfetch=$DB_site->query("SELECT * FROM clan WHERE clanid='$post[clan]'");
$clan=$DB_site->fetch_array($clanfetch);
if ($post[clan]==0 OR !$post[clan]) {
$showuserclan = "Not in Clan";
} else {
$showuserclan = "Clan:<br><a href=\"showclans.php?s=$session[sessionhash]&what=users&clanid='$post[clan]'\">$clan[title]</a>";
}
// END SHOW CLAN
REPLACE THE ENTIRE THING WITH:
// SHOW CLAN START
global $DB_site;
$clanfetch=$DB_site->query("SELECT * FROM clan WHERE clanid='$post[clan]'");
$clan=$DB_site->fetch_array($clanfetch);
if ($post[clan]==0 OR !$post[clan]) {
$showuserclan = "Not in Clan";
} else {
$showuserclan = "Clan:<br><a href=\"javascript:clanopen($post[clan])\">$clan[title]</a>";
}
// END SHOW CLAN
STEP 2:
Open *FORUMROOT*/misc.php
FIND:
?>
ADD RIGHT ABOVE THAT:
// ############################### start users ###############################
if ($action=="clanusers") {
$templatesused = "clanusers,clanusersbit";
include("./global.php");
$clanusers = '';
$users = $DB_site->query("SELECT * FROM user WHERE clan='$clanid'");
$usertotal=$DB_site->query("SELECT COUNT(*) AS total FROM user WHERE clan=$clanid");
while ($clanusers=$DB_site->fetch_array($users)) {
if (($counter++ % 2) != 0) {
$backcolor="{firstaltcolor}";
$bgclass="alt1";
} else {
$backcolor = "{secondaltcolor}";
$bgclass="alt2";
}
eval("\$clanuserlist .= \"".gettemplate("clanusersbit")."\";");
}
while ($totalusers = $DB_site->fetch_array($usertotal)) {
$allusertotal += $totalusers[total];
$allusertotal = number_format($allusertotal);
eval("dooutput(\"".gettemplate("clanusers")."\");");
}
}
FINAL STEP:
ENTER YOUR ADMIN CP, GO INTO THE STYLE YOU WILL HAVE THIS IN, THEN GO TO THE "HEAD INSERT" TEXT FIELD.
FIND:
.sf {
FONT-FAMILY: verdana, arial, helvetica, sans-serif;
FONT-SIZE: 10px;
}
</style>
ADD BELOW:
<script language="javascript" type="text/javascript">
<!--
function clanopen(clanid) {
window.open("misc.php?s=$session[sessionhash]&action=clanusers&clanid="+clanid,"_blank","toolbar=no,location=no,menubar=no,scrollbars=yes,w idth=200,height=275,resizeable=no,status=no")
}
// -->
</script>
Wow, wasn't that easy :banana:
THere's a demo HERE (http://www.blindedstorms.com/vb/showthread.php?threadid=121)
Click on the clan name (liver)
subu1
04-14-2003, 06:18 AM
hey;) its verry nice and ist good for my Counterstrike Clan, but how can i (in the Postbit) Link for my User to other/or all Clan Groups?
look in the Pic what i mean
http://www.blindedstorms.com/allclansscreen.jpg
thxxx;)
and greetz subu1 *clickinstall*
Dean C
04-14-2003, 09:32 AM
I see you got it fixed ;) Good hack!
- miSt
Esorcista
04-14-2003, 09:51 AM
I installed it, good hack, but i get a problem:
I have a clan with 2 leaders...
Any idea?
Thanks!
subu1
04-14-2003, 10:11 AM
ok i have a bug too, if i have a leader with the Name Tobsta[LA] i don't see him, but i see anothen Leader with the Name Cronos[LA]
The one Leadername is ok, the other not, why???
The_Cyberdemon
04-14-2003, 01:12 PM
If the name is not entered correctly, it WILL NOT show up. Otherwise, it should not be a problem.
NOTE: THe leadername will not show up if it is not a registered user!
If you'd like, i can tell you how to make it so it doesn't have to be a registered user to be a clan leader.
hey its verry nice and ist good for my Counterstrike Clan, but how can i (in the Postbit) Link for my User to other/or all Clan Groups?
You can link to the clan page from anywhere. http://www.*yourdomainname*/*yourforum*/showclans.php
I.E. http://www.blindedstorms.com/forums/showclans.php
Oh, and if you'd like all postbits to link to a certain clan, do this:
--If you installed the optional thing--
Go into the *forumroot*/admin/functions.php file.
Find:
$showuserclan = "Clan:<br><a href=\"java script:clanopen($post[clan])\">$clan[title]</a>";
And change it to:
$showuserclan = "Clan:<br><a href=\"java script:clanopen(CLANID)\">CLAN NAME</a>";
NOTE: CLANID should be replaced with (when you enter this) the Clan ID of the clan you want it to link to. Find out by going to the showclans.php page (said above), then click on the name of the clan you want to see. at the top, it will be in a format like this:
*domainname*.com/*forumroot*/showclans.php?what=users&clanid=1
See where it says clan id? That's what you want to put in the CLANID spot. In the CLAN NAME spot, put the name of the clan.
IF YOU DO NOT HAVE THE OPTIONAL HACK INSTALLED:
FIND:
$showuserclan = "Clan:<br><a href=\"showclans.php?s=$session[sessionhash]&what=users&clanid='$post[clan]'\">$clan[title]</a>";
CHANGE IT TO:
$showuserclan = "Clan:<br><a href=\"showclans.php?s=$session[sessionhash]&what=users&clanid='CLANID'\">CLAN NAME</a>";
Remember to replace the CLANID and CLAN NAME like what was said above
I have a clan with 2 leaders...
Well, you (or I) could always make a mod on it, but that would cause a different problem: The user would only be allowed to be the leader of ONE clan.
subu1
04-14-2003, 03:58 PM
oh , i see it, sorry that was not the correckly Username, but now it works.
But my another Problem now is, if i have two clangroups and user one have clanid 1 and user two have clanid 2 . How must write the link for the postbit, each user has quasi his own left for his clan in the post office bits.
This is for one clan
$showuserclan = "Clan:<br><a href=\"showclans.php?s=$session[sessionhash]&what=users&clanid='1'\">War NAME</a>";
and the another clangroup??
sorry for my bad english
subu1;)
The_Cyberdemon
04-14-2003, 04:06 PM
Umm, the way it is default (the way you installed it), the link in the postbit is to the users clan. If that's what you mean by your question, set it back to the default.
subu1
04-14-2003, 04:43 PM
hi i am stupid its work easy, I came in disorder only by the user name.
greetz and thxx for your Hack;)
The_Cyberdemon
04-14-2003, 04:49 PM
I still do recommend the optional install, it makes it look better... muhahaha.
Oh, and when i finish up with what DigitalDesktops' addition, the final install file will have the option of installing either one, the basic or the multi rank. It'll be pretty cool.
If there is anything you would like to request, let me know, i wan't to make this as cool as possible.
I'm also going to add a "pick from list" of clans instead of password thing as well.
The_Cyberdemon
04-14-2003, 06:40 PM
Okay, here's what i plan to add in the final hack:
[list=1] Multiple Clan Memberships Pick Clan From List Get admitted to a clan only on approval of leader (request with a special type of pm) Clan Leader CP Clan Level System (Clan Leader CP addon)[/list=1]
Anything else i should do?
sonic3d
04-14-2003, 06:46 PM
thats all sounds good to me.
maybe for an addon: if u get out of a clan u lose money?
also i tried the addon and it doesn;t work. i get this as a link
http://www.rpgadvance.com/forum/java%20script:clanopen(1)
l8er
sonic
The_Cyberdemon
04-14-2003, 07:59 PM
OOps, stupid mistake on my end.
It's
javascript:clanopen($post[clan])
Not
java script:clanopen($post[clan])
I accidentaly put a space in it. my mistake. sorry.
Edit: I actually posted it correctly, but something about the "[code]" tag make javascript become java script.here's what it should read:
javascript:clanopen($post[clan])
Edit 2: It did the same thign? WTF? Here:
javascript:clanopen($post[clan])
Edit 3: OH MY GOD! it won't work. I'm reporting this. Just no that there is no space in "javascript"
DigitalDesktops
04-15-2003, 12:04 AM
Yesterday at 03:57 AM The_Cyberdemon said this in Post #21 (https://vborg.vbsupport.ru/showthread.php?postid=381792#post381792)
NEW OPTIONAL ADDITION!
This changes the link in the postbit (it links to the clan page) to a javascript popup sorta like when you click the number of users that have installed a hack. Here's what to do:
STEP 1:
OPEN *FORUMROOT*/admin/functions.php
FIND:
// SHOW CLAN START
global $DB_site;
$clanfetch=$DB_site->query("SELECT * FROM clan WHERE clanid='$post[clan]'");
$clan=$DB_site->fetch_array($clanfetch);
if ($post[clan]==0 OR !$post[clan]) {
$showuserclan = "Not in Clan";
} else {
$showuserclan = "Clan:<br><a href=\"showclans.php?s=$session[sessionhash]&what=users&clanid='$post[clan]'\">$clan[title]</a>";
}
// END SHOW CLAN
REPLACE THE ENTIRE THING WITH:
// SHOW CLAN START
global $DB_site;
$clanfetch=$DB_site->query("SELECT * FROM clan WHERE clanid='$post[clan]'");
$clan=$DB_site->fetch_array($clanfetch);
if ($post[clan]==0 OR !$post[clan]) {
$showuserclan = "Not in Clan";
} else {
$showuserclan = "Clan:<br><a href=\"javascript:clanopen($post[clan])\">$clan[title]</a>";
}
// END SHOW CLAN
STEP 2:
Open *FORUMROOT*/misc.php
FIND:
?>
ADD RIGHT ABOVE THAT:
// ############################### start users ###############################
if ($action=="clanusers") {
$templatesused = "clanusers,clanusersbit";
include("./global.php");
$clanusers = '';
$users = $DB_site->query("SELECT * FROM user WHERE clan='$clanid'");
$usertotal=$DB_site->query("SELECT COUNT(*) AS total FROM user WHERE clan=$clanid");
while ($clanusers=$DB_site->fetch_array($users)) {
if (($counter++ % 2) != 0) {
$backcolor="#13486D";
$bgclass="alt1";
} else {
$backcolor = "#1C5780";
$bgclass="alt2";
}
eval("\$clanuserlist .= \"".gettemplate("clanusersbit")."\";");
}
while ($totalusers = $DB_site->fetch_array($usertotal)) {
$allusertotal += $totalusers[total];
$allusertotal = number_format($allusertotal);
eval("dooutput(\"".gettemplate("clanusers")."\");");
}
}
FINAL STEP:
ENTER YOUR ADMIN CP, GO INTO THE STYLE YOU WILL HAVE THIS IN, THEN GO TO THE "HEAD INSERT" TEXT FIELD.
FIND:
.sf {
FONT-FAMILY: verdana, arial, helvetica, sans-serif;
FONT-SIZE: 10px;
}
</style>
ADD BELOW:
<script language="javascript" type="text/javascript">
<!--
function clanopen(clanid) {
window.open("misc.php?s=$session[sessionhash]&action=clanusers&clanid="+clanid,"_blank","toolbar=no,location=no,menubar=no,scrollbars=yes,w idth=200,height=275,resizeable=no,status=no")
}
// -->
</script>
Wow, wasn't that easy :banana:
THere's a demo HERE (http://www.blindedstorms.com/vb/showthread.php?threadid=121)
Click on the clan name (liver)
in misc.php it says:
$templatesused = "clanusers,clanusersbit";
I don't have those templates. :(
subu1
04-15-2003, 04:15 AM
Yesterday at 08:34 PM The_Cyberdemon said this in Post #31 (https://vborg.vbsupport.ru/showthread.php?postid=382150#post382150)
Okay, here's what i plan to add in the final hack:
[list=1]
Multiple Clan Memberships
Pick Clan From List
Get admitted to a clan only on approval of leader (request with a special type of pm)
Clan Leader CP
Clan Level System (Clan Leader CP addon)
[/list=1]
Anything else i should do?
wowww, thats super addons, i waiting for :-)))))))
greetz subu1
The_Cyberdemon
04-15-2003, 05:17 AM
i'm going on vacation the day after tomorrow, so this may take some time, but they will be released
sonic3d
04-15-2003, 06:11 PM
Yesterday at 03:53 PM The_Cyberdemon said this in Post #33 (https://vborg.vbsupport.ru/showthread.php?postid=382171#post382171)
OOps, stupid mistake on my end.
It's
javascript:clanopen($post[clan])
Not
java script:clanopen($post[clan])
I accidentaly put a space in it. my mistake. sorry.
Edit: I actually posted it correctly, but something about the "[code]" tag make javascript become java script.here's what it should read:
Edit 2: It did the same thign? WTF? Here:
javascript:clanopen($post[clan])
Edit 3: OH MY GOD! it won't work. I'm reporting this. Just no that there is no space in "javascript"
ok i changed it and the link is right but there isn;t ne pop ups or nething when i click on it. i have added the code in misc.php
l8er
sonic
The_Cyberdemon
04-15-2003, 06:25 PM
ok i changed it and the link is right but there isn;t ne pop ups or nething when i click on it. i have added the code in misc.php
HUGE mistake on my end. HUGE. I forgot to show you what templates to add... lol. That's pretty sad of me. Without the templates, nothing should show up, so here they are:
TEMPLATE 1:
NAME: clanusers
CONTENT:
<html>
<head>
<title>$bbtitle Clanusers?</title>
$headinclude
<script language="Javascript">self.focus();</script>
</head>
<body>
<table cellpadding="10" cellspacing="0" border="0" bgcolor="{pagebgcolor}" width="100%"><tr><td>
<table cellpadding="4" cellspacing="1" border="0" bgcolor="{tablebordercolor}" width="100%">
<tr>
<td colspan="2" bgcolor="{categorybackcolor}"><normalfont color="{categoryfontcolor}"><b>Total Users: $allusertotal</b></normalfont></td>
</tr>
<tr>
<td bgcolor="{tableheadbgcolor}" width="100%"><smallfont color="{tableheadtextcolor}">User</smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}">Posts</smallfont></td>
</tr>
$clanuserlist
<tr>
<td bgcolor="{tableheadbgcolor}" colspan="2" align="center">
<a href="javascript:self.close();"><smallfont color="{tableheadtextcolor}">[ Close Window ]</smallfont></a>
</td>
</tr>
</table>
</td></tr></table>
</body>
</html>
TEMPLATE 2:
NAME: clanusersbit
CONTENT:
<tr>
<td bgcolor="$backcolor">
<normalfont>
<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$clanusers[userid]" target="_blank">$clanusers[username]</a>
</normalfont></td>
<td bgcolor="$backcolor"><normalfont>$clanusers[posts]</normalfont></td>
</tr>
It should be fixed if you do that.
I would like to request that the creation of a new clan also has the option to create a private clan forum for members only in a preset catergory like "Clan Forums" I would suggest this as an addon as not everyone would need this feature.
Okay, this shouldn't take long.
NOTE: remember to change all of the "java script" things to "javascript". That's pretty annoying, isn't it.
Jagang
04-15-2003, 08:30 PM
Yesterday at 06:43 PM The_Cyberdemon said this in Post #30 (https://vborg.vbsupport.ru/showthread.php?postid=382113#post382113)
If there is anything you would like to request, let me know, i wan't to make this as cool as possible.
I'm also going to add a "pick from list" of clans instead of password thing as well.
I would like to request that the creation of a new clan also has the option to create a private clan forum for members only in a preset catergory like "Clan Forums" I would suggest this as an addon as not everyone would need this feature.
kaotic
04-15-2003, 08:38 PM
Today at 10:24 PM Jagang said this in Post #38 (https://vborg.vbsupport.ru/showthread.php?postid=382671#post382671)
I would like to request that the creation of a new clan also has the option to create a private clan forum for members only in a preset catergory like "Clan Forums" I would suggest this as an addon as not everyone would need this feature.
I was thinking the same thing. This feature would make it even better. I can obviously do this myself, but I think it would be better if the clan leaders could decide to open it/close it and pick the name/description that they want on their own. Also, I already have a forum called "Hosted Organizations" in which I set up a subforum for each clan. I prefer subforums rather than base forums in order to keep the index smaller.
The_Cyberdemon
04-16-2003, 01:13 AM
Oh, and by the way, i will be gone until 4/21/03 (Monday) so i can't get this stuff done until then. Sorry 'bout that.
DigitalDesktops
04-16-2003, 01:21 AM
in the clanusers template, change:
<a href="javascript:self.close();"><smallfont color="#EEEEFF">[ Close Window ]</smallfont></a>
to
<a href="javascr!pt:self.close();"><smallfont color="#EEEEFF">[ Close Window ]</smallfont></a>
^^! = i
great addon The_Cyberdemon :)
sonic3d
04-16-2003, 01:30 AM
DigitalDesktops does the addon work for you. it doesn't for me. i will go and check to make sure i put everything right.
l8er
sonic
DigitalDesktops
04-16-2003, 01:33 AM
Today at 03:30 AM sonic3d said this in Post #43 (https://vborg.vbsupport.ru/showthread.php?postid=382780#post382780)
DigitalDesktops does the addon work for you. it doesn't for me. i will go and check to make sure i put everything right.
l8er
sonic
whats the problem with it?
sonic3d
04-16-2003, 01:35 AM
it doesn't pop up. its"javascript"
l8er
sonic
DigitalDesktops
04-16-2003, 01:37 AM
did you add the code in misc.php?
sonic3d
04-16-2003, 01:45 AM
yeah. i followed the instruction right. it could be interferring with another hack.
l8er
sonic
sonic3d
04-16-2003, 01:50 AM
nevermind. i got it now.
l8er
sonic
solent
04-16-2003, 02:16 PM
First of all i must say that this hack is perfect at least for my site is one of the best hack together with server status.
anyway i have installed this hack and it worked liked a charm without any problems at all on vbulletin 2.3.0 but when i click on showclans.php my clans are not center in my page. like here have a look http://212.31.114.2/forums/showclans.php
is there anything that i can do to make go in the center of the table and at the top of it?
thank you again.
good job
The_Cyberdemon
04-17-2003, 02:15 PM
(i'm still away right now)
I think it's because of those thigns at the side of your forum, that may do something. If you'd like, find all the <TD> things, and put in valign=top. should hlep.
drumsy
04-17-2003, 04:13 PM
What's up with the display on showclans.php. There was an attachement earlier that showed the same problem I'm having, and it's also in the demo screenshots. The left side of my table is invisible, the black line. How can we get that black line back in there?
sonic3d
04-17-2003, 04:27 PM
yeah i noticed that too but i didn't care that much.
l8er
sonic
drumsy
04-17-2003, 04:34 PM
Also, where's the forumjump? I see the bit in the templates but where is it?
Legendary Kid
04-18-2003, 01:12 AM
I don't know if this was asked but wqill this work on vB 2.2.9?
The_Cyberdemon
04-18-2003, 01:24 AM
well, i haven't looked over the 2.2.9 db. I don't see why not, but if you get some odd errors, i'll see what i can do to help.
Sonic and Drumsy:
i noticed that and i have no idea why it doesn't show up. I tried to correct that, but didn't work.
drumsy:
i think i forgot to makethe forumjump code in the showclans.php page. Dunno. I'll look if you'd like.
sonic3d
04-18-2003, 04:09 PM
i have mines installed on 2.2.9, so it works.
l8er
sonic
UnholyWa
04-18-2003, 05:17 PM
Great Hack!!
But may I ask how to intract with Hotel Hack?
ciqala
04-19-2003, 12:53 AM
I run a hiphop forum so i just did a global replace on all the files from clan to crew :) great hack!
it would be cool if this could be integrated into lesanes store hack so people can 'buy' their own clan/crew (they specify the password and it creates the clan automatically) AND automatically have a sub-forum created with access for those who are part of the clan (and the admin/mods of course :) ).
its a pretty major mod but that would be very very useful (& cool :) )
SavgeDusk
04-19-2003, 08:16 PM
Great hack! I was wondering, could this be an add-on to the RPG Integration Battle hack thing? This would be really cool to add in. :D
I'm going to install it either way, I know my members will love it, they've been wanting something like this for their battles.
The_Cyberdemon
04-19-2003, 10:45 PM
I could probably make all these requests, but i have none of the other large hacks, too threatening to my db. Try and ask for an addon in the hack requests forum. Still in Miami so i can't work on anything. Really sorry about the delays. I'll get back to work right when i get home (monday)
Hobbes
04-20-2003, 01:20 AM
I installed this hack....but when I had to add $showuserclan<br> to the postibt template, it wouldnt show up...i tried everything...and still no luck...this was on 2.2.6, btw...but yeah....
is the download updated to the most recent adjustments and bugs recently posted?
i was told to find
$post[avatar]<p>
and all i have is...
<td align="center"><p align="left"><font color="#05335F"><b>
<font color="#FFFFFF" face="Verdana" size="2">$storeextraglow</font><font color="#FFFFFF" face="Tahoma"><font face="verdana, arial, helvetica" size="2" > </font></font></b></font><font face="Verdana">
<span style="font-size: 9pt">$rpggenderimage</span></font><font face="Tahoma"><br>
<b> <font style="font-size: 9pt" >$post[usertitle]</font></b></font><span style="font-size: 9pt">
</span>
<br>
<font face="Arial"><span style="font-size: 7pt">$post[avatar]</span></font>
<br><br>
</td>.....
any help on how i could install $showuserclan<br> in the above template successfully ???
ehhhh?
and also, when I change my password in my usercp, it says I 'am not in a clan'....?
Almax
04-20-2003, 07:39 PM
yup cheers the cyberdemon for the hack m8 ;)
good work bud
is it bug free ??
SavgeDusk
04-20-2003, 09:17 PM
I know you said to ask in the Hack Requests forum, but I don't seem the point. ^^;; I have a quick suggestion. :D
Could it be possible to make it so members can be on more than 1 clan? I think this would be great. And my members were wondering the same.
Also, how about clan alliances? Like, the leader of the clan can input names or passwords of the clans they're allied with in their profile or someting. And it would appear in their postbit as well as in the showclans.php page. Looking something like..
= postbit =
Clan: Clan Name[1], Clan Name[2] (if in more than one)
Clan Allies: Clan Name[1], Clan Name[2]
Etc. :D But for Clan Allies, it would only show on the Leader's post bit. For regular members, just what Clans they're in.
And maybe in the leader's postbit, it would say if they're the leader or not.
= showclans.php =
Clan Name Leader Clan Allies Contact
Sorry if this is a lot of trouble, but just thought I'd ask before I forgot. This would be really neat and be put into good use on my boards. -- If I knew how to code it, I would.
The_Cyberdemon
04-21-2003, 09:14 PM
i was told to find
quote:
$post[avatar]<p>
and all i have is...
quote:
<td align="center"><p align="left"><font color="#05335F"><b>
<font color="#FFFFFF" face="Verdana" size="2">$storeextraglow</font><font color="#FFFFFF" face="Tahoma"><font face="verdana, arial, helvetica" size="2" > </font></font></b></font><font face="Verdana">
<span style="font-size: 9pt">$rpggenderimage</span></font><font face="Tahoma"><br>
<b> <font style="font-size: 9pt" >$post[usertitle]</font></b></font><span style="font-size: 9pt">
</span>
<br>
<font face="Arial"><span style="font-size: 7pt">$post[avatar]</span></font>
<br><br>
</td>
.....
any help on how i could install
Heh. Well, this is because you have edited the postbit previously, so it is different than the default. I do see a $post[avatar], but it doesn't have the <p> after it. THat's because the line of code has been changed. Sooo..., i would go ahead and put the new code under the
<font face="Arial"><span style="font-size: 7pt">$post[avatar]</span></font>
<br>
between the <br>s.
SAVAGEDUSK:
Okay, i am going to create a "user can be in multiple clans" thing, but it really makes the code a lot more complicated an a lot less compatible with other stuff. I have to redo the whole clan database system for that to work. And the way it must be done, i cannot add to much extra stuff. So the way it will be is, you can either pick to have users can be in multiple clans, but it has very few features, or you can pick users can only be in one clan at a time and have tons of features.
I am currently looking for a better way to make it so users can be in multiple clans so you can have more features. The big problem i'm having is being able to list multiple variables in one cell.
I AM BACK FROM MIAMI AND HAVE STARTED WORKING ON ADDITIONS
Hobbes
04-21-2003, 09:24 PM
Today at 02:14 PM The_Cyberdemon said this in Post #64 (https://vborg.vbsupport.ru/showthread.php?postid=385290#post385290)
I AM BACK FROM MIAMI AND HAVE STARTED WORKING ON ADDITIONS
awesome.
and btw, I figured out what to do in my postbit ;) thanks :D
* Anguish anxiously awaits additions
drumsy
04-21-2003, 11:26 PM
Today at 05:14 PM The_Cyberdemon said this in Post #64 (https://vborg.vbsupport.ru/showthread.php?postid=385290#post385290)
Heh. Well, this is because you have edited the postbit previously, so it is different than the default. I do see a $post[avatar], but it doesn't have the <p> after it. THat's because the line of code has been changed. Sooo..., i would go ahead and put the new code under the
between the <br>s.
SAVAGEDUSK:
Okay, i am going to create a "user can be in multiple clans" thing, but it really makes the code a lot more complicated an a lot less compatible with other stuff. I have to redo the whole clan database system for that to work. And the way it must be done, i cannot add to much extra stuff. So the way it will be is, you can either pick to have users can be in multiple clans, but it has very few features, or you can pick users can only be in one clan at a time and have tons of features.
I am currently looking for a better way to make it so users can be in multiple clans so you can have more features. The big problem i'm having is being able to list multiple variables in one cell.
I AM BACK FROM MIAMI AND HAVE STARTED WORKING ON ADDITIONS
Thank you for the work you put into this hack. I would like to see multiple users and lots of features if possible, but if not, member of only one clan and lots of features! :)
kaotic
04-21-2003, 11:57 PM
Today at 12:26 AM drumsy said this in Post #66 (https://vborg.vbsupport.ru/showthread.php?postid=385339#post385339)
Thank you for the work you put into this hack. I would like to see multiple users and lots of features if possible, but if not, member of only one clan and lots of features! :)
I agree with drumsy.
The_Cyberdemon
04-22-2003, 12:13 AM
As i said eariler, i'm working on it, and i'll give updates and screenies on the way!
Hobbes
04-22-2003, 12:37 AM
Today at 04:57 PM kaotic said this in Post #67 (https://vborg.vbsupport.ru/showthread.php?postid=385351#post385351)
I agree with drumsy.
I think almost all of us do :D :lick: :lick: :lick: :lick:
but we shalt umm let the_cyberdemon work in peace! bwaha:D :ninja:
Hobbes
04-22-2003, 07:29 PM
also!!!
i was wondering if it would be possible for it to show in the profile view...???
*help*????
The_Cyberdemon
04-22-2003, 08:09 PM
I can add that :p
Hobbes
04-22-2003, 08:10 PM
*dances* awesome:D
solent
04-23-2003, 01:25 PM
04-16-03 at 05:16 PM solent said this in Post #49 (https://vborg.vbsupport.ru/showthread.php?postid=382936#post382936)
First of all i must say that this hack is perfect at least for my site is one of the best hack together with server status.
anyway i have installed this hack and it worked liked a charm without any problems at all on vbulletin 2.3.0 but when i click on showclans.php my clans are not center in my page. like here have a look http://212.31.114.2/forums/showclans.php
is there anything that i can do to make go in the center of the table and at the top of it?
thank you again.
good job
this works with mozila i mean in mozila the line on the right shows up just fine but with ie it dosent maybe is my ie version.
anyway i am using ie 6 sp1 and vbulletin2.3.0 and mozila 1.3
it aint that big deal but just wanted to mentioned that out.
Roody
04-23-2003, 03:55 PM
I must be totally blind here. Doesnt it link to the new clan section somewhere on the boards? Or do we have to link to showclans.php?
drumsy
04-23-2003, 04:32 PM
Today at 11:55 AM Roody said this in Post #74 (https://vborg.vbsupport.ru/showthread.php?postid=385968#post385968)
I must be totally blind here. Doesnt it link to the new clan section somewhere on the boards? Or do we have to link to showclans.php?
You can create a link anywhere on the boards to link to showclans.php, otherwise when a member clicks the clan link of a clan member in their profile, it will take you to showclans.php
Koutaru
04-23-2003, 04:48 PM
I like the buy a clan idea :) so I won't have to do it manually
Also, in order to join a clan, one must pay. In order to leave, they must pay also. The price could be set via Admin CP. The paid money goes to the clan owner ;)
I'd love to see this,
Nice hack! I'll definately install once I can get the right mods for it.
Roody
04-23-2003, 05:07 PM
Today at 12:32 PM drumsy said this in Post #75 (https://vborg.vbsupport.ru/showthread.php?postid=385987#post385987)
You can create a link anywhere on the boards to link to showclans.php, otherwise when a member clicks the clan link of a clan member in their profile, it will take you to showclans.php
Okee dokee, thanks for the info. :)
The_Cyberdemon
04-23-2003, 09:43 PM
Today at 12:48 PM Koutaru said this in Post #76 (https://vborg.vbsupport.ru/showthread.php?postid=385999#post385999)
I like the buy a clan idea :) so I won't have to do it manually
Also, in order to join a clan, one must pay. In order to leave, they must pay also. The price could be set via Admin CP. The paid money goes to the clan owner ;)
I'd love to see this,
Nice hack! I'll definately install once I can get the right mods for it.
Okay. Umm, money? Is this related to Lesane's store hack? If so, i don't have it installed, too much trouble for me. Well, it should be simple to make a mod where money is charged.
UPDATE: Clan Leader Control Panel Status
------------------------------------------------------
- Looks a lot like mod cp panel, but with other features for the clan.
- Extremely customizible. Administrators can set what the clan leaders can do. Very Cool.
- Clan CP is extremely easy to install. :)
------------------------------------------------------
End Update
solent
04-23-2003, 09:54 PM
Okay. Umm, money? Is this related to Lesane's store hack? If so, i don't have it installed, too much trouble for me. Well, it should be simple to make a mod where money is charged.
UPDATE: Clan Leader Control Panel Status
------------------------------------------------------
- Looks a lot like mod cp panel, but with other features for the clan.
- Extremely customizible. Administrators can set what the clan leaders can do. Very Cool.
- Clan CP is extremely easy to install.
------------------------------------------------------
End Update
so do we have to re download the .zip file from your first post to get the new updates??
kaotic
04-23-2003, 10:33 PM
I think he was just letting us know his progress thus far. ;)
The_Cyberdemon
04-23-2003, 11:53 PM
Nothing in this thread for dls will be uploaded. I talked to the admins. What i do is, make a new thread in full releases, and create a new entry in the hack database. Then, delete the old hack. When i'm done, you can DL the stuff.
Jagang
04-24-2003, 01:32 AM
Yesterday at 10:43 PM The_Cyberdemon said this in Post #78 (https://vborg.vbsupport.ru/showthread.php?postid=386124#post386124)
Okay. Umm, money? Is this related to Lesane's store hack? If so, i don't have it installed, too much trouble for me. Well, it should be simple to make a mod where money is charged.
UPDATE: Clan Leader Control Panel Status
------------------------------------------------------
- Looks a lot like mod cp panel, but with other features for the clan.
- Extremely customizible. Administrators can set what the clan leaders can do. Very Cool.
- Clan CP is extremely easy to install. :)
------------------------------------------------------
End Update
I think the hack they are refering to is Bitsys's RPG Intergration Hack and it's Itemshop. I as well would like to see this. Once you finish the hack you may want to ask Bitsys to intergrate your hack into his as it already has every other RPG hack built into it. The clans was the last thing it lacked. I have noticed in his thread he has been pointing people who need a clan option to this thread. A merger might be a good thing. ;)
Hobbes
04-24-2003, 05:55 AM
Today at 06:32 PM Jagang said this in Post #82 (https://vborg.vbsupport.ru/showthread.php?postid=386219#post386219)
I think the hack they are refering to is Bitsys's RPG Intergration Hack and it's Itemshop. I as well would like to see this. Once you finish the hack you may want to ask Bitsys to intergrate your hack into his as it already has every other RPG hack built into it. The clans was the last thing it lacked. I have noticed in his thread he has been pointing people who need a clan option to this thread. A merger might be a good thing. ;)
worddd....i also agree :bunny: :bunny: :bunny: :chinese: :ninja:
kaotic
04-24-2003, 11:31 AM
Or maybe you could just integrate it with the store hack... I mean, the RPG Integration Hack gives the option to use the store hack as the currency anyway, right?
Hobbes
04-24-2003, 04:46 PM
yeah.....or he could have it for the (1) the store hack, or (2) the rpg integration itemshop ^__^
sonic3d
04-24-2003, 06:04 PM
maybe some ppl don't use the store hack
l8er
sonic
The_Cyberdemon
04-24-2003, 07:12 PM
When i finish version 2, i'll talk to bitsy and see what we can do =)
Koutaru
04-24-2003, 07:15 PM
Awesome, looking forward to that :)
The_Cyberdemon
04-25-2003, 12:51 AM
Request registration for clan screenie:
http://www.blindedstorms.com/clanreg.jpg
Hobbes
04-25-2003, 01:00 AM
niceeee......:D
EDIT:
i had more joy to express......THATS WICKED I CANT WAIT :D
DigitalDesktops
04-25-2003, 01:23 AM
It looks awesome Cyberdemon! :) Nice Job.
The_Cyberdemon
04-25-2003, 01:26 AM
:smoke:
Koutaru
04-25-2003, 01:46 AM
Sweet :) nice ^^;;
sonic3d
04-25-2003, 02:56 AM
can't wait until it comes out.
l8er
sonic
solent
04-25-2003, 07:29 AM
2 words.
simply perfect
one of the coolest hacks i have ever seen.
me cant wait. :D :D :D
Roody
04-25-2003, 01:23 PM
Yesterday at 09:51 PM The_Cyberdemon said this in Post #89 (https://vborg.vbsupport.ru/showthread.php?postid=386712#post386712)
Request registration for clan screenie:
http://www.blindedstorms.com/clanreg.jpg
Nice work Cyberdemon. Very nice :)
SavgeDusk
04-25-2003, 07:11 PM
Looks really good, The_Cyberdemon! I can't wait til it's all released. :D
One question tho, since there's a major addition of features and stuff, would I have to remove the previous version to install the new one? Or is there an upgrade? ^^;
Hobbes
04-25-2003, 07:14 PM
Today at 01:11 PM SavgeDusk said this in Post #97 (https://vborg.vbsupport.ru/showthread.php?postid=387064#post387064)
Looks really good, The_Cyberdemon! I can't wait til it's all released. :D
One question tho, since there's a major addition of features and stuff, would I have to remove the previous version to install the new one? Or is there an upgrade? ^^;
I was wondering the same thing....:P...
perhaps a
(1) new install script and
(2) upgrade script :P...
i was assuming I'd have to uninstall the previous though :P
SavgeDusk
04-25-2003, 07:23 PM
Yea, I'm thinking uninstall too. :P
But if we'd have to do that, I'm sure he'll write instructions. :D *nudge*
Though, a script would be better. :]
The_Cyberdemon
04-26-2003, 01:04 AM
okay. Now, i'll make an upgrade script, but the problem will be, you can't upgrade from a one-clan-only to a multi-clan system. But, otherwise, it should be okay. So, should i redo the old install thing and make it look better or something?
OH, almost forgot! Here's the clan leader interface panel. It's just a demo, so you can't screw my site up, lol. It will be updated whenever i update the one i'm working on, so check it regularly, cuz it should have a new feature or something. It's an upgrade-as-i-go demo, lol.
INSTRUCTIONS:
1. Go to http://www.blindedstorms.com/vb/cleader
2. Username = demo | Pass = Demo
3. Have fun but try not to screw it over.
DigitalDesktops
04-26-2003, 01:09 AM
Today at 03:04 AM The_Cyberdemon said this in Post #100 (https://vborg.vbsupport.ru/showthread.php?postid=387199#post387199)
okay. Now, i'll make an upgrade script, but the problem will be, you can't upgrade from a one-clan-only to a multi-clan system. But, otherwise, it should be okay. So, should i redo the old install thing and make it look better or something?
OH, almost forgot! Here's the clan leader interface panel. It's just a demo, so you can't screw my site up, lol. It will be updated whenever i update the one i'm working on, so check it regularly, cuz it should have a new feature or something. It's an upgrade-as-i-go demo, lol.
INSTRUCTIONS:
1. Go to http://www.blindedstorms.com/vb/cleader
2. Username = demo | Pass = Demo
3. Have fun but try not to screw it over.
Looks great so Far Cyberdemon! Keep up the great work. :)
Hobbes
04-26-2003, 01:16 AM
Today at 07:04 PM The_Cyberdemon said this in Post #100 (https://vborg.vbsupport.ru/showthread.php?postid=387199#post387199)
okay. Now, i'll make an upgrade script, but the problem will be, you can't upgrade from a one-clan-only to a multi-clan system. But, otherwise, it should be okay. So, should i redo the old install thing and make it look better or something?
OH, almost forgot! Here's the clan leader interface panel. It's just a demo, so you can't screw my site up, lol. It will be updated whenever i update the one i'm working on, so check it regularly, cuz it should have a new feature or something. It's an upgrade-as-i-go demo, lol.
INSTRUCTIONS:
1. Go to http://www.blindedstorms.com/vb/cleader
2. Username = demo | Pass = Demo
3. Have fun but try not to screw it over.
1 word for you man....1 word!!!
AWESOME :)
i cant wait :D
Koutaru
04-26-2003, 01:55 AM
This is great!!! :) The_Cyberdemon, you must have worked hard on this -- I can't wait to see the finished product
*still grinning*
Nice!
[t4e]Kicks
04-26-2003, 02:19 AM
Kicks]I can't believe I missed this when it came out. I can't wait until version two comes out :D
Not sure if I caught this, but will the next version have a way to sort the users by rank?
ie
Leader
Co-Leader
membera
memberb
memberc
and so on?
I love what you've done so far, so keep up the good work :)
The_Cyberdemon
04-26-2003, 11:05 AM
sure,i can do that. I'll even let the leader choose the ranks. I hope this is okay with you guyz, but this is gonna have 4 tables added. That's not bad, considering vbulletin has about 90, but doing it this way keeps the existing tables that vbulletin makes basically untouched, sooooo...
Koutaru
04-26-2003, 11:59 AM
:) that's not that bad. It's looking nice Cyberdemon
The_Cyberdemon
04-26-2003, 12:59 PM
Okay, i have the request join clan completly finished. Works very nicely. Ummm, what i'm thinking about doing for the install is, you can keep the database, with some minor additions or changes, but ur gonna have to bascially redo all the file edits and then some, because i have revised basically everything. Sorry bout that, but it's gonna be worth it.
Hobbes
04-26-2003, 05:16 PM
woooooooo.....
awesome dude!!!!! *dances*...
I think I might just undo the whole hack....and install the new version....;)
solent
04-26-2003, 05:18 PM
is the new version attached now ??
[t4e]Kicks
04-26-2003, 05:26 PM
Kicks]4 tables is definately fine :)
Re-doing file edits is fine because I made sure to append comments around any changes I made (both file edits and template edits)
Hobbes
04-26-2003, 07:11 PM
Today at 11:26 AM [t4e]Kicks said this in Post #110 (https://vborg.vbsupport.ru/showthread.php?postid=387523#post387523)
4 tables is definately fine :)
Re-doing file edits is fine because I made sure to append comments around any changes I made (both file edits and template edits)
thats cool :D...
erm...so are you gonna uninstall it? or are you gonna like upgrade....arg....uninstall....crazy....*dies*
The_Cyberdemon
04-26-2003, 07:28 PM
Today at 02:18 PM solent said this in Post #109 (https://vborg.vbsupport.ru/showthread.php?postid=387516#post387516)
is the new version attached now ??
As i said in an earlier post, there will be a new entry in the hack database, so files will not be posted here, only screenies and demos.
Hobbes
04-26-2003, 07:52 PM
*awaits more screenshots*...
ooooooh got any more?
The_Cyberdemon
04-26-2003, 08:10 PM
uhh, sure.
http://www.blindedstorms.com/vb/showmember.jpg
This is what shows when you look at a members profile
TheEnd
04-26-2003, 09:17 PM
(*&(&&*&*^!!!! I just installed this hack last night, from first attachment, and theres already an update, GRRRR. How come under avatar, when I click clan, I get a this page cannot be forund. http://www.rec0n.com/forums/showclans.php?what=users&clanid='1' is not fonud, why?
The_Cyberdemon
04-26-2003, 09:18 PM
do the update and it won't happen
soccerclue
04-26-2003, 09:40 PM
is this hack the final hack? I mean if the newest version has been uploaded?
DigitalDesktops
04-26-2003, 11:36 PM
Yesterday at 11:40 PM soccerclue said this in Post #117 (https://vborg.vbsupport.ru/showthread.php?postid=387649#post387649)
is this hack the final hack? I mean if the newest version has been uploaded?
no, it will be posted in a new thread :). only screenies and demos will be posted in this thread
TheEnd
04-27-2003, 12:51 AM
Where can I get this update? If its a beta, ill test it.
The_Cyberdemon
04-27-2003, 01:26 AM
go through the pages, there's a link update somewhere, you'll see it.
TheEnd
04-27-2003, 06:35 AM
Meh, to lazy
The_Cyberdemon
04-27-2003, 02:10 PM
heh
The_Cyberdemon
04-27-2003, 10:39 PM
Request Clan Entrance Form:
COMPLETE
Features:
Lot's of choices
All things displayed to clan leader
Automated PMs on acceptance and request
Looks cool, lol
DigitalDesktops
04-27-2003, 11:17 PM
Today at 12:39 AM The_Cyberdemon said this in Post #123 (https://vborg.vbsupport.ru/showthread.php?postid=388198#post388198)
Request Clan Entrance Form:
COMPLETE
Features:
Lot's of choices
All things displayed to clan leader
Automated PMs on acceptance and request
Looks cool, lol
cool, i can't wait :D
Herman
04-28-2003, 12:10 AM
I get this.
Database error in vBulletin Control Panel 2.3.0:
Invalid SQL: CREATE TABLE clan (
clanid smallint(5) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
title varchar(50) NOT NULL,
pass varchar(50) NOT NULL,
leader varchar(50) NOT NULL,
)
mysql error: You have an error in your SQL syntax near ')' at line 6
mysql error number: 1064
Date: Sunday 27th of April 2003 08:10:07 PM
Script: http://www.chronoinfinity.com/forums//forums/admin/clan_install.php?s=&where=clandb
Referer:
When installing, that is ;)
*stares*
Hobbes
04-28-2003, 04:21 AM
hummm....i think it says this back nearthe first few pages...go to clan_install.php and take out the last comma after "leader varchar(50) NOT NULL" .....that may work....dont know though :p
The_Cyberdemon
04-28-2003, 08:52 PM
Lol, anguish should be my assistant, lol.
NOTE: What anguish said is correct
solent
04-28-2003, 08:56 PM
cyberdemon dunno if this is a stupid reply but anyway sorry if it is.
i have search this thread to see if there is any update on the hack found no new links of it. i have also search the hack database but i can only find version 1.
is the new version out yet or not? if yes where can i get it m8?
thanks
drumsy
04-28-2003, 09:09 PM
Today at 05:56 PM solent said this in Post #128 (https://vborg.vbsupport.ru/showthread.php?postid=388607#post388607)
cyberdemon dunno if this is a stupid reply but anyway sorry if it is.
i have search this thread to see if there is any update on the hack found no new links of it. i have also search the hack database but i can only find version 1.
is the new version out yet or not? if yes where can i get it m8?
thanks
No additional releases yet I believe! :)
The_Cyberdemon
04-28-2003, 09:44 PM
i'm working on ..::|VERSION 2|::..
That's the offical logo, btw, lol.
Hobbes
04-28-2003, 10:05 PM
* Anguish becomes official assistant....
:p
Koutaru
04-28-2003, 10:06 PM
If you need any help just pm me :) beta testing, template styling, whatever
Can't wait for the next version
Hobbes
04-29-2003, 02:31 AM
Today at 04:06 PM Koutaru said this in Post #132 (https://vborg.vbsupport.ru/showthread.php?postid=388653#post388653)
If you need any help just pm me :) beta testing, template styling, whatever
Can't wait for the next version
ditto :) :):)
* Anguish is still assistant ;)
The_Cyberdemon
04-30-2003, 12:16 AM
You two can be my beta testers. DO NOT give out any of the stuff, it is... classified. PM me your e-mail adresses and i'll send stuff to test when i get it.
Hobbes
04-30-2003, 12:31 AM
okies!!
* Anguish PM's you.
this is a great hack and will be even greater once it's completed and released!!!:D
Koutaru
04-30-2003, 01:26 AM
:)
PM sent, Thanks Cyberdemon
SavgeDusk
04-30-2003, 05:36 PM
Any idea on how long it'll be til the release of this very cool version? :]
If any other help is needed testing-wise, I'd be more than up for it. ^^
The_Cyberdemon
04-30-2003, 07:52 PM
I'm not too sure when this will be done, shouldn't be too long though. I sent out an e-mail to Koutaru and Anguish. If you get them, please say so in this thread. I'm not sure if i sent them correctly, lol.
Koutaru
04-30-2003, 07:59 PM
Email Recieved :) I just checked it. Thanks!
The_Cyberdemon
04-30-2003, 08:56 PM
okay, good, lol
Hobbes
04-30-2003, 09:32 PM
i got it! lol....:D...*awaits next email*...wheeeeee..
also, would you like me to uninstall the previous one?
The_Cyberdemon
04-30-2003, 10:48 PM
nay yet
Almax
05-01-2003, 06:21 AM
still waiting for the final thx m8
The_Cyberdemon
05-02-2003, 08:26 PM
Okay, i just finished how the clan leader sees the "user request to be in clan" page. I'll give you screenshots later, just wanna make it a bit fancier....
The_Cyberdemon
05-03-2003, 12:31 PM
Sorry it's late, but here's the screenie:
http://www.blindedstorms.com/req.jpg
----------
Okay, i have it set up, so when you decline, you can include some comments. When a user is declined, a pm is sent saying you've been declined from the clan and it shows the leader's comments. This thing is quite user-friendly.
sonic3d
05-03-2003, 01:40 PM
NICE!!!. looks very pretty. :) gj
l8er
sonic
The_Cyberdemon
05-03-2003, 01:51 PM
lol, thanks
Koutaru
05-03-2003, 02:50 PM
Nice :) Everything I'm looking for is there
The_Cyberdemon
05-03-2003, 07:09 PM
Note: 30 installs! WEEEE
Hobbes
05-03-2003, 07:58 PM
wooo :)....*waits for beta* lolll *GGGGG*
The_Cyberdemon
05-04-2003, 02:33 PM
Well, adding some minor touches, then we'll be ready for beta testing.
Hobbes
05-04-2003, 03:17 PM
w00tage....I R ready =)....and for now im not uninstallin my previous version :bunny:
The_Cyberdemon
05-04-2003, 04:10 PM
When i give you the beta, you'll need to uninstall the tables and a column ,but don't do it yet kaptain.
Hobbes
05-04-2003, 07:11 PM
okies ^__~, that wont be a problem, file edits are what bore me....downloading backup, opening beyond compare, opening dream weaver.....BAH...takes so many sys resources x.X
TheEnd
05-04-2003, 08:02 PM
maybe you should use TEXTPAD :)
The_Cyberdemon
05-04-2003, 08:32 PM
I use wordpad, but same thing.
Hobbes
05-04-2003, 09:08 PM
Meh...i like dreamweaver cuz it colors the code...and stuff...i cant stand having the code all black....:P..it's all good...i think >.>...
sonic3d
05-04-2003, 10:36 PM
not to go off topic but ultra edit is very nice.
neway, how long b4 v2 comes out?
l8er
sonic
The_Cyberdemon
05-05-2003, 01:07 AM
Version 2 will be beta tested in less than a week, so it shouldn't be too long.
DigitalDesktops
05-05-2003, 08:29 PM
Cool, I can't wait :D
solent
05-06-2003, 12:09 PM
i install a new style site in my board and now my template edits/creations for this hack are gone.
now i am running the install file to see the template instractions but nothing.
iam missing something. i remember the first time i install it, it was straight forward easy hack to install.
anyway i cannot find the template edits so anyone with them please post them in here.
thanks
Hobbes
05-06-2003, 09:25 PM
create template: Showclans_Main
with the following text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD><TITLE>$bbtitle Administration and Moderators</title>
$headinclude
</head>
<body>
$header
<!-- breadcrumb -->
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="100%"><img src="https://vborg.vbsupport.ru/vbimages/vb_bullet.gif" align="absmiddle"> <normalfont><b>$clanheader</b></normalfont></td>
</tr>
</table>
<!-- /breadcrumb -->
<hr>
<table align="center" cellpadding="4">
<tr>
<td>
<!-- show stuff -->
$showclanobject
<!-- end show stuff -->
</td>
</tr>
<tr>
<td align="center">$forumjump</td>
</tr>
</table>
$footer
</body>
</html>
create template: showclans_allclans]/i]
with the following content
<table cellpadding=0 cellspacing=0 border=0 bgcolor="#555576" align="center" width=100%><tr><td>
<table border="0" cellpadding="4" cellspacing="1" width=100%>
<tr>
<td bgcolor="#606096" width="100%" colspan="5"><normalfont color="#FFF788"><b><img src="https://vborg.vbsupport.ru/vbimages/vb_bullet.gif" align="absmiddle"> ALL CLANS </b></normalfont></td>
</tr>
<tr>
<td bgcolor="#8080A6" colspan="2"><smallfont color="#EEEEFF">Clan Name</smallfont></td>
<td bgcolor="#8080A6" colspan="2"><smallfont color="#EEEEFF">Leader</smallfont></td>
</tr>
$showallclans
</table>
</td></tr></table>
<br>
create template: [i]Showclans_allusers
with the following content--
<table cellpadding=0 cellspacing=0 border=0 bgcolor="#555576" align="center" width=100%><tr><td>
<table border="0" cellpadding="4" cellspacing="1" width=100%>
<tr>
<td bgcolor="#606096" width="100%" colspan="5"><normalfont color="#FFF788"><b><img src="https://vborg.vbsupport.ru/vbimages/vb_bullet.gif" align="absmiddle"> All users in clan $clan[title]</b></normalfont></td>
</tr>
<tr>
<td bgcolor="#8080A6" colspan="2"><smallfont color="#EEEEFF">Username</smallfont></td>
<td bgcolor="#8080A6"><smallfont color="#EEEEFF">Location</smallfont></td>
<td bgcolor="#8080A6"><smallfont color="#EEEEFF">Contact</smallfont></td>
</tr>
$showallusers
</table>
</td></tr></table>
<br>
create template: showclans_clanlist
with the following content
<tr>
<td bgcolor="$backcolor" colspan="2" nowrap><normalfont><b><a href="showclans.php?s=$session[sessionhash]&what=users&clanid=$clan[clanid]">$clan[title]</a></b></normalfont></td>
<td bgcolor="$backcolor" width=50% nowrap><normalfont>$theleader</normalfont></td>
</tr>
create template: Showclans_userlist
with the following content--
<tr>
<td bgcolor="$backcolor" nowrap colspan="2"><normalfont><b><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$clanusers">$clanusers[username]</a></b></normalfont></td>
<td bgcolor="$backcolor" nowrap><normalfont>$showloc[field2]</normalfont></td>
<td bgcolor="$backcolor" nowrap><normalfont><a href="private.php?s=&action=newmessage&userid=$clanusers[userid]"><img src="http://www.blindedstorms.com/vb/images/sendpm.gif" alt="Send a private message to $clanusers[username]!" width="55" height="17" border="0"></a></normalfont></td>
</tr>
--------------- IM not sure if u needed the template adds, but i did them anyways.
----------///
EDIT>>>>User Option Templates>>>modifyprofile
find
<tr>
<td bgcolor="#F1F1F1"><b><normalfont>Yahoo Messenger Handle:</normalfont></b></td>
<td bgcolor="#F1F1F1"><normalfont><input type="text" class="bginput" name="yahoo" value="$bbuserinfo[yahoo]" size="30" maxlength="30"></normalfont></td>
</tr>
[u]and ADD BELOW
<tr>
<td bgcolor="#F1F1F1"><b><normalfont>Clan Password:</normalfont></b><br><smallfont>Enter the password for your clan. <b>STATUS:</b> $showclanstat</smallfont></td>
<td bgcolor="#F1F1F1"><normalfont><input type="text" class="bginput" name="pickclan" value="$clanstat[pass]" size="30" maxlength="30"></normalfont></td>
</tr>
EDIT>>>Postbit Templates>>>>postbit
find
$post[avatar]<p>
and BELOW it add
$showuserclan<br>
that should work ^_~
solent
05-07-2003, 03:57 AM
Anguish thanks dude. i guess the cyberdemon is right to have you as his assisant. :D :D :D
Hobbes
05-07-2003, 09:14 PM
*dances*..
hehehe....to think i almost took the install off bookmarked XD
The_Cyberdemon
05-08-2003, 07:50 PM
wow, very nice job, Thanks a lot anguish, btw, i haven't given up on you guyz, i've had a huge project for school, sooo...
The_Cyberdemon
05-08-2003, 11:27 PM
Oh, and, if you need to see the template edits, go here:
http://*YOURDOMAINMAME*/*YOUR BOARD ROOT*/admin/clan_install.php?where=end
You will get the "headers not snet on output" or whatever error, but that doesn't affect anything.
The_Cyberdemon
05-11-2003, 11:45 AM
Okay, i have another update, something is wrong with my site, and it's not working. I'm getting a "The page cannot be displayed" error, but my ftp works, so i don't know what is going on. I'm gonna talk to my friend who i'm running the site with and see if he got any e-mails about anything.
Long story short - I can't work on the hack till it's back up
Hobbes
05-11-2003, 06:45 PM
...Nuuuuu.....that sucks...my forums were down a few days ago...:(...
hope its back soon cyberdemon =P
Koutaru
05-11-2003, 10:09 PM
:( I hope it gets back up, ^^; but it's okay
drumsy
05-12-2003, 06:07 PM
Yesterday at 08:45 AM The_Cyberdemon said this in Post #167 (https://vborg.vbsupport.ru/showthread.php?postid=393657#post393657)
Okay, i have another update, something is wrong with my site, and it's not working. I'm getting a "The page cannot be displayed" error, but my ftp works, so i don't know what is going on. I'm gonna talk to my friend who i'm running the site with and see if he got any e-mails about anything.
Long story short - I can't work on the hack till it's back up
Sounds like the same problems that vB.org had........might check out www.vbulletin.com's Chit Chat forum for more info....
The_Cyberdemon
05-12-2003, 08:11 PM
well, it came back up, but it's down again right now, i have no idea what is going on. This is really annoying.
Hobbes
05-12-2003, 08:21 PM
Today at 02:11 PM The_Cyberdemon said this in Post #171 (https://vborg.vbsupport.ru/showthread.php?postid=394270#post394270)
well, it came back up, but it's down again right now, i have no idea what is going on. This is really annoying.
thats weird :confused: :confused:
my forums are down too...:(!
The_Cyberdemon
05-14-2003, 07:34 PM
okay, well, my site seems to be up and staying up now, so i'm restarting work on the thing tonight. Beta testing coming soon!
Koutaru
05-14-2003, 07:42 PM
;) Looking forward to it
Xyphen
05-14-2003, 09:17 PM
Hey it would be good if you could integrate this with Battle System :)
DarkDraco07
05-15-2003, 01:52 AM
that is what i did with my forum.
Hobbes
05-15-2003, 03:06 AM
Today at 07:52 PM DarkDraco07 said this in Post #176 (https://vborg.vbsupport.ru/showthread.php?postid=395315#post395315)
that is what i did with my forum.
you did! :devious: :devious: :devious:
that's really cool....how? lol....i would be really interested in that....
and yeah....
maybe the_cyberdemon could make an add-on (if it seems to be popular by demand)....lol...:)...
*awaits beta*..wheeeeeeee
The_Cyberdemon
05-16-2003, 08:14 PM
Battle system integration... Hmmmmm... Once again, i don't have most of these hacks installed at my site, so i can't really make mods for them. I'm sure someone can though. Oh, and i need your opinions, which layout do we want for the clan rankings?
two choices.
1: It looks exactly like the one now, but there is an additional column labled "Status"
2: There is a seperate spot for the different ranks, like this:
----------
Leader
----------
Cyber
----------
Co-Leader(s)
----------
Mortal
Foolish
----------
Member(s)
----------
This
ooooooodl
liver
Member
-----------
SUmthing like that, i dunno.
Pick one, i'll do it
Jagang
05-16-2003, 08:27 PM
I would recommend a clan info page. Where the leaders of the clan can enter info like clan history and requirements to join etc...
Hobbes
05-16-2003, 08:30 PM
Today at 02:14 PM The_Cyberdemon said this in Post #178 (https://vborg.vbsupport.ru/showthread.php?postid=395863#post395863)
Battle system integration... Hmmmmm... Once again, i don't have most of these hacks installed at my site, so i can't really make mods for them. I'm sure someone can though. Oh, and i need your opinions, which layout do we want for the clan rankings?
two choices.
1: It looks exactly like the one now, but there is an additional column labled "Status"
2: There is a seperate spot for the different ranks, like this:
----------
Leader
----------
Cyber
----------
Co-Leader(s)
----------
Mortal
Foolish
----------
Member(s)
----------
This
ooooooodl
liver
Member
-----------
SUmthing like that, i dunno.
Pick one, i'll do it
I'd gowith the second one....but for the template jus have it be like
Leaders--~~ Cyberdemon
Co Leaders (Assistants) --~~ Anguish
Members--~~ foolish, mortal
-----
kinda like a horizontal list.
but whatever, *dies*...
:D
I wonder who could/would want to integrate it...a store integration and/or battle hack would be soooo wicked awesome lol you have no clue!!!..
this is from bitsys to meh:
I've looked at it and it would be buggy for me to try that
i suck at PHP so yeah.....:P!
DigitalDesktops
05-21-2003, 08:27 PM
I'll go with the second one also.
sonic3d
05-21-2003, 09:00 PM
ne updates on this yet?
l8er
sonic
Hobbes
05-22-2003, 04:32 AM
the_cyberdemon hasnt posted it, but he is techincally away from his comp cuz he router broke etc so he is very limited since he has to find alternate ways of accessing the internet, thats all im gonna say for now :p
kaotic
05-22-2003, 05:17 AM
Hmm... can anyone fill me in on how to get each member's clan name in their profile?
solent
05-22-2003, 05:22 AM
well first you have to create a clan from ACP. then you give the clan password to the clan leader and the clan leader gives this password to its memebers.
The members then have to go to their usercp then profiles and under the clan password they have to put the password that they were assigned by their clan leader. That will make them show up in the specific clan.
kaotic
05-22-2003, 12:18 PM
Errr...
I know how it works, but there is no way to display a user's clan within his or her profile. It just shows up on the user's postbit.
Hobbes
05-22-2003, 03:37 PM
Today at 06:18 AM kaotic said this in Post #186 (https://vborg.vbsupport.ru/showthread.php?postid=398431#post398431)
Errr...
I know how it works, but there is no way to display a user's clan within his or her profile. It just shows up on the user's postbit.
from what i recall, clans dont show in profile in this version. I think they will show and/or have an addon in version 2! i could be wrong :S!
The_Cyberdemon
05-27-2003, 10:36 PM
I'm really, really sorry about the fact that i haven't gotten this done. My iternet and website have been having problem after problem. This is the first time i've gotten on the computer in about a week, since my internet died. I've got a summary HERE (http://www.wc3campaigns.com/forums/showthread.php?s=&threadid=17971)
Sorry again.
rom what i recall, clans dont show in profile in this version. I think they will show and/or have an addon in version 2! i could be wrong :S!
Yes, you will have the option to do this in Version 2
djhenry21
05-28-2003, 02:06 PM
oops, think i have it now. lol
kaotic
06-01-2003, 12:31 PM
So... I suppose it will be a while before v2 is released?
The_Cyberdemon
06-01-2003, 02:31 PM
good news! My internet is now back up! I'm continuing to work on the hack now! Yay!
Koutaru
06-01-2003, 05:07 PM
;) good to hear that Cyberdemon
Hobbes
06-02-2003, 02:24 AM
Today at 08:31 AM The_Cyberdemon said this in Post #191 (https://vborg.vbsupport.ru/showthread.php?postid=402905#post402905)
good news! My internet is now back up! I'm continuing to work on the hack now! Yay!
EXCELLLLLLLLENT!!!!!
:D....beta testing beta testing...wooooo...:)
The_Cyberdemon
06-11-2003, 07:39 PM
well, this is a bit annoying. I made a bit of progress, then i went back to my site. If you've looked, the site was hacked, so i've been repairing it. Someone (i'm sure i know who) went into my account, changed my pass and e-mail, and changed the default template, then deleted all posts. sooo, been repairing. I've banned the person who did it, and i'm putting in some extra stuff to prevent hacking. I've also had final exams all this week, so it's making this REALLY hard. I'm close to done with the hack itself, but i still have to write the instruction manual. lol. I'll probably end up sending the beta-testers the pre edited files. I don't feel like writing a manual if it doesn't work correctly. Well, back to work.
Koutaru
06-12-2003, 09:26 AM
Yikes. Don't be too hard on yourself, these things take time. I'm sorry what happened to your board though, every admin's worst nightmare. XD
kaotic
06-15-2003, 12:16 PM
So what exactly is this next version going to accomplish? I was tired of waiting and came up with a clan request form/auto subforum creation myself. :p
Xyphen
06-20-2003, 06:41 PM
I got a few suggestions..
* CCP (Clan Control Panel)
A control panel for Clan Members/Leaders, where leaders can add/delete clan members. And more features which can be added later on.
* CR (Clan Ratings)
Leader of the clan can give ratings to the members through the CCP.
Hobbes
06-23-2003, 07:35 AM
AHHHHH.....this thread was so0o0o0 inactive....i forgot about it....
alright hehehe....im ready for beta :D lol
Frozen Dreams
07-20-2003, 04:19 PM
Is version 2 ever gonna be released :(
I really want all those add ons ... since will be hella useful for the RPG I wanna introduce - and I do need those leaders and co-leaders as well as the right order of people ;)
it is gonna be quite a few (but small) clans so them being able to organize themselves would be soooo useful ...
anyone know anything?
T'is a great hack ... and those extra features sound so intruiging ;)
kaotic
07-20-2003, 04:39 PM
I'm pretty sure he gave it up. His last post recorded post: 6/11/03
Frozen Dreams
07-20-2003, 07:54 PM
oh well ... found a way to display it the way I want it to at least partly ;)
but could someone give me a hand on how to have avatars of clan leaders and members be displayed?
as I have the leader show up in the userslist as well and not on the main clan list ... and it would look neater ... we have been trying to get this to work for the last few hours but didnt manage :(
and yup you could call me php-illiterate ;)
so some help on this would be very much appreciated
ETA - never mind one of the smods on my board got it :D
Hobbes
07-20-2003, 09:13 PM
frozen dreams - I dunno.....
it sucks0rz though....
me and this other user were beta testers....but i havent heard from him in ages.......soo.....
i want v2 :(
BlueHawk
07-27-2003, 02:53 PM
Im looking for something similar to this, we supply forums for our clans, but only an open forum as its a hassle setting up private and allowing correct people to access.
Im basicly looking for a hack that allows a quick settup of a public and private clan forum and CL is able to add/remove his own members to view private.
Can any1 help?
Dark_Wizard
07-28-2003, 11:37 PM
Try my hack...get it here (https://vborg.vbsupport.ru/showthread.php?s=&threadid=53408).
horseflesh
08-19-2003, 09:21 PM
I used THIS (https://vborg.vbsupport.ru/showthread.php?s=&threadid=28654&highlight=clan)
I use it to assign the particular clans leader right to set the access masks in thier own subforums. Then u can sit back and let them set thier own members permissions for thier clan only boards.
sh-demon
08-28-2003, 02:11 AM
Man i know this thread is old but i run a clan forum for diablo 2 and i was wondering if there was any way that a script could be made so that when someone enters the password in the password field it will automatically enter them into a user group that you set up for the clan members. I have a special forum that is set up just for clan members and i dont want to have to go through my entire user database and give each one access to that forum one by one.
If anyone can help me out with this please let me know. I know this forum is old but this is the only place i thought this request would fit in.
sh-demon
10-16-2003, 07:54 PM
can someone please tell me the command to use to drop the column that was made by this hack so i can reinstall it.
SoulstoneDK
10-20-2003, 08:23 AM
great work mate :) nice indeede :)
The_Cyberdemon
11-05-2003, 06:40 PM
Welllllll, i have not responded to this thread in 3 months now, and it has gotten pretty popular. I think i'm gonna make this so it's compatible with vb3. I'll confirm this as soon as i can. Thanks for everyone's support and positive responses.
The_Cyberdemon
11-05-2003, 09:49 PM
arghhhhh, i was working on the hack for vb3 and i was messing around, found an error, and went to consult the people on the vb.org chat. WELL, i found out, that this hack is now obsolite. Public usergroups do basically the same thing. So, i guess my work is done.
Arcueid
11-30-2003, 09:56 PM
Is there a way to only make the Clan: slot in postbit only appear if the person is part of a clan?
Hobbes
12-01-2003, 12:22 AM
heyyyyyyyyyyyyyyy im still doing beta testing btw :D
The_Cyberdemon
12-01-2003, 05:50 PM
Arcueid:
This is very simple. Open up your functions.php file. Find this:
$showuserclan = "Not in Clan";
Replace it with this:
$showuserclan = "";
TADA, that's it. Easy, eh?
Okay, in regards to the beta testing and everything about version 2:
I found that it would be pointless upgrading this to vb3, but on the other hand, i worked on Clan Hack V2 a little bit, and, if i get enough requests here, i will complete it for vb2, NOT VB3. So, if you'd like it, please post now, if i get enough responses, i'll make it. Everyone that sent me help PMs, i'm finding your answers now.
FleaBag
12-01-2003, 11:51 PM
I like it!
LOL... I changed this to my needs - on my site it's the "Band Hack", as my community is music based. If you released a new version I'd definitely give it a go.
The_Cyberdemon
12-02-2003, 11:19 PM
Well that's #1.
Okay, if i DO make a new version, it's not gonna be huge and fancy. It's a LOT of work to do what i was suggesting, and, well, i kinda DELETED IT OFF MY COMP! >( ARGH. Well, it'll have a few extra features, you'll have a few ways to join clans (pick from dropdown, put in password). There will also be a thing where they click "JOIN THIS CLAN" and fill out a form. It will send an email to the clan leader (or whoever they pick) that will have two links - "ACCEPT" and "DENY". They will be able to fill out a few things, i.e. how good they are, and extra comments, stuff like that. It will be pretty nice. It won't be a ton of extra stuff, but it will be enought that it will be nice. One feature that will not be included is to be in more than one clan. Unfortunately, this will not be possible =( . I would basicallly have to restart from the ground up to do this. It's a lot of work. I'll start as soon as i get enough requests.
Vivi Ornitier
12-03-2003, 03:58 AM
!!!!! I'm definitely all for it, the clan hack is essential to the forum experience and you're paving the way man, keep it up please for all the communities!
Edit: just a small edit i wanted to add if possible when and if u redo the hack. On the clan's page, there should be like an option to display a little bios about the clan, the link to their thread and etc. etc., that would be really useful for all the members. ;)
Hobbes
12-03-2003, 04:02 AM
DOOOOOOOOOOOOOO IT
[/spam]
yes ok thats #3
:D:D
FleaBag
12-04-2003, 05:24 AM
Hey The_Cyberdemon, I have to say that this hack is working beautifully as it is. I'd considered modifying it myself to do some of what you mentioned. The main features which I think would be of use is the e-mail notification and the ability to be in two clans, or band in my case, at once. I'm actually using Erwin's form to email/pm/thread/post hack for users to apply, other may want to give it a try. Like you say, vB3 is not long off, which makes you wonder if it's worth the work but put simply I believe that a lot off this community isn't going to make the switch until a lot of hacks are converted to vB3 - my whole site works through vB and hacks.
engquist
12-05-2003, 01:27 AM
The only reason I'm not going to use this hack is because users cannot be in 2 clans.
The_Cyberdemon
12-05-2003, 06:32 PM
WELL, i think i've had a enough requests that i'm gonna have to make it so users can be in two clans! This is gonna take a while to make then, gonna have to design a new system. So, this is gonna take a while to make.
I'm realeasing my Dead Or Alive: Xtreme Beach Volleyball style set at vbulletintemplates.com. So, just a heads up.
HERE ARE THE FEATURES I HAVE SCHEDULED FOR V2:
User can be in 2 clans
Users are put in to clan by: Join request OR password
Email AND/OR PM notification, selectable from Leader CP panel
Clan BIO and information page
If there are any other requests, please tell me!
Vivi Ornitier
12-06-2003, 12:58 AM
NICE!!! I'm greatful u continued the production cyberdemon. It's an essential hack and needs be done, lol. I can't wait, thx heaps man. And everything in those features are what i want, so i'll be watin patiently, w00t!
Hobbes
12-06-2003, 12:59 AM
WELL, i think i've had a enough requests that i'm gonna have to make it so users can be in two clans! This is gonna take a while to make then, gonna have to design a new system. So, this is gonna take a while to make.
I'm realeasing my Dead Or Alive: Xtreme Beach Volleyball style set at vbulletintemplates.com. So, just a heads up.
HERE ARE THE FEATURES I HAVE SCHEDULED FOR V2:
User can be in 2 clans
Users are put in to clan by: Join request OR password
Email AND/OR PM notification, selectable from Leader CP panel
Clan BIO and information page
If there are any other requests, please tell me!
HORRAY *DANCES*
THIS IS A WONDERFUL DAY
:D:D::D:D:D:D:D:D:D
The_Cyberdemon
12-06-2003, 11:10 AM
I've alreay got the admin CP set up, and i made it look a bit better. You can't see the clan bio column because there is too much stuff in it, you have to click modify first.
Vivi Ornitier
12-07-2003, 02:18 AM
yea!!!! that's just the options i was lookin for, yes! keep it up!
FleaBag
12-08-2003, 11:39 PM
Cool. :D
The_Cyberdemon
12-18-2003, 12:22 AM
Okay, i'm thinking, do you guys want a customizable rank list thing for clan members. Like, a leader can set people's ranks in the clan, such as "enlisted, officer, comannder" something like that. You'll be able to pick them. Should i?
engquist
12-18-2003, 03:56 PM
OH, yes, yes please! customizeable ranks would be awesome. If you can make the titles dynamic where we can change them it would be superb.
Thanks Cyberman!
The_Cyberdemon
12-19-2003, 08:49 PM
:D
killerkaz
12-20-2003, 05:13 AM
vbwar
deathemperor
12-21-2003, 03:44 AM
that should be very very excellent :) especially for the great vb3 now ^ ^
The_Cyberdemon
12-21-2003, 01:10 PM
i don't think this will be compatible with vb3. #1: vB3 has public usergroups, which do basically the same thing as the clan hack. #2: I would have to make a ton of code changes to make it work and i don't use vB3, soooo...
deathemperor
12-22-2003, 10:09 AM
so that's a very bad news, I don't need that public group of vb3 to be used in something like a battle hack, and your addons seem very good.
Hobbes
01-11-2004, 04:43 AM
Looking forward to it!
if you have any updates, i would love to know :D!
:D!
Zachery
01-11-2004, 06:31 AM
so that's a very bad news, I don't need that public group of vb3 to be used in something like a battle hack, and your addons seem very good.
actually thats my fualt that he isnt doing it,
but public usergroups already do a GOOD sized chunk of what this hack does.. >.<
even if it is a battle what does it matter?
jojok
01-14-2004, 12:57 AM
Can it be controlled so there are special boards that only clan members can see and access?
Zachery
01-14-2004, 03:01 PM
Can it be controlled so there are special boards that only clan members can see and access?
yes if your talking about vB3 Public usergroups
Barret
01-28-2004, 01:04 PM
Looks cool but I will wait till the hack is finished to install. Thanks for your hard work!
The_Cyberdemon
02-02-2004, 07:28 PM
Well, i have some very bad news, lol. I was using a board to make my hack on, and i screwed up and overwrote the folder, so it got deleted. So, what i'm going to do, is, i'm gonna do what i got the most requests for: Users can be in more clan than one. I'm going to add that to the original, and release it. If i think of anything else, i'll add that, but i think that's it. I'm very low on time and i can't do much a day, so this is going to have to be it. Shouldn't take too long because i figured out how to do it. If i have time, i'll add some extra features, but that's going to be it. Sorry everyone.
EDIT!!!!: CORRECTION. I HAD IT BACKED UP ON MY COMP!!!!!!! SWEET!
The_Cyberdemon
02-03-2004, 03:40 PM
I've been workin on the hack now for like 6 hours straight, not including about 4 hours yesterday, because my schedule has been empty, and it is VERY close to done. Tying up a few loose nots with the clanranking system, them i'm going to do the postbit stuff, which will only take a minute or two.
I redesigned the whole thing from scratch instead of using v1. It is a completely new DB system, so you will have to completely uninstall the old clan hack.
Current Features (completed):
Users can be in multiple clans
Users can lead multiple clans
Clan Leader Control Panel
Administration Control Panel Addition
Clan Information Page
Fancy Clan List Page
Clan Ranking System, customizable (leader, coleader, newb, etc)
Join Clan Applications
Email Notification of Clan Application Progress
Minimal Integration Work
Features Underway:
Completion of Clan Ranking System Itegration
Postbit Integration
Features Scheduled:
Installer
Instruction Manual
Upon Request Features:
Instant Forum Access Upon Application Approval
Settable Custom User Title by Clan Leader
Clan Logo Displayed In Postbit
"Upon Request Features" will be added to the completed hack if i get enough requests for them. I don't recommend trying to edit the hack. I did not make it editing friendly. Unless you really know what you are doing, i dont' recommend it. Almost every section of code affects every signle other one. Each time i went in to add a new feature i thought of, i had to go back and recode almost all of it, and it's not labled or anything. I'm gonna send a quick email to my betatesters to tell them to get ready to test.
I hope you guys will enjoy my hard work
Hobbes
02-03-2004, 04:52 PM
I've been workin on the hack now for like 6 hours straight, not including about 4 hours yesterday, because my schedule has been empty, and it is VERY close to done. Tying up a few loose nots with the clanranking system, them i'm going to do the postbit stuff, which will only take a minute or two.
I redesigned the whole thing from scratch instead of using v1. It is a completely new DB system, so you will have to completely uninstall the old clan hack.
Current Features (completed):
Users can be in multiple clans
Users can lead multiple clans
Clan Leader Control Panel
Administration Control Panel Addition
Clan Information Page
Fancy Clan List Page
Clan Ranking System, customizable (leader, coleader, newb, etc)
Join Clan Applications
Email Notification of Clan Application Progress
Minimal Integration Work
Features Underway:
Completion of Clan Ranking System Itegration
Postbit Integration
Features Scheduled:
Installer
Instruction Manual
Upon Request Features:
Instant Forum Access Upon Application Approval
Settable Custom User Title by Clan Leader
Clan Logo Displayed In Postbit
"Upon Request Features" will be added to the completed hack if i get enough requests for them. I don't recommend trying to edit the hack. I did not make it editing friendly. Unless you really know what you are doing, i dont' recommend it. Almost every section of code affects every signle other one. Each time i went in to add a new feature i thought of, i had to go back and recode almost all of it, and it's not labled or anything. I'm gonna send a quick email to my betatesters to tell them to get ready to test.
I hope you guys will enjoy my hard work
! :eek:
nicely done the_cyberdemon :) looking forward to beta testing !
Jagang
02-03-2004, 10:54 PM
I for one would like to see the "Upon Request Features". If you know how to do them then by all means add them. Thanx for your hard work.
solent
02-04-2004, 05:36 AM
I've been workin on the hack now for like 6 hours straight, not including about 4 hours yesterday, because my schedule has been empty, and it is VERY close to done. Tying up a few loose nots with the clanranking system, them i'm going to do the postbit stuff, which will only take a minute or two.
I redesigned the whole thing from scratch instead of using v1. It is a completely new DB system, so you will have to completely uninstall the old clan hack.
Current Features (completed):
Users can be in multiple clans
Users can lead multiple clans
Clan Leader Control Panel
Administration Control Panel Addition
Clan Information Page
Fancy Clan List Page
Clan Ranking System, customizable (leader, coleader, newb, etc)
Join Clan Applications
Email Notification of Clan Application Progress
Minimal Integration Work
Features Underway:
Completion of Clan Ranking System Itegration
Postbit Integration
Features Scheduled:
Installer
Instruction Manual
Upon Request Features:
Instant Forum Access Upon Application Approval
Settable Custom User Title by Clan Leader
Clan Logo Displayed In Postbit
"Upon Request Features" will be added to the completed hack if i get enough requests for them. I don't recommend trying to edit the hack. I did not make it editing friendly. Unless you really know what you are doing, i dont' recommend it. Almost every section of code affects every signle other one. Each time i went in to add a new feature i thought of, i had to go back and recode almost all of it, and it's not labled or anything. I'm gonna send a quick email to my betatesters to tell them to get ready to test.
I hope you guys will enjoy my hard work
Cyberdemon will the new version be compatible with VB3?
Thanks
The_Cyberdemon
02-04-2004, 12:07 PM
Okay, hobbes and i got this thing beta tested last night. Everything worked correctly, except the installer. It still works for uninstalling, but i put all of the queries in the readme file so you can use those.
Jagang: I'm going to release the hack now with the features it has, then i'll update it and add me features and name it v2.1 or something, they'll come soon
Solent, unfortunately, it will not be.
I will be releasing the hack to full, compelte downloads tonight, but i'll put up the screenshots right now. hERE THEy ARE.
The_Cyberdemon
02-05-2004, 12:03 AM
<a href="https://vborg.vbsupport.ru/showthread.php?p=473030#post473030" target="_blank">https://vborg.vbsupport.ru/showt...030#post473030</a>
:devious:
Assault
03-01-2004, 07:26 PM
nice hack i will install this and will click install
Ryuujin
05-05-2004, 05:20 PM
Could you make that hack for vb3? oO
Creed
02-28-2005, 07:41 AM
Yeah, definately would love to see this for VB3!!
Creed
02-28-2005, 01:37 PM
Hrmn, if I were to attempt to port this over, would I have your go ahead to do so?
wobbly
10-15-2006, 11:41 PM
well, 19 months later is this fine hack alive today somewhere?
Zachery
10-16-2006, 08:49 AM
Seems to be alive and kicking for the verison it was made...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.