ok this is everry testy and beta ish sorry guys this is a new wowdb.php download and upload to your roster then open upload.php change
$realm = $myProfile[$realm_name]; to $realm = $myProfile[$realm_name]['Character']; and and it should work
$realm = $myProfile[$realm_name]
$realm = $myProfile[$realm_name]['Character'];
$guildName = $guild['Guild'];
$guildName = "Infamous";
if( $roster_conf['guild_name'] == $guildName )
if( $guild['DBversion'] >= $roster_conf['minGPver'] )
if(true)
$guildMembers = $guild['Members'];
$guildMembers = $guild[$guildName]['Members'];
UPDATE roster_members SET guild_rank = 0, guild_title = "Guild Master" WHERE guild_title = "0";
zanix wrote:A note to fixing 1.7.1 for 2.0 compatibility
The new data format of CP and GP 2.0.1 is vastly different than previous versions
This was mainly due to fixing some layout and coding issues that calvin has wanted to address for some time now, but we (WoWRoster) were holding him back because he didn't want to break our software (what a nice guy huh?)
So I gave him to "go ahead" on making these changes
Calvin says that CP and GP should be more stable and that adding more data will be easier for him in the future
Because of this layout change wowdb.php and update.php have to be modified quite a bit
I can tell you that wowdb.php hasn't changed much from 1.7.1 to 1.7.2 so I foresee a patch for 1.7.1 perhaps by this weekend (if I don't get sick again )
If I have time this weekend, I will code a patch for 1.7.1
But do not hold your breath, I don't want anyone to suffocate...
Return to General Support & Feedback
Users browsing this forum: No registered users and 1 guest