How to upload a clan emblem Manualy
In the database it asks for emblem image url what does that have to be exact what else do i fill in and what do i put there
How to upload a clan emblem Manualy
In the database it asks for emblem image url what does that have to be exact what else do i fill in and what do i put there
1) Let's say this is your emblem URL in the system.xml, gunz.com/emblem. (You mustn't add / at the end.)
2) Change EmblemChecksum row to 1.
3) Set the emblem URL to ./emblemname.png.
4) And finally, go to gunz.com/emblem and put in emblemname.png.
Not sure if I missed something, but yeah.
./emblemname.png <------ Depends where it's located on the file host, not to forget
But the rest u cleared up
I tried that, doesn't work for me and I would really like to enable emblems on my server.
Post your system.xml emblem url, exactly, and the info inserted in the Clan table.
Ok here, I couldn't take an image of the whole column/row as it was too long but I copied and pasted it instead:
5 Staff 0 1 1000 1 0 NULL NULL 2/7/2012 10:57:51 PM 0 NULL NULL 0 0 0 0 NULL NULL ./emblem/12351.jpg 0 1 0 0
And here is the system.xml:
myiphere = The VPS IP where the emblem is located.Code:<?xml version="1.0" ?> <XML> <XMLHEADER>version="1.0"</XMLHEADER> <SKIN>Default</SKIN> <DEFFONT>Arial</DEFFONT> <IME>false</IME> <BAREPORT> <ADDR>www.battlearena.com</ADDR> <DIR>incoming/gunz_US</DIR> </BAREPORT> <EMBLEM_URL>myiphere/emblem</EMBLEM_URL> <TEMBLEM_URL>myiphere/emblem</TEMBLEM_URL> <CASHSHOP_URL>http://myiphere</CASHSHOP_URL> <HOMEPAGE> <URL>http://myiphere</URL> <TITLE>GunZ the Duel</TITLE> </HOMEPAGE> <LOCATORLIST> <LOCATOR id="1" IP="myiphere" /> <LOCATOR id="2" IP="myiphere" /> </LOCATORLIST> <TLOCATORLIST> <LOCATOR id="1" IP="myiphere" /> <LOCATOR id="2" IP="myiphere" /> </TLOCATORLIST> </XML>
add http:// before myiphere I guess..
Your system.xml should be as follows:
You shouldn't add a "/emblem" in your system.xml because your database already has it.Code:<EMBLEM_URL>http://YOURIP</EMBLEM_URL> <TEMBLEM_URL>http://YOURIP</TEMBLEM_URL>
So, basically, let me restate what Phoenix said.
Set the system.xml links to:
And in your Clan table, make the URL ./12351.jpg.Code:<EMBLEM_URL>http://myiphere/emblem</EMBLEM_URL> <TEMBLEM_URL>http://myiphere/emblem</TEMBLEM_URL>
Cleaner not to have to repeat emblem in my opinion.
Thanks guys that works perfect now =]