
08-30-2002, 11:12 PM
|
 |
|
|
Join Date: Nov 2001
Location: The Netherlands
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
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
|
You may modify it.. I want seen your better hack
|