Currently im coding a match/game section into my website that will be based around vbulletin, im just curious if anyone would be intrested if i made a clanbase version of this? With multiple clans and ladders...
quite the opposite.. compete.. there is nothing wrong with many choices.. also, vBwar will just be a clan information center, more or less.. the ladder deal, AFAIK, won't be a part of it.. so please, make and release your hack.. I for one would be exteremly interested in it..
Currently im coding a match/game section into my website that will be based around vbulletin, im just curious if anyone would be intrested if i made a clanbase version of this? With multiple clans and ladders...
i used gohans for a long time on my site ,but with vb3 it wont work anymore ,so i decided to change the code myself ,unfortunatly something is wrong cause the page loads but its not showing any date ,the layout and everything works tho
i have used for a long time the clanbase hack from gohan version 1.1
Quote:
<?
// Clanbase v1.0 Hack by Saxxon (aka Gohan)
//----- Config -----
$clanid = 000000; // Your Clanbase ID Number
$clanladder = 000; // Your Clan Ladder ID Number (e.g. Quake3,Medal of Honor,etc..)
$clanresultlistlimit = 100; // Limit of Result List
$clanupcominglistlimit = 10; // Limit of Upcoming List
//----- End -----
the code i changed (cause gettemplate is not used anymore dooutput either)
Quote:
<?
// Clanbase v1.0 Hack by Saxxon (aka Gohan)
//----- Config -----
$clanid =xxxx; // Your Clanbase ID Number
$clanladder =xxx; // Your Clan Ladder ID Number (e.g. Quake3,Medal of Honor,etc..)
$clanresultlistlimit =100; // Limit of Result List
$clanupcominglistlimit =10; // Limit of Upcoming List
//----- End -----
hmm ok i guess i will compete, i just need to find out exactly what features are needed as mine is suited to only my clan and therefore extra features/options would need to be added.