Version: 1.00, by Gohan
Developer Last Online: Apr 2008
Version: 2.2.x
Rating:
Released: 08-28-2002
Last Update: Never
Installs: 8
No support by the author.
Hi folks :bunny:,
I haven't stolen java code but I only modified to vbb!
Copyright (c) 2001 - Clanbase Javascript by David Hinchliffe !!!
Are your members too lazy to check the clanbase agenda? If this is the case, your members can still access clanbase site through this site and don't have to open new window.
Clanbase v1.1 Hack for all vbb version!! (don't need to test the old vbb version )
ok, i'm only going to be quick explaining this because I'm short on time (but can come back and help you more later).
all the clanbase.php files does is set the number of the clan, and displayes the template, it has power to do far far more.
what I'd suggest you do is remove the clan's id number from the file itself, but insted have it assigned via the URL:
eg, clanbase.php?clanid=12345
then all you do is some simple code like this:
PHP Code:
if (!$clanid) {
// display welcome page listing clans available
} else {
// display clan page
}
then all you would need is another template that would list your clan's, and use the correct links.
With a hack this small there is no need to go in too deep with anything like database support, etc... so the welcome page can be customiused by the hack user to fit in with there clan (i.e. about us, members, how to join, etc...)
Like i said, I don't have time at the moment to do it myself, but maybe later if you want a hand or some help, let me know
but what happens if you got a clan in clanbase but in multiple leagues like sof2,rtcw,cs how could u get it too only show it for only 1 game coz it would just add them all up then give u a total ranking for all the gaems and not for the indvidual game which is not what i wont
you need to ask the author of the javascript to find that out, i'm not even sure that it's possable. (sorry to the author, i just like getting involved)
Originally posted by Crazy Mofo but what happens if you got a clan in clanbase but in multiple leagues like sof2,rtcw,cs how could u get it too only show it for only 1 game coz it would just add them all up then give u a total ranking for all the gaems and not for the indvidual game which is not what i wont
Gohan - forgot to ask actually, I assume that the data just gets pulled from the CB database?
Tips for Improvement: Wonder whether you could add a column to hold screenshots links of the relevant war and another one for recorded demo links of the war. Just an idea ,
Gohan - forgot to ask actually, I assume that the data just gets pulled from the CB database?
Yeah
Quote:
Tips for Improvement: Wonder whether you could add a column to hold screenshots links of the relevant war and another one for recorded demo links of the war. Just an idea ,
Originally posted by Ninth Dimension ok, i'm only going to be quick explaining this because I'm short on time (but can come back and help you more later).
all the clanbase.php files does is set the number of the clan, and displayes the template, it has power to do far far more.
what I'd suggest you do is remove the clan's id number from the file itself, but insted have it assigned via the URL:
eg, clanbase.php?clanid=12345
then all you do is some simple code like this:
PHP Code:
if (!$clanid) {
// display welcome page listing clans available
} else {
// display clan page
}
then all you would need is another template that would list your clan's, and use the correct links.
With a hack this small there is no need to go in too deep with anything like database support, etc... so the welcome page can be customiused by the hack user to fit in with there clan (i.e. about us, members, how to join, etc...)
Like i said, I don't have time at the moment to do it myself, but maybe later if you want a hand or some help, let me know
OK, i'm just headed off to sleep now, but i'll work on Clabase v2.0 when I wake up, it's not going to be anything special, infact most of your code is going to stay the same, but i'll do it anyway