but when i just downloaded things and was going to update my guild i got "it dosen't exist on the armory.. so i copyed the guildname/server from armory so i couled not have spelled wrong... but still the same thing .
so i'm starting to check agrund in the php (curiuse as i am ^^) and finds the file witch generates the link for the guild and everythning ... But there i might have found the problem tryed to change it but did not work any way so i gues i'm doing it the wrong way .
anyway here is the problem
your code for generating a link
- Code: Select all
$mode = 'guild-info.xml?r=' . urlencode($realm) . '&n=' . urlencode($guild) . '&p=1';
witch should give my guild:
- Code: Select all
guild-info.xml?r=darksorrow&n=Echoes Of The Exiled&p=1
but this is wrong you see the link to my guild is:
- Code: Select all
guild-info.xml?r=Darksorrow&gn=Echoes+Of+The+Exiled
maby i'm doing something wrong and your link is right:P i don't konw but if anyone could help me that would be asome
and thanks agin for the amazing job keep it up
//corally