Uploading emblems

Results 1 to 13 of 13
  1. #1
    Enthusiast alphapro is offline
    MemberRank
    Jan 2012 Join Date
    49Posts

    Uploading emblems

    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


  2. #2
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Uploading emblems

    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.

  3. #3
    I am THE DON Joe9099 is offline
    MemberRank
    Jan 2007 Join Date
    England, UkLocation
    3,655Posts

    Re: Uploading emblems

    ./emblemname.png <------ Depends where it's located on the file host, not to forget

    But the rest u cleared up

  4. #4
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Uploading emblems

    Oh yeah, thanks.

  5. #5
    The Sky's the Limit ^_^ GzFKoron is offline
    MemberRank
    Jul 2010 Join Date
    1,118Posts

    Re: Uploading emblems

    I tried that, doesn't work for me and I would really like to enable emblems on my server.

  6. #6
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Uploading emblems

    Post your system.xml emblem url, exactly, and the info inserted in the Clan table.

  7. #7
    The Sky's the Limit ^_^ GzFKoron is offline
    MemberRank
    Jul 2010 Join Date
    1,118Posts

    Re: Uploading emblems

    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:

    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>
    myiphere = The VPS IP where the emblem is located.

  8. #8
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Uploading emblems

    add http:// before myiphere I guess..

  9. #9
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Uploading emblems

    Your system.xml should be as follows:

    Code:
    	<EMBLEM_URL>http://YOURIP</EMBLEM_URL>
    	<TEMBLEM_URL>http://YOURIP</TEMBLEM_URL>
    You shouldn't add a "/emblem" in your system.xml because your database already has it.

  10. #10
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Uploading emblems

    So, basically, let me restate what Phoenix said.

    Set the system.xml links to:
    Code:
    	<EMBLEM_URL>http://myiphere/emblem</EMBLEM_URL>
    	<TEMBLEM_URL>http://myiphere/emblem</TEMBLEM_URL>
    And in your Clan table, make the URL ./12351.jpg.

    Cleaner not to have to repeat emblem in my opinion.

  11. #11
    The Sky's the Limit ^_^ GzFKoron is offline
    MemberRank
    Jul 2010 Join Date
    1,118Posts

    Re: Uploading emblems

    Thanks guys that works perfect now =]

  12. #12
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Uploading emblems

    Quote Originally Posted by Vusion View Post
    So, basically, let me restate what Phoenix said.

    Set the system.xml links to:
    Code:
    	<EMBLEM_URL>http://myiphere/emblem</EMBLEM_URL>
    	<TEMBLEM_URL>http://myiphere/emblem</TEMBLEM_URL>
    And in your Clan table, make the URL ./12351.jpg.

    Cleaner not to have to repeat emblem in my opinion.
    Why would you want him to make changes in the database? Isn't it simpler to just set the system.xml according to the URL in the database?

    Quote Originally Posted by SheenUK View Post
    Thanks guys that works perfect now =]
    Alright.

  13. #13
    Hi, I'm Omar! Vusion is offline
    MemberRank
    Jan 2011 Join Date
    HereLocation
    1,658Posts

    Re: Uploading emblems

    Quote Originally Posted by Phoenix View Post
    Why would you want him to make changes in the database? Isn't it simpler to just set the system.xml according to the URL in the database?



    Alright.
    I just think it's cleaner, but yours is perfectly fine.



Advertisement